summaryrefslogtreecommitdiffstats
path: root/src/krb524/krb524d.c
Commit message (Expand)AuthorAgeFilesLines
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-14/+32
* Fork into the background by default, also add a -nofork command line optionGeoffrey King1998-07-241-3/+9
* Remove the variable use_other_realm, is not actually necessary for theGeoffrey King1998-07-191-5/+3
* * krb524d.c (main): Accept a -r command line option to specifyGeoffrey King1998-07-171-6/+17
* * cnv_tkt_skey.c:Tom Yu1997-12-121-2/+0
* * cnv_tkt_skey.c:Tom Yu1997-08-071-1/+2
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-1/+1
* * krb524d.c (do_connection): only free v4/v5 keyblock contents andMark Eichin1996-11-111-3/+1
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-081-7/+11
* * krb524d.c: Revert prior change due to shuffling of netdb.hTom Yu1996-07-311-0/+1
* * krb524d.c: Remove #include <netdb.h> (already gotten byTom Yu1996-07-311-1/+0
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-142/+49
* fix some whitespaceMark Eichin1996-03-141-10/+16
* Fix bug in finding the tgs key;Sam Hartman1996-01-271-2/+2
* * cnv_tkt_skey.c (krb524_convert_tkt_skey): Take both a v5 and v4Sam Hartman1996-01-251-50/+127
* * krb524d.c: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-1/+3
* * krb524d.c: Rely on stashed master key enctype instead of hardcodingRichard Basch1995-12-121-2/+1
* * conv_creds.c (krb524_convert_creds_kdc): loop through all of theMark Eichin1995-11-131-1/+17
* (this may have caused the spin-looping I saw...)Mark Eichin1995-09-251-2/+3
* * krb524d.c (usage): needs to get context to pass toMark Eichin1995-09-141-3/+4
* Changes to compile under AIX--made a while back but never committedSam Hartman1995-09-081-0/+3
* * cnv_tkt_skey.c, conv_creds.c, get_cred.c k524init.c krb524d.c,Chris Provenzano1995-09-061-5/+5
* * krb524d.c (main): set timeout inside while loop to prevent spin.Mark Eichin1995-09-061-2/+8
* * cnv_tkt_skey.c, getcred.c, k524init.c, krb524d.c, test.c :Chris Provenzano1995-09-061-6/+4
* Hacks to get it to compile with new kdb formatChris Provenzano1995-08-071-29/+35
* Use the etype from krb5_keytype_array[mkey]Paul Park1995-07-271-6/+3
* Update calling sequence to krb5_db_fetch_mkey()Paul Park1995-07-171-0/+1
* * krb524d.c: changed main, krb5_free_keyblock_contents to use oldMark Eichin1995-06-281-2/+6
* Compiler warning cleanupPaul Park1995-06-271-1/+2
* Remove usage of KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-231-1/+1
* Updated to use autoconf, and to use the new Kerberos library APITheodore Tso1995-06-061-57/+80
* * README, *.[ch]: Avoid <...> includes for our include filesJohn Gilmore1995-02-281-8/+1
* Apply new copyright notice to the krb524 sources. (1993, GZA -> 1994 OV)Theodore Tso1994-09-151-14/+16
* stamp out rcs keywordsMark Eichin1994-08-181-4/+0
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-1/+1
* step 1: bzero->memset(,0,)Mark Eichin1994-06-151-1/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-1/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Initial revisionTheodore Tso1993-06-031-0/+371