summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not loop on principal unknown errorskinit-cSimo Sorce2015-01-201-3/+19
* Check for null *iter_p in profile_iterator()Greg Hudson2015-01-151-1/+1
* Fix OTP tests with pyrad 2.xGreg Hudson2015-01-041-1/+1
* Include file ccache name in error messagesNicolas Williams2014-12-155-54/+56
* Use OFD locks where availableGreg Hudson2014-12-151-1/+25
* Correct spellingBen Kaduk2014-12-151-7/+7
* Add helper for freeing arrays of berval pointersBen Kaduk2014-12-151-11/+21
* Remove some dead codeBen Kaduk2014-12-151-19/+1
* Regression tests for keyless principalsBen Kaduk2014-12-151-0/+17
* Support keyless principals in LDAP [CVE-2014-5354]Ben Kaduk2014-12-151-8/+17
* Add tests for LDAP ticket/policy name misuseGreg Hudson2014-12-151-0/+21
* Fix LDAP misused policy name crash [CVE-2014-5353]Greg Hudson2014-12-151-3/+4
* Fix LDAP tests when sasl.h not foundGreg Hudson2014-12-091-10/+9
* Test err_fmtNicolas Williams2014-12-072-0/+29
* Add err_fmt profile parameterNicolas Williams2014-12-075-2/+58
* Use new error message wrapping APIsNicolas Williams2014-12-0713-76/+38
* Add new error message wrapping APIsNicolas Williams2014-12-075-0/+137
* Remove ksu -D flag documentationRemi Ferrand2014-12-022-5/+1
* Don't fdopen() in append mode in cc_file.cBen Kaduk2014-11-291-1/+1
* Add tests for duplicate detectionBen Kaduk2014-11-211-0/+23
* Avoid infinite loop on duplicate keysaltsBen Kaduk2014-11-201-11/+10
* Update example enctypes in kdc_conf.rstTom Yu2014-11-051-2/+2
* Remove des3 and arcfour from supported_enctypesTom Yu2014-11-051-2/+1
* Fix minor cleanup issue in file ccacheGreg Hudson2014-11-051-2/+3
* Fix input race condition in t_skew.pyGreg Hudson2014-11-051-3/+3
* Fix spurious gcc warning in cc_file.cGreg Hudson2014-11-031-0/+1
* Use stdio reads, O_APPEND writes in FILE ccacheGreg Hudson2014-11-031-562/+313
* Remove cc_file.c global lookup tableGreg Hudson2014-11-031-122/+34
* Stop using KRB5_TC_OPENCLOSEGreg Hudson2014-11-0310-112/+14
* Remove KRB5_TC_OPENCLOSE handling in FILE ccacheGreg Hudson2014-11-033-117/+48
* Adjust asn1c test vector code for new asn1cGreg Hudson2014-10-311-2/+1
* Remove length limit on PKINIT PKCS#12 promptGreg Hudson2014-10-291-7/+10
* Make it easier to find ASN.1 codec functionsGreg Hudson2014-10-242-60/+111
* Remove unused variables from kprop.cBen Kaduk2014-10-241-20/+0
* Fix cursor leak in krb5_verify_init_credsGreg Hudson2014-10-221-2/+6
* Add test for kinit output ccache errorGreg Hudson2014-10-221-0/+6
* Report output ccache errors getting initial credsGreg Hudson2014-10-221-1/+0
* Parse "ktadd -norandkey" in remote kadmin clientTom Yu2014-10-161-7/+5
* Update mitK5features.rst for 1.13Tom Yu2014-10-151-1/+33
* Fix typo in doc for krb5_get_init_creds_keytab()Tom Yu2014-10-141-1/+1
* Better document how to verify PGP signatureTom Yu2014-10-141-10/+14
* Add tests for klist -sGreg Hudson2014-10-131-0/+17
* Fix klist -A -s outputGreg Hudson2014-10-131-1/+1
* Improve klist check for expired cacheGreg Hudson2014-10-131-5/+16
* Separate ccache display and checking in klistGreg Hudson2014-10-131-54/+71
* Document that newer AFS supports stronger cryptoTom Yu2014-10-091-15/+16
* Use gssalloc_malloc for GSS error tokensGreg Hudson2014-10-091-1/+1
* Fix minor memory leak in klist (again)Greg Hudson2014-10-041-1/+1
* Return only new keys in randkey [CVE-2014-5351]Greg Hudson2014-09-221-3/+18
* Fix krb5 gss_acquire_cred_impersonate_name crashGreg Hudson2014-09-191-2/+8