summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright year in a Windows version resourceSam Hartman2011-09-191-1/+1
* Updated command line utilities not to complain about missing getopt() definitionSam Hartman2011-09-196-0/+16
* __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.cSam Hartman2011-09-191-2/+2
* Protect autoconf #defines (HAVE_FOO, et al) in win-mac.h with #ifdef KRB5_PRI...Sam Hartman2011-09-193-1/+7
* On Windows, parse mechanism info from Registry instead of mech fileSam Hartman2011-09-191-169/+351
* Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman2011-09-195-49/+28
* Asn1_encode: indicate DER compressed form without tag or length as inputSam Hartman2011-09-191-0/+4
* Implement encoding and decoding for supportedKDFs and kdfIDSam Hartman2011-09-195-37/+111
* * Extend auth_packSam Hartman2011-09-195-3/+40
* Refactor to use oid instead of algorithm_id in KDF interfaceSam Hartman2011-09-193-12/+16
* pkinit_crypto_openssl: fix signed vs unsigned comparisonSam Hartman2011-09-191-0/+1
* implementation of new function and test program for pkinit agility.Sam Hartman2011-09-195-3/+475
* Added underlying ASN.1 structures for pkinit algorithm agilitySam Hartman2011-09-193-3/+59
* In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman2011-09-192-4/+5
* In order for asn1_encode_oid to be called from DEFLENFNTYPE it needsSam Hartman2011-09-192-2/+2
* asn1_encode.{c,h}: support DEFOCTETWRAPTYPESam Hartman2011-09-192-6/+16
* pkinit: client: Use SignedData for anonymousSam Hartman2011-09-193-207/+234
* Fix pkinit warningsSam Hartman2011-09-193-5/+5
* Support pkinit: SignedData with no signers (KDC)Sam Hartman2011-09-192-187/+209
* Drop code for finding top source directory among severalKen Raeburn2011-09-181-20/+1
* Don't check for memmove, inet_ntoa, inet_aton, pthread.h, orKen Raeburn2011-09-181-3/+2
* Add invocations of AC_LANG_SOURCE to deal with autoconf 2.68 warningKen Raeburn2011-09-181-8/+8
* Fix a typo in r25026Greg Hudson2011-09-151-6/+6
* Fix terminate_workers() in the KDCGreg Hudson2011-09-141-3/+2
* Simplify terminate_workers() in the KDCGreg Hudson2011-09-141-8/+9
* Set up monitor signal handlers before forkingGreg Hudson2011-09-141-17/+20
* Split signal setup into loop_setup_signals()Greg Hudson2011-09-144-24/+56
* Reinitialize verto after creating worker childGreg Hudson2011-09-142-3/+11
* Update verto sources to 2011-09-14 versionsGreg Hudson2011-09-142-2/+3
* Fix verto-k5ev.h dependencies for system libvertoGreg Hudson2011-09-143-16/+20
* Update verto sources to 2011-09-10 versionsGreg Hudson2011-09-124-26/+98
* Wait before killing daemons in interactive k5testGreg Hudson2011-09-101-0/+5
* Fix verto.h dependencies for system libvertoGreg Hudson2011-09-097-103/+106
* Fall back to EV_USE_SELECTTom Yu2011-09-071-2/+2
* Fix some error-handling bugs in cc_dir.cGreg Hudson2011-09-071-4/+9
* Go back to symlinks for liblinksGreg Hudson2011-09-061-2/+2
* Change how bundled libverto is linkedGreg Hudson2011-09-068-21/+77
* Fix t_ccselect bugsGreg Hudson2011-09-062-4/+3
* Fix several bugs in gss-krb5 inq_credGreg Hudson2011-09-061-8/+9
* Newer GCCs optimizer catches a variable used without initializationEzra Peisach2011-09-062-463/+849
* Update kerberos man pageGreg Hudson2011-09-051-36/+56
* Use a .so redirect for .k5login.5Greg Hudson2011-09-052-1/+3
* Make gss-krb5 use cache collectionGreg Hudson2011-09-0510-91/+456
* Refactor gss-krb5 acquire_init_credGreg Hudson2011-09-051-224/+237
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-0517-3/+797
* Add ccache collection support to toolsGreg Hudson2011-09-0517-61/+598
* Remove unneeded cccol behaviorsGreg Hudson2011-09-055-499/+146
* Add new cache collection APIsGreg Hudson2011-09-0513-0/+193
* Add the DIR ccache typeGreg Hudson2011-09-057-27/+755
* Add fnmatch support to libkrb5supportGreg Hudson2011-09-055-3/+257