*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7160 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-17 11:00:55 +00:00
parent 2b505e349e
commit 26b4506160
4 changed files with 30 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
1999-10-17 Assar Westerlund <assar@sics.se>
* configure.in: only test for db.h with using berkeley_db. remember
to link with LIB_tgetent when checking for el_init. add xnlock
* appl/Makefile.am: add xnlock
* kdc/kerberos5.c (find_etype): support null keys
* kdc/kerberos4.c (get_des_key): support null keys
* lib/krb5/crypto.c (krb5_get_wrapped_length): more correct
calculation
1999-10-16 Johan Danielsson <joda@pdc.kth.se>
* kuser/kinit.c (main): pass ccache to krb524_convert_creds_kdc

8
NEWS
View File

@@ -1,13 +1,19 @@
Changes in release 0.2a:
* a new program verify_krb5_conf for checking your /etc/krb5.conf
* implmenet a keytab backend for AFS KeyFile's
* support multiple local realms
* implement a keytab backend for AFS KeyFile's
* implement a keytab backend for v4 srvtabs
* implement `ktutil copy'
* support password quality control in v4 kadmind
* improvements in v4 compat kadmind
* handle the case of having the correct cred in the ccache but with
the wrong encryption type better
* v6-ify the remaining programs.
* internal ls in ftpd
* rename strcpy_truncate/strcat_truncate to strlcpy/strlcat
* add `ank --random-password' and `cpw --random-password' in kadmin
* some programs and documentation for trying to talk to a W2K KDC
* bug fixes
Changes in release 0.1m:

View File

@@ -1,3 +1,8 @@
1999-10-14 Assar Westerlund <assar@sics.se>
* set_keys.c (_kadm5_set_keys): ignore old keys when setting new
ones and always add 3 DES keys and one 3DES key
1999-10-03 Assar Westerlund <assar@sics.se>
* init_c.c (_kadm5_c_init_context): use `krb5_get_krb_admin_hst'.

View File

@@ -1,3 +1,7 @@
1999-10-17 Assar Westerlund <assar@sics.se>
* xdbm.h: reorder db includes
1999-10-10 Assar Westerlund <assar@sics.se>
* socket.c: const-ize and comment