Fix additional cases where krb5.h is included before k5-int.h. In most cases,
[krb5.git] / src / krb524 / krb524d.c
2005-11-18 Ken RaeburnFix additional cases where krb5.h is included before...
2005-06-21 Ken RaeburnNovell Database Abstraction Layer merge.
2004-08-31 Tom Yufix MITKRB5-SA-2004-002
2004-08-09 Ken Raeburn* krb524d.c (do_connection): Use socklen_t for the...
2003-05-24 Ken RaeburnBig step towards integrating libkrb524 into libkrb5:
2003-04-01 Ken RaeburnRed Hat's krb5_princ_size fixes
2003-03-17 Sam HartmanDisable krb4 cross-realm in krb524d and krb5kdc. Provi...
2002-08-27 Sam HartmanAdd support for using the encrypted part of a krb5...
2002-08-15 Tom Yu * krb524d.c (kdc_get_server_key): Check for DISALLOW_A...
2002-03-07 Ken Raeburn* krb524d.c (lookup_service_key): Copy key block and...
2001-12-05 Ezra Peisach * krb524d.c (cleanup_and_exit): Call krb5_klog_...
2001-06-21 Ezra Peisach * configure.in: Test need for daemon prototype
2001-06-20 Ezra PeisachFix small stylistic typo
2001-06-20 Ezra Peisach * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_i...
2001-06-20 Ezra Peisach * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_i...
2001-06-20 Mitchell Berger* krb524d.c: Call krb5_klog_init before the first point...
2001-06-05 Ken Raeburn* krb524d.c: Include stdarg.h.
2001-04-26 Ken Raeburnback out accidental check-in
2001-04-26 Ken Raeburn* conv_creds.c (broken, krb524_convert_creds_plain...
2001-03-12 Ezra Peisach * krb524d.c: Provide prototypes for local functions
2000-10-17 Ezra Peisach * encode.c, krb524.h: encode_v4tkt() and decode_v4tkt...
2000-10-06 Ezra Peisach * krb524d.c (do_connection): Do not assume that sizeof...
1999-08-19 Tom Yu * krb524d.c (do_connection): Convert to using new...
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-07-24 Geoffrey KingFork into the background by default, also add a -nofork...
1998-07-19 Geoffrey KingRemove the variable use_other_realm, is not actually...
1998-07-17 Geoffrey King * krb524d.c (main): Accept a -r command line...
1997-12-12 Tom Yu * cnv_tkt_skey.c:
1997-08-07 Tom Yu * cnv_tkt_skey.c:
1996-12-13 Theodore TsoMerge V1_0_FREEZE_3 into the mainline. (Note this...
1996-11-11 Mark Eichin * krb524d.c (do_connection): only free v4/v5 keyblock...
1996-11-08 Theodore TsoCheck the error return from krb5_init_context(), and...
1996-07-31 Tom Yu * krb524d.c: Revert prior change due to shuffling...
1996-07-31 Tom Yu * krb524d.c: Remove #include <netdb.h> (already gotten by
1996-07-22 Marc Horowitzthis commit includes all the changes on the OV_9510_INT...
1996-03-14 Mark Eichinfix some whitespace
1996-01-27 Sam HartmanFix bug in finding the tgs key;
1996-01-25 Sam Hartman * cnv_tkt_skey.c (krb524_convert_tkt_skey): Take both...
1995-12-12 Richard Basch * krb524d.c: Changed krb5_db_fetch_mkey() such that...
1995-12-12 Richard Basch * krb524d.c: Rely on stashed master key enctype instea...
1995-11-13 Mark Eichin * conv_creds.c (krb524_convert_creds_kdc): loop throug...
1995-09-25 Mark Eichin(this may have caused the spin-looping I saw...)
1995-09-14 Mark Eichin * krb524d.c (usage): needs to get context to pass to
1995-09-08 Sam HartmanChanges to compile under AIX--made a while back but...
1995-09-06 Chris Provenzano * cnv_tkt_skey.c, conv_creds.c, get_cred.c...
1995-09-06 Mark Eichin * krb524d.c (main): set timeout inside while loop...
1995-09-06 Chris Provenzano * cnv_tkt_skey.c, getcred.c, k524init.c, krb524...
1995-08-07 Chris ProvenzanoHacks to get it to compile with new kdb format
1995-07-27 Paul ParkUse the etype from krb5_keytype_array[mkey]
1995-07-17 Paul ParkUpdate calling sequence to krb5_db_fetch_mkey()
1995-06-28 Mark Eichin * krb524d.c: changed main, krb5_free_keyblock_contents...
1995-06-27 Paul ParkCompiler warning cleanup
1995-06-23 Paul ParkRemove usage of KDB_CONVERT_KEY_OUTOF_DB
1995-06-06 Theodore TsoUpdated to use autoconf, and to use the new Kerberos...
1995-02-28 John Gilmore* README, *.[ch]: Avoid <...> includes for our include...
1994-09-15 Theodore TsoApply new copyright notice to the krb524 sources. ...
1994-08-18 Mark Eichinstamp out rcs keywords
1994-06-15 Mark Eichinstep 3: bcopy->memcpy or memmove (chose by hand), twidd...
1994-06-15 Mark Eichinstep 1: bzero->memset(,0,)
1993-10-15 Theodore TsoChange use of xfree to krb5_xfree to prevent namespace...
1993-09-01 Theodore TsoChange export warning notice from "is assumed to requir...
1993-06-03 Theodore TsoInitial revision