summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-30 21:36:54 +1100
committerDamien Miller <djm@mindrot.org>2000-09-30 21:36:54 +1100
commit87f43ff889dba4377ea7f9052884b17e334089a2 (patch)
tree91f3a18f55c79f5f0b67b2315c58fc9b14797e5b /ChangeLog
parentf5a81473a9b9fbe90353eb72c49fb9fd2529c54a (diff)
Forgot to commit changelog from loginrec changes
- (djm) Fix 9 character passphrase failure with gnome-ssh-askpass. Problem was caused by interrupted read in ssh-add. Report from Donald J. Barry <don@astro.cornell.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f0b2979..3ab9070a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,12 @@
- markus@cvs.openbsd.org 2000/09/28 12:03:18
[channels.c]
debug -> debug2 cleanup
+ - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
+ strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
+ <Alain.St-Denis@ec.gc.ca>
+ - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
+ Problem was caused by interrupted read in ssh-add. Report from Donald
+ J. Barry <don@astro.cornell.edu>
20000929
- (djm) Fix SSH2 not terminating until all background tasks done problem.