summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* with POSIX locks, we gotta have the file open for write if we want to flockJohn Kohl1991-06-141-2/+20
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* Use fcntl(F_SETLK) if POSIX_FILE_LOCKS is definedJohn Carr1991-05-291-2/+33
* update copyright noticesJohn Kohl1991-02-191-6/+6
* add salt supportJohn Kohl1991-02-141-4/+26
* Added kdb_db_destroy() functionTheodore Tso1991-02-021-0/+61
* changes for narrow/wide prototypesJohn Kohl1990-11-191-2/+2
* change bzero to memsetJohn Kohl1990-11-081-7/+7
* change bcopy to memcpyJohn Kohl1990-11-081-6/+6
* fixed an apparent memory leak in krb5_dbm_db_get_principal();Donald Davis1990-11-021-7/+7
* Fixed bug in the unlocking routine so it really would call flockTheodore Tso1990-11-021-5/+3
* Changes to export kdb5_db_lock and kdb5_db_unlock to the API.... changedTheodore Tso1990-10-151-7/+11
* fix reference to copyright/distribution provisionsJohn Kohl1990-05-251-1/+1
* include file fix-upsJohn Kohl1990-05-231-14/+2
* add delete functionJohn Kohl1990-05-091-9/+65
* put DBM stuff into include fileJohn Kohl1990-04-201-17/+1
* correct arithmetic error in computing keysizeJohn Kohl1990-02-131-1/+1
* changes to accommodate change from contents[1] to *contentsJohn Kohl1990-01-301-11/+9