summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-052-3/+0
* Fix initialization and pointer bugs in new codeGreg Hudson2011-10-041-2/+4
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-043-5/+6
* Improve k5_get_os_entropy for WindowsGreg Hudson2011-10-041-1/+2
* Fix a Fortuna PRNG failure caseGreg Hudson2011-10-031-1/+3
* Make dispatch() respond via a callbackGreg Hudson2011-10-031-134/+191
* Windows fixes: remove unreferenced; use sizeof to compute array sizeSam Hartman2011-09-281-2/+1
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-283-3/+3
* Eliminate domain-based client realm walkGreg Hudson2011-09-282-26/+50
* Fix an error case in encrypted timestamp preauthGreg Hudson2011-09-271-3/+1
* Update dependenciesEzra Peisach2011-09-261-0/+12
* Eliminate union in net-server.c struct connectionGreg Hudson2011-09-241-105/+104
* Fix krb5_dbe_get_strings error handlingGreg Hudson2011-09-241-8/+12
* Don't use accessor in encrypted challengeGreg Hudson2011-09-242-17/+7
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-234-3/+200
* Support special salt type in default krb5_dbe_cpwGreg Hudson2011-09-221-0/+36
* Improve mk_safe/mk_priv cleanup slightlyGreg Hudson2011-09-222-12/+16
* WhitespaceGreg Hudson2011-09-213-77/+80
* Fix string attribute unit testsGreg Hudson2011-09-213-6/+14
* * New implementation to map a gss name to localnameSam Hartman2011-09-216-75/+106
* If the client offers the alg agility KDF, use itSam Hartman2011-09-211-1/+1
* Add stubs for new pkinit encodersGreg Hudson2011-09-211-1/+19
* Add kadmin functionality for string attributesGreg Hudson2011-09-2110-0/+278
* Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson2011-09-215-1/+287
* Fix asn.1 encoder build without PKINIT supportGreg Hudson2011-09-211-51/+52
* Make ASN.1 code build without PKINIT supportGreg Hudson2011-09-191-23/+23
* Formatting fixesGreg Hudson2011-09-196-234/+250
* Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remov...Sam Hartman2011-09-191-1/+1
* __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.cSam Hartman2011-09-191-2/+2
* 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-191-1/+0
* 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-194-36/+108
* * Extend auth_packSam Hartman2011-09-192-0/+11
* Added underlying ASN.1 structures for pkinit algorithm agilitySam Hartman2011-09-192-3/+37
* In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman2011-09-191-0/+1
* 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
* Fix a typo in r25026Greg Hudson2011-09-151-6/+6
* Split signal setup into loop_setup_signals()Greg Hudson2011-09-141-21/+22
* Reinitialize verto after creating worker childGreg Hudson2011-09-141-3/+9
* Fix verto-k5ev.h dependencies for system libvertoGreg Hudson2011-09-141-16/+16
* Fix verto.h dependencies for system libvertoGreg Hudson2011-09-091-16/+16
* Fix some error-handling bugs in cc_dir.cGreg Hudson2011-09-071-4/+9
* Change how bundled libverto is linkedGreg Hudson2011-09-061-0/+7
* 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
* Make gss-krb5 use cache collectionGreg Hudson2011-09-056-83/+149
* Refactor gss-krb5 acquire_init_credGreg Hudson2011-09-051-224/+237
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-0510-1/+565