| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix logic error | Sam Hartman | 2004-02-13 | 1 | -1/+1 |
* | Do not consider TGS options to be critical; ignore unknown options | Sam Hartman | 2004-02-06 | 1 | -6/+3 |
* | Provide an explicit list of options not to be allowed in AS requests | Sam Hartman | 2003-05-22 | 1 | -5/+4 |
* | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 1 | -2/+2 |
* | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 1 | -2/+4 |
* | Don't include trailing null in the transited encoding produced by the KDC. | Sam Hartman | 2002-10-28 | 1 | -2/+2 |
* | protoize | Ken Raeburn | 2002-09-11 | 1 | -78/+34 |
* | call krb5_c_ versions of enctype/cksumtype checking routines | Ken Raeburn | 2002-04-06 | 1 | -3/+3 |
* | * kdc_util.c (subrealm, add_to_transited): Unsigned vs. signed int | Ezra Peisach | 2001-12-11 | 1 | -7/+7 |
* | * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it were | Tom Yu | 2001-10-25 | 1 | -2/+6 |
* | * kdc_util.c (ktypes2str, rep_etypes2str): Clean up somewhat | Tom Yu | 2001-10-13 | 1 | -15/+30 |
* | * kdc_util.c (ktypes2str): New function; construct a string | Tom Yu | 2001-06-19 | 1 | -0/+66 |
* | * kdc_util.c (add_to_transited): Add braces to provide unambiguous | Ezra Peisach | 2001-06-04 | 1 | -32/+32 |
* | * kdc_preauth.c (get_etype_info): Initialize length of | Ezra Peisach | 2000-10-17 | 1 | -1/+1 |
* | pullup from 1.2-beta4 | Ken Raeburn | 2000-06-30 | 1 | -13/+23 |
* | * main.c: Move kdc_initialize_rcache() to kdc_util.c | Tom Yu | 2000-03-01 | 1 | -0/+48 |
* | permit use of non-des session keys now | Ken Raeburn | 2000-01-27 | 1 | -26/+3 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | force single-des session keys until we've got multiple-cryptosystem stuff wor... | Ken Raeburn | 1999-09-01 | 1 | -3/+27 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -64/+51 |
* | * kdc_util.c (add_to_transited): Check lengths, fix up comma | Tom Yu | 1998-03-20 | 1 | -28/+98 |
* | do_tgs_req.c (process_tgs_req): Add check to make sure cname and sname | Theodore Tso | 1997-11-25 | 1 | -0/+3 |
* | kdc_util.c (kdc_process_tgs_req): If not using the reply cache, | Theodore Tso | 1997-11-11 | 1 | -1/+3 |
* | * kdc_util.c (add_to_transited): Fix up memory leaks, clean out | Ezra Peisach | 1997-09-24 | 1 | -3/+16 |
* | * kdc_util.c: | Tom Yu | 1997-07-30 | 1 | -1/+6 |
* | * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): Use | Theodore Tso | 1997-05-30 | 1 | -5/+20 |
* | Replace krb5_xfree with appropriate free routine | Richard Basch | 1997-02-18 | 1 | -1/+1 |
* | Added magic number to initializer of nolrentry | Theodore Tso | 1996-10-19 | 1 | -1/+1 |
* | Mark's changes for ticket validation | Ken Raeburn | 1996-05-07 | 1 | -2/+9 |
* | add SAM preauth extensible snk4 support | Mark Eichin | 1996-04-09 | 1 | -1/+4 |
* | * extern.h: Added a krb5_keytab to the realm context. The keytab | Chris Provenzano | 1995-12-12 | 1 | -14/+17 |
* | * kdc_preauth.c (get_etype_info): Added function to return the | Theodore Tso | 1995-11-09 | 1 | -0/+50 |
* | * kdc_util.c (): Added new helper functions | Theodore Tso | 1995-11-08 | 1 | -0/+88 |
* | kdc_preauth.c (get_preauth_hint_list): Fix missing indirection in | Theodore Tso | 1995-10-11 | 1 | -11/+0 |
* | * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c : | Chris Provenzano | 1995-09-06 | 1 | -2/+2 |
* | Add const declarations to make remove warnings about converting | Ezra Peisach | 1995-09-04 | 1 | -2/+2 |
* | Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaints | Paul Park | 1995-08-15 | 1 | -7/+24 |
* | Fix compiler complaints and remove dependence on mit-des.h | Paul Park | 1995-07-27 | 1 | -1/+2 |
* | Use new kdb format | Chris Provenzano | 1995-07-27 | 1 | -15/+24 |
* | Use checksum verifier routine | Paul Park | 1995-07-07 | 1 | -27/+10 |
* | Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DB | Paul Park | 1995-06-23 | 1 | -7/+38 |
* | (kdc_process_tgs_req): Set the auth_context rcache to null before | Ezra Peisach | 1995-06-13 | 1 | -0/+2 |
* | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 1 | -1/+1 |
* | dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead of | Theodore Tso | 1995-06-09 | 1 | -21/+24 |
* | Update kadmind5 to use new logging routines | Paul Park | 1995-06-08 | 1 | -3/+4 |
* | kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket gets | Theodore Tso | 1995-04-29 | 1 | -1/+0 |
* | * kdc_util.c Use new calling conventions for krb5_rd_req_decoded() | Chris Provenzano | 1995-03-27 | 1 | -150/+109 |
* | configure.in, Makefile.in: Use the libdes425 library so that the DES | Theodore Tso | 1995-03-17 | 1 | -2/+4 |
* | * *.[ch]: Avoid <krb5/...> and <com_err.h> includes | John Gilmore | 1995-02-28 | 1 | -8/+1 |
* | * kdc_util.c (kdc_rdreq_keyproc()) Add krb5_keytype() arg | Chris Provenzano | 1995-02-02 | 1 | -1/+2 |