summaryrefslogtreecommitdiffstats
path: root/src/krb524
Commit message (Expand)AuthorAgeFilesLines
* (this may have caused the spin-looping I saw...)Mark Eichin1995-09-252-2/+8
* * krb524d.c (usage): needs to get context to pass toMark Eichin1995-09-142-4/+9
* Changes to compile under AIX--made a while back but never committedSam Hartman1995-09-083-0/+16
* * cnv_tkt_skey.c, conv_creds.c, get_cred.c k524init.c krb524d.c,Chris Provenzano1995-09-067-13/+18
* * krb524d.c (main): set timeout inside while loop to prevent spin.Mark Eichin1995-09-062-2/+15
* * cnv_tkt_skey.c, getcred.c, k524init.c, krb524d.c, test.c :Chris Provenzano1995-09-066-12/+16
* Update file listTheodore Tso1995-08-242-1/+7
* Hacks to get it to compile with new kdb formatChris Provenzano1995-08-072-29/+39
* Use the etype from krb5_keytype_array[mkey]Paul Park1995-07-272-6/+8
* Update calling sequence to krb5_db_fetch_mkey()Paul Park1995-07-172-0/+5
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-073-17/+16
* Add ability to switch between Berkeley and DBM for KDC databasePaul Park1995-06-302-0/+19
* fix the other typoMark Eichin1995-06-291-1/+1
* fix typoMark Eichin1995-06-291-1/+1
* * test.c: use PROTOTYPEMark Eichin1995-06-292-2/+6
* * test.c, k524init.c, getcred.c: rewrote for old style definitiions.Mark Eichin1995-06-285-24/+54
* * krb524d.c: changed main, krb5_free_keyblock_contents to use oldMark Eichin1995-06-282-2/+11
* * encode.c: make declarations use KRB5_PROTOTYPE, and use oldMark Eichin1995-06-283-93/+40
* Compiler warning cleanupPaul Park1995-06-276-9/+20
* Remove usage of KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-232-1/+5
* Inline code from krb_save_credentials since there is none in some K4Paul Park1995-06-162-0/+23
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-9/+15
* * Makefile.in: added install rulesTom Yu1995-06-142-2/+12
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+5
* test.c (do_remote): Case sockaddr_in * to sockaddr * in callingEzra Peisach1995-06-074-5/+17
* Use ARADD instead of ARCHIVEPaul Park1995-06-062-1/+9
* Fix strings for Ultrix native compilerPaul Park1995-06-062-4/+4
* Updated to use autoconf, and to use the new Kerberos library APITheodore Tso1995-06-0616-181/+436
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+50
* Renamed a file for DOS 8.3 compatabilityKeith Vetter1995-03-283-2/+8
* * README, *.[ch]: Avoid <...> includes for our include filesJohn Gilmore1995-02-2813-27/+16
* Apply new copyright notice to the krb524 sources. (1993, GZA -> 1994 OV)Theodore Tso1994-09-1517-214/+257
* stamp out rcs keywordsMark Eichin1994-08-1813-56/+0
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-154-9/+9
* step 1: bzero->memset(,0,)Mark Eichin1994-06-155-6/+6
* Fix bug which causes krb524 to create V4 tickets with the wrong realmTheodore Tso1993-12-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-0116-32/+32
* Initial revisionTheodore Tso1993-06-0318-0/+1847