summaryrefslogtreecommitdiff
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 5f0b2979c..3ab9070aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,12 @@
20 - markus@cvs.openbsd.org 2000/09/28 12:03:18 20 - markus@cvs.openbsd.org 2000/09/28 12:03:18
21 [channels.c] 21 [channels.c]
22 debug -> debug2 cleanup 22 debug -> debug2 cleanup
23 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
24 strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
25 <Alain.St-Denis@ec.gc.ca>
26 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
27 Problem was caused by interrupted read in ssh-add. Report from Donald
28 J. Barry <don@astro.cornell.edu>
23 29
2420000929 3020000929
25 - (djm) Fix SSH2 not terminating until all background tasks done problem. 31 - (djm) Fix SSH2 not terminating until all background tasks done problem.