summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Fix krb5_cc_set_configGreg Hudson2011-10-201-8/+6
* Make reindentTom Yu2011-10-174-14/+14
* RFC 4120 says that we should not canonicalize using DNS. We cannot getSam Hartman2011-10-171-4/+3
* Allow rd_priv/rd_safe without remote addressGreg Hudson2011-10-153-12/+18
* Rename PAC type constants to avoid conflictsGreg Hudson2011-10-152-29/+46
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-154-89/+69
* make dependTom Yu2011-10-141-0/+11
* Removed unused macrosZhanna Tsitkov2011-10-142-6/+0
* Make krb5_pac_sign publicGreg Hudson2011-10-123-17/+13
* Minor cleanups to encrypted challengeGreg Hudson2011-10-071-34/+26
* Use built-in modules for encrypted timestampGreg Hudson2011-10-074-80/+147
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-062-5/+3
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-062-108/+27
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-052-3/+0
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-0/+1
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-282-2/+2
* 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
* Don't use accessor in encrypted challengeGreg Hudson2011-09-242-17/+7
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-234-3/+200
* Improve mk_safe/mk_priv cleanup slightlyGreg Hudson2011-09-222-12/+16
* 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 KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson2011-09-211-0/+1
* 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-195-31/+31
* Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remov...Sam Hartman2011-09-191-1/+1
* 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 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
* Fix some error-handling bugs in cc_dir.cGreg Hudson2011-09-071-4/+9
* Newer GCCs optimizer catches a variable used without initializationEzra Peisach2011-09-062-463/+849
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-059-1/+564
* Add ccache collection support to toolsGreg Hudson2011-09-051-1/+1
* Remove unneeded cccol behaviorsGreg Hudson2011-09-055-499/+146
* Add new cache collection APIsGreg Hudson2011-09-0510-0/+118
* Add the DIR ccache typeGreg Hudson2011-09-057-27/+755
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-053-3/+3
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-0422-98/+94
* Fix cross-realm traversal TGT requestsGreg Hudson2011-09-011-1/+1
* Fix connection termination bug in sendto_kdcGreg Hudson2011-09-011-4/+4
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-242-2/+3