*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5909 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-04-10 15:33:30 +00:00
parent 1d62e5795e
commit 97ce573d63
2 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,16 @@
Sat Apr 10 15:41:49 1999 Assar Westerlund <assar@sics.se>
* kadmin/load.c (doit): fix error message
* lib/krb5/crypto.c (encrypt_internal): free checksum if lengths
fail to match.
(krb5_get_wrapped_length): new function
* configure.in: security/pam_modules.h: check for
* lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): kludge
around `ret_as_reply' semantics by only freeing it when ret == 0
Fri Apr 9 20:24:04 1999 Assar Westerlund <assar@sics.se>
* kuser/klist.c (print_cred_verbose): handle the case of a bad

View File

@@ -1,3 +1,12 @@
Sat Apr 10 17:10:55 1999 Assar Westerlund <assar@sics.se>
* rshd.c (setup_copier): use `socketpair' instead of `pipe'. Some
shells don't think it's a rsh session if they find a pipe at the
other end.
(setup_environment): add SSH_CLIENT just to make bash happy
* common.c (do_read): use krb5_get_wrapped_length
Wed Mar 24 03:59:42 1999 Assar Westerlund <assar@sics.se>
* rsh.c (loop): more braces to make gcc happy