summaryrefslogtreecommitdiffstats
path: root/src/tests/verify/kdb5_verify.c
Commit message (Expand)AuthorAgeFilesLines
* Quiet down two noisy test programsGreg Hudson2012-10-231-2/+0
* Only store master mey list in DAL handleGreg Hudson2012-03-211-4/+1
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-1/+1
* Fix memory leaks in kdb5_verifyEzra Peisach2010-09-041-0/+2
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-39/+18
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-2/+5
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-2/+2
* Mark and reindent tests, with some exclusionsTom Yu2009-11-301-196/+197
* make mark-cstyleTom Yu2009-10-311-18/+17
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-2/+2
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-7/+9
* a stash file is not a keytabWill Fiveash2008-08-151-3/+4
* Invoke krb5_free_principal to remove memory leakEzra Peisach2006-10-181-0/+1
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-0/+1
* * create/kdb5_mkdums.c (set_dbname_help): Set default realm and construct anKen Raeburn2005-10-041-9/+18
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-1/+4
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-3/+3
* * kdb5_verify.c (main): Use krb5_free_unparsed_name() to free upEzra Peisach2001-11-191-0/+11
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-2/+2
* * kdb5_verify.c (check_princ): Compiler warning cleanup. Get ridEzra Peisach2000-07-281-14/+3
* kdb5_verify.c: Remove unused variableEzra Peisach2000-07-031-2/+0
* merge from krb5-1-2-beta4Ken Raeburn2000-06-231-3/+4
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-4/+4
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* * kdb5_verify.c: Declare main() as int instead of void.Ezra Peisach1998-03-301-29/+32
* Remove unneeded calls to krb5_init_etsRichard Basch1997-02-201-1/+0
* Fixed the abstraction violation, where the code knew the details about theRichard Basch1996-05-061-12/+9
* * kdb5_verify.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-131-6/+0
* * kdb5_verify.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-091-10/+6
* * kdb5_verify.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-061-14/+14
* * kdb5_verify.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-061-15/+2
* Get etype from keytype via table instead of DEFAULT_KDC_ETYPEPaul Park1995-07-271-1/+2
* Use new kdb formatChris Provenzano1995-07-271-7/+7
* Fix handling of default etypePaul Park1995-07-171-2/+2
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-12/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-44/+50
* kdb5_verify.c: Check principals with correct realm nameTheodore Tso1994-10-241-16/+19
* Allow master key to be passed in on the command line. Makes testingTheodore Tso1994-10-071-5/+29
* Check to make sure key version number is 1, not 0Theodore Tso1994-10-061-1/+1
* stamp out rcs keywordsMark Eichin1994-08-181-7/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Change DEFAULT_DBM_FILE to DEFUALT_KDB_FILETheodore Tso1993-06-031-1/+1
* Added new argument to krb5_db_fetch_mkey callTheodore Tso1992-06-181-2/+1
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* rearrange code to avoid compiler warningJohn Kohl1991-05-011-2/+2
* use krb5_use_cstype macroJohn Kohl1991-05-011-1/+1