summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
* Update sample configs to include master_kdcGreg Hudson2014-04-151-0/+1
* 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
* 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
* 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-265-19/+16
* 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 dependGreg Hudson2013-12-201-0/+11
* 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-181-2/+0
* make dependTom Yu2013-12-101-0/+11
* Fix S4U2Self against non-FAST KDCsGreg Hudson2013-12-061-5/+34
* Avoid deprecated krb5_get_in_tkt_with_keytabBen Kaduk2013-11-041-16/+20
* KDC Audit infrastructure and plugin implementationZhanna Tsitkov2013-10-041-1/+2
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-242-0/+71
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-061-0/+5
* Use hostrealm interface for realm mappingGreg Hudson2013-08-151-0/+1
* Add hostrealm pluggable interface definitionGreg Hudson2013-08-151-1/+2
* Fix localauth memory leakGreg Hudson2013-08-121-0/+1
* Add non-JSON APIs for PKINIT responder itemsNalin Dahyabhai2013-07-173-0/+219
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-113-6/+6
* Fix uninitialized variable bugsGreg Hudson2013-06-271-1/+1
* Provide plugin module ordering guaranteesGreg Hudson2013-06-271-188/+265
* Fix various warningsGreg Hudson2013-06-072-5/+5
* Use KDC clock skew for AS-REQ timestampsGreg Hudson2013-06-051-5/+12
* Refactor AS-REQ nonce and timestamp handlingGreg Hudson2013-06-053-67/+78
* Fix spurious clock skew caused by preauth delayGreg Hudson2013-06-021-0/+3
* Properly handle use_master in k5_init_creds_getGreg Hudson2013-05-311-2/+4
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-273-59/+60
* Fix transited handling for GSSAPI acceptorsGreg Hudson2013-05-211-3/+5
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-4/+1
* Better fix for not using expired TGTs in TGS-REQsGreg Hudson2013-04-291-53/+91
* Don't use expired TGTs in TGS-REQsNicolas Williams2013-04-261-8/+10
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-089-21/+26
* Simplify principal access within libkrb5Greg Hudson2013-04-0821-142/+103
* Using k5-int.h data helpers for some functionsGreg Hudson2013-03-291-6/+3
* Fix an error case in krb5_sendauthGreg Hudson2013-03-281-3/+1
* make dependGreg Hudson2013-03-241-388/+364
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2426-181/+274
* Fix use-before-init in two test programsGreg Hudson2013-03-152-2/+2
* Add localauth pluggable interfaceGreg Hudson2013-03-091-1/+2
* Simplify and clarify lookup_etypes_for_keytabGreg Hudson2013-03-011-27/+21
* Fix a memory leak in krb5_get_init_creds_keytabGreg Hudson2013-02-281-3/+11