diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -12,6 +12,12 @@ | |||
12 | Deal correctly with failures in remote stat() operation in sftp, | 12 | Deal correctly with failures in remote stat() operation in sftp, |
13 | correcting fail-on-error behaviour in batchmode. bz#1541 report and | 13 | correcting fail-on-error behaviour in batchmode. bz#1541 report and |
14 | fix from anedvedicky AT gmail.com; ok markus@ | 14 | fix from anedvedicky AT gmail.com; ok markus@ |
15 | - djm@cvs.openbsd.org 2008/12/09 02:58:16 | ||
16 | [readconf.c] | ||
17 | don't leave junk (free'd) pointers around in Forward *fwd argument on | ||
18 | failure; avoids double-free in ~C -L handler when given an invalid | ||
19 | forwarding specification; bz#1539 report from adejong AT debian.org | ||
20 | via Colin Watson; ok markus@ dtucker@ | ||
15 | 21 | ||
16 | 20081208 | 22 | 20081208 |
17 | - (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually | 23 | - (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually |
@@ -4979,5 +4985,5 @@ | |||
4979 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4985 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4980 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4986 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4981 | 4987 | ||
4982 | $Id: ChangeLog,v 1.5153 2008/12/09 03:11:49 djm Exp $ | 4988 | $Id: ChangeLog,v 1.5154 2008/12/09 03:12:05 djm Exp $ |
4983 | 4989 | ||