| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix MITKRB5-SA-2005-002 KDC double-free and heap overflow | Tom Yu | 2005-07-12 | 1 | -1/+5 |
| * | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -1/+0 |
| * | Log transited checkd not done as info not error | Sam Hartman | 2003-05-22 | 1 | -1/+1 |
| * | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 1 | -1/+1 |
| * | protoize | Ken Raeburn | 2002-09-11 | 1 | -4/+2 |
| * | Try a little harder to avoid returning e-text that says "Generic error (see | Ken Raeburn | 2002-09-11 | 1 | -16/+11 |
| * | * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including... | Ken Raeburn | 2002-07-05 | 1 | -0/+1 |
| * | Reduce or localize dependencies on address families. | Ken Raeburn | 2002-07-05 | 1 | -6/+6 |
| * | * dispatch.c (dispatch): Remove arg "portnum"; update callers. | Ken Raeburn | 2002-06-26 | 1 | -6/+5 |
| * | call krb5_c_ versions of enctype/cksumtype checking routines | Ken Raeburn | 2002-04-06 | 1 | -1/+1 |
| * | * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it were | Tom Yu | 2001-10-25 | 1 | -3/+0 |
| * | * do_tgs_req.c (process_tgs_req): Fix logging of bad transit path info | Ken Raeburn | 2001-10-06 | 1 | -8/+8 |
| * | better realm transit path checking for app server | Ken Raeburn | 2001-09-26 | 1 | -16/+45 |
| * | * kdc_util.c (ktypes2str): New function; construct a string | Tom Yu | 2001-06-19 | 1 | -7/+20 |
| * | * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c, | Ken Raeburn | 2001-04-10 | 1 | -10/+5 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
| * | Tom's patch: | Ken Raeburn | 1999-09-21 | 1 | -9/+19 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -41/+18 |
| * | * do_tgs_req.c: Add some explicit settings of errcode so that the | Tom Yu | 1998-01-16 | 1 | -0/+3 |
| * | do_tgs_req.c (process_tgs_req): Add check to make sure cname and sname | Theodore Tso | 1997-11-25 | 1 | -1/+3 |
| * | do_tgs_req.c (process_tgs_req): Only try to return a TGT for a | Theodore Tso | 1997-11-14 | 1 | -1/+1 |
| * | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 1 | -2/+2 |
| * | * do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so it | Ezra Peisach | 1997-08-18 | 1 | -1/+1 |
| * | * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): Use | Theodore Tso | 1997-05-30 | 1 | -1/+3 |
| * | Replace krb5_xfree with appropriate free routine | Richard Basch | 1997-02-18 | 1 | -2/+1 |
| * | Removed extra eblock argument from call to krb5_encode_kdc_rep | Theodore Tso | 1995-11-29 | 1 | -6/+3 |
| * | * kdc_util.c (): Added new helper functions | Theodore Tso | 1995-11-08 | 1 | -81/+95 |
| * | do_tgs_req.c (process_tgs_req): Use a slightly more compressed logging | Theodore Tso | 1995-10-06 | 1 | -9/+7 |
| * | network.c (setup_network): | Theodore Tso | 1995-10-06 | 1 | -10/+4 |
| * | * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c : | Chris Provenzano | 1995-09-06 | 1 | -23/+23 |
| * | * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 1 | -23/+24 |
| * | Add const declarations to make remove warnings about converting | Ezra Peisach | 1995-09-04 | 1 | -1/+1 |
| * | Use new kdb format | Chris Provenzano | 1995-07-27 | 1 | -19/+18 |
| * | Multiple realm support | Paul Park | 1995-06-23 | 1 | -2/+8 |
| * | dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead of | Theodore Tso | 1995-06-09 | 1 | -33/+37 |
| * | Update kadmind5 to use new logging routines | Paul Park | 1995-06-08 | 1 | -5/+6 |
| * | kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket gets | Theodore Tso | 1995-04-29 | 1 | -0/+2 |
| * | * kdc_util.c Use new calling conventions for krb5_rd_req_decoded() | Chris Provenzano | 1995-03-27 | 1 | -12/+8 |
| * | * *.[ch]: Avoid <krb5/...> and <com_err.h> includes | John Gilmore | 1995-02-28 | 1 | -8/+2 |
| * | krb5_use_keytype() was being called when the argument was a encryption | Theodore Tso | 1995-02-10 | 1 | -1/+1 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -52/+55 |
| * | do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; it | Theodore Tso | 1994-12-13 | 1 | -12/+12 |
| * | Use the list of encryption types passed as part of the KDC request to | Theodore Tso | 1994-11-21 | 1 | -8/+43 |
| * | Use published interface to call krb5_random_key | Theodore Tso | 1994-11-08 | 1 | -1/+5 |
| * | Applied Cybersafe's changes to do transited realm path checking | Theodore Tso | 1994-09-22 | 1 | -3/+12 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -6/+1 |
| * | folding in Harry's changes | Tom Yu | 1994-06-29 | 1 | -0/+4 |
| * | fixing memory scribbling in find_alternate_tgs | Tom Yu | 1994-06-15 | 1 | -6/+6 |
| * | Fix inter-realm handling in KDC so that an intermediate realm is returned | Theodore Tso | 1994-06-10 | 1 | -18/+17 |
| * | Change usage of xfree to krb5_xfree to prevent namespace pollution | Theodore Tso | 1993-10-15 | 1 | -1/+1 |