*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4225 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-21 08:46:21 +00:00
parent b8ed09da50
commit 7b4f69fe53
3 changed files with 49 additions and 0 deletions

View File

@@ -1,3 +1,41 @@
Sun Dec 21 09:44:05 1997 Assar Westerlund <assar@sics.se>
* kadmin/util.c (str2deltat, str2attr, get_deltat): return value
as pointer and have return value indicate success.
(get_response): check NULL from fgets
(edit_time, edit_attributes): new functions for reading values and
offering list of answers on '?'
(edit_entry): use edit_time and edit_attributes
* kadmin/ank.c (add_new_key): test the return value of
`krb5_parse_name'
* kdc/kerberos5.c (tgs_check_authenticator): RFC1510 doesn't say
that the checksum has to be keyed, even though later drafts do.
Accept unkeyed checksums to be compatible with MIT.
* appl/rsh/rshd.c (recv_krb5_auth): swap the order of the
`local_user' and the `remote_user'
* appl/rsh/rsh.c (send_krb5_auth): swap the order of the
`local_user' and the `remote_user'
* kadmin/kadmin_locl.h: add some prototypes.
* kadmin/util.c (edit_entry): return a value
* appl/afsutil/afslog.c (main): return a exit code.
* lib/krb5/get_cred.c (init_tgs_req): use krb5_keytype_to_enctypes
* lib/krb5/encrypt.c (krb5_keytype_to_enctypes): new function.
* lib/krb5/build_auth.c (krb5_build_authenticator): use
krb5_{free,copy}_keyblock instead of the _contents versions
Sat Dec 6 10:09:40 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* lib/krb5/keyblock.c (krb5_free_keyblock): check for NULL

View File

@@ -1,3 +1,7 @@
Sun Dec 21 09:40:31 1997 Assar Westerlund <assar@sics.se>
* libtelnet/kerberos5.c (kerberos5_forward): zero out `creds'.
Mon Dec 15 20:53:13 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* telnet/sys_bsd.c: Don't turn off OPOST in 8bit-mode.

View File

@@ -1,3 +1,10 @@
Sun Dec 21 09:45:18 1997 Assar Westerlund <assar@sics.se>
* parse_time.c (print_time_table): new function
* parse_units.c (print_flags_table, print_units_table): new
functions.
Thu Dec 4 02:51:46 1997 Assar Westerlund <assar@sics.se>
* iruserok.c: moved here.