summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-01 20:29:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-01 20:29:10 +1000
commit096faecdea1e39ecace0b20f4e208bd7ec33f6d2 (patch)
tree7756d6d5fefe40aab00431d47075175a5641b9a1 /ChangeLog
parent0646ca6be81c4f0f619d92a4e5a041b58c79a221 (diff)
- (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] Explicitly
test for GLOB_NOMATCH and use our glob functions if it's not found. Stops sftp from segfaulting when attempting to get a nonexistent file on Cygwin (previous versions of OpenSSH didn't use the native glob). Partly from and tested by Corinna Vinschen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f10393f3c..0cbd4b627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,11 @@
19 sys/socket.h and unistd.h in various places 19 sys/socket.h and unistd.h in various places
20 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Fix implict declaration 20 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Fix implict declaration
21 warnings for binary_open and binary_close. Patch from Corinna Vinschen. 21 warnings for binary_open and binary_close. Patch from Corinna Vinschen.
22 - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] Explicitly
23 test for GLOB_NOMATCH and use our glob functions if it's not found.
24 Stops sftp from segfaulting when attempting to get a nonexistent file on
25 Cygwin (previous versions of OpenSSH didn't use the native glob). Partly
26 from and tested by Corinna Vinschen.
22 27
2320060831 2820060831
24 - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ] 29 - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]
@@ -5370,4 +5375,4 @@
5370 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5375 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5371 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5376 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5372 5377
5373$Id: ChangeLog,v 1.4523 2006/09/01 09:29:01 dtucker Exp $ 5378$Id: ChangeLog,v 1.4524 2006/09/01 10:29:10 dtucker Exp $