| Commit message (Expand) | Author | Age | Files | Lines |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
* | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
* | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -2/+2 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | * krb524d.c (do_connection): Convert to using new symbol for | Tom Yu | 1999-08-19 | 3 | -2/+10 |
* | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+7 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 3 | -27/+88 |
* | Fork into the background by default, also add a -nofork command line option | Geoffrey King | 1998-07-24 | 2 | -3/+14 |
* | Remove the variable use_other_realm, is not actually necessary for the | Geoffrey King | 1998-07-19 | 2 | -5/+8 |
* | * krb524d.c (main): Accept a -r command line option to specify | Geoffrey King | 1998-07-17 | 2 | -6/+22 |
* | * cnv_tkt_skey.c (krb524_convert_tkt_skey): Handle null address | Tom Yu | 1998-06-17 | 3 | -23/+26 |
* | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 2 | -1/+6 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+6 |
* | * sendmsg.c: Explicitly include k5-int.h in order to get proper | Tom Yu | 1998-02-13 | 2 | -5/+8 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 2 | -0/+6 |
* | * cnv_tkt_skey.c: | Tom Yu | 1997-12-12 | 9 | -10/+13 |
* | * configure.in: Add AC_PROG_INSTALL as we do install here | Ezra Peisach | 1997-08-18 | 2 | -0/+5 |
* | * convt_tkt.c: Delete; it's not needed anymore | Tom Yu | 1997-08-12 | 7 | -209/+258 |
* | * cnv_tkt_skey.c: | Tom Yu | 1997-08-07 | 4 | -14/+35 |
* | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 1 | -1/+0 |
* | * k524init.c, test.c, cnv_tkt_skey.c: Remove include of krb4-proto.h | Ezra Peisach | 1997-02-18 | 4 | -3/+4 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -22/+22 |
* | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 3 | -2/+13 |
* | * krb524d.c (do_connection): only free v4/v5 keyblock contents and | Mark Eichin | 1996-11-11 | 2 | -3/+6 |
* | Check the error return from krb5_init_context(), and print an error | Theodore Tso | 1996-11-08 | 5 | -11/+38 |
* | * Better support for Athena Kerberos if installed | Sam Hartman | 1996-08-05 | 6 | -22/+33 |
* | * krb524d.c: Revert prior change due to shuffling of netdb.h | Tom Yu | 1996-07-31 | 2 | -0/+5 |
* | * krb524d.c: Remove #include <netdb.h> (already gotten by | Tom Yu | 1996-07-31 | 2 | -1/+5 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 3 | -144/+63 |
* | * test.c (krb4_print_ticket): Change addr to unsigned KRB4_32 from | Ezra Peisach | 1996-07-09 | 3 | -2/+10 |
* | * configure.in: remove ref to ET_RULES | Tom Yu | 1996-06-14 | 2 | -1/+5 |
* | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
* | The fallback to slave kdc's wasn't working because the code did not handle | Richard Basch | 1996-05-06 | 2 | -0/+7 |
* | missing log entries | Ken Raeburn | 1996-05-03 | 1 | -0/+16 |
* | add transarc-afs cmu-style long-lived ticket timestamp support | Mark Eichin | 1996-04-09 | 1 | -8/+39 |
* | * conv_creds.c (krb524_convert_creds_plain): | Richard Basch | 1996-03-20 | 2 | -1/+10 |
* | fix some whitespace | Mark Eichin | 1996-03-14 | 1 | -10/+16 |
* | Fri Jan 12 04:37:23 1996 Mark Eichin <eichin@cygnus.com> | Mark Eichin | 1996-02-24 | 2 | -3/+31 |
* | Fix bug in finding the tgs key; | Sam Hartman | 1996-01-27 | 3 | -2/+10 |
* | * cnv_tkt_skey.c (krb524_convert_tkt_skey): Take both a v5 and v4 | Sam Hartman | 1996-01-25 | 6 | -56/+161 |
* | Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARY | Richard Basch | 1996-01-22 | 1 | -14/+0 |
* | * krb524d.c: Changed krb5_db_fetch_mkey() such that it will only try | Richard Basch | 1995-12-12 | 1 | -1/+3 |
* | * krb524d.c: Rely on stashed master key enctype instead of hardcoding | Richard Basch | 1995-12-12 | 1 | -2/+1 |
* | * conv_creds.c (krb524_convert_creds_kdc): loop through all of the | Mark Eichin | 1995-11-13 | 3 | -5/+46 |
* | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 4 | -4/+0 |
* | Change test to krb524test - otherwise if built and "." is in the users path, | Ezra Peisach | 1995-10-09 | 2 | -4/+9 |
* | (this may have caused the spin-looping I saw...) | Mark Eichin | 1995-09-25 | 2 | -2/+8 |
* | * krb524d.c (usage): needs to get context to pass to | Mark Eichin | 1995-09-14 | 2 | -4/+9 |
* | Changes to compile under AIX--made a while back but never committed | Sam Hartman | 1995-09-08 | 3 | -0/+16 |
* | * cnv_tkt_skey.c, conv_creds.c, get_cred.c k524init.c krb524d.c, | Chris Provenzano | 1995-09-06 | 7 | -13/+18 |