aboutsummaryrefslogtreecommitdiff
path: root/src/tests/verify/kdb5_verify.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu1-18/+17
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-02-02Get rid of casts of free() argument to char*, except where it'sKen Raeburn1-2/+2
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-7/+9
2008-08-15a stash file is not a keytabWill Fiveash1-3/+4
2006-10-18Invoke krb5_free_principal to remove memory leakEzra Peisach1-0/+1
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-0/+1
2005-10-04* create/kdb5_mkdums.c (set_dbname_help): Set default realm and construct anKen Raeburn1-9/+18
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-1/+4
2002-04-06call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn1-3/+3
2001-11-19 * kdb5_verify.c (main): Use krb5_free_unparsed_name() to free upEzra Peisach1-0/+11
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-2/+2
2000-07-28 * kdb5_verify.c (check_princ): Compiler warning cleanup. Get ridEzra Peisach1-14/+3
2000-07-03kdb5_verify.c: Remove unused variableEzra Peisach1-2/+0
2000-06-23merge from krb5-1-2-beta4Ken Raeburn1-3/+4
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-4/+4
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1-1/+1
1998-03-30 * kdb5_verify.c: Declare main() as int instead of void.Ezra Peisach1-29/+32
1997-02-20Remove unneeded calls to krb5_init_etsRichard Basch1-1/+0
1996-05-06Fixed the abstraction violation, where the code knew the details about theRichard Basch1-12/+9
1995-12-13 * kdb5_verify.c : Remove mkvno for krb5_db_entryChris Provenzano1-6/+0
1995-11-09 * kdb5_verify.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1-10/+6
1995-09-06 * kdb5_verify.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1-14/+14
1995-09-06 * kdb5_verify.c : Remove krb5_enctype references, and replace withChris Provenzano1-15/+2
1995-07-27Get etype from keytype via table instead of DEFAULT_KDC_ETYPEPaul Park1-1/+2
1995-07-27Use new kdb formatChris Provenzano1-7/+7
1995-07-17Fix handling of default etypePaul Park1-2/+2
1995-02-28Avoid <krb5/...> includesJohn Gilmore1-12/+2
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-44/+50
1994-10-24kdb5_verify.c: Check principals with correct realm nameTheodore Tso1-16/+19
1994-10-07Allow master key to be passed in on the command line. Makes testingTheodore Tso1-5/+29
1994-10-06Check to make sure key version number is 1, not 0Theodore Tso1-1/+1
1994-08-18stamp out rcs keywordsMark Eichin1-7/+1
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1993-06-03Change DEFAULT_DBM_FILE to DEFUALT_KDB_FILETheodore Tso1-1/+1
1992-06-18Added new argument to krb5_db_fetch_mkey callTheodore Tso1-2/+1
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-05-01rearrange code to avoid compiler warningJohn Kohl1-2/+2
1991-05-01use krb5_use_cstype macroJohn Kohl1-1/+1
1991-04-29fix some error messages & casesJohn Kohl1-5/+6
1991-03-14libos-proto.h -> los-proto.hJohn Kohl1-1/+1
1991-02-27changes for default_realmJohn Kohl1-4/+2
1991-02-20*** empty log message ***John Kohl1-0/+449