summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* Avoid <krb5/....> includesJohn Gilmore1995-02-288-36/+12
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-138-180/+233
* Fix obvious typoTheodore Tso1994-11-191-1/+1
* * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file.Mark Eichin1994-11-182-58/+30
* Set the keyblock's magic number and ecryption type information appropriatelyTheodore Tso1994-11-172-0/+7
* Set the keyblock's magic number and encryption type information appropriatelyTheodore Tso1994-11-092-0/+7
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
* Add include config.h for POSIX_FILE_LOCKSTheodore Tso1994-10-241-1/+2
* Don't need to define POSIX_FILE_LOCKS; just include config.h insteadTheodore Tso1994-10-242-6/+5
* Fix missing $(DESTDIR) in "make install" linesTheodore Tso1994-10-192-1/+5
* Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.hTheodore Tso1994-10-143-0/+17
* Rearrange declarations so it will actually compileTheodore Tso1994-10-041-16/+43
* Commited wrong version of kdb_compat.hTheodore Tso1994-10-041-1/+1
* 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-042-1/+5
* stamp out rcs keywordsMark Eichin1994-08-188-45/+8
* punt unused varsMark Eichin1994-08-141-1/+0
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-091-45/+0
* oops forgot to look for install programTom Yu1994-08-042-0/+3
* make install fixesTom Yu1994-08-042-2/+5
* Use POSIX utime() instead of non-posix utimes()Theodore Tso1994-07-152-10/+12
* Reduced Makefile.in, using pre/postMark Eichin1994-07-021-39/+0
* * configure.in (in all relevant subdirs): move invokations ofTom Yu1994-06-271-1/+1
* changes to fix make installTom Yu1994-06-251-3/+19
* obvious additions to cleanMark Eichin1994-06-231-0/+2
* improve clean rulesMark Eichin1994-06-231-0/+4
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-211-0/+1
* support to allow --with-ccopts=Tom Yu1994-06-212-0/+2
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-181-1/+1
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-172-1/+2
* autoconf enhancements for kerberosMark Eichin1994-06-092-0/+63
* Make sure memory is freed on errorsTheodore Tso1993-12-242-43/+54
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-155-11/+11
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-019-18/+18
* Added include for <errno.h>Theodore Tso1993-02-261-0/+7
* Fixed locking #includesTheodore Tso1993-02-261-14/+55
* Changes to store the alternate key/salt information if presentTheodore Tso1992-09-291-55/+159
* Now allows the user to pass in their own custom salt information for theTheodore Tso1992-09-291-4/+11
* Support separate source and binary directoriesJohn Carr1992-08-211-7/+7
* Remove unused variableJohn Carr1992-03-251-1/+0
* Fix cast of dbm_open return valueJohn Carr1992-03-251-1/+1
* sizeof (int) -> 4 bytes, because this is supposed to be a portableJohn Carr1992-02-231-18/+15
* sizeof(int) -> 4 bytes, because this is intended to be a portableJohn Carr1992-02-231-8/+7
* Make use of ANSI stdio configurableJohn Carr1992-02-232-2/+2
* Compare key lengths before comparing key dataJohn Carr1992-02-231-2/+2
* Add two functions: krb5_dbm_db_open_database() andJohn Carr1992-02-231-38/+109
* Store the length field of the encrypted key in network byte orderJohn Carr1991-12-062-4/+16
* with POSIX locks, we gotta have the file open for write if we want to flockJohn Kohl1991-06-141-2/+20