summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * g_glue.c: grab stdlib.h to get NULLTom Yu1996-02-102-0/+7
* Only display secure_message if encryption actually enabledSam Hartman1996-02-102-1/+6
* Fixed bug in v4 compatability: you don't checkSam Hartman1996-02-102-30/+37
* * scc.h scc_gprin.c scc_maybe.c scc_skip.c scc_sseq.cRichard Basch1996-02-095-113/+221
* * pre.inRichard Basch1996-02-091-1/+2
* * kinit.cRichard Basch1996-02-091-11/+20
* * fcc_maybe.cRichard Basch1996-02-091-13/+18
* * fcc.h fcc_gprin.c fcc_maybe.c fcc_skip.c fcc_sseq.cRichard Basch1996-02-095-48/+154
* * configure.in: Check for stdlib.hEzra Peisach1996-02-076-1/+18
* Need to include stdio.h and errno.h no matter what.Ezra Peisach1996-02-072-2/+7
* Make clean removes ftpd (not ftp)Ezra Peisach1996-02-072-1/+5
* New files, for danw's changes to allow building Makefiles for theTheodore Tso1996-02-071-0/+5
* Folded in danw's changes to allow building Makefiles for theTheodore Tso1996-02-0724-10/+154
* Commited new snapshot from Roland Schemers at SunTheodore Tso1996-02-0740-454/+1115
* * configure.in, Makefile.inRichard Basch1996-02-042-2/+3
* * configure.in, Makefile.inRichard Basch1996-02-042-25/+12
* * Makefile.inRichard Basch1996-02-0411-41/+75
* * aclocal.m4Richard Basch1996-02-041-11/+46
* Remove check to make sure ticket enctypeSam Hartman1996-02-014-49/+11
* Remove check to make sure cached tickets are in tgs_enctypesSam Hartman1996-02-012-24/+6
* * rcp (client mode) now uses rsh -x but still supports the old encryption inSam Hartman1996-02-016-164/+92
* * krshd: Make sure KRB5CCNAME gets set for forward creds; code could be much ...Sam Hartman1996-01-315-17/+77
* Several changes to the db rename feature.Richard Basch1996-01-311-19/+25
* * dump.c (load_db): dbrenerr_fmt prints "from" first, so pass itMark Eichin1996-01-302-1/+6
* * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless withoutMark Eichin1996-01-302-1/+6
* Don't update the utmp file unless update_utmp is trueSam Hartman1996-01-302-3/+10
* * dump.c (process_k5_record): t2..t9 is only 8 vars, not 9Mark Eichin1996-01-282-1/+5
* Fix quoting problemSam Hartman1996-01-282-2/+6
* Fixes to build on Linux;Sam Hartman1996-01-272-3/+5
* Fix bug in finding the tgs key;Sam Hartman1996-01-273-2/+10
* Implement -e option for keytabsSam Hartman1996-01-272-0/+7
* * void_assoc.c (ptyint_void_association): if we don't haveMark Eichin1996-01-272-0/+7
* * krb5.conf: use host:portnum in example files, not host,portnumMark Eichin1996-01-272-2/+6
* * kadmin.exp: use a longer password for kadmin_modify test to meetMark Eichin1996-01-272-3/+8
* fix indentationMark Eichin1996-01-271-2/+2
* * kuserok.c: use HAVE_SETEUID and HAVE_SETRESUID to figure out howMark Eichin1996-01-273-4/+11
* * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefsMark Eichin1996-01-273-2/+18
* * t_cksum.c (main): use proper old-style definitionMark Eichin1996-01-272-1/+7
* * network.c (setup_network): strtol is good enough for portMark Eichin1996-01-272-2/+10
* Oops; I accidentally comitted a version of krloginSam Hartman1996-01-272-2/+3
* Implement -e option to list thatSam Hartman1996-01-262-2/+20
* Require DES for credentialsSam Hartman1996-01-262-1/+5
* Fix bug in call to shared library macrosSam Hartman1996-01-262-1/+5
* Telnet really wants a DES key; have it ask for oneSam Hartman1996-01-262-0/+5
* Fix delay in ^C processingSam Hartman1996-01-262-11/+27
* Disable resetting of tgs_enctypesSam Hartman1996-01-261-2/+2
* Convert the kvno to a char before writing it out. (The previous codeSam Hartman1996-01-262-2/+9
* Removed outdated comment about mappingSam Hartman1996-01-262-4/+3
* Fixed to check enctype of retrieved keysSam Hartman1996-01-263-2/+11
* Fixed extraction of keytabs to extract all keysSam Hartman1996-01-262-6/+38