summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify sendto_kdc.cGreg Hudson2014-06-021-80/+79
* Make x-deltat.y work with bison 3Greg Hudson2014-06-012-762/+629
* Make tcl_kadm5.c work with Tcl 8.6Greg Hudson2014-05-281-27/+15
* Fix uninitialized variable bug in KEYRING ccacheGreg Hudson2014-05-281-1/+1
* Properly handle PKCS11 label in PKINITGreg Hudson2014-05-241-10/+18
* Don't blindly use PKCS11 slot IDs in PKINITGreg Hudson2014-05-241-14/+13
* Improve pointer hygiene around gss_display_nameGreg Hudson2014-05-242-3/+7
* Fix fencepost error in krad timeout handlerGreg Hudson2014-05-241-1/+1
* Load mechglue config files from /etc/gss/mech.dGünther Deschner2014-05-221-11/+54
* Remove dead code from the mechglue initializationGünther Deschner2014-05-221-27/+0
* Test that kinit -k -i picks the intended principalBen Kaduk2014-05-221-0/+3
* Do not default to host/ for client keytabsBen Kaduk2014-05-221-0/+17
* Add tests for krb5int_c_combine_keysGreg Hudson2014-05-213-3/+98
* Fix krb5int_c_combine_keysKen Hornstein2014-05-211-0/+1
* Fix typo in k5test.pyBen Kaduk2014-05-191-1/+1
* Use case insensitive DNS SAN matching in PKINITTomas Kuthan2014-05-191-1/+1
* Fix invalid JSON handling in KDC OTP moduleGreg Hudson2014-05-191-0/+2
* Fix t_marshal on big-endian platformsGreg Hudson2014-05-191-6/+12
* Use cred marshalling functions in cc_keyring.cGreg Hudson2014-05-171-1039/+56
* Use cred marshalling functions in cc_file.cGreg Hudson2014-05-171-653/+170
* Modernize cc_file.c and cc_keyring.cGreg Hudson2014-05-172-2348/+1665
* Add ccache marshalling testsGreg Hudson2014-05-173-2/+413
* Add cred marshalling functionsGreg Hudson2014-05-173-0/+495
* Add k5-input.hGreg Hudson2014-05-171-0/+143
* Add k5_buf_get_spaceGreg Hudson2014-05-173-0/+15
* Modernize rd_cred.cGreg Hudson2014-05-171-188/+138
* Allow GSS mechs to force mechlistMIC in SPNEGOSimo Sorce2014-05-081-0/+37
* Fix unlikely memory error in krb5_rd_credNeng Xue2014-05-081-1/+3
* Fix unlikely memory leak exporting lucid contextNeng Xue2014-05-071-0/+1
* Don't remove ccache creds before storing themGreg Hudson2014-05-071-3/+0
* Improve krb5_rd_req decryption failure errorsGreg Hudson2014-05-078-58/+528
* Use k5_change_error_message_code in krb5 GSS mechGreg Hudson2014-05-071-4/+1
* Add helper to change extended error message codeGreg Hudson2014-05-074-0/+17
* Remove compile_et.cGreg Hudson2014-04-307-790/+6
* Refactor KDC option/flag processingTom Yu2014-04-283-50/+82
* Check for asprintf failure in kdb5_util createTomas Kuthan2014-04-151-26/+4
* In PKINIT, use library initializer for OpenSSLTomas Kuthan2014-04-151-15/+10
* Update sample configs to include master_kdcGreg Hudson2014-04-154-15/+12
* Fix sendto_kdc.c on OS X after cm refactoringGreg Hudson2014-04-051-0/+9
* Remove adb_policy_init and adb_policy_closeTomas Kuthan2014-04-044-26/+1
* Fix leak in kadm5_flush with LDAP KDBTomas Kuthan2014-04-041-1/+1
* Refactor cm functions in sendto_kdc.cGreg Hudson2014-04-021-161/+187
* Get getopt from unistd.h (not getopt.h) in testsGreg Hudson2014-03-284-4/+1
* Fix t_seqstate build with Solaris compilerGreg Hudson2014-03-281-2/+3
* Don't free cred handle used in kadm5 server handleTomas Kuthan2014-03-272-7/+7
* Improve salt type display in kadmin getprincGreg Hudson2014-03-264-33/+29
* Modernize default_state.cGreg Hudson2014-03-252-18/+11
* Use anonymous OIDs in pkinit_crypto_openssl.cGreg Hudson2014-03-251-53/+43
* Stop shadowing id-pkcs7-data OIDGreg Hudson2014-03-252-72/+45
* Fix a harmless DNS glue macro bugWill Fiveash2014-03-211-3/+3