git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6110 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-05-03 18:09:15 +00:00
parent 58e33ad11d
commit b6f83609a7
3 changed files with 72 additions and 0 deletions

View File

@@ -1,5 +1,40 @@
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* lib/hdb/convert_db.c: add support for upgrading database
versions
* kdc/misc.c: add flags to fetch
* kdc/kstash.c: unlink keyfile on failure, chmod to 400
* kdc/hpropd.c: add --print option
* kdc/hprop.c: pass flags to hdb_foreach
* lib/hdb/convert_db.c: add some flags
* lib/hdb/Makefile.am: remove extra LDFLAGS, update version to 2;
build prototype headers
* lib/hdb/hdb_locl.h: update prototypes
* lib/hdb/print.c: move printable version of entry from kadmin
* lib/hdb/hdb.c: change hdb_{seal,unseal}_* to check if the key is
sealed or not; add flags to hdb_foreach
* lib/hdb/ndbm.c: add flags to NDBM_seq, NDBM_firstkey, and
NDBM_nextkey
* lib/hdb/db.c: add flags to DB_seq, DB_firstkey, and DB_nextkey
* lib/hdb/common.c: add flags to _hdb_{fetch,store}
* lib/hdb/hdb.h: add master_key_version to struct hdb, update
prototypes
* lib/hdb/hdb.asn1: make mkvno optional, update version to 2
* configure.in: --enable-netinfo
* lib/krb5/config_file.c: HAVE_NETINFO_NI_H -> HAVE_NETINFO

View File

@@ -1,5 +1,11 @@
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* load.c: check for (un-)encrypted keys
* dump.c: use hdb_print_entry
* version4.c: version 4 support
* Makefile.am: link with krb4
* kadmin_locl.h: include <sys/un.h>

View File

@@ -1,5 +1,36 @@
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* chpass_s.c: fix arguments to _kadm5_set_keys2
* private.h: proto
* set_keys.c: clear mkvno
* rename_s.c: add flags to fetch and store; seal keys before
logging
* randkey_s.c: add flags to fetch and store; seal keys before
logging
* modify_s.c: add flags to fetch and store; seal keys before
logging
* log.c: add flags to fetch and store; seal keys before logging
* get_s.c: add flags to fetch and store; seal keys before logging
* get_princs_s.c: add flags to fetch and store; seal keys before
logging
* delete_s.c: add flags to fetch and store; seal keys before
logging
* create_s.c: add flags to fetch and store; seal keys before
logging
* chpass_s.c: add flags to fetch and store; seal keys before
logging
* Makefile.am: remove server.c
* admin.h: add prototypes