]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2014-07-03  Ben KadukFix build on systems without RTM_OLD* 166/head
2014-07-02  Tom YuFix bugs in bindresvport_sa() changes 165/head
2014-07-02  Greg HudsonRemove indent workaround in man page RST sources
2014-06-30  Neng XueFix unlikely null dereference in TGS client code
2014-06-27  Andreas SchneiderUse binresvport_sa when creating RPC handles
2014-06-27  Andreas SchneiderAdd a family-independent bindresvport_sa function
2014-06-27  Greg HudsonUse sa_setport and sa_getport where appropriate
2014-06-27  Greg HudsonAdd socket-utils.h helpers for ports
2014-06-27  Greg HudsonFix KDC worker process argument parsing
2014-06-26  Greg HudsonAdd tests for invalid GSSAPI per-message tokens
2014-06-26  Greg HudsonHandle invalid RFC 1964 tokens [CVE-2014-4341...]
2014-06-26  Greg HudsonLoad plugins with RTLD_NODELETE if possible
2014-06-25  Nalin DahyabhaiFix unlikely null dereference in mk_cred()
2014-06-20  Greg HudsonFix error checking in PKINIT authdata creation
2014-06-18  Greg HudsonConsolidate DB option documentation
2014-06-16  Greg HudsonTidy up k5-int.h variable name constants
2014-06-16  Ben KadukUpdate the kadm5.acl example 153/head
2014-06-13  Greg HudsonRemove pkinit_win2k_require_binding option
2014-06-12  Greg HudsonRemove PKINIT longhorn compatibility option
2014-06-12  Greg HudsonImprove PKINIT certificate documentation
2014-06-12  Greg HudsonSimplify and fix k5_check_cert_address
2014-06-11  Greg HudsonDo not document pkinit_win2k
2014-06-11  Greg HudsonRemove stub pkinit_win2k code
2014-06-11  Greg HudsonAdd missing profile functions to libkrb5 exports
2014-06-11  Greg HudsonSimplify ticket retrieval from AP-REQs
2014-06-11  Greg HudsonAdd test for KDC client logging
2014-06-11  rbaschIn KDC, log client principal in bad header ticket
2014-06-05  Sam HartmanDo not loop on add_cred_from and other new methods
2014-06-05  Greg HudsonTreat LDAP KrbKey salt field as optional
2014-06-05  Greg HudsonAlways include salt in LDAP KrbKey encoding
2014-06-05  Greg HudsonUse k5_setmsg
2014-06-05  Greg HudsonDefine k5_setmsg internal alias
2014-06-05  Greg HudsonRemove DEBUG_ERROR_LOCATIONS support
2014-06-04  Greg HudsonRead /etc/gss/mech if no mech.d/*.conf found
2014-06-03  Greg HudsonDo not document pkinit_mapping_file
2014-06-03  Greg HudsonRemove stub pkinit_mapping_file code
2014-06-02  Nalin DahyabhaiAdd tests for MS-KKDCP client support
2014-06-02  Nalin DahyabhaiAdd a simple KDC proxy test server
2014-06-02  Nalin DahyabhaiHave k5test.py provide 'runenv' to python tests
2014-06-02  Nalin DahyabhaiAdd some longer-form docs for HTTPS
2014-06-02  Nalin DahyabhaiCheck names in the server's cert when using KKDCP
2014-06-02  Nalin DahyabhaiLoad custom anchors when using KKDCP
2014-06-02  Nalin DahyabhaiHTTPS transport (Microsoft KKDCPP implementation)
2014-06-02  Robbie Harwood... Dispatch-style protocol switching for transport
2014-06-02  Nathaniel McCallumAdd ASN.1 codec for KKDCP's KDC-PROXY-MESSAGE
2014-06-02  Robbie Harwood... Build support for TLS used by HTTPS proxy support
2014-06-02  Robbie Harwood... Use k5_transport(_strategy) enums for k5_sendto
2014-06-02  Greg HudsonAdd helper to determine if a KDC is the master
2014-06-02  Greg HudsonSimplify sendto_kdc.c
2014-06-01  Greg HudsonMake x-deltat.y work with bison 3
2014-06-01  Greg HudsonChange example module name in host_config.rst
2014-05-29  Ben KadukCorrect documentation of 'x' in kadm5.acl 136/head
2014-05-28  Greg HudsonMake tcl_kadm5.c work with Tcl 8.6
2014-05-28  Greg HudsonFix uninitialized variable bug in KEYRING ccache
2014-05-25  Greg HudsonProperly handle PKCS11 label in PKINIT
2014-05-24  Greg HudsonDon't blindly use PKCS11 slot IDs in PKINIT
2014-05-24  Greg HudsonImprove pointer hygiene around gss_display_name 125/head
2014-05-24  Greg HudsonFix fencepost error in krad timeout handler
2014-05-22  Günther DeschnerDocument /etc/gss/mech.d/*.conf
2014-05-22  Günther DeschnerLoad mechglue config files from /etc/gss/mech.d
2014-05-22  Günther DeschnerRemove dead code from the mechglue initialization
2014-05-22  Ben KadukTest that kinit -k -i picks the intended principal 123/head
2014-05-22  Ben KadukDo not default to host/ for client keytabs
2014-05-21  Greg HudsonAdd tests for krb5int_c_combine_keys
2014-05-21  Ken HornsteinFix krb5int_c_combine_keys
2014-05-19  Ben KadukFix typo in k5test.py
2014-05-19  Tomas KuthanUse case insensitive DNS SAN matching in PKINIT
2014-05-19  Greg HudsonFix invalid JSON handling in KDC OTP module
2014-05-19  Greg HudsonFix t_marshal on big-endian platforms
2014-05-17  Greg HudsonUse cred marshalling functions in cc_keyring.c
2014-05-17  Greg HudsonUse cred marshalling functions in cc_file.c
2014-05-17  Greg HudsonModernize cc_file.c and cc_keyring.c
2014-05-17  Greg HudsonAdd ccache marshalling tests
2014-05-17  Greg HudsonAdd cred marshalling functions
2014-05-17  Greg HudsonAdd k5-input.h
2014-05-17  Greg HudsonAdd k5_buf_get_space
2014-05-17  Greg HudsonModernize rd_cred.c
2014-05-08  Simo SorceAllow GSS mechs to force mechlistMIC in SPNEGO
2014-05-08  Neng XueFix unlikely memory error in krb5_rd_cred
2014-05-07  Neng XueFix unlikely memory leak exporting lucid context
2014-05-07  Greg HudsonDon't remove ccache creds before storing them
2014-05-07  Greg HudsonImprove krb5_rd_req decryption failure errors
2014-05-07  Greg HudsonUse k5_change_error_message_code in krb5 GSS mech
2014-05-07  Greg HudsonAdd helper to change extended error message code
2014-04-30  Greg HudsonRemove compile_et.c
2014-04-28  Tom YuRefactor KDC option/flag processing 105/head
2014-04-15  Tomas KuthanCheck for asprintf failure in kdb5_util create
2014-04-15  Tomas KuthanIn PKINIT, use library initializer for OpenSSL
2014-04-15  Greg HudsonUpdate sample configs to include master_kdc 101/head
2014-04-05  Greg HudsonFix sendto_kdc.c on OS X after cm refactoring
2014-04-04  Tomas KuthanRemove adb_policy_init and adb_policy_close
2014-04-04  Tomas KuthanFix leak in kadm5_flush with LDAP KDB
2014-04-03  Greg HudsonRefactor cm functions in sendto_kdc.c
2014-03-28  Greg HudsonGet getopt from unistd.h (not getopt.h) in tests
2014-03-28  Greg HudsonFix t_seqstate build with Solaris compiler
2014-03-27  Tomas KuthanDon't free cred handle used in kadm5 server handle
2014-03-26  Greg HudsonImprove salt type display in kadmin getprinc
2014-03-26  Greg HudsonUpdate example kadmin getprinc enctype display
2014-03-26  Alok MenghrajaniFix minor typo in options2configure.rst
2014-03-25  Greg HudsonModernize default_state.c
next