| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -6/+1 |
* | Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULL | Sam Hartman | 2010-09-15 | 1 | -2/+2 |
* | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 1 | -6/+6 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -42/+43 |
* | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 1 | -3/+3 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -6/+6 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -0/+1 |
* | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 1 | -7/+6 |
* | * encrypt_key.c, kdb_cpw.c, kdb_xdr.c: Add parenthesis about | Ezra Peisach | 2000-07-04 | 1 | -2/+1 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -29/+51 |
* | * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c, | Chris Provenzano | 1995-09-06 | 1 | -1/+1 |
* | decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0. | Chris Provenzano | 1995-08-16 | 1 | -6/+4 |
* | Use correct length to malloc() in encrypt_key_data() | Paul Park | 1995-08-08 | 1 | -1/+1 |
* | Improve keysalt handling | Paul Park | 1995-08-07 | 1 | -11/+15 |
* | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 1 | -2/+3 |
* | Use encode/decode macros to [de]serialize data going in/out of the database | Paul Park | 1995-08-04 | 1 | -2/+2 |
* | Fix krb5_dbekd_encrypt_key_data() | Paul Park | 1995-08-03 | 1 | -0/+3 |
* | * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c: | Chris Provenzano | 1995-07-27 | 1 | -41/+58 |
* | Avoid <krb5/....> includes | John Gilmore | 1995-02-28 | 1 | -4/+1 |
* | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -5/+6 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -6/+1 |
* | Change use of xfree to krb5_xfree to prevent namespace pollution | Theodore Tso | 1993-10-15 | 1 | -3/+3 |
* | Change export warning notice from "is assumed to require an export license" | Theodore Tso | 1993-09-01 | 1 | -2/+2 |
* | sizeof (int) -> 4 bytes, because this is supposed to be a portable | John Carr | 1992-02-23 | 1 | -18/+15 |
* | Store the length field of the encrypted key in network byte order | John Carr | 1991-12-06 | 1 | -1/+9 |
* | Update copyright notice | John Kohl | 1991-06-06 | 1 | -2/+16 |
* | update copyright notices | John Kohl | 1991-02-19 | 1 | -5/+5 |
* | need kdb.h for encrypted_keyblock | John Kohl | 1990-12-15 | 1 | -0/+1 |
* | Changed output type to krb5_encrypted_keyblock | Theodore Tso | 1990-12-13 | 1 | -1/+1 |
* | need to assure room for the checksums in the key to be encrypted | John Kohl | 1990-12-12 | 1 | -6/+21 |
* | change bcopy to memcpy | John Kohl | 1990-11-08 | 1 | -8/+2 |
* | add #define calls for abstraction | John Kohl | 1990-09-20 | 1 | -5/+4 |
* | fix reference to copyright/distribution provisions | John Kohl | 1990-05-25 | 1 | -1/+1 |
* | include file fix-ups | John Kohl | 1990-05-23 | 1 | -2/+0 |
* | allocate space for padding | John Kohl | 1990-05-18 | 1 | -1/+8 |
* | changes for new encryption interface | John Kohl | 1990-05-09 | 1 | -1/+1 |
* | add const to the in parameter | John Kohl | 1990-05-02 | 1 | -1/+1 |
* | store the input length as the length integer in the encoding | John Kohl | 1990-02-13 | 1 | -6/+6 |
* | change order of arguments for consistency | John Kohl | 1990-02-08 | 1 | -2/+2 |
* | add comments; rearrange argument order to be in, then out | John Kohl | 1990-02-08 | 1 | -0/+6 |
* | lint fixes, and can't use size of void for pointer arith | John Kohl | 1990-02-07 | 1 | -3/+3 |
* | move decrypt_key to separate file | John Kohl | 1990-02-07 | 1 | -39/+0 |
* | need to put length of key into encrypted stuff | John Kohl | 1990-02-05 | 1 | -6/+43 |
* | *** empty log message *** | John Kohl | 1990-02-03 | 1 | -0/+59 |