summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* move external declarations to include fileJohn Kohl1990-01-291-7/+6
* name change: principal to entryJohn Kohl1990-01-221-64/+65
* first-cut conversion of V4 stuff (not fully tested/debugged)John Kohl1990-01-191-247/+392
* incomplete conversion of V4 stuffJohn Kohl1990-01-181-0/+807