From 97ce573d63768abbfe6a846662b6161dcc1c0fa2 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 10 Apr 1999 15:33:30 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5909 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 13 +++++++++++++ appl/rsh/ChangeLog | 9 +++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c5ec6b7e..95ad515b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Apr 10 15:41:49 1999 Assar Westerlund + + * 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 * kuser/klist.c (print_cred_verbose): handle the case of a bad diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 1c2598096..521dcc5cf 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,12 @@ +Sat Apr 10 17:10:55 1999 Assar Westerlund + + * 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 * rsh.c (loop): more braces to make gcc happy