| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix cross-realm traversal TGT requests | Greg Hudson | 2011-09-01 | 1 | -1/+1 |
| * | Fix connection termination bug in sendto_kdc | Greg Hudson | 2011-09-01 | 1 | -4/+4 |
| * | Fix signed/unsigned warnings in tests | Ezra Peisach | 2011-08-24 | 2 | -2/+3 |
| * | Remove setting a variable that is never used | Ezra Peisach | 2011-08-19 | 1 | -14/+1 |
| * | Fix rare duplicate time issue On systems with imprecise clocks | Sam Hartman | 2011-08-09 | 1 | -5/+18 |
| * | Use portable path functions when loading plugins | Greg Hudson | 2011-08-07 | 1 | -30/+2 |
| * | For GCC compiles, use an attribute to suppress the variable set but | Ezra Peisach | 2011-07-26 | 4 | -22/+34 |
| * | Remove t_vfyincreds on make clean | Ezra Peisach | 2011-07-26 | 1 | -2/+3 |
| * | Remove declaration of static function that no longer exists | Ezra Peisach | 2011-07-25 | 1 | -3/+0 |
| * | PAC_CLIENT_INFO principal names do not contain a realm, so parse them | Greg Hudson | 2011-07-25 | 1 | -1/+2 |
| * | In rare circumstances, such as checksum errors, some network stacks | Greg Hudson | 2011-07-25 | 1 | -5/+4 |
| * | Fix build without KRB5_DNS_LOOKUP | Greg Hudson | 2011-07-25 | 1 | -2/+2 |
| * | Clean up a number of variables set but not used warnings | Ezra Peisach | 2011-07-24 | 3 | -10/+2 |
| * | Add krb5_init_context_profile API | Greg Hudson | 2011-07-20 | 3 | -21/+27 |
| * | Add support for loadable profile modules | Greg Hudson | 2011-07-20 | 1 | -3/+4 |
| * | make depend | Ezra Peisach | 2011-07-01 | 2 | -10/+22 |
| * | Don't destroy dst on error in krb5_cc_move | Greg Hudson | 2011-06-23 | 1 | -2/+0 |
| * | Fix memory leak introduced in r24969 | Greg Hudson | 2011-06-23 | 1 | -0/+1 |
| * | Use AI_ADDRCONFIG for more efficient getaddrinfo | Greg Hudson | 2011-06-23 | 3 | -3/+4 |
| * | Work around glibc getaddrinfo PTR lookups | Greg Hudson | 2011-06-23 | 1 | -8/+1 |
| * | Convert preauth_plugin.h to new plugin framework | Greg Hudson | 2011-06-17 | 8 | -242/+220 |
| * | Add k5_plugin_register_dyn internal API | Greg Hudson | 2011-06-17 | 3 | -27/+68 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 16 | -86/+94 |
| * | Add localization infrastructure | Greg Hudson | 2011-06-10 | 2 | -1/+3 |
| * | Restore fallback non-referral TGS request to same realm | Greg Hudson | 2011-06-03 | 1 | -12/+10 |
| * | Restore krb5_get_credentials caching for referral requests | Greg Hudson | 2011-05-26 | 1 | -0/+5 |
| * | In mk_rd_cred if recv_subkey in the authentication context is NULL and the de... | Zhanna Tsitkov | 2011-05-16 | 1 | -23/+42 |
| * | Use hmac-md5 checksum for PA-FOR-USER padata | Greg Hudson | 2011-05-14 | 1 | -8/+2 |
| * | Updated documentation for PAC API. Moved PAC type definitions into krb5.hin | Zhanna Tsitkov | 2011-05-13 | 1 | -8/+0 |
| * | fix regression in r24853: PAC no longer exposed | Luke Howard | 2011-05-09 | 1 | -1/+1 |
| * | Eliminate a redundant initialization in cm_init_selstate() in | Greg Hudson | 2011-05-03 | 1 | -1/+0 |
| * | Add poll support to sendto_kdc.c so that it can work in processes with | Greg Hudson | 2011-05-02 | 4 | -131/+262 |
| * | Properly release resources in krb5_copy_authenticator() | Zhanna Tsitkov | 2011-04-28 | 1 | -3/+1 |
| * | Make krb5_os_init_context compile again after r24901 | Greg Hudson | 2011-04-27 | 1 | -11/+9 |
| * | Remove worthless call to krb5_cc_set_default_name in krb5_os_init_context | Zhanna Tsitkov | 2011-04-27 | 1 | -3/+0 |
| * | Refactor krb5int_rd_chpw_rep() and make it properly handle both framed | Greg Hudson | 2011-04-25 | 3 | -349/+165 |
| * | Documentation updates. Mostly GIC related | Zhanna Tsitkov | 2011-04-12 | 1 | -9/+4 |
| * | Correctly recognize non-iterable keytabs in k5_kt_get_principal() | Greg Hudson | 2011-04-08 | 1 | -1/+3 |
| * | Add k5_kt_get_principal, an internal krb5 interface to try to get a | Greg Hudson | 2011-04-08 | 3 | -23/+35 |
| * | In the authdata framework, determine which authdata sources to query | Greg Hudson | 2011-04-07 | 1 | -3/+18 |
| * | Make depend | Greg Hudson | 2011-04-05 | 1 | -2/+14 |
| * | Include krb5_libinit.h always, since we call krb5int_initialize_library always | Ken Raeburn | 2011-04-03 | 1 | -3/+0 |
| * | Factor out the address checks in krb5_rd_safe and krb5_rd_priv into | Greg Hudson | 2011-04-02 | 4 | -171/+105 |
| * | In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c, | Greg Hudson | 2011-04-02 | 6 | -170/+203 |
| * | When doing S4U2Self for the anon principal, use the server realm | Luke Howard | 2011-04-02 | 1 | -4/+12 |
| * | s4u2proxy_set_attribute should only return EPERM for its own attribute | Luke Howard | 2011-04-01 | 1 | -8/+2 |
| * | In krb5_cc_move if something went wrong, free the dst credential cache | Zhanna Tsitkov | 2011-03-29 | 1 | -2/+8 |
| * | If the new configuration data that is passed to krb5_cc_set_config is NULL, j... | Zhanna Tsitkov | 2011-03-29 | 1 | -45/+51 |
| * | Static function names should not have krb5_ prefix | Zhanna Tsitkov | 2011-03-29 | 1 | -12/+14 |
| * | Use first principal in keytab when verifying creds | Greg Hudson | 2011-03-28 | 4 | -25/+171 |