summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-0511-0/+123
* Add the DIR ccache typeGreg Hudson2011-09-057-27/+755
* Eliminate the mechglue union cred auxinfo fieldGreg Hudson2011-09-058-242/+65
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-058-9/+10
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-0433-132/+125
* Skip redundant inclusion of iprop.hKen Raeburn2011-09-042-2/+18
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-0410-40/+0
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-0412-310/+310
* make dependKen Raeburn2011-09-041-1/+1
* Rename local variable "socket" to avoid the one shadowed-declarationKen Raeburn2011-09-041-3/+3
* declarations before codeKen Raeburn2011-09-041-1/+2
* Fix pointer type in net-server.c:make_event()Greg Hudson2011-09-041-1/+2
* Fix arg list for dummy version of setup_udp_pktinfo_portsKen Raeburn2011-09-041-1/+1
* Migrate net-server loop to use libvertoGreg Hudson2011-09-021-588/+589
* Add a loop_ prefix to net-server.c functionsGreg Hudson2011-09-021-11/+12
* Fix cross-realm traversal TGT requestsGreg Hudson2011-09-011-1/+1
* Fix connection termination bug in sendto_kdcGreg Hudson2011-09-011-4/+4