summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/keytab.c
Commit message (Expand)AuthorAgeFilesLines
* Fix condition with empty bodyDavid Benjamin2013-03-151-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+2
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-11/+1
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-17/+10
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-2/+2
* make mark-cstyleTom Yu2009-10-311-79/+79
* Master Key Migration ProjectWill Fiveash2009-01-301-1/+6
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* kdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_KVNONOTFOUND.Sam Hartman2009-01-071-0/+2
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-2/+1
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-7/+6
* * keytab.c (krb5_ktkdb_get_entry): Change local variable rom intEzra Peisach2004-05-251-1/+1
* * keytab.c (krb5_ktkdb_get_entry): Don't use local variable "context" untilKen Raeburn2004-04-031-1/+3
* add get_name callback for kdb keytab type, for debuggingKen Raeburn2003-12-131-1/+11
* Cross realm checks can check beyond end of bufferEzra Peisach2003-05-221-1/+1
* fix kadmind startup failure with krb4 vuln patchTom Yu2003-03-191-8/+10
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-171-1/+46
* use kdb keytab for kadmindTom Yu2003-03-061-4/+27
* Change comments to remove the note that we're going to redesign keyTom Yu2003-02-081-2/+1
* * keytab.c (krb5_ktkdb_get_entry): For consistency, check forTom Yu2002-08-151-0/+6
* * kdb_xdr.c (krb5_dbe_search_enctype): Filter out enctypes thatTom Yu2001-10-251-0/+7
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-3/+3
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-1/+1
* * 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-23/+10
* * keytab.c: Don't assume dbm_db_get_mkey() and dbe_find_enctypeTom Yu1997-03-171-14/+23
* Don't dump core when principal doesn't existSam Hartman1996-08-101-0/+5
* * keytab.c (krb5_ktkdb_close): Free memory allocated byEzra Peisach1996-06-111-1/+12
* * keytab.c (krb5_ktkdb_close): new function, non-optional.Mark Eichin1996-02-241-10/+21
* * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefsMark Eichin1996-01-271-2/+2
* * keytab.c (krb5_ktkdb_resolve): Fix castingEzra Peisach1995-12-181-1/+1
* * Makefile.in, keytab.c : Move db keytab routines hereChris Provenzano1995-12-131-0/+117