summaryrefslogtreecommitdiffstats
path: root/src/tests/create/kdb5_mkdums.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+4
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-49/+30
* 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-3/+3
* Mark and reindent tests, with some exclusionsTom Yu2009-11-301-190/+191
* make mark-cstyleTom Yu2009-10-311-18/+17
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken 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-2/+3
* Don't need to register WRFILE: keytab type, it's already in the compiled-inKen Raeburn2007-02-011-10/+0
* Free allocated memory when no longer usedEzra Peisach2006-10-181-0/+3
* 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-11/+18
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-0/+8
* * kdb5_mkdums.c (main): Fix memory leak of master principal at exitEzra Peisach2004-05-241-0/+5
* * kdb5_mkdums.c (main): When attempting to register writableEzra Peisach2003-05-221-2/+4
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-3/+3
* * kdb5_mkdums.c (main): Invoke krb5_free_context when finished.Ezra Peisach2001-11-191-0/+7
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-2/+2
* kdb5_mkdums.c: Remove unused quit() and compiler warning cleanupEzra Peisach2000-07-281-13/+2
* kdb5_mkdums.c: Remove unused variableEzra Peisach2000-07-031-2/+0
* merge from krb5-1-2-beta4Ken Raeburn2000-06-231-3/+5
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-27/+9
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* * kdb5_mkdums.c: Add parenthesis about assignements in conditionalsEzra Peisach1998-03-301-29/+30
* * kdb5_mkdums.c: Update to match reality of libkdb, so that itTom Yu1997-07-301-6/+9
* Remove unneeded calls to krb5_init_etsRichard Basch1997-02-201-1/+0
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-2/+2
* Fixed the abstraction violation, where the code knew the details about theRichard Basch1996-05-061-12/+9
* * kdb5_mkdums.c : Remove mkvno from krb5_db_entryChris Provenzano1995-12-131-1/+0
* * kdb5_mkdums.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-091-3/+1
* * kdb5_mkdums.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-061-12/+12
* * kdb5_mkdums.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-74/+95
* Fix handling of default etypePaul Park1995-07-171-2/+2
* Zero out the entry before inserting itTheodore Tso1995-03-311-0/+2
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-11/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-37/+37
* kdb5_mkdums.c: Create principals with correct realm nameTheodore Tso1994-10-241-9/+12
* Allow master key to be passed in on the command line. Makes testingTheodore Tso1994-10-071-6/+30
* Initialize all of the fields of the principal entryTheodore Tso1994-10-061-0/+5
* Create database with key version number of 1Theodore Tso1994-09-151-2/+2
* 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