| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark Camellia-CCM code as experimental | Greg Hudson | 2010-10-26 | 1 | -0/+3 |
| * | Whitespace | Greg Hudson | 2010-10-24 | 1 | -2/+2 |
| * | Declare krb5_set_error_message_fl | Ken Raeburn | 2010-10-23 | 1 | -0/+7 |
| * | Merge branches/nss to trunk | Greg Hudson | 2010-10-02 | 1 | -0/+2 |
| * | Enable sam_challenge_2 encoders | Sam Hartman | 2010-10-01 | 1 | -2/+0 |
| * | Implement k5login_directory and k5login_authoritative options | Greg Hudson | 2010-10-01 | 1 | -0/+2 |
| * | kadm5_hook: new plugin interface | Sam Hartman | 2010-09-29 | 1 | -1/+2 |
| * | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 1 | -0/+24 |
| * | Password quality pluggable interface | Greg Hudson | 2010-09-01 | 1 | -1/+2 |
| * | New plugin infrastructure | Greg Hudson | 2010-08-27 | 1 | -0/+119 |
| * | Add GIC option for password/account expiration callback | Greg Hudson | 2010-08-12 | 1 | -0/+2 |
| * | Trace logging | Greg Hudson | 2010-06-07 | 1 | -0/+11 |
| * | Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds, | Greg Hudson | 2010-05-12 | 1 | -17/+0 |
| * | Add lockout-related performance tuning variables | Greg Hudson | 2010-05-10 | 1 | -0/+2 |
| * | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 1 | -0/+28 |
| * | Introduce new krb5_tkt_creds API | Greg Hudson | 2010-04-14 | 1 | -9/+0 |
| * | Use KRB5_CONF_ macros instead of strings in the source file for profile confi... | Zhanna Tsitkov | 2010-03-10 | 1 | -3/+5 |
| * | Since krb5int_validate_times is used only inside krb dir do not export it and... | Zhanna Tsitkov | 2010-01-06 | 1 | -4/+0 |
| * | Rename krb5_validate_times into krb5int_validate_times as it is internal func... | Zhanna Tsitkov | 2010-01-05 | 1 | -1/+1 |
| * | Bring back krb5_kt_free_entry which really does the same thing as | Sam Hartman | 2010-01-04 | 1 | -4/+0 |
| * | Enable caching of key-derived context info such as key schedules from | Ken Raeburn | 2010-01-03 | 1 | -0/+12 |
| * | Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h... | Zhanna Tsitkov | 2009-12-30 | 1 | -0/+3 |
| * | Add a new profile variable preauth_module_dir, which specifies | Greg Hudson | 2009-12-28 | 1 | -0/+1 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 1 | -12/+1 |
| * | fast negotiation projec | Sam Hartman | 2009-12-14 | 1 | -0/+7 |
| * | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 1 | -20/+5 |
| * | Remove the ivec parameters from the keyhash provider functions, as | Greg Hudson | 2009-12-06 | 1 | -6/+3 |
| * | Make the libk5crypto hash_provider interface take crypto_iov lists | Greg Hudson | 2009-12-06 | 1 | -16/+6 |
| * | Make the alloc_data and k5alloc convenience functions work if the | Greg Hudson | 2009-12-05 | 1 | -3/+5 |
| * | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 1 | -35/+8 |
| * | Remove the non-iov entry point introduced in r23378, since it's easy | Greg Hudson | 2009-11-29 | 1 | -14/+4 |
| * | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 1 | -16/+24 |
| * | Add a convenience inline function in k5-int.h to initialize a | Greg Hudson | 2009-11-28 | 1 | -0/+13 |
| * | Defer the conversion of the gic options structure to the extended form | Greg Hudson | 2009-11-25 | 1 | -7/+7 |
| * | Punt the volatile cast in the non-gcc, non-Windows version of zap. | Greg Hudson | 2009-11-24 | 1 | -2/+3 |
| * | Expand comments around 'zap' code | Ken Raeburn | 2009-11-24 | 1 | -1/+29 |
| * | Make zap() work with non-gcc C++ compilers. | Greg Hudson | 2009-11-22 | 1 | -5/+4 |
| * | Put krb5_auth_con_set_req_cksumtype back in the public API, since it | Greg Hudson | 2009-11-19 | 1 | -4/+0 |
| * | Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h. | Ezra Peisach | 2009-11-16 | 1 | -21/+0 |
| * | Move krb5int_get_fq_local_hostname to os-proto.h. Not exported | Ezra Peisach | 2009-11-15 | 1 | -2/+0 |
| * | Moved krb5int_sendto prototype to os-proto.h. This function is not exported | Ezra Peisach | 2009-11-15 | 1 | -11/+0 |
| * | Fix typos in previous | Tom Yu | 2009-11-14 | 1 | -2/+2 |
| * | Reindent include directory, reformatting prototypes as necessary. | Greg Hudson | 2009-11-14 | 1 | -1688/+1552 |
| * | Constrained delegation without PAC support | Greg Hudson | 2009-11-14 | 1 | -0/+30 |
| * | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 1 | -2/+2 |
| * | In k5-int.h, fix make_data to work with C++ | Greg Hudson | 2009-11-01 | 1 | -1/+1 |
| * | Move the implementations of four deprecated crypto functions to | Greg Hudson | 2009-11-01 | 1 | -23/+0 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -86/+86 |
| * | Add a couple of krb5_data convenience constructor functions, to | Greg Hudson | 2009-10-29 | 1 | -19/+26 |
| * | Bump the accessor version number since we made changes. | Greg Hudson | 2009-10-28 | 1 | -18/+16 |