summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify ticket retrieval from AP-REQsGreg Hudson2014-06-102-5/+9
* In KDC, log client principal in bad header ticketrbasch2014-06-101-7/+0
* Do not loop on add_cred_from and other new methodsSam Hartman2014-06-051-4/+4
* Treat LDAP KrbKey salt field as optionalGreg Hudson2014-06-051-3/+16
* Use k5_setmsgGreg Hudson2014-06-0530-286/+235
* Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson2014-06-052-26/+0
* Read /etc/gss/mech if no mech.d/*.conf foundGreg Hudson2014-06-041-17/+24
* Check names in the server's cert when using KKDCPNalin Dahyabhai2014-06-025-10/+350
* Load custom anchors when using KKDCPNalin Dahyabhai2014-06-021-2/+167
* HTTPS transport (Microsoft KKDCPP implementation)Nalin Dahyabhai2014-06-025-28/+458
* Dispatch-style protocol switching for transportRobbie Harwood (frozencemetery)2014-06-023-133/+171
* Add ASN.1 codec for KKDCP's KDC-PROXY-MESSAGENathaniel McCallum2014-06-023-0/+27
* Build support for TLS used by HTTPS proxy supportRobbie Harwood (frozencemetery)2014-06-025-2/+20
* Use k5_transport(_strategy) enums for k5_sendtoRobbie Harwood (frozencemetery)2014-06-0210-122/+178
* Add helper to determine if a KDC is the masterGreg Hudson2014-06-023-64/+80
* Simplify sendto_kdc.cGreg Hudson2014-06-021-80/+79
* Make x-deltat.y work with bison 3Greg Hudson2014-06-012-762/+629
* Fix uninitialized variable bug in KEYRING ccacheGreg Hudson2014-05-281-1/+1
* 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
* Add tests for krb5int_c_combine_keysGreg Hudson2014-05-213-3/+98
* Fix krb5int_c_combine_keysKen Hornstein2014-05-211-0/+1
* 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
* 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-073-49/+271
* 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-073-0/+14
* Update sample configs to include master_kdcGreg Hudson2014-04-151-0/+1
* 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-282-2/+0
* 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-261-13/+10
* Modernize default_state.cGreg Hudson2014-03-252-18/+11
* Fix a harmless DNS glue macro bugWill Fiveash2014-03-211-3/+3
* Make use of strtoul() unconditional in locate_kdcNalin Dahyabhai2014-03-201-4/+0