summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb_xdr.c
Commit message (Expand)AuthorAgeFilesLines
* use kdb keytab for kadmindTom Yu2003-03-061-2/+2
* Apply patch toSam Hartman2002-08-091-0/+1
* Use const instead of krb5_constKen Raeburn2002-02-231-1/+1
* * kdb_xdr.c (krb5_encode_princ_contents): Use krb5_ui_2 instead ofEzra Peisach2001-10-261-1/+1
* * kdb_xdr.c (krb5_dbe_search_enctype): Filter out enctypes thatTom Yu2001-10-251-2/+13
* * kdb_xdr.c (krb5_dbe_update_mod_princ_data,Ezra Peisach2001-07-271-3/+4
* Fixed several typos in commentsMitchell Berger2001-06-201-1/+1
* * kdb_xdr.c: Change the variable index to idx to prevent functionEzra Peisach2001-03-101-4/+4
* * kdb_xdr.c (krb5_dbe_free_contents): Clean up signedness warningEzra Peisach2000-09-201-1/+2
* * encrypt_key.c, kdb_cpw.c, kdb_xdr.c: Add parenthesis aboutEzra Peisach2000-07-041-2/+2
* Get rid of unused variableEzra Peisach2000-03-161-1/+0
* * kdb_xdr.c (krb5_dbe_lookup_mod_princ_data): In casting argumentEzra Peisach2000-03-121-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-26/+13
* * keytab.c: (krb5_ktkdb_get_entry): Incoming principal is constEzra Peisach1997-09-151-2/+2
* * t_kdb.c: Reflect changes in the API, mostly db_createTom Yu1997-07-251-28/+23
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-137/+160
* * kdb_xdr.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-131-10/+2
* * kdb_xdr.c (krb5_dbe_search_enctype): Make a more general versionTheodore Tso1995-11-071-9/+31
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-031-9/+116
* Fix memory leaks and lint flamesTheodore Tso1995-09-131-25/+36
* * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1995-09-061-3/+3
* Add krb5_dbe_find_keytype() and clean up gcc -Wall complaintsPaul Park1995-08-151-4/+47
* Fix various memory allocation and key/salt tuple related bugsPaul Park1995-08-091-1/+2
* Make sure unfilled data in krb5_key_data is zero in decode_princ_contentsPaul Park1995-08-081-0/+1
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-051-10/+10
* Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1995-08-041-123/+86
* Fix krb5_decode_princ_contents()Paul Park1995-08-031-1/+2
* Fix small problem with create_key_data()Paul Park1995-07-311-1/+1
* Fix initialization of unparse_mod_princ_sizePaul Park1995-07-271-3/+3
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-271-0/+652