summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cache name was not being properly null-terminatedTheodore Tso1994-09-292-0/+4
* Add support for KRB5_KDCREP_SKEW error codeTheodore Tso1994-09-292-0/+6
* Added new error codes (from suggested changes from Openvision)Theodore Tso1994-09-292-0/+9
* Return new error codes KRB5_IN_TKT_REALM_MISTCH and KRB5_KDCREP_SKEWTheodore Tso1994-09-293-7/+28
* Added realm compare functionTheodore Tso1994-09-292-3/+19
* Always fill in a NULL for a zero-length char string or octet string inTheodore Tso1994-09-292-3/+20
* Return the most recent key (with the greatest kvno) instead of theTheodore Tso1994-09-292-7/+25
* = should have been == in commented out codeTheodore Tso1994-09-282-2/+7
* Fix to reflect fact that krb5_rc_dfl_close() now frees the rcache structureTheodore Tso1994-09-282-2/+6
* Change the interface of krb5_ktfile_read_entry andTheodore Tso1994-09-236-46/+45