summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Improve salt type display in kadmin getprincGreg Hudson2014-03-261-13/+10
* 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
* Don't check kpasswd reply addressNalin Dahyabhai2014-03-201-21/+0
* Try compatible keys in rd_req_dec "any" pathNalin Dahyabhai2014-03-191-1/+7
* Don't leak the per-request preauth contextNalin Dahyabhai2014-03-131-0/+1
* Fix memory leak in krb5_verify_init_credsNalin Dahyabhai2014-03-131-3/+3
* Initialize err variable in krb5_sendto_kdcNalin Dahyabhai2014-03-131-0/+1
* Modernize gic options code styleGreg Hudson2014-03-051-48/+33
* Improve extended gic option supportGreg Hudson2014-03-0511-551/+316
* Use preauth options when changing passwordGreg Hudson2014-03-031-12/+51
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-2611-64/+58
* 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