*** 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,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