summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* change kdb to kdb5John Kohl1991-06-141-1/+1
* Update copyright noticeJohn Kohl1991-06-069-18/+144
* Use fcntl(F_SETLK) if POSIX_FILE_LOCKS is definedJohn Carr1991-05-291-2/+33
* use "rb" for STDCJohn Kohl1991-04-191-0/+4
* use "wb" for STDCJohn Kohl1991-04-191-1/+6
* libos-proto.h -> los-proto.hJohn Kohl1991-03-142-2/+2
* fix copyrightsJohn Kohl1991-03-145-6/+6
* fix copyrightsJohn Kohl1991-03-041-1/+2
* also erase and free the temp keyJohn Kohl1991-02-211-0/+2
* plug memory leaksJohn Kohl1991-02-211-0/+4
* update copyright noticesJohn Kohl1991-02-193-15/+15
* use Krb5LibraryTargetJohn Kohl1991-02-151-1/+1
* add salt supportJohn Kohl1991-02-141-4/+26
* Added kdb_db_destroy() functionTheodore Tso1991-02-021-0/+61
* need kdb.h for encrypted_keyblockJohn Kohl1990-12-152-0/+2
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-141-1/+6
* Changed input type to krb5_encrypted_keyblockTheodore Tso1990-12-131-1/+1
* Changed output type to krb5_encrypted_keyblockTheodore Tso1990-12-131-1/+1
* need to assure room for the checksums in the key to be encryptedJohn Kohl1990-12-121-6/+21
* changes for narrow/wide prototypesJohn Kohl1990-11-191-2/+2
* change bzero to memsetJohn Kohl1990-11-082-8/+8
* change bcopy to memcpyJohn Kohl1990-11-082-8/+7
* change bcopy to memcpyJohn Kohl1990-11-081-8/+2
* use memcmp rather than bcmpJohn Kohl1990-11-081-2/+2
* 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
* use macros to hide abstractionJohn Kohl1990-09-202-8/+5
* add #define calls for abstractionJohn Kohl1990-09-202-10/+8
* fix reference to copyright/distribution provisionsJohn Kohl1990-05-255-5/+5
* add RCS and copyright infoJohn Kohl1990-05-251-0/+9
* include file fix-upsJohn Kohl1990-05-237-33/+4
* allocate space for paddingJohn Kohl1990-05-181-1/+8
* changes for new encryption interfaceJohn Kohl1990-05-092-2/+2
* add delete functionJohn Kohl1990-05-091-9/+65
* add twice argumentJohn Kohl1990-05-021-1/+4
* add const to the in parameterJohn Kohl1990-05-022-2/+2
* *** empty log message ***John Kohl1990-04-272-0/+109
* add support for non-interactive fetchJohn Kohl1990-04-271-1/+52
* need fullname argument, so re-writeJohn Kohl1990-04-271-36/+21
* add store_mkeyJohn Kohl1990-04-271-2/+4