]> andersk Git - openssh.git/blob - ChangeLog
- markus@cvs.openbsd.org 2003/10/15 09:48:45
[openssh.git] / ChangeLog
1 20031103
2  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
3    are created correctly with CRLF line terminations.  Patch from vinschen at
4    redhat.com.
5  - (dtucker) OpenBSD CVS Sync
6    - markus@cvs.openbsd.org 2003/10/15 09:48:45
7      [monitor_wrap.c]
8      check pmonitor != NULL
9
10 20031021
11  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
12    directly.  Noted by Darren.Moffat at sun.com.
13  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
14    make agent setgid during test.
15
16 20031017
17  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
18    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
19
20 20031015
21  - (dtucker) OpenBSD CVS Sync
22    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
23      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
24      scp and sftp: add options list and sort options. options list requested
25      by deraadt@
26      sshd: use same format as ssh
27      ssh: remove wrong option from list
28      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
29      ok deraadt@ markus@
30    - markus@cvs.openbsd.org 2003/10/08 15:21:24
31      [readconf.c ssh_config.5]
32      default GSS API to no in client, too; ok jakob, deraadt@
33    - markus@cvs.openbsd.org 2003/10/11 08:24:08
34      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
35      remote x11 clients are now untrusted by default, uses xauth(8) to generate
36      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
37      ok deraadt; feedback and ok djm/fries
38    - markus@cvs.openbsd.org 2003/10/11 08:26:43
39      [sshconnect2.c]
40      search keys in reverse order; fixes #684
41    - markus@cvs.openbsd.org 2003/10/11 11:36:23
42      [monitor_wrap.c]
43      return NULL for missing banner; ok djm@
44    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
45      [ssh_config.5]
46      note that EnableSSHKeySign should be in the non-hostspecific section;
47      remove unnecessary .Pp;
48      ok markus@
49    - markus@cvs.openbsd.org 2003/10/13 08:22:25
50      [scp.1 sftp.1]
51      don't refer to options related to forwarding; ok jmc@
52    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
53      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
54      include SSHFP lookup code (not enabled by default). ok markus@
55    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
56      [README.dns]
57      update
58    - markus@cvs.openbsd.org 2003/10/14 19:54:39
59      [session.c ssh-agent.c]
60      10X for mkdtemp; djm@
61  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
62    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
63    compiled in but disabled in config.
64  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
65  - (tim) [regress/banner.sh] portability fix.
66
67 20031009
68  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
69
70 20031008
71  - (dtucker) OpenBSD CVS Sync
72    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
73      [sshconnect2.c]
74      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
75      #707.  ok markus@
76    - djm@cvs.openbsd.org 2003/10/07 07:04:16
77      [sftp-int.c]
78      sftp quoting fix from admorten AT umich.edu; ok markus@
79    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
80      [sshconnect2.c]
81      set ptr to NULL after free
82    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
83      [regress/Makefile regress/banner.sh]
84      Test SSH2 banner.  ok markus@
85    - djm@cvs.openbsd.org 2003/10/07 07:04:52
86      [regress/sftp-cmds.sh]
87      more sftp quoting regress tests; ok markus
88
89 20031007
90  - (djm) Delete autom4te.cache after autoreconf
91  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
92    cleanup functions.  With & ok djm@
93  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
94    run-time switch, always build --with-md5-passwords.
95  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
96    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
97  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
98    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
99  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
100    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
101
102 20031003
103  - (dtucker) OpenBSD CVS Sync
104    - markus@cvs.openbsd.org 2003/10/02 10:41:59
105      [sshd.c]
106      print openssl version, too, several requests; ok henning/djm.
107    - markus@cvs.openbsd.org 2003/10/02 08:26:53
108      [ssh-gss.h]
109      missing $OpenBSD:; dtucker
110  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
111    option.
112
113 20031002
114  - (dtucker) OpenBSD CVS Sync
115    - markus@cvs.openbsd.org 2003/09/23 20:17:11
116      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
117      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
118      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
119      ssh-agent.c sshd.c]
120      replace fatal_cleanup() and linked list of fatal callbacks with static
121      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
122      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
123      tested by many, ok deraadt@
124    - markus@cvs.openbsd.org 2003/09/23 20:18:52
125      [progressmeter.c]
126      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
127      ok millert/deraadt@
128    - markus@cvs.openbsd.org 2003/09/23 20:41:11
129      [channels.c channels.h clientloop.c]
130      move client only agent code to clientloop.c
131    - markus@cvs.openbsd.org 2003/09/26 08:19:29
132      [sshd.c]
133      no need to set the listen sockets to non-block; ok deraadt@
134    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
135      [ssh.1]
136      - add list of options to -o and .Xr ssh_config(5)
137      - some other cleanup
138      requested by deraadt@;
139      ok deraadt@ markus@
140    - markus@cvs.openbsd.org 2003/09/29 20:19:57
141      [servconf.c sshd_config]
142      GSSAPICleanupCreds -> GSSAPICleanupCredentials
143  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
144    --with-pam.  ok djm@
145  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
146  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
147    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
148
149 20030930
150  - (bal) Fix issues in openbsd-compat/realpath.c
151
152 20030925
153  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
154    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
155    michael_steffens at hp.com, ok djm@
156  - (tim) [sshd_config] UsePAM defaults to no.
157
158 20030924
159  - (djm) Update version.h and spec files for HEAD
160  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
161
162 20030923
163  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
164    builds.  Portability corrections from tim@.
165  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
166    Patch from max at quendi.de.
167  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
168  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
169  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
170    Patch from david.haughton at ncr.com
171  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
172    Part of patch supplied by bugzilla-openssh at thewrittenword.com
173  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
174    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
175    where gai_strerror is defined as "const char *".  Part of patch supplied
176    by bugzilla-openssh at thewrittenword.com
177  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
178    ssh-host-config to match current defaults, bump README version.  Patch from
179    vinschen at redhat.com.
180  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
181    OS does not support permanently dropping privileges.  Patch from
182    vinschen at redhat.com.
183  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
184    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
185    thewrittenword.com
186  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
187    higher.
188  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
189  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
190    Report by distler AT golem ph utexas edu.
191  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
192    article by genty at austin.ibm.com, included with the author's permission.
193  - (dtucker) OpenBSD CVS Sync
194    - markus@cvs.openbsd.org 2003/09/18 07:52:54
195      [sshconnect.c]
196      missing {}; bug #656; jclonguet at free.fr
197    - markus@cvs.openbsd.org 2003/09/18 07:54:48
198      [buffer.c]
199      protect against double free; #660;  zardoz at users.sf.net
200    - markus@cvs.openbsd.org 2003/09/18 07:56:05
201      [authfile.c]
202      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
203    - markus@cvs.openbsd.org 2003/09/18 08:49:45
204      [deattack.c misc.c session.c ssh-agent.c]
205      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
206      ok millert@
207    - miod@cvs.openbsd.org 2003/09/18 13:02:21
208      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
209      A few signedness fixes for harmless situations; markus@ ok
210    - markus@cvs.openbsd.org 2003/09/19 09:02:02
211      [packet.c]
212      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
213    - markus@cvs.openbsd.org 2003/09/19 09:03:00
214      [buffer.c]
215      sign fix in buffer_dump; Jedi/Sector One; pr 3473
216    - markus@cvs.openbsd.org 2003/09/19 11:29:40
217      [ssh-agent.c]
218      provide a ssh-agent specific fatal() function; ok deraadt
219    - markus@cvs.openbsd.org 2003/09/19 11:30:39
220      [ssh-keyscan.c]
221      avoid fatal_cleanup, just call exit(); ok deraadt
222    - markus@cvs.openbsd.org 2003/09/19 11:31:33
223      [channels.c]
224      do not call channel_free_all on fatal; ok deraadt
225    - markus@cvs.openbsd.org 2003/09/19 11:33:09
226      [packet.c sshd.c]
227      do not call packet_close on fatal; ok deraadt
228    - markus@cvs.openbsd.org 2003/09/19 17:40:20
229      [scp.c]
230      error handling for remote-remote copy; #638; report Harald Koenig;
231      ok millert, fgs, henning, deraadt
232    - markus@cvs.openbsd.org 2003/09/19 17:43:35
233      [clientloop.c sshtty.c sshtty.h]
234      remove fatal callbacks from client code; ok deraadt
235  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
236         on #unixhelp@efnet
237  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
238  - (djm) Sync with V_3_7 branch:
239    - (djm) Fix SSH1 challenge kludge
240    - (djm) Bug #671: Fix builds on OpenBSD
241    - (djm) Bug #676: Fix PAM stack corruption
242    - (djm) Fix bad free() in PAM code
243    - (djm) Don't call pam_end before pam_init
244    - (djm) Enable build with old OpenSSL again
245    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
246    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
247
248 20030919
249  - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
250    djast AT cs.toronto.edu
251  - (djm) Bug #661: Remove duplicate check for basename; from 
252    bugzilla-openssh AT thewrittenword.com
253  - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
254    jason AT devrandom.org
255  - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
256  - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
257    unless required.  Reorder to reduce warnings.
258  - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
259    when /etc/default/login doesn't exist or isn't readable.  Fixes from
260    jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
261  - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
262
263 20030918
264  - (djm) Bug #652: Fix empty password auth
265
266 20030917
267  - (djm) Sync with V_3_7 branch
268  - (djm) OpenBSD Sync
269    - markus@cvs.openbsd.org 2003/09/16 21:02:40
270      [buffer.c channels.c version.h]
271      more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
272  - (djm) Crank RPM spec file versions
273  - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
274    20030916 "Missed dead header in inet_ntoa.c"
275  
276 20030916
277  - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
278    PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
279    (eg Solaris, Reliant Unix).  Patch from Robert.Dahlem at siemens.com.  
280    ok djm@
281  - (bal) OpenBSD Sync
282    - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
283      [buffer.c]
284      do not expand buffer before attempting to reallocate it; markus ok
285  - (tim) [configure.ac] Fix portability issues.
286  - (bal) Missed dead header in inet_ntoa.c
287
288 20030914
289  - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
290    the regression tests from running with Solaris' make.  Patch from Brian
291    Poole (raj at cerias.purdue.edu).
292  - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
293    with vanilla "=".
294
295 20030913
296  - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
297    slower hosts, increase to 10 sec.
298  - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
299    required to correctly reset failed login count when using a password
300    registry other than "files" (eg LDAP, see bug #543).
301  - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
302    Report by Roger Cornelius.
303  - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
304    from cjwatson at debian.org.
305
306 20030912
307  - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
308  - (tim) [Makefile.in] only mkdir regress if it does not exist.
309  - (tim) [regress/yes-head.sh] shell portability fix.
310
311 20030911
312  - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
313    the dirname test, to allow a broken dirname to be detected correctly.
314    Based partially on patch supplied by alex.kiernan at thus.net.  ok djm@
315  - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
316    UnixWare 2.03 using --with-tcp-wrappers.
317  - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
318  - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
319    regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
320    no longer depends on which(1). patch by dtucker@
321
322 20030910
323  - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
324    Patch from wendyp at cray.com.
325  - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
326  - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
327    "yes".
328
329 20030909
330  - (tim) [regress/Makefile] Fixes for building outside of a read-only
331    source tree.
332  - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
333    with shell read-only variable.
334  - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
335    UX:rm: ERROR: Cannot remove '.' or '..'
336
337 20030908
338  - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
339    _getlong in #ifndef
340  - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
341    HEADER.ad in arpa/nameser.h
342  - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
343
344 20030907
345  - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
346    Put "which" inside quotes.
347  - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
348    Add ${EXEEXT}: required to work on Cygwin.
349  - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
350    distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
351  - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
352  - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
353  - (dtucker) [acconfig.h] Typo.
354  - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
355    Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
356
357 20030906
358  - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
359
360 20030905
361  - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
362
363 20030904
364  - (dtucker) Portablize regression tests.  Parts contributed by Roumen
365    Petrov, David M. Williams and Corinna Vinschen.
366    - [Makefile.in] Add "make tests" target and "make clean" hooks.
367    - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
368      getpeereid.
369    - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
370      gdb cannot be found.
371    - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
372    - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
373      it).  The sparse file will take less disk space too.
374    - [regress/sftp-cmds.sh] Ensure files used for test are readable.
375    - [regress/stderr-after-eof.sh] Search for a usable checksum program.
376    - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
377      regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
378      regress/transfer.sh] Use ${EXEEXT} where appropriate.
379    - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
380    - [regress/agent-ptrace.sh regress/agent-timeout.sh]
381      "grep -q" -> "grep >/dev/null"
382    - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
383      regress/test-exec.sh] Handle different ways of echoing without newlines.
384    - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
385    - [regress/sftp-cmds.sh] Use portable "test" option.
386    - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
387      use Strictmodes no, wait longer for sshd startup.
388    - [regress/Makefile] Remove BSDisms.
389    - [regress/README.regress] Add a basic readme.
390    - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
391      not $OBJ.
392    - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
393
394 20030903
395  - (djm) OpenBSD CVS Sync
396    - markus@cvs.openbsd.org 2003/08/26 09:58:43
397      [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
398      [auth2.c monitor.c]
399      fix passwd auth for 'username leaks via timing'; with djm@, original 
400      patches from solar
401    - markus@cvs.openbsd.org 2003/08/28 12:54:34
402      [auth.h]
403      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
404      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
405    - markus@cvs.openbsd.org 2003/09/02 16:40:29
406      [version.h]
407      enter 3.7
408    - jmc@cvs.openbsd.org 2003/09/02 18:50:06
409      [sftp.1 ssh_config.5]
410      escape punctuation;
411      ok deraadt@
412
413 20030902
414  - (djm) OpenBSD CVS Sync
415    - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
416      [auth2-gss.c]
417      64 bit cleanups; markus ok
418    - markus@cvs.openbsd.org 2003/08/28 12:54:34
419      [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
420      [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
421      [sshconnect1.c sshd.c sshd_config sshd_config.5]
422      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
423      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
424    - markus@cvs.openbsd.org 2003/08/29 10:03:15
425      [compat.c compat.h]
426      SSH_BUG_K5USER is unused; ok henning@
427    - markus@cvs.openbsd.org 2003/08/29 10:04:36
428      [channels.c nchan.c]
429      be less chatty; debug -> debug2, cleanup; ok henning@
430    - markus@cvs.openbsd.org 2003/08/31 10:26:04
431      [progressmeter.c]
432      pass file_size + 1 to snprintf: fixes printing of truncated
433      file names; fix based on patch/report from sturm@;
434    - markus@cvs.openbsd.org 2003/08/31 12:14:22
435      [progressmeter.c]
436      do write to buf[-1]
437    - markus@cvs.openbsd.org 2003/08/31 13:29:05
438      [session.c]
439      call ssh_gssapi_storecreds conditionally from do_exec(); 
440      with sxw@inf.ed.ac.uk
441    - markus@cvs.openbsd.org 2003/08/31 13:30:18
442      [gss-serv.c]
443      correct string termination in parse_ename(); sxw@inf.ed.ac.uk
444    - markus@cvs.openbsd.org 2003/08/31 13:31:57
445      [gss-serv.c]
446      whitspace KNF
447    - markus@cvs.openbsd.org 2003/09/01 09:50:04
448      [sshd_config.5]
449      gss kex is not supported; sxw@inf.ed.ac.uk
450    - markus@cvs.openbsd.org 2003/09/01 12:50:46
451      [readconf.c]
452      rm gssapidelegatecreds alias; never supported before
453    - markus@cvs.openbsd.org 2003/09/01 13:52:18
454      [ssh.h]
455      rm whitespace
456    - markus@cvs.openbsd.org 2003/09/01 18:15:50
457      [readconf.c readconf.h servconf.c servconf.h ssh.c]
458      remove unused kerberos code; ok henning@
459    - markus@cvs.openbsd.org 2003/09/01 20:44:54
460      [auth2-gss.c]
461      fix leak
462  - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
463    error. Part of Bug #423, patch from  michael_steffens AT hp.com
464  - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session 
465    management (now done in do_setusercontext). Largely from 
466    michael_steffens AT hp.com
467  - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h 
468  
469 20030829
470  - (bal) openbsd-compat/ clean up.  Considate headers, add in Id on our
471    files, and added missing license to header.
472
473 20030826
474  - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
475    as deprecated. Remove mention from README.privsep. Patch from 
476    aet AT cc.hut.fi
477  - (dtucker) OpenBSD CVS Sync
478    - markus@cvs.openbsd.org 2003/08/22 10:56:09
479      [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
480      gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
481      readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
482      ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
483      support GSS API user authentication; patches from Simon Wilkinson,
484      stripped down and tested by Jakob and myself.
485    - markus@cvs.openbsd.org 2003/08/22 13:20:03
486      [sshconnect2.c]
487      remove support for "kerberos-2@ssh.com"
488    - markus@cvs.openbsd.org 2003/08/22 13:22:27
489      [auth2.c] (auth2-krb5.c removed)
490      nuke "kerberos-2@ssh.com"
491    - markus@cvs.openbsd.org 2003/08/22 20:55:06
492      [LICENCE]
493      add Simon Wilkinson
494    - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
495      [monitor.c monitor_wrap.c sshconnect2.c]
496      64 bit cleanups; markus ok
497    - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
498      [sftp-int.c]
499      fix div by zero when listing for filename lengths longer than width.
500      markus@ ok.
501    - djm@cvs.openbsd.org 2003/08/25 10:33:33
502      [sshconnect2.c]
503      fprintf->logit to silence login banner with "ssh -q"; ok markus@
504  - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
505    configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
506    sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
507  - (dtucker) [Makefile.in] Remove auth2-krb5.
508  - (dtucker) [contrib/aix/inventory.sh] Add public domain notice.  ok mouring@
509    (the original author)
510  - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
511
512 20030825
513  - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from 
514    larsch@trustcenter.de
515  - (bal) openbsd-compat/ OpenBSD updates.  Mostly licensing, ansifications
516    and minor fixes. OK djm@
517  - (bal) redo how we handle 'mysignal()'.  Move it to 
518    openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
519    be our 'mysignal' by default.  OK djm@
520  - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
521    any access to locked accounts.  ok djm@
522  - (djm) Bug #564: Perform PAM account checks for all authentications when
523    UsePAM=yes; ok dtucker
524  - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
525    Tru64, solves getnameinfo and "bad addr or host" errors.  ok djm@
526  - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
527    Update package builder: correctly handle config variables, use lsuser
528    rather than /etc/passwd, fix typos, add Id's.
529
530 20030822
531  - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal 
532    -lbroken; ok dtucker 
533  - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
534    rather that authorized_keys2.  Patch from vinschen@redhat.com.
535
536 20030821
537  - (dtucker) OpenBSD CVS Sync
538    - markus@cvs.openbsd.org 2003/08/14 16:08:58
539      [ssh-keygen.c]
540      exit after primetest, ok djm@
541  - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
542    change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
543    consistency.
544  - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
545    and after normal openpty test.
546
547 20030813
548  - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
549  - (dtucker) OpenBSD CVS Sync
550    - markus@cvs.openbsd.org 2003/08/13 08:33:02
551      [session.c]
552      use more portable tcsendbreak(3) and ignore break_length;
553      ok deraadt, millert
554    - markus@cvs.openbsd.org 2003/08/13 08:46:31
555      [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
556      ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
557      remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
558      fgsch@, miod@, henning@, jakob@ and others
559    - markus@cvs.openbsd.org 2003/08/13 09:07:10
560      [readconf.c ssh.c]
561      socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
562  - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
563    Add a tcsendbreak function for platforms that don't have one, based on the
564    one from OpenBSD.
565
566 20030811
567  - (dtucker) OpenBSD CVS Sync
568    (thanks to Simon Wilkinson for help with this -dt)
569    - markus@cvs.openbsd.org 2003/07/16 15:02:06
570      [auth-krb5.c]
571      mcc -> fcc; from Love Hörnquist Ã…strand <lha@it.su.se>
572      otherwise the kerberos credentinal is stored in a memory cache
573      in the privileged sshd. ok jabob@, hin@ (some time ago)
574  - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
575    in bsd-cygwin_util.h).
576
577 20030808
578  - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
579    AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
580    separately before defining them.
581  - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null.  ok djm@
582
583 20030807
584  - (dtucker) [session.c] Have session_break_req not attempt to send a break
585    if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
586  - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
587    defined (fixes compile error on really old Linuxes).
588  - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
589    not already defined (eg Linux with some versions of libc5), based on those
590    from OpenBSD.
591  - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
592    Remove incorrect filenames from comments (file names are in Id tags).
593  - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
594    specific defines and includes to bsd-cygwin_util.h.  Fixes build error too.
595
596 20030802
597  - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
598  - (dtucker) OpenBSD CVS Sync
599    - markus@cvs.openbsd.org 2003/07/22 13:35:22
600      [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
601      monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
602      ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
603      remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
604      test+ok henning@
605  - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
606  - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
607  - (dtucker) OpenBSD CVS Sync
608    - markus@cvs.openbsd.org 2003/07/23 07:42:43
609      [sshd_config]
610      remove AFS; itojun@
611    - djm@cvs.openbsd.org 2003/07/28 09:49:56
612      [ssh-keygen.1 ssh-keygen.c]
613      Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
614      Based on code from Phil Karn, William Allen Simpson and Niels Provos.
615      ok markus@, thanks jmc@
616    - markus@cvs.openbsd.org 2003/07/29 18:24:00
617      [LICENCE progressmeter.c]
618      replace 4 clause BSD licensed progressmeter code with a replacement
619      from Nils Nordman and myself; ok deraadt@
620      (copied from OpenBSD an re-applied portable changes)
621    - markus@cvs.openbsd.org 2003/07/29 18:26:46
622      [progressmeter.c]
623      fix length for "- stalled -" (included with previous import)
624    - markus@cvs.openbsd.org 2003/07/30 07:44:14
625      [progressmeter.c]
626      use only 4 digits in format_size (included with previous import)
627    - markus@cvs.openbsd.org 2003/07/30 07:53:27
628      [progressmeter.c]
629      whitespace (included with previous import)
630    - markus@cvs.openbsd.org 2003/07/31 09:21:02
631      [auth2-none.c]
632      check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
633      ok henning
634    - avsm@cvs.openbsd.org 2003/07/31 15:50:16
635      [atomicio.c]
636      correct comment: atomicio takes vwrite, not write; deraadt@ ok
637    - markus@cvs.openbsd.org 2003/07/31 22:34:03
638      [progressmeter.c]
639      print rate similar old version; round instead truncate;
640      (included in previous progressmeter.c commit)
641  - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
642    Add a tcgetpgrp function.
643  - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
644  - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
645
646 20030730
647  - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
648
649 20030726
650  - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
651    DISABLE_SHADOW.  Fixes HP-UX compile error.
652
653 20030724
654  - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c 
655     openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
656     and isolate shadow password functions.  Tested in Solaris, but should
657     not break other platforms too badly (except maybe HP =).  Also brings
658     auth-passwd.c into full sync with OpenBSD tree.
659
660 20030723
661  - (dtucker) [configure.ac] Back out change for bug #620.
662
663 20030719
664  - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
665    Solaris/x86.  Patch from jrhett at isite.net.
666  - (dtucker) OpenBSD CVS Sync
667    - markus@cvs.openbsd.org 2003/07/14 12:36:37
668      [sshd.c]
669      remove undocumented -V option. would be only useful if openssh is used
670      as ssh v1 server for ssh.com's ssh v2.
671    - markus@cvs.openbsd.org 2003/07/16 10:34:53
672      [ssh.c sshd.c]
673      don't exit on multiple -v or -d; ok deraadt@
674    - markus@cvs.openbsd.org 2003/07/16 10:36:28
675      [sshtty.c]
676      clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
677    - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
678      [scp.c]
679      userid is unsigned, but well, force it anyways; andrushock@korovino.net
680    - djm@cvs.openbsd.org 2003/07/19 00:45:53
681      [sftp-int.c]
682      fix sftp filename parsing for arguments with escaped quotes. bz #517;
683      ok markus
684    - djm@cvs.openbsd.org 2003/07/19 00:46:31
685      [regress/sftp-cmds.sh]
686      regress test for sftp arguments with escaped quotes; ok markus
687
688 20030714
689  - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
690    loginfailed at all, so assume 3-arg loginfailed if not declared.
691  - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
692    undef'ing it.
693  - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
694    Call setauthdb() before loginfailed(), which may load password registry-
695    specific functions.  Based on patch by cawlfiel at us.ibm.com.
696  - (dtucker) [port-aix.h] Fix prototypes.
697  - (dtucker) OpenBSD CVS Sync
698    - avsm@cvs.openbsd.org 2003/07/09 13:58:19
699      [key.c]
700      minor tweak: when generating the hex fingerprint, give strlcat the full
701      bound to the buffer, and add a comment below explaining why the
702      zero-termination is one less than the bound.  markus@ ok
703    - markus@cvs.openbsd.org 2003/07/10 14:42:28
704      [packet.c]
705      the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
706      blowfish, etc, so enforce a 1GB limit for small blocksizes.
707    - markus@cvs.openbsd.org 2003/07/10 20:05:55
708      [sftp.c]
709      sync usage with manpage, add missing -R
710
711 20030708
712  - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
713    Include AIX headers for authentication functions and make calls match
714    prototypes.  Test for and handle 3-arg and 4-arg variants of loginfailed.
715  - (dtucker) [session.c] Check return value of setpcred().
716  - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
717    Convert aixloginmsg into platform-independant Buffer loginmsg.
718
719 20030707
720  - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
721    searching libraries for it.  Fixes build errors on NCR MP-RAS.
722
723 20030706
724  - (dtucker) [ssh-rand-helper.c loginrec.c]
725    Apply atomicio typing change to these too.
726
727 20030703
728  - (dtucker) OpenBSD CVS Sync
729    - djm@cvs.openbsd.org 2003/06/28 07:48:10
730      [sshd.c]
731      report pidfile creation errors, based on patch from Roumen Petrov;
732      ok markus@
733    - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
734      [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
735      progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
736      sshd.c]
737      deal with typing of write vs read in atomicio
738    - markus@cvs.openbsd.org 2003/06/29 12:44:38
739      [sshconnect.c]
740      memset 0, not \0; andrushock@korovino.net
741    - markus@cvs.openbsd.org 2003/07/02 12:56:34
742      [channels.c]
743      deny dynamic forwarding with -R for v1, too; ok djm@
744    - markus@cvs.openbsd.org 2003/07/02 14:51:16
745      [channels.c ssh.1 ssh_config.5]
746      (re)add socks5 suppport to -D; ok djm@
747      now ssh(1) can act both as a socks 4 and socks 5 server and
748      dynamically forward ports.
749    - markus@cvs.openbsd.org 2003/07/02 20:37:48
750      [ssh.c]
751      convert hostkeyalias to lowercase, otherwise uppercase aliases will
752      not match at all; ok henning@
753    - markus@cvs.openbsd.org 2003/07/03 08:21:46
754      [regress/dynamic-forward.sh]
755      add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
756    - markus@cvs.openbsd.org 2003/07/03 08:24:13
757      [regress/Makefile]
758      enable tests for dynamic fwd via socks (-D), uses nc(1)
759    - djm@cvs.openbsd.org 2003/07/03 08:09:06
760      [readconf.c readconf.h ssh-keysign.c ssh.c]
761      fix AddressFamily option in config file, from brent@graveland.net;
762      ok markus@
763
764 20030630
765  - (djm) Search for support functions necessary to build our 
766    getrrsetbyname() replacement. Patch from Roumen Petrov 
767
768 20030629
769  - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
770    (fixes compiler warnings on Solaris 2.5.1).
771  - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
772    flag modifications.
773    
774 20030628
775  - (djm) Bug #591: use PKCS#15 private key label as a comment in case 
776    of OpenSC. Report and patch from larsch@trustcenter.de
777  - (djm) Bug #593: Sanity check OpenSC card reader number; patch from 
778    aj@dungeon.inka.de
779  - (dtucker) OpenBSD CVS Sync
780    - markus@cvs.openbsd.org 2003/06/23 09:02:44
781      [ssh_config.5]
782      document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
783    - markus@cvs.openbsd.org 2003/06/24 08:23:46
784      [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
785       monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
786      int -> u_int; ok djm@, deraadt@, mouring@
787    - miod@cvs.openbsd.org 2003/06/25 22:39:36
788      [sftp-server.c]
789      Typo police: attribute is better written with an 'r'.
790    - markus@cvs.openbsd.org 2003/06/26 20:08:33
791      [readconf.c]
792      do not dump core for 'ssh -o proxycommand host'; ok deraadt@
793  - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
794  - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE 
795    actually enable the feature, for those normally disabled.  Patch by
796    openssh (at) roumenpetrov.info.
797
798 20030624
799  - (dtucker) Have configure refer the user to config.log and
800    contrib/findssl.sh for OpenSSL header/library mismatches.
801
802 20030622
803  - (dtucker) OpenBSD CVS Sync
804    - markus@cvs.openbsd.org 2003/06/21 09:14:05
805      [regress/reconfigure.sh]
806      missing $SUDO; from dtucker@zip.com.au
807    - markus@cvs.openbsd.org 2003/06/18 11:28:11
808      [ssh-rsa.c]
809      backout last change, since it violates pkcs#1
810      switch to share/misc/license.template
811    - djm@cvs.openbsd.org 2003/06/20 05:47:58
812      [sshd_config.5]
813      sync description of protocol 2 cipher proposal; ok markus
814    - djm@cvs.openbsd.org 2003/06/20 05:48:21
815      [sshd_config]
816      sync some implemented options; ok markus@
817  - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
818  - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
819    testing its value.
820
821 20030618
822  - (djm) OpenBSD CVS Sync
823    - markus@cvs.openbsd.org 2003/06/12 07:57:38
824      [monitor.c sshlogin.c sshpty.c]
825      typos; dtucker at zip.com.au
826    - djm@cvs.openbsd.org 2003/06/12 12:22:47
827      [LICENCE]
828      mention more copyright holders; ok markus@
829    - nino@cvs.openbsd.org 2003/06/12 15:34:09
830      [scp.c]
831      Typo. Ok markus@.
832    - markus@cvs.openbsd.org 2003/06/12 19:12:03
833      [scard.c scard.h ssh-agent.c ssh.c]
834      add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
835    - markus@cvs.openbsd.org 2003/06/16 08:22:35
836      [ssh-rsa.c]
837      make sure the signature has at least the expected length (don't
838      insist on len == hlen + oidlen, since this breaks some smartcards)
839      bugzilla #592; ok djm@
840    - markus@cvs.openbsd.org 2003/06/16 10:22:45
841      [ssh-add.c]
842      print out key comment on each prompt; make ssh-askpass more useable; ok djm@
843    - markus@cvs.openbsd.org 2003/06/17 18:14:23
844      [cipher-ctr.c]
845      use license from /usr/share/misc/license.template for new code
846  - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
847    Import new regression tests from OpenBSD
848  - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
849  - (dtucker) OpenBSD CVS Sync (regress/)
850    - markus@cvs.openbsd.org 2003/04/02 12:21:13
851      [Makefile]
852      enable rekey test
853    - djm@cvs.openbsd.org 2003/04/04 09:34:22
854      [Makefile sftp-cmds.sh]
855      More regression tests, including recent directory rename bug; ok markus@
856    - markus@cvs.openbsd.org 2003/05/14 22:08:27
857      [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
858      test against some new commerical versions
859    - mouring@cvs.openbsd.org 2003/05/15 04:07:12
860      [sftp-cmds.sh]
861      Advanced put/get testing for sftp.  OK @djm
862    - markus@cvs.openbsd.org 2003/06/12 15:40:01
863      [try-ciphers.sh]
864      add ctr
865    - markus@cvs.openbsd.org 2003/06/12 15:43:32
866      [Makefile]
867      test -HUP; dtucker at zip.com.au
868
869 20030614
870  - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
871
872 20030611
873  - (djm) Mention portable copyright holders in LICENSE
874  - (djm) Put licenses on substantial header files
875  - (djm) Sync LICENSE against OpenBSD
876  - (djm) OpenBSD CVS Sync
877    - jmc@cvs.openbsd.org 2003/06/10 09:12:11
878      [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
879      [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
880      - section reorder
881      - COMPATIBILITY merge
882      - macro cleanup
883      - kill whitespace at EOL
884      - new sentence, new line
885      ssh pages ok markus@
886    - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
887      [packet.c progressmeter.c]
888      mostly ansi cleanup; pval ok
889    - jakob@cvs.openbsd.org 2003/06/11 10:16:16
890      [sshconnect.c]
891      clean up check_host_key() and improve SSHFP feedback. ok markus@
892    - jakob@cvs.openbsd.org 2003/06/11 10:18:47
893      [dns.c]
894      sync with check_host_key() change
895    - djm@cvs.openbsd.org 2003/06/11 11:18:38
896      [authfd.c authfd.h ssh-add.c ssh-agent.c]
897      make agent constraints (lifetime, confirm) work with smartcard keys; 
898      ok markus@
899
900
901 20030609
902  - (djm) Sync README.smartcard with OpenBSD -current
903  - (djm) Re-merge OpenSC info into README.smartcard
904
905 20030606
906  - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
907
908 20030605
909  - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
910    canohost.c changes.
911  - (djm) Implement paranoid priv dropping checks, based on:
912    "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
913    Proceedings of USENIX Security Symposium 2002
914  - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
915  - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
916  - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
917    Patch from larsch@trustcenter.de
918  - (djm) Bug #589 - scard-opensc: load only keys with a private keys
919    Patch from larsch@trustcenter.de
920  - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
921  - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
922
923 20030604
924  - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
925    simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
926  - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt. 
927    Patch from larsch@trustcenter.de; ok markus@
928  - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from 
929    larsch@trustcenter.de; ok markus@
930  - (djm) OpenBSD CVS Sync
931    - djm@cvs.openbsd.org 2003/06/04 08:25:18
932      [sshconnect.c]
933      disable challenge/response and keyboard-interactive auth methods 
934      upon hostkey mismatch. based on patch from fcusack AT fcusack.com. 
935      bz #580; ok markus@
936    - djm@cvs.openbsd.org 2003/06/04 10:23:48
937      [sshd.c]
938      remove duplicated group-dropping code; ok markus@
939    - djm@cvs.openbsd.org 2003/06/04 12:03:59
940      [serverloop.c]
941      remove bitrotten commet; ok markus@
942    - djm@cvs.openbsd.org 2003/06/04 12:18:49
943      [scp.c]
944      ansify; ok markus@
945    - djm@cvs.openbsd.org 2003/06/04 12:40:39
946      [scp.c]
947      kill ssh process upon receipt of signal, bz #241.
948      based on patch from esb AT hawaii.edu; ok markus@
949    - djm@cvs.openbsd.org 2003/06/04 12:41:22
950      [sftp.c]
951      kill ssh process on receipt of signal; ok markus@
952  - (djm) Update to fix of bug #584: lock card before return. 
953    From larsch@trustcenter.de
954  - (djm) Always use mysignal() for SIGALRM
955
956 20030603
957  - (djm) Replace setproctitle replacement with code derived from 
958    UCB sendmail
959  - (djm) OpenBSD CVS Sync
960    - markus@cvs.openbsd.org 2003/06/02 09:17:34
961      [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
962      [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
963      [sshd_config.5]
964      deprecate VerifyReverseMapping since it's dangerous if combined
965      with IP based access control as noted by Mike Harding; replace with
966      a UseDNS option, UseDNS is on by default and includes the
967      VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
968      ok deraadt@, djm@
969    - millert@cvs.openbsd.org 2003/06/03 02:56:16
970      [scp.c]
971      Remove the advertising clause in the UCB license which Berkeley
972      rescinded 22 July 1999.  Proofed by myself and Theo.
973  - (djm) Fix portable-specific uses of verify_reverse_mapping too
974  - (djm) Sync openbsd-compat with OpenBSD CVS. 
975     - No more 4-term BSD licenses in linked code
976  - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
977
978 20030602
979  - (djm) Fix segv from bad reordering in auth-pam.c
980  - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may 
981    clobber
982  - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
983    CVS ID.
984  - (djm) Remove "noip6" option from RedHat spec file. This may now be 
985    set at runtime using AddressFamily option.
986  - (djm) Fix use of macro before #define in cipher-aes.c
987  - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
988  - (djm) OpenBSD CVS Sync
989    - djm@cvs.openbsd.org 2003/05/26 12:54:40
990      [sshconnect.c]
991      fix format strings; ok markus@
992    - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
993      [sshd.c uidswap.c]
994      seteuid and setegid; markus ok
995    - jakob@cvs.openbsd.org 2003/06/02 08:31:10
996      [ssh_config.5]
997      VerifyHostKeyDNS is v2 only. ok markus@
998
999 20030530
1000  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
1001    roumenpetrov.info
1002  - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
1003
1004 20030526
1005  - (djm) Avoid auth2-chall.c warning when compiling without 
1006    PAM, BSD_AUTH and SKEY
1007
1008 20030525
1009 - (djm) OpenBSD CVS Sync
1010    - djm@cvs.openbsd.org 2003/05/24 09:02:22
1011      [log.c]
1012      pass logged data through strnvis; ok markus
1013    - djm@cvs.openbsd.org 2003/05/24 09:30:40
1014      [authfile.c monitor.c sftp-common.c sshpty.c]
1015      cast some types for printing; ok markus@
1016
1017 20030524
1018  - (dtucker) Correct --osfsia in INSTALL.  Patch by skeleten at shillest.net
1019
1020 20030523
1021  - (djm) Use VIS_SAFE on logged strings rather than default strnvis 
1022    encoding (which encodes many more characters)
1023  - OpenBSD CVS Sync
1024    - jmc@cvs.openbsd.org 2003/05/20 12:03:35
1025      [sftp.1]
1026      - new sentence, new line
1027      - added .Xr's
1028      - typos
1029      ok djm@
1030    - jmc@cvs.openbsd.org 2003/05/20 12:09:31
1031      [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
1032      new sentence, new line
1033    - djm@cvs.openbsd.org 2003/05/23 08:29:30
1034      [sshconnect.c]
1035      fix leak; ok markus@
1036
1037 20030520
1038  - (djm) OpenBSD CVS Sync
1039    - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
1040      [log.c]
1041      use syslog_r() in a signal handler called place; markus ok
1042  - (djm) Configure logic to detect syslog_r and friends
1043
1044 20030519
1045  - (djm) Sync auth-pam.h with what we actually implement
1046
1047 20030518
1048  - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in 
1049    recent merge
1050  - (djm) OpenBSD CVS Sync
1051    - djm@cvs.openbsd.org 2003/05/16 03:27:12
1052      [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
1053      add AddressFamily option to ssh_config (like -4, -6 on commandline).
1054      Portable bug #534; ok markus@
1055    - itojun@cvs.openbsd.org 2003/05/17 03:25:58
1056      [auth-rhosts.c]
1057      just in case, put numbers to sscanf %s arg.
1058    - markus@cvs.openbsd.org 2003/05/17 04:27:52
1059      [cipher.c cipher-ctr.c myproposal.h]
1060      experimental support for aes-ctr modes from
1061      http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
1062      ok djm@
1063  - (djm) Remove IPv4 by default hack now that we can specify AF in config
1064  - (djm) Tidy and trim TODO
1065  - (djm) Sync openbsd-compat/ with OpenBSD CVS head
1066  - (djm) Big KNF on openbsd-compat/
1067  - (djm) KNF on md5crypt.[ch]
1068  - (djm) KNF on auth-sia.[ch]
1069
1070 20030517
1071  - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
1072
1073 20030516
1074  - (djm) OpenBSD CVS Sync
1075    - djm@cvs.openbsd.org 2003/05/15 13:52:10
1076      [ssh.c]
1077      Make "ssh -V" print the OpenSSL version in a human readable form. Patch
1078      from Craig Leres (mindrot at ee.lbl.gov); ok markus@
1079    - jakob@cvs.openbsd.org 2003/05/15 14:02:47
1080      [readconf.c servconf.c]
1081      warn for unsupported config option. ok markus@
1082    - markus@cvs.openbsd.org 2003/05/15 14:09:21
1083      [auth2-krb5.c]
1084      fix 64bit issue; report itojun@
1085    - djm@cvs.openbsd.org 2003/05/15 14:55:25
1086      [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
1087      add a ConnectTimeout option to ssh, based on patch from
1088      Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
1089  - (djm) Add warning for UsePAM when built without PAM support
1090  - (djm) A few type mismatch fixes from Bug #565
1091  - (djm) Guard free_pam_environment against NULL argument. Works around
1092    HP/UX PAM problems debugged by dtucker
1093
1094 20030515
1095  - (djm) OpenBSD CVS Sync
1096    - jmc@cvs.openbsd.org 2003/05/14 13:11:56
1097      [ssh-agent.1]
1098      setup -> set up;
1099      from wiz@netbsd
1100    - jakob@cvs.openbsd.org 2003/05/14 18:16:20
1101      [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
1102      [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
1103      add experimental support for verifying hos keys using DNS as described
1104      in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
1105      ok markus@ and henning@
1106    - markus@cvs.openbsd.org 2003/05/14 22:24:42
1107      [clientloop.c session.c ssh.1]
1108      allow to send a BREAK to the remote system; ok various
1109    - markus@cvs.openbsd.org 2003/05/15 00:28:28
1110      [sshconnect2.c]
1111      cleanup unregister of per-method packet handlers; ok djm@
1112    - jakob@cvs.openbsd.org 2003/05/15 01:48:10
1113      [readconf.c readconf.h servconf.c servconf.h]
1114      always parse kerberos options. ok djm@ markus@
1115    - jakob@cvs.openbsd.org 2003/05/15 02:27:15
1116      [dns.c]
1117      add missing freerrset
1118    - markus@cvs.openbsd.org 2003/05/15 03:08:29
1119      [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
1120      split out custom EVP ciphers
1121    - djm@cvs.openbsd.org 2003/05/15 03:10:52
1122      [ssh-keygen.c]
1123      avoid warning; ok jakob@
1124    - mouring@cvs.openbsd.org 2003/05/15 03:39:07
1125      [sftp-int.c]
1126      Make put/get (globed and nonglobed) code more consistant. OK djm@
1127    - mouring@cvs.openbsd.org 2003/05/15 03:43:59
1128      [sftp-int.c sftp.c]
1129      Teach ls how to display multiple column display and allow users 
1130      to return to single column format via 'ls -1'.  OK @djm
1131    - jakob@cvs.openbsd.org 2003/05/15 04:08:44
1132      [readconf.c servconf.c]
1133      disable kerberos when not supported. ok markus@
1134    - markus@cvs.openbsd.org 2003/05/15 04:08:41
1135      [ssh.1]
1136      ~B is ssh2 only
1137  - (djm) Always parse UsePAM
1138  - (djm) Configure glue for DNS support (code doesn't work in portable yet)
1139  - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
1140  - (djm) Tidy Makefile clean targets
1141  - (djm) Adapt README.dns for portable
1142  - (djm) Avoid uuencode.c warnings
1143  - (djm) Enable UsePAM when built --with-pam
1144  - (djm) Only build getrrsetbyname replacement when using --with-dns
1145  - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv 
1146          correctly)
1147  - (djm) Bug #444: Wrong paths after reconfigure
1148  - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
1149
1150 20030514
1151  - (djm) Bug #117: Don't lie to PAM about username
1152  - (djm) RCSID sync w/ OpenBSD
1153  - (djm) OpenBSD CVS Sync
1154    - djm@cvs.openbsd.org 2003/04/09 12:00:37
1155      [readconf.c]
1156      strip trailing whitespace from config lines before parsing. 
1157      Fixes bz 528; ok markus@
1158    - markus@cvs.openbsd.org 2003/04/12 10:13:57
1159      [cipher.c]
1160      hide cipher details; ok djm@
1161    - markus@cvs.openbsd.org 2003/04/12 10:15:36
1162      [misc.c]
1163      debug->debug2
1164    - naddy@cvs.openbsd.org 2003/04/12 11:40:15
1165      [ssh.1]
1166      document -V switch, fix wording; ok markus@
1167    - markus@cvs.openbsd.org 2003/04/14 14:17:50
1168      [channels.c sshconnect.c sshd.c ssh-keyscan.c]
1169      avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
1170    - mouring@cvs.openbsd.org 2003/04/14 21:31:27
1171      [sftp-int.c]
1172      Missing globfree(&g) in process_put() spotted by Vince Brimhall
1173      <VBrimhall@novell.com>.  ok@ Theo
1174    - markus@cvs.openbsd.org 2003/04/16 14:35:27
1175      [auth.h]
1176      document struct Authctxt; with solar
1177    - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
1178      [ssh-keyscan.c]
1179      -t in usage(); rogier@quaak.org
1180    - mouring@cvs.openbsd.org 2003/04/30 01:16:20
1181      [sshd.8 sshd_config.5]
1182      Escape ?, * and ! in .Ql for nroff compatibility.  OpenSSH Portable 
1183      Bug #550 and * escaping suggested by jmc@.
1184    - david@cvs.openbsd.org 2003/04/30 20:41:07
1185      [sshd.8]
1186      fix invalid .Pf macro usage introduced in previous commit
1187      ok jmc@ mouring@
1188    - markus@cvs.openbsd.org 2003/05/11 16:56:48
1189      [authfile.c ssh-keygen.c]
1190      change key_load_public to try to read a public from:
1191      rsa1 private or rsa1 public and ssh2 keys.
1192      this makes ssh-keygen -e fail for ssh1 keys more gracefully
1193      for example; report from itojun (netbsd pr 20550).
1194    - markus@cvs.openbsd.org 2003/05/11 20:30:25
1195      [channels.c clientloop.c serverloop.c session.c ssh.c]
1196      make channel_new() strdup the 'remote_name' (not the caller); ok theo
1197    - markus@cvs.openbsd.org 2003/05/12 16:55:37
1198      [sshconnect2.c]
1199      for pubkey authentication try the user keys in the following order:
1200         1. agent keys that are found in the config file
1201         2. other agent keys
1202         3. keys that are only listed in the config file
1203      this helps when an agent has many keys, where the server might
1204      close the connection before the correct key is used. report & ok pb@
1205    - markus@cvs.openbsd.org 2003/05/12 18:35:18
1206      [ssh-keyscan.1]
1207      typo: DSA keys are of type ssh-dss; Brian Poole
1208    - markus@cvs.openbsd.org 2003/05/14 00:52:59
1209      [ssh2.h]
1210      ranges for per auth method messages
1211    - djm@cvs.openbsd.org 2003/05/14 01:00:44
1212      [sftp.1]
1213      emphasise the batchmode functionality and make reference to pubkey auth,
1214      both of which are FAQs; ok markus@
1215    - markus@cvs.openbsd.org 2003/05/14 02:15:47
1216      [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
1217      implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
1218      server interops with commercial client; ok jakob@ djm@
1219    - jmc@cvs.openbsd.org 2003/05/14 08:25:39
1220      [sftp.1]
1221      - better formatting in SYNOPSIS
1222      - whitespace at EOL
1223      ok djm@
1224    - markus@cvs.openbsd.org 2003/05/14 08:57:49
1225      [monitor.c]
1226      http://bugzilla.mindrot.org/show_bug.cgi?id=560
1227      Privsep child continues to run after monitor killed.
1228      Pass monitor signals through to child; Darren Tucker
1229  - (djm) Make portable build with MIT krb5 (some issues remain)
1230  - (djm) Add new UsePAM configuration directive to allow runtime control
1231    over usage of PAM. This allows non-root use of sshd when built with
1232    --with-pam
1233  - (djm) Die screaming if start_pam() is called when UsePAM=no
1234  - (djm) Avoid KrbV leak for MIT Kerberos
1235  - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
1236  - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
1237
1238 20030512
1239  - (djm) Redhat spec: Don't install profile.d scripts when not 
1240    building with GNOME/GTK askpass (patch from bet@rahul.net)
1241
1242 20030510
1243  - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1244    "make install".  Patch by roth@feep.net.
1245  - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1246    problem on Linux (fixes "could not set controlling tty" errors).
1247  - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with 
1248    proper challenge-response module
1249  - (djm) 2-clause license on loginrec.c, with permission from
1250    andre@ae-35.com
1251
1252 20030504
1253  - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1254    Patch from vinschen@redhat.com.
1255
1256 20030503
1257  - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c.  Noted
1258    by wendyp@cray.com.
1259
1260 20030502
1261  - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1262    privsep should now work.
1263  - (dtucker) Move handling of bad password authentications into a platform
1264    specific record_failed_login() function (affects AIX & Unicos). ok mouring@
1265
1266 20030429
1267  - (djm) Add back radix.o (used by AFS support), after it went missing from
1268    Makefile many moons ago
1269  - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1270  - (djm) Fix blibpath specification for AIX/gcc
1271  - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1272
1273 20030428
1274  - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit 
1275    hacked code.
1276
1277 20030427
1278  - (bal) Bug #541: return; was dropped by mistake.  Reported by 
1279    furrier@iglou.com
1280  - (bal) Since we don't support platforms lacking u_int_64.  We may
1281    as well clean out some of those evil #ifdefs
1282  - (bal) auth1.c minor resync while looking at the code.
1283  - (bal) auth2.c same changed as above.
1284
1285 20030409
1286  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
1287    from matth@eecs.berkeley.edu
1288  - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
1289  - (djm) OpenBSD CVS Sync
1290    - markus@cvs.openbsd.org 2003/04/02 09:48:07
1291      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1292      [readconf.h serverloop.c sshconnect2.c]
1293      reapply rekeying chage, tested by henning@, ok djm@
1294    - markus@cvs.openbsd.org 2003/04/02 14:36:26
1295      [ssh-keysign.c]
1296      potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
1297    - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1298      [progressmeter.c]
1299      $OpenBSD$
1300    - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1301      [progressmeter.c]
1302      remove $OpenBSD$, as other *.c does not have it.
1303    - markus@cvs.openbsd.org 2003/04/07 08:29:57
1304      [monitor_wrap.c]
1305      typo: get correct counters; introduced during rekeying change.
1306    - millert@cvs.openbsd.org 2003/04/07 21:58:05
1307      [progressmeter.c]
1308      The UCB copyright here is incorrect.  This code did not originate
1309      at UCB, it was written by Luke Mewburn.  Updated the copyright at
1310      the author's request.  markus@ OK
1311    - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1312      [*.c *.h]
1313      rename log() into logit() to avoid name conflict.  markus ok, from
1314      netbsd
1315      - (djm) XXX - Performed locally using:
1316        "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
1317    - hin@cvs.openbsd.org 2003/04/09 08:23:52
1318      [servconf.c]
1319      Don't include <krb.h> when compiling with Kerberos 5 support
1320    - (djm) Fix up missing include for packet.c
1321    - (djm) Fix missed log => logit occurance (reference by function pointer)
1322
1323 20030402
1324  - (bal) if IP_TOS is not found or broken don't try to compile in
1325    packet_set_tos() function call.  bug #527
1326
1327 20030401
1328  - (djm) OpenBSD CVS Sync
1329    - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1330      [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1331      [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1332      - killed whitespace
1333      - new sentence new line
1334      - .Bk for arguments
1335      ok markus@
1336    - markus@cvs.openbsd.org 2003/04/01 10:10:23
1337      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1338      [readconf.h serverloop.c sshconnect2.c]
1339      rekeying bugfixes and automatic rekeying:
1340      * both client and server rekey _automatically_
1341            (a) after 2^31 packets, because after 2^32 packets
1342                the sequence number for packets wraps
1343            (b) after 2^(blocksize_in_bits/4) blocks
1344        (see: draft-ietf-secsh-newmodes-00.txt)
1345        (a) and (b) are _enabled_ by default, and only disabled for known
1346        openssh versions, that don't support rekeying properly.
1347      * client option 'RekeyLimit'
1348      * do not reply to requests during rekeying
1349    - markus@cvs.openbsd.org 2003/04/01 10:22:21
1350      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1351      [readconf.h serverloop.c sshconnect2.c]
1352      backout rekeying changes (for 3.6.1)
1353    - markus@cvs.openbsd.org 2003/04/01 10:31:26
1354      [compat.c compat.h kex.c]
1355      bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; 
1356      tested by ho@ and myself
1357    - markus@cvs.openbsd.org 2003/04/01 10:56:46
1358      [version.h]
1359      3.6.1
1360  - (djm) Crank spec file versions
1361  - (djm) Release 3.6.1p1
1362
1363 20030326
1364  - (djm) OpenBSD CVS Sync
1365    - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1366      [sftp-server.c]
1367      one last fix to the tree: race fix broke stuff; pr 3169; 
1368      srp@srparish.net, help from djm
1369
1370 20030325
1371  - (djm) Fix getpeerid support for 64 bit BE systems. From 
1372     Arnd Bergmann <arndb@de.ibm.com>
1373
1374 20030324
1375  - (djm) OpenBSD CVS Sync
1376    - markus@cvs.openbsd.org 2003/03/23 19:02:00
1377      [monitor.c]
1378      unbreak rekeying for privsep; ok millert@
1379  - Release 3.6p1
1380  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1381    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1382
1383 $Id$
This page took 0.154278 seconds and 5 git commands to generate.