| Commit message (Expand) | Author | Age | Files | Lines |
| * | * network.c (closedown_network): Free each connection data structure while | Ken Raeburn | 2004-09-24 | 2 | -0/+8 |
| * | * kdc_util.h (sockaddr2p): Don't declare | Ken Raeburn | 2004-09-24 | 2 | -3/+4 |
| * | another krb4 ticket backdating fix | Tom Yu | 2004-07-24 | 2 | -6/+11 |
| * | * network.c (paddr): Use unsigned int for length. | Ezra Peisach | 2004-06-07 | 2 | -5/+14 |
| * | Rename header file foreachaddr.c to foreachaddr.h, now that it isn't | Ken Raeburn | 2004-05-05 | 3 | -2/+6 |
| * | updated dependencies | Ken Raeburn | 2004-04-24 | 1 | -58/+63 |
| * | * network.c (setup_a_tcp_listener): Try to turn the IPV6_V6ONLY socket option | Ken Raeburn | 2004-04-03 | 2 | -8/+23 |
| * | * network.c (delete_fd): Free pointed-to data after removing it from the | Ken Raeburn | 2004-03-22 | 2 | -2/+12 |
| * | Free unparsed names in SAM response handling | Sam Hartman | 2004-03-15 | 2 | -0/+6 |
| * | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 2 | -1/+4 |
| * | Merge configuration of kdc, krb524, and slave directories into top | Ken Raeburn | 2004-03-05 | 3 | -84/+10 |
| * | * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_... | Ken Raeburn | 2004-03-04 | 2 | -6/+5 |
| * | * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind. | Ken Raeburn | 2004-02-26 | 2 | -8/+18 |
| * | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 4 | -23/+9 |
| * | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 2 | -6/+10 |
| * | Add missing ChangeLog entry | Tom Yu | 2004-02-23 | 1 | -0/+6 |
| * | Bug from David Thompson <thomas@cs.wisc.edu>. Bug originally introduced | Ken Hornstein | 2004-02-19 | 1 | -1/+1 |
| * | Fix logic error | Sam Hartman | 2004-02-13 | 2 | -1/+5 |
| * | * main.c (init_realm): Apply patch from Will Fiveash to use | Tom Yu | 2004-02-09 | 2 | -1/+6 |
| * | Do not consider TGS options to be critical; ignore unknown options | Sam Hartman | 2004-02-06 | 2 | -6/+7 |
| * | Only backdate the ticket that is created. The KDC reply must contain | Sam Hartman | 2004-01-05 | 2 | -5/+10 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -53/+60 |
| * | Copy and build daemon.c in whatever directories need it, instead of building it | Ken Raeburn | 2003-08-30 | 3 | -6/+11 |
| * | Drop default_kdc_enctypes and all related code | Tom Yu | 2003-06-03 | 3 | -150/+12 |
| * | * main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not KRB5_KDB_MAX_LIFE, as | Ken Raeburn | 2003-05-30 | 2 | -1/+6 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -34/+34 |
| * | When generating etype_info2 for DES style keys, use s2kparams to | Sam Hartman | 2003-05-24 | 2 | -10/+37 |
| * | Memory leak in kdc etype_info2 preauth | Ezra Peisach | 2003-05-23 | 2 | -2/+14 |
| * | Log transited checkd not done as info not error | Sam Hartman | 2003-05-22 | 2 | -1/+3 |
| * | Provide an explicit list of options not to be allowed in AS requests | Sam Hartman | 2003-05-22 | 2 | -5/+10 |
| * | Allow the KDC to return bad integrity errors to the client on preauth | Sam Hartman | 2003-05-14 | 2 | -0/+5 |
| * | * IMplement etype_info in KDC. If the request contains any new | Sam Hartman | 2003-05-12 | 2 | -4/+139 |
| * | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 2 | -2/+7 |
| * | Reorganize kdc_preauth enctype handling | Sam Hartman | 2003-05-07 | 2 | -39/+81 |
| * | etype info handling infinite loop | Sam Hartman | 2003-04-09 | 2 | -2/+9 |
| * | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 3 | -3/+12 |
| * | * kdc_preauth.c (verify_enc_timestamp): Save decryption error, in | Tom Yu | 2003-03-28 | 2 | -1/+20 |
| * | Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option to | Sam Hartman | 2003-03-17 | 4 | -46/+106 |
| * | use kdb keytab for kadmind | Tom Yu | 2003-03-06 | 2 | -1/+5 |
| * | * configure.in: Default to --disable-fakeka | Ken Raeburn | 2003-03-05 | 2 | -1/+5 |
| * | Fix typo that caused infinite loop in previous patch | Sam Hartman | 2003-02-21 | 2 | -1/+6 |
| * | The client sorts the enctype list returned by etype_info ordering | Sam Hartman | 2003-02-15 | 2 | -1/+26 |
| * | Sorry, forgot this ChangeLog on the last commit | Ken Hornstein | 2003-02-06 | 1 | -0/+5 |
| * | This is the integration of "fakeka" (a program to emulate a kaserver) | Ken Hornstein | 2003-02-06 | 3 | -1/+1411 |
| * | disable krb4 by default | Sam Hartman | 2003-02-04 | 3 | -2/+9 |
| * | Timestamp preauth should return clock skew errors | Sam Hartman | 2003-01-21 | 2 | -1/+13 |
| * | * kdc_util.h, replay.c, main.c: Pass global krb5_context to | Ezra Peisach | 2003-01-12 | 4 | -7/+13 |
| * | * main.c: On exit, free more allocated memory, including: | Ezra Peisach | 2003-01-03 | 6 | -4/+55 |
| * | * kerberos_v4.c (process_v4): Use a temporary variable for the current time | Ken Raeburn | 2002-12-30 | 2 | -1/+9 |
| * | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 1 | -1/+1 |