summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-233-3/+4
* Work around glibc getaddrinfo PTR lookupsGreg Hudson2011-06-231-8/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-178-242/+220
* Add k5_plugin_register_dyn internal APIGreg Hudson2011-06-173-27/+68
* Mark up strings for translationGreg Hudson2011-06-1016-86/+94
* Add localization infrastructureGreg Hudson2011-06-102-1/+3
* Restore fallback non-referral TGS request to same realmGreg Hudson2011-06-031-12/+10
* Restore krb5_get_credentials caching for referral requestsGreg Hudson2011-05-261-0/+5
* In mk_rd_cred if recv_subkey in the authentication context is NULL and the de...Zhanna Tsitkov2011-05-161-23/+42
* Use hmac-md5 checksum for PA-FOR-USER padataGreg Hudson2011-05-141-8/+2
* Updated documentation for PAC API. Moved PAC type definitions into krb5.hinZhanna Tsitkov2011-05-131-8/+0
* fix regression in r24853: PAC no longer exposedLuke Howard2011-05-091-1/+1
* Eliminate a redundant initialization in cm_init_selstate() inGreg Hudson2011-05-031-1/+0
* Add poll support to sendto_kdc.c so that it can work in processes withGreg Hudson2011-05-024-131/+262
* Properly release resources in krb5_copy_authenticator()Zhanna Tsitkov2011-04-281-3/+1
* Make krb5_os_init_context compile again after r24901Greg Hudson2011-04-271-11/+9
* Remove worthless call to krb5_cc_set_default_name in krb5_os_init_contextZhanna Tsitkov2011-04-271-3/+0