summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-4/+4
* kdb_dbm.c (destroy_file_suffix): Declare as staticEzra Peisach2001-04-251-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-6/+6
* * keytab.c: (krb5_ktkdb_get_entry): Incoming principal is constEzra Peisach1997-09-151-2/+2
* * kdb_dbm.c: Ditch DB_OPENCLOSE conditionals, and fix the realMark Eichin1996-11-131-69/+8
* update rename comment to agree with code and previous comment inBarry Jaspan1996-10-181-1/+1
* kdb_dbm.c: Remove vestigal code which was using BERK_DB_DBM define.Theodore Tso1996-08-221-76/+4
* * kdb_dbm.c (krb5_dbm_db_rename): rename should not insist thatBarry Jaspan1996-08-121-1/+1
* Remove references to unused non-portable symbolsSam Hartman1996-08-021-20/+0
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-25/+113
* Remove vestigal ODBM supportTheodore Tso1996-05-201-32/+0
* * kdb_dbm.c: Do not provide prototypes for dbm_error orEzra Peisach1996-05-181-2/+2
* * kdb_dbm.c (krb5_dbm_db_rename): Initialize pointer before useEzra Peisach1996-02-141-1/+2
* Several changes to the db rename feature.Richard Basch1996-01-311-19/+25
* * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless withoutMark Eichin1996-01-301-1/+1
* Fixed three problems in the database rename function:Richard Basch1996-01-221-9/+13
* * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.Chris Provenzano1995-12-121-79/+103
* Add context serialization support. Fix gcc -Wall complaintsPaul Park1995-08-291-8/+210
* Fix database update and renamePaul Park1995-08-181-37/+109
* Fix krb5_dbm_db_end_update() and remove unused codePaul Park1995-08-171-29/+13
* decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1995-08-161-336/+190
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-051-22/+28
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-271-459/+39
* * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerrTom Yu1995-07-251-0/+12
* * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagnameMark Eichin1995-07-211-3/+4
* Make sure the dbm context is initialized before we startTheodore Tso1995-07-091-0/+5
* Add function dispatch for database accessesPaul Park1995-06-301-115/+283
* Permit a process to have more than one database open at the same timePaul Park1995-06-231-65/+180
* Use new Berkeley Database code and add testPaul Park1995-05-261-24/+87
* Don't cast dbm_close() to void, because dbm_close is already voidTheodore Tso1995-03-241-5/+5
* Avoid <krb5/....> includesJohn Gilmore1995-02-281-8/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-128/+175
* Fix obvious typoTheodore Tso1994-11-191-1/+1
* * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file.Mark Eichin1994-11-181-58/+25
* 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-241-6/+0
* Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.hTheodore Tso1994-10-141-0/+9
* Add backwards compatibility for version numbers 1.0 and 2.0 of theTheodore Tso1994-10-041-1/+56
* Database records now must be version 2.0 (instead of versions 1.0 orTheodore Tso1994-10-041-2/+2
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* punt unused varsMark Eichin1994-08-141-1/+0
* Use POSIX utime() instead of non-posix utimes()Theodore Tso1994-07-151-10/+6
* Make sure memory is freed on errorsTheodore Tso1993-12-241-41/+49
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-4/+4
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Fixed locking #includesTheodore Tso1993-02-261-14/+55
* Changes to store the alternate key/salt information if presentTheodore Tso1992-09-291-55/+159
* Fix cast of dbm_open return valueJohn Carr1992-03-251-1/+1
* Add two functions: krb5_dbm_db_open_database() andJohn Carr1992-02-231-38/+109