summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add check for util library (needed for the Alpha)Theodore Tso1994-11-082-0/+5
* Fix lineage check so that we don't fail if we're cross-authenticatingTheodore Tso1994-11-082-1/+7
* Use published interface to call krb5_random_key()Theodore Tso1994-11-082-2/+11
* Checked in Richard's changes of November 2nd. (See changelog). Lots ofTheodore Tso1994-11-0810-221/+565
* Added checks POSIX setjmp handling and POSIX signal handlingTheodore Tso1994-11-082-0/+23
* Use POSIX method of obtaining fd table size, if availableTheodore Tso1994-11-082-4/+20
* Missing comma on all of the error_code lines. (Oops!)Theodore Tso1994-11-051-34/+34
* make this not zero lengthMark Eichin1994-11-041-0/+2
* * Makefile.in: stop building f_pcbc.c, since it belongs inMark Eichin1994-11-032-2/+7
* * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto/des, andMark Eichin1994-11-033-241/+239
* Added a field to hold an encryption type in the keyblock field --- soTheodore Tso1994-11-032-0/+7
* Add support for the kv5m error table. (For magic numbers.)Theodore Tso1994-11-032-0/+6
* Add the kv5m error tableTheodore Tso1994-11-035-3/+74
* Add WITH_CPPOPTS since we're not using CONFIG_RULES (yet)Theodore Tso1994-11-032-0/+6
* We're probably not going to be building in the top-level directory,Theodore Tso1994-11-032-1/+5
* Don't actually add the $(CPPOPTS) flags to CPPFLAGS; CPPFLAGS has themTheodore Tso1994-11-032-2/+5
* Don't recursively pass the CPPOPTS makefile variable down to subdirectoriesTheodore Tso1994-11-032-2/+4
* NULL should not be used as a character assignment value. Use '\0' insteadTheodore Tso1994-11-032-0/+7
* NULL should not be used as a character assignment value. Use '\0'Theodore Tso1994-11-032-4/+9
* Add support for a new --with-cppopts" value where you can put -DXXXXXTheodore Tso1994-11-032-1/+8
* Add support for a new "--with-cppopts" value where you can put -DXXXXXTheodore Tso1994-11-032-1/+20
* revert misguided kstash changesMark Eichin1994-11-023-59/+7
* * Makefile.in (libkrb5.a): done needs a trailing semicolon if itMark Eichin1994-11-022-2/+7
* Include the tag numbers for the krb5 application tags, since that'sTheodore Tso1994-11-023-52/+57
* Add the "-t option to krb5_encode_test, which causes it to use theTheodore Tso1994-11-025-15/+2335
* Use library.stamp to determine whether or not $arcmd needs to be rerunTheodore Tso1994-11-024-4/+13
* * kdb5_stash.c (main): added -o option to read a Kerberos V4Mark Eichin1994-11-023-7/+59
* touch the library first, before running $aradd, in case changing theTheodore Tso1994-11-022-1/+5
* add "ls" and "touch" since libupdate uses themTheodore Tso1994-11-022-1/+5
* Change use of "head -1" to "sed 1q"Theodore Tso1994-11-022-1/+3
* * adm_listen.c (kill_children): use sigprocmask if availableMark Eichin1994-11-012-9/+37
* Change the way the library is built to use the libupdate scriptTheodore Tso1994-11-013-17/+30
* Also clean up config.log, pre.out, post.out and Makefile.outTheodore Tso1994-11-012-0/+6
* libupdate.sh: Add support for the new libupdate shell script. ItTheodore Tso1994-11-014-0/+66
* Back out POSIX_FILE_LOCKS change. (Should be depending on autoconf.hTheodore Tso1994-10-314-13/+12
* Move WITH_CCOPTS and WITH_KRB5ROOT to the beginning of the file.Theodore Tso1994-10-312-2/+9
* * ranlib.conf: new file. some svr4 need ranlib tooMark Eichin1994-10-282-0/+5
* * gcc.conf (CC_OPTS): don't set CC_OPTS until we figure outMark Eichin1994-10-282-1/+6
* show contents of path tooMark Eichin1994-10-281-1/+4
* fix testsMark Eichin1994-10-281-3/+3
* Remove duplicate definitions for DEFs, CC, CCOPTS and LIBSTheodore Tso1994-10-282-5/+5
* * login.c (main): if CSTATUS is missing, don't set c_cc[VSTATUS]Mark Eichin1994-10-282-0/+7
* autoconf 2.0 releaseMark Eichin1994-10-2712-218/+262
* * krlogin.c (des_write): get rid of srandom, since seeding is doneMark Eichin1994-10-274-49/+9
* * login.c (main): if CDISCARD is missing, use CFLUSH insteadMark Eichin1994-10-273-1/+13
* * configure.in: check for srand48, srand, and srandom.Mark Eichin1994-10-273-2/+34
* Added first cut of lists of operating systems that have various sortsTheodore Tso1994-10-271-0/+73
* autoreconf.local is a locally modified version of autoreconf that willTheodore Tso1994-10-272-12/+172
* If the requested kvno is IGNORE_KVNO, fix the error return so that 0Theodore Tso1994-10-262-2/+8
* Add verification checks to the test suiteTheodore Tso1994-10-263-11/+72