summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* sanity checkinTom Yu1994-10-196-18/+289
* Makefile.in: "make check" depends on krb5_decode_test andTheodore Tso1994-10-195-6/+34
* * krlogind.c: use HAVE_STREAMS, fix TIOCPKT_* testMark Eichin1994-10-182-4/+8
* * raw-des.c (mit_raw_des_decrypt_func): ditto.Mark Eichin1994-10-183-4/+8
* * des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents toMark Eichin1994-10-182-2/+8
* * configure.in (HAVE_STREAMS): test for streams interface headersMark Eichin1994-10-183-4/+13
* add sort for make checkMark Eichin1994-10-182-0/+7
* Clean up the test.out fileTheodore Tso1994-10-171-0/+4
* Add ISODE_DEFSTheodore Tso1994-10-152-0/+5
* Add ISODE_DEFSTheodore Tso1994-10-1513-0/+34
* Clean up the test.out fileTheodore Tso1994-10-141-1/+2
* Fix typo in spelling of KRB5_USE_ISODETheodore Tso1994-10-142-1/+5
* Add the ISODE_DEFS ruleTheodore Tso1994-10-144-0/+10
* When scanning a database entry, read fail_auth_count into a temporaryTheodore Tso1994-10-142-2/+10
* Move the various flavors of cryptosystem support -- raw des, des-md5, des-crcTheodore Tso1994-10-143-0/+478
* Add declaration for krb5_des_md5_cst_entryTheodore Tso1994-10-142-0/+3
* Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.hTheodore Tso1994-10-143-0/+17
* Change name of the des_crc cryptosystem from krb5_des_cst_entry toTheodore Tso1994-10-142-1/+6
* Define PROVIDE_DES_CBC_MD5 so that we include this new cryptosystemTheodore Tso1994-10-142-0/+6
* Add support for the new cryptosystem DES/MD5Theodore Tso1994-10-143-4/+31
* Remove declarations of the cryptosystem specific structures toTheodore Tso1994-10-147-350/+25
* Select the cryptosystem to be used using krb5_use_cstype() instead ofTheodore Tso1994-10-142-6/+18
* Don't assume that the request server's realm name is null terminated.Theodore Tso1994-10-142-3/+18
* Cast char pointer to the expected unsigned char pointer, since that'sTheodore Tso1994-10-142-3/+9
* Remove symlinked files on make cleanTheodore Tso1994-10-142-0/+7
* No point putting RFC's in the krb5 sourcesTheodore Tso1994-10-132-2052/+0
* Add support for the MDx test driver t_mddriver. Run t_mddriver on aTheodore Tso1994-10-132-1/+20
* Add support for the MDx test driver t_mddriver. Run t_mddriver on aTheodore Tso1994-10-133-3/+339
* Add the UL macro to control how unsigned long constants are compiled.Theodore Tso1994-10-134-74/+100
* sanity checkinTom Yu1994-10-121-18/+81
* Add OBJS definition so that object files get cleaned out during aTheodore Tso1994-10-122-0/+9
* 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