summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-2626-30/+33
* Added missing continue so that we don't copy both the unprintableTheodore Tso1994-10-262-0/+7
* Add include config.h for POSIX_FILE_LOCKSTheodore Tso1994-10-241-1/+2
* If KRB4 is defined, define KRB5_KRB4_COMPAT for compat_recv.cTheodore Tso1994-10-242-0/+8
* Use the srand48/lrand48 functions if availableTheodore Tso1994-10-243-23/+40
* Don't need to define POSIX_FILE_LOCKS; just include config.h insteadTheodore Tso1994-10-242-6/+5
* Don't use LDFLAGS, but CCFLAGS since CCFLAGS is configurableTheodore Tso1994-10-192-2/+6
* Fix missing $(DESTDIR) in "make install" linesTheodore Tso1994-10-196-3/+15
* asn1_decode_k.c (asn1_decode_kdc_req_body): If the authorization fieldTheodore Tso1994-10-197-17/+66
* * 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
* Add ISODE_DEFSTheodore Tso1994-10-152-0/+5
* Add ISODE_DEFSTheodore Tso1994-10-1511-0/+29
* Fix typo in spelling of KRB5_USE_ISODETheodore Tso1994-10-142-1/+5
* Add the ISODE_DEFS ruleTheodore Tso1994-10-144-0/+10
* Move the various flavors of cryptosystem support -- raw des, des-md5, des-crcTheodore Tso1994-10-143-0/+478
* Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.hTheodore Tso1994-10-143-0/+17
* 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
* 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
* Run crctest on a "make check". Clean up the crctest program on aTheodore Tso1994-10-122-0/+11
* Add -DKRB5_USE_ISODE so that include files get included properlyTheodore 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
* 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
* Take out check that assures that long is 4 bytes. The DESTheodore Tso1994-10-062-6/+7
* 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
* Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1994-10-043-0/+11
* 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-042-0/+7
* Added placeholder for magic numberTheodore Tso1994-10-044-0/+13
* Don't build the krb425 library. It is deprecatedTheodore Tso1994-10-041-1/+1
* Rearrange declarations so it will actually compileTheodore Tso1994-10-041-16/+43
* Commited wrong version of kdb_compat.hTheodore Tso1994-10-041-1/+1
* Don't build the krb425 library. It is deprecatedTheodore Tso1994-10-041-0/+4
* Add structure magic numbersTheodore Tso1994-10-043-0/+7
* Reserve space for the structure magic numbersTheodore Tso1994-10-042-0/+5