summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* index()->strchr()Theodore Tso1994-10-013-2/+10
* Add magic number placeholder to statically initialized filesTheodore Tso1994-10-014-0/+9
* * kbuild: log arguments to THISCONF, RECONF filesMark Eichin1994-10-012-0/+8
* * kbuild: set SRCDIR by default from program nameMark Eichin1994-10-012-2/+18
* old style kbuild fileMark Eichin1994-10-011-27/+0
* * aclocal.m4 (CONFIG_RULES): set SHELL=/bin/sh explicitly, as perMark Eichin1994-09-302-0/+8
* Add field for structure magic numbersTheodore Tso1994-09-308-52/+95
* Let configure take care of removing const with AC_CONSTTheodore Tso1994-09-307-23/+29
* More autoconf portability fixes --- for Solaris Suncc. SETPGRP_TWOARG,Theodore Tso1994-09-303-15/+14
* Remove libkdb5.a on make cleanTheodore Tso1994-09-302-1/+5
* configure now generates the makefileTheodore Tso1994-09-301-43/+0
* Removed MIT DES filesTheodore Tso1994-09-305-599/+3
* Make clean will remove executablesTheodore Tso1994-09-302-0/+3
* If the prefix "FILE:" is not given, assume the default operations listTheodore Tso1994-09-302-2/+10
* Relink executable if libraries changeTheodore Tso1994-09-309-10/+46
* Relink executable if libraries changeTheodore Tso1994-09-3016-15/+56
* Relink executable if libraries changeTheodore Tso1994-09-309-11/+29
* Relink executable if libraries changeTheodore Tso1994-09-3010-0/+31
* Relink executables if libraries changeTheodore Tso1994-09-302-0/+3
* Fix declaration of usage()Theodore Tso1994-09-301-1/+1
* Use getsockname instead of getpeername in order to get the sender address!Theodore Tso1994-09-302-2/+7
* In krb5_rc_dfl_recover, krb5_rc_io_size was being called withTheodore Tso1994-09-302-1/+7
* Removed MIT DES implementation; only use Fergeson DESTheodore Tso1994-09-3019-1893/+153
* More will be added..Mark Eichin1994-09-308-0/+51
* * util/kbuild: complete rewrite.Mark Eichin1994-09-302-14/+98
* * krlogin.c (mode): ifdef VLNEXT instead of svr4 for ^V fixing.Mark Eichin1994-09-293-4/+16
* cache name was not being properly null-terminatedTheodore Tso1994-09-292-0/+4
* Make sure mod time on the dump_ok file is updated. (Some systemsTheodore Tso1994-09-292-0/+12
* Relink executable when libraries changeTheodore Tso1994-09-294-15/+79
* Oops.. Missing close braceTheodore Tso1994-09-291-0/+1
* Exit with a non-zero status if there was an error in an executed command.Theodore Tso1994-09-295-9/+145
* Add support for KRB5_KDCREP_SKEW error codeTheodore Tso1994-09-292-0/+6
* Added new error codes (from suggested changes from Openvision)Theodore Tso1994-09-292-0/+9
* Return new error codes KRB5_IN_TKT_REALM_MISTCH and KRB5_KDCREP_SKEWTheodore Tso1994-09-293-7/+28
* Added realm compare functionTheodore Tso1994-09-294-3/+27
* Always fill in a NULL for a zero-length char string or octet string inTheodore Tso1994-09-292-3/+20
* Return the most recent key (with the greatest kvno) instead of theTheodore Tso1994-09-292-7/+25
* not quite first cut "safety" checkinTom Yu1994-09-292-0/+1272
* Relink executable when library changesTheodore Tso1994-09-296-6/+20
* (K4LIB): add libdes.a, needed for des_pcbc_encryptMark Eichin1994-09-291-1/+1
* * configure.in (srand48): check for srand48, and if it exists,Mark Eichin1994-09-292-0/+7
* Wed Sep 28 14:36:29 1994 Mark Eichin (eichin@rtl.cygnus.com)Mark Eichin1994-09-282-2/+7
* get NULL from stdio for sunosMark Eichin1994-09-282-0/+5
* = should have been == in commented out codeTheodore Tso1994-09-282-2/+7
* Fix to reflect fact that krb5_rc_dfl_close() now frees the rcache structureTheodore Tso1994-09-282-2/+6
* fix initial test/square-bracket bugMark Eichin1994-09-281-1/+1
* Change the interface of krb5_ktfile_read_entry andTheodore Tso1994-09-236-46/+45
* Add dependencies for the libraries (so the executables are automaticallyTheodore Tso1994-09-233-9/+9
* Make sure all object files are removed in a make clean operationTheodore Tso1994-09-231-3/+4
* Fix memory leak in klist --- the returned credentials should be freed beforeTheodore Tso1994-09-233-4/+11