summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* add fullname unparse featureJohn Kohl1990-04-271-1/+9
* add setup_mkey; split OBJS and SRCS onto separate linesJohn Kohl1990-04-241-2/+14
* *** empty log message ***John Kohl1990-04-241-0/+72
* add ext-proto.hJohn Kohl1990-04-231-0/+1
* need to use DECLARG macrosJohn Kohl1990-04-231-5/+10
* put DBM stuff into include fileJohn Kohl1990-04-201-17/+1
* fix reversed comparison on key equalityJohn Kohl1990-02-131-1/+1
* correct arithmetic error in computing keysizeJohn Kohl1990-02-131-1/+1
* store the input length as the length integer in the encodingJohn Kohl1990-02-131-6/+6
* fix several major flaws, to make it workJohn Kohl1990-02-131-10/+16
* *** empty log message ***John Kohl1990-02-131-0/+76
* rearrange args to krb5_kdb_decrypt_keyJohn Kohl1990-02-081-1/+1
* change order of arguments for consistencyJohn Kohl1990-02-081-2/+2
* add comments; rearrange argument order to be in, then outJohn Kohl1990-02-082-2/+14
* more should be a krb5_booleanJohn Kohl1990-02-071-2/+4
* add fetch_mkey, decrypt_keyJohn Kohl1990-02-071-2/+2