summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not document pkinit_win2kGreg Hudson2014-06-111-5/+0
* Remove stub pkinit_win2k codeGreg Hudson2014-06-113-7/+0
* Add missing profile functions to libkrb5 exportsGreg Hudson2014-06-111-0/+5
* Simplify ticket retrieval from AP-REQsGreg Hudson2014-06-103-31/+31
* Add test for KDC client loggingGreg Hudson2014-06-102-0/+24
* In KDC, log client principal in bad header ticketrbasch2014-06-102-9/+18
* 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-053-6/+21
* Always include salt in LDAP KrbKey encodingGreg Hudson2014-06-052-1/+21
* Use k5_setmsgGreg Hudson2014-06-0546-445/+360
* Define k5_setmsg internal aliasGreg Hudson2014-06-051-0/+3
* Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson2014-06-056-90/+1
* Read /etc/gss/mech if no mech.d/*.conf foundGreg Hudson2014-06-041-17/+24
* Do not document pkinit_mapping_fileGreg Hudson2014-06-031-4/+0
* Remove stub pkinit_mapping_file codeGreg Hudson2014-06-033-7/+0
* Add tests for MS-KKDCP client supportNalin Dahyabhai2014-06-022-0/+220
* Add a simple KDC proxy test serverNalin Dahyabhai2014-06-028-0/+446
* Have k5test.py provide 'runenv' to python testsNalin Dahyabhai2014-06-021-5/+10
* Add some longer-form docs for HTTPSNalin Dahyabhai2014-06-022-0/+49
* Check names in the server's cert when using KKDCPNalin Dahyabhai2014-06-026-10/+355
* Load custom anchors when using KKDCPNalin Dahyabhai2014-06-024-2/+201
* HTTPS transport (Microsoft KKDCPP implementation)Nalin Dahyabhai2014-06-026-28/+471
* 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-0212-0/+147
* Build support for TLS used by HTTPS proxy supportRobbie Harwood (frozencemetery)2014-06-028-2/+66
* 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
* Change example module name in host_config.rstGreg Hudson2014-06-011-3/+3
* Correct documentation of 'x' in kadm5.aclBen Kaduk2014-05-291-1/+1
* 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
* Document /etc/gss/mech.d/*.confGünther Deschner2014-05-222-8/+11
* 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-214-3/+99
* 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