summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2007-09-17 08:32:32 -0700
committerTim Rice <tim@multitalents.net>2007-09-17 08:32:32 -0700
commit6ebefac25a5fb7a900cd8342390cfac7a81bd35d (patch)
tree4b38ca17f022ebbed9323feae51e2338310b5b15 /ChangeLog
parent8b3fdfb6af2b945b250b5d414225cc6c4be0df5a (diff)
- (tim) [defines.h] Fix regression in long password support on OpenServer 6.
Problem report and additional testing rac AT tenzing.org.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23c67df9f..b0e4c46fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,8 @@
59 [sftp-client.c] 59 [sftp-client.c]
60 use off_t instead of u_int64_t for file offsets, matching what the 60 use off_t instead of u_int64_t for file offsets, matching what the
61 progressmeter code expects; bz #842 61 progressmeter code expects; bz #842
62 - (tim) [defines.h] Fix regression in long password support on OpenServer 6.
63 Problem report and additional testing rac AT tenzing.org.
62 64
6320070914 6520070914
64 - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path. 66 - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path.
@@ -3256,4 +3258,4 @@
3256 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3258 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3257 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3259 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3258 3260
3259$Id: ChangeLog,v 1.4756 2007/09/17 06:12:03 djm Exp $ 3261$Id: ChangeLog,v 1.4757 2007/09/17 15:32:32 tim Exp $