summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove setting a variable that is never usedEzra Peisach2011-08-191-14/+1
* Fix rare duplicate time issue On systems with imprecise clocksSam Hartman2011-08-091-5/+18
* Use portable path functions when loading pluginsGreg Hudson2011-08-071-30/+2
* For GCC compiles, use an attribute to suppress the variable set butEzra Peisach2011-07-264-22/+34
* Remove t_vfyincreds on make cleanEzra Peisach2011-07-261-2/+3
* Remove declaration of static function that no longer existsEzra Peisach2011-07-251-3/+0
* PAC_CLIENT_INFO principal names do not contain a realm, so parse themGreg Hudson2011-07-251-1/+2
* In rare circumstances, such as checksum errors, some network stacksGreg Hudson2011-07-251-5/+4
* Fix build without KRB5_DNS_LOOKUPGreg Hudson2011-07-251-2/+2
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-243-10/+2
* Add krb5_init_context_profile APIGreg Hudson2011-07-203-21/+27
* Add support for loadable profile modulesGreg Hudson2011-07-201-3/+4
* make dependEzra Peisach2011-07-012-10/+22
* Don't destroy dst on error in krb5_cc_moveGreg Hudson2011-06-231-2/+0
* Fix memory leak introduced in r24969Greg Hudson2011-06-231-0/+1