| Commit message (Expand) | Author | Age | Files | Lines |
* | extract_v4_srvtab: Version number is only one byte long (warlord) | Ezra Peisach | 1995-10-09 | 2 | -2/+9 |
* | Move declaration of std_ks_tuple from kdb5_edit.h to cpw.c (extern part) | Ezra Peisach | 1995-10-05 | 3 | -3/+9 |
* | Use the kdc.conf file to determine the default list of keysalt tuples | Theodore Tso | 1995-10-04 | 4 | -18/+29 |
* | Don't use krb5_lname_file; instead, use DEFAULT_LNAME_FILENAME | Theodore Tso | 1995-09-29 | 2 | -2/+5 |
* | kdb5_edit.c (show_principal): Show key version and last password change | Ezra Peisach | 1995-09-18 | 3 | -3/+11 |
* | Add DES_CBC_MD5 and DES_CBC_CRC with the V4 salt as default key/salt | Theodore Tso | 1995-09-15 | 2 | -2/+16 |
* | (tgt_keysalt_iterate): Don't bash the master key encblock when | Theodore Tso | 1995-09-13 | 2 | -55/+98 |
* | If V4 compatibility is not enabled, provide a dummy routine for | Ezra Peisach | 1995-09-08 | 2 | -1/+16 |
* | * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -14/+17 |
* | * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : | Chris Provenzano | 1995-09-06 | 6 | -42/+46 |
* | * kdb5_create.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -17/+21 |
* | * kdb5_stash.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -26/+7 |
* | * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 6 | -53/+47 |
* | * kdb5_create.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -25/+8 |
* | Add v4 dump load logic from kdb5_convert | Paul Park | 1995-08-25 | 5 | -1/+903 |
* | Remove duplicated logic | Paul Park | 1995-08-25 | 1 | -50/+6 |
* | Update file list | Theodore Tso | 1995-08-24 | 2 | -2/+7 |
* | Update description of -k and -e flags | Paul Park | 1995-08-21 | 2 | -5/+8 |
* | Make new dump format text-based. Also add logic to read/write old format | Paul Park | 1995-08-21 | 2 | -250/+1593 |
* | Add description of -s and -R. Update description of -e and -k | Paul Park | 1995-08-21 | 1 | -9/+26 |
* | Use symbolic names for keytype and enctype | Paul Park | 1995-08-21 | 3 | -7/+16 |
* | Fix script handling | Paul Park | 1995-08-18 | 2 | -1/+5 |
* | Add support for -s scriptfile and fix gcc -Wall complaints | Paul Park | 1995-08-15 | 5 | -95/+176 |
* | Use key/salt list to determine which key types to make for the tgt principal | Paul Park | 1995-08-09 | 2 | -16/+81 |
* | Use krb5_string_to_keysalts() to ensure that list is unique | Paul Park | 1995-08-07 | 2 | -44/+16 |
* | * cpw.c : Uses new kdb change password routines for ank, ark, cpw, | Chris Provenzano | 1995-08-07 | 8 | -746/+199 |
* | cpw.c : New change password code for kdb5_edit. | Chris Provenzano | 1995-08-03 | 3 | -73/+542 |
* | Remove convert utility. All It's functionality has been moved to kdb5_edit | Chris Provenzano | 1995-08-03 | 2 | -8/+6 |
* | Use new admin string conversion routines | Paul Park | 1995-07-31 | 10 | -1184/+113 |
* | Add --with-dbm check | Paul Park | 1995-07-27 | 4 | -0/+44 |
* | Use new kdb format | Chris Provenzano | 1995-07-27 | 7 | -444/+250 |
* | Add KDC profile and stash file support | Paul Park | 1995-07-17 | 13 | -10/+256 |
* | Add ability to get rid of -lkdb4 references | Paul Park | 1995-07-12 | 6 | -13/+112 |
* | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 18 | -90/+52 |
* | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -1/+5 |
* | Add ability to switch between Berkeley and DBM for KDC database | Paul Park | 1995-06-30 | 6 | -0/+57 |
* | Add ability to switch between Berkeley and DBM for both aname and KDC database | Paul Park | 1995-06-30 | 4 | -9/+73 |
* | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 18 | -33/+75 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 11 | -35/+28 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 3 | -9/+11 |
* | Use kdb5_db_destroy instead of explicitly unlinking files | Paul Park | 1995-05-31 | 3 | -45/+10 |
* | Change to new Berkeley Database naming convention | Paul Park | 1995-05-26 | 3 | -1/+20 |
* | Include k5-int.h before krb.h so that PROTOTYPE is not redefined | Ezra Peisach | 1995-05-21 | 2 | -2/+8 |
* | Add AC_HEADER_STDC to define STDC_HEADERS for getdate.y (if present) | Ezra Peisach | 1995-05-09 | 2 | -0/+6 |
* | Check the return code from kdb5_init_context() | Theodore Tso | 1995-05-01 | 2 | -1/+11 |
* | * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put | Mark Eichin | 1995-04-28 | 4 | -4/+14 |
* | * configure.in: correct use of --with-krb4 to match top level | Mark Eichin | 1995-04-28 | 2 | -1/+12 |
* | * Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and KDB4_LIB | Mark Eichin | 1995-04-27 | 3 | -11/+9 |
* | * Makefile.in (LOCAL_LIBRARIES): use KDB4_LIB and KRB4_LIB directly | Mark Eichin | 1995-04-27 | 2 | -5/+7 |
* | When default realm specified on command line, call krb5_set_default_realm so | Ezra Peisach | 1995-04-19 | 2 | -1/+14 |