summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add backwards compatibility for version numbers 1.0 and 2.0 of theTheodore Tso1994-10-043-1/+112
* Database records now must be version 2.0 (instead of versions 1.0 orTheodore Tso1994-10-042-2/+10
* make install obey $(DESTDIR)Theodore Tso1994-10-046-3/+15
* Make install obey $(DESTDIR)Theodore Tso1994-10-044-4/+12
* Fix type used to call krb5_rc_io_size (one last time)Theodore Tso1994-10-032-1/+6
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-012-0/+6
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-018-0/+19
* index()->strchr()Theodore Tso1994-10-013-2/+10
* Add magic number placeholder to statically initialized filesTheodore Tso1994-10-014-0/+9
* Remove libkdb5.a on make cleanTheodore Tso1994-09-302-1/+5
* Removed MIT DES filesTheodore Tso1994-09-305-599/+3
* If the prefix "FILE:" is not given, assume the default operations listTheodore Tso1994-09-302-2/+10
* 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