summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor krb5int_rd_chpw_rep() and make it properly handle both framedGreg Hudson2011-04-253-349/+165
* Documentation updates. Mostly GIC relatedZhanna Tsitkov2011-04-121-9/+4
* Correctly recognize non-iterable keytabs in k5_kt_get_principal()Greg Hudson2011-04-081-1/+3
* Add k5_kt_get_principal, an internal krb5 interface to try to get aGreg Hudson2011-04-083-23/+35
* In the authdata framework, determine which authdata sources to queryGreg Hudson2011-04-071-3/+18
* Make dependGreg Hudson2011-04-051-2/+14
* Include krb5_libinit.h always, since we call krb5int_initialize_library alwaysKen Raeburn2011-04-031-3/+0
* Factor out the address checks in krb5_rd_safe and krb5_rd_priv intoGreg Hudson2011-04-024-171/+105
* In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,Greg Hudson2011-04-026-170/+203
* When doing S4U2Self for the anon principal, use the server realmLuke Howard2011-04-021-4/+12
* s4u2proxy_set_attribute should only return EPERM for its own attributeLuke Howard2011-04-011-8/+2
* In krb5_cc_move if something went wrong, free the dst credential cacheZhanna Tsitkov2011-03-291-2/+8
* If the new configuration data that is passed to krb5_cc_set_config is NULL, j...Zhanna Tsitkov2011-03-291-45/+51
* Static function names should not have krb5_ prefixZhanna Tsitkov2011-03-291-12/+14
* Use first principal in keytab when verifying credsGreg Hudson2011-03-284-25/+171