*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4341 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-01-21 05:21:37 +00:00
parent a50834be62
commit 4ef3b94737

View File

@@ -1,3 +1,11 @@
Wed Jan 21 06:20:40 1998 Assar Westerlund <assar@sics.se>
* lib/kadm5/init_s.c (kadm5_s_init_with_password_ctx): initialize
`log_context.socket_name' and `log_context.socket_fd'
* lib/kadm5/log.c (kadm5_log_flush): send a unix domain datagram
to inform the possible running ipropd of an update.
Wed Jan 21 01:34:09 1998 Johan Danielsson <joda@emma.pdc.kth.se>
* kdc/kerberos5.c: Add some support for using enctypes instead of
@@ -17,6 +25,12 @@ Wed Jan 21 01:34:09 1998 Johan Danielsson <joda@emma.pdc.kth.se>
* lib/krb5/init_creds_pw.c: Return some error if prompter
functions return failure.
Wed Jan 21 01:16:13 1998 Assar Westerlund <assar@sics.se>
* kpasswd/kpasswd.c: detect bad password. use krb5_err.
* kadmin/util.c (edit_entry): remove unused variables
Tue Jan 20 22:58:31 1998 Assar Westerlund <assar@sics.se>
* kuser/kinit.c: rename `-s' to `-S' to be MIT-compatible.