summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add kadmin functionality for string attributesGreg Hudson2011-09-2120-2/+624
* Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson2011-09-216-1/+321
* Fix asn.1 encoder build without PKINIT supportGreg Hudson2011-09-211-51/+52
* Fix Openssl 1.0 function capitalization in pkinitSam Hartman2011-09-201-2/+2
* Make ASN.1 code build without PKINIT supportGreg Hudson2011-09-191-23/+23
* Make pkinit_kdf_test.c compileGreg Hudson2011-09-191-1/+1
* Formatting fixesGreg Hudson2011-09-1915-288/+296
* reindentSam Hartman2011-09-193-71/+71
* Fix x64 compile issues: remove bufferoverflowu.lib; this is obsoleteSam Hartman2011-09-192-5/+7
* Use closesocket() instead of close() for sockets on WindowsSam Hartman2011-09-191-2/+2
* Fixed some warnings on WindowsSam Hartman2011-09-194-8/+7
* Added util\profile\testmod\Makefile to the list of Makefiles generated on Win...Sam Hartman2011-09-191-1/+3
* Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remov...Sam Hartman2011-09-191-1/+1
* 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