summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure we do our feature tests using the CC options specified usingTheodore Tso1994-10-122-1/+7
* Run crctest on a "make check". Clean up the crctest program on aTheodore Tso1994-10-122-0/+11
* * ucb.conf: add "ranlib" for ucb, it's a common element.Mark Eichin1994-10-113-0/+8
* * kbuild (MAKETARGETS): default to "all check" for make, but allowMark Eichin1994-10-112-2/+8
* Don't rm the sed and awk scripts during a make cleanTheodore Tso1994-10-114-2/+10
* If using ISODE we need to add -DKRB5_USE_ISODE to $DEFS, not KRB5_USE_ISODE!Theodore Tso1994-10-082-1/+6
* start CONFIG_OPTS with -v so we see the autoconf results tooMark Eichin1994-10-071-0/+1
* Add extra check to make sure blank lines get squeezed out. Needed forTheodore Tso1994-10-072-0/+6
* Add -DKRB5_USE_ISODE so that include files get included properlyTheodore Tso1994-10-072-1/+6
* Use check:: instead of check:Theodore Tso1994-10-072-1/+6
* Include unistd.h first, and don't try to include sys/types.h first.Theodore Tso1994-10-071-5/+4
* Include unistd.h if it is presentTheodore Tso1994-10-073-1/+16
* Add test for unistd.hTheodore Tso1994-10-072-1/+3
* Use POSIX_FILE_LOCKS if _POSIX_VERSION in unistd.hTheodore Tso1994-10-072-2/+16
* Explicitly destroy the test database before reloading itTheodore Tso1994-10-071-1/+2
* Don't let errors in set_dbname_help initially cause the exit status toTheodore Tso1994-10-072-0/+6
* Add general kadmin/kdb confidence checkTheodore Tso1994-10-072-0/+32
* Add a "make check" case which runs the test programsTheodore Tso1994-10-072-0/+10
* Add an option to force destruction of the database, without asking anyTheodore Tso1994-10-072-38/+49
* Add new option -P to specify master key passwrd on the command line.Theodore Tso1994-10-073-6/+39
* Allow master key to be passed in on the command line. Makes testingTheodore Tso1994-10-072-10/+40
* Allow master key to be passed in on the command line. Makes testingTheodore Tso1994-10-074-11/+67
* Add recursive "make check"Theodore Tso1994-10-072-0/+5
* Make sure the "make check" programs are cleaned up on a "make clean"Theodore Tso1994-10-072-5/+6
* Add recursive "make check" targetTheodore Tso1994-10-072-0/+5
* Add recursive "make check" targetTheodore Tso1994-10-072-0/+5
* Add default "check" rules for Makefiles that don't have a make check targetTheodore Tso1994-10-072-0/+5
* Add top level "make check" targetTheodore Tso1994-10-073-4/+5
* Get the "getdate" routine working. Created suitable Makefile.in andTheodore Tso1994-10-073-58/+219
* Add default all target at the end of pre.in, thus ensuring that allTheodore Tso1994-10-062-0/+6
* Replace use of basename with sed --- it's more portableTheodore Tso1994-10-064-2/+10
* Take out check that assures that long is 4 bytes. The DESTheodore Tso1994-10-062-6/+7
* Check to make sure key version number is 1, not 0Theodore Tso1994-10-062-1/+6
* Initialize all of the fields of the principal entryTheodore Tso1994-10-062-0/+10
* Update for beta 4 patchlevel 3Theodore Tso1994-10-051-1/+1
* Don't bomb out if the argument to krb5_free_principal() is NULLTheodore Tso1994-10-052-1/+9
* Only try to free the contents of the keytab_entry if it is non-NULLTheodore Tso1994-10-052-2/+13
* Fix to compare using new_entry instead of cur_entry. (Bug made inTheodore Tso1994-10-052-5/+8
* Don't build the unifdef directory --- we don't need it any moreTheodore Tso1994-10-041-1/+1
* Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1994-10-045-0/+18
* resolve's first argument is now a const char *Theodore Tso1994-10-044-4/+11
* Added missing * to function pointer deferenceTheodore Tso1994-10-041-1/+1
* Don't assume that krb5_timestamp and time_t are the same typeTheodore Tso1994-10-042-1/+14
* Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1994-10-048-0/+28
* Added placeholder for magic numberTheodore Tso1994-10-044-0/+13
* Don't build the krb425 library. It is deprecatedTheodore Tso1994-10-041-1/+1
* Add magic numbers to encryption strcturesTheodore Tso1994-10-043-5/+11
* Add structure magic numbersTheodore Tso1994-10-042-0/+7
* Rearrange declarations so it will actually compileTheodore Tso1994-10-041-16/+43
* Add krb_err.h for the V4 error tables. We should generate this properlyTheodore Tso1994-10-041-0/+92