summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Support referrals from Windows Server 2003Nate Rosenblum2014-02-181-3/+32
* Fix SAM-2 preauth when password argument is usedGreg Hudson2014-02-111-2/+3
* Make rcache resolve functions take const char *Greg Hudson2014-01-171-2/+3
* Get time offsets for all keyring ccachesGreg Hudson2014-01-171-20/+23
* Work around Linux session keyring write behaviorGreg Hudson2014-01-101-4/+24
* make dependGreg Hudson2013-12-201-0/+11
* Avoid keyctl purge in keyring ccache testsGreg Hudson2013-12-201-14/+16
* Set an error message when keyring get_princ failsNalin Dahyabhai2013-12-201-0/+3
* Fix typo that broke 'make clean'Zhanna Tsitkov2013-12-201-1/+1
* Add a test program for krb5_copy_contextGreg Hudson2013-12-182-1/+174
* Fix krb5_copy_contextGreg Hudson2013-12-182-1/+16
* Remove unused krb5_context fieldsGreg Hudson2013-12-182-3/+0
* Don't require krb5.conf without KRB5_DNS_LOOKUPGreg Hudson2013-12-161-11/+2
* Allow ":port" suffixes in sn2princ hostnamesGreg Hudson2013-12-111-2/+37
* Modernize sn2princ.cGreg Hudson2013-12-111-133/+115
* make dependTom Yu2013-12-102-0/+13
* Fix S4U2Self against non-FAST KDCsGreg Hudson2013-12-061-5/+34
* Edit README.asn1Greg Hudson2013-12-031-34/+51
* Set expiration time on keys and keyringsSimo Sorce2013-11-151-5/+66
* Add support to store time offsets in cc_keyringSimo Sorce2013-11-151-2/+203
* Catch more strtol() failures when using KEYRINGsNalin Dahyabhai2013-11-121-3/+3
* Clean up the code to eliminate some clang warningsBen Kaduk2013-11-041-1/+1
* Avoid deprecated krb5_get_in_tkt_with_keytabBen Kaduk2013-11-041-16/+20
* Change KRB5KDC_ERR_NO_ACCEPTABLE_KDF to 100Greg Hudson2013-10-141-2/+2
* KDC Audit infrastructure and plugin implementationZhanna Tsitkov2013-10-041-1/+2
* Conditionally test KEYRING ccache typeGreg Hudson2013-10-023-3/+69
* Support new KEYRING anchor names and big_key keysGreg Hudson2013-10-022-27/+138
* Add collection support for KEYRING ccache typeGreg Hudson2013-10-022-149/+792
* Clarify variable names in cc_keyring.cGreg Hudson2013-09-281-56/+55
* Defer KEYRING key creation until initializeGreg Hudson2013-09-281-22/+58
* Add ccache collection tests using APIGreg Hudson2013-09-243-2/+366
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-245-40/+72
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-062-1/+6
* Simplify krb5_krcc_start_seq_getSimo Sorce2013-08-191-41/+20
* Remove unused counter in keyring ccacheSimo Sorce2013-08-161-23/+10
* Remove unused _gssd_keyring_ids_ featureSimo Sorce2013-08-161-85/+3
* Save the full residual for keyring cachesSimo Sorce2013-08-151-1/+1
* Use dry-run unparses in keyring ccacheSimo Sorce2013-08-151-40/+78
* Move utility functions to hostrealm.cGreg Hudson2013-08-154-184/+134
* Use hostrealm interface for realm mappingGreg Hudson2013-08-1511-467/+875
* Add hostrealm pluggable interface definitionGreg Hudson2013-08-151-1/+2
* Remove KRB5_DNS_LOOKUP_KDCBen Kaduk2013-08-141-4/+0
* Fix localauth memory leakGreg Hudson2013-08-124-0/+10
* Add trace logging for TXT lookupsGreg Hudson2013-08-125-12/+15
* Report KDC response sizes in trace logsGreg Hudson2013-08-071-1/+1
* Remove unused function arguments in cc_keyring.cSimo Sorce2013-08-021-172/+149
* Fix leak in krb5_krcc_unparse_cred on errorGreg Hudson2013-08-021-1/+3
* Remove old comments in sendto_kdc.cRobbie Harwood (frozencemetery)2013-07-301-12/+0
* Remove is_udp field in sendto_kdc.c conn_stateRobbie Harwood (frozencemetery)2013-07-301-5/+1
* Add non-JSON APIs for PKINIT responder itemsNalin Dahyabhai2013-07-174-0/+222