]> andersk Git - openssh.git/blob - ChangeLog
- (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
[openssh.git] / ChangeLog
1 20040210
2  - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
3     openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's
4     native password expiry.
5
6 20040207
7  - (dtucker) OpenBSD CVS Sync
8    - dtucker@cvs.openbsd.org 2004/02/06 23:41:13
9      [cipher-ctr.c]
10      Use EVP_CIPHER_CTX_key_length for key length.  ok markus@
11      (This will fix builds with OpenSSL 0.9.5)
12  - (dtucker) [cipher.c] enable AES counter modes with OpenSSL 0.9.5.
13    ok djm@, markus@
14
15 20040206
16  - (dtucker) [acss.c acss.h] Fix $Id tags.
17  - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with
18    OpenSSL >= 0.9.7.  ok djm@
19  - (dtucker) [session.c] Bug #789: Do not call do_pam_setcred as a non-root
20    user, since some modules might fail due to lack of privilege.  ok djm@
21  - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFO
22    for HP-UX 11.11.  If there are known-good configs where this is not
23    required, please report them.  ok djm@
24  - (dtucker) [sshd.c] Bug #757: Clear child's environment to prevent
25    accidentally inheriting from root's environment.  ok djm@
26  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #796:
27    Restore previous authdb setting after auth calls.  Fixes problems with
28    setpcred failing on accounts that use AFS or NIS password registries.
29  - (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,
30    required on Solaris 2.5.1 for queue_t, which is used by <sys/ptms.h>.
31  - (dtucker) OpenBSD CVS Sync
32    - markus@cvs.openbsd.org 2004/01/30 09:48:57
33      [auth-passwd.c auth.h pathnames.h session.c]
34      support for password change; ok dtucker@
35      (set password-dead=1w in login.conf to use this).
36      In -Portable, this is currently only platforms using bsdauth.
37    - dtucker@cvs.openbsd.org 2004/02/05 05:37:17
38      [monitor.c sshd.c]
39      Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@
40    - markus@cvs.openbsd.org 2004/02/05 15:33:33
41      [progressmeter.c]
42      fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
43
44 20040129
45  - (dtucker) OpenBSD CVS Sync regress/
46    - dtucker@cvs.openbsd.org 2003/10/11 11:49:49
47      [Makefile banner.sh]
48      Test missing banner file, suppression of banner with ssh -q, check return
49      code from ssh.  ok markus@
50    - jmc@cvs.openbsd.org 2003/11/07 10:16:44
51      [ssh-com.sh]
52      adress -> address, and a few more; all from Jonathon Gray;
53    - djm@cvs.openbsd.org 2004/01/13 09:49:06
54      [sftp-batch.sh]
55  - (dtucker) [configure.ac] Add --without-zlib-version-check.  Feedback from
56    tim@, ok several
57  - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]
58    Bug #775: Cray fixes from wendy at cray.com
59
60 20040128
61  - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
62  - (dtucker) [moduli] Import new moduli file from OpenBSD.
63
64 20040127
65  - (djm) OpenBSD CVS Sync
66    - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
67      [cipher.c]
68      enable acss for ssh
69      ok deraadt@ markus@
70    - mouring@cvs.openbsd.org 2004/01/23 17:57:48
71      [sftp-int.c]
72      Fix issue pointed out with ls not handling large directories 
73      with embeded paths correctly.  OK damien@
74    - hshoexer@cvs.openbsd.org 2004/01/23 19:26:33
75      [cipher.c]
76      rename acss@opebsd.org to acss@openssh.org
77      ok deraadt@
78    - djm@cvs.openbsd.org 2004/01/25 03:49:09
79      [sshconnect.c]
80      reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)
81      from jclonguet AT free.fr; ok millert@
82    - djm@cvs.openbsd.org 2004/01/27 10:08:10
83      [sftp.c]
84      reorder parsing so user:skey@host:file works (bugzilla #777)
85      patch from admorten AT umich.edu; ok markus@
86  - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS 
87    if libcrypto lacks it
88
89 20040126
90  - (tim) Typo in regress/README.regress
91  - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
92  - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
93  - (tim) [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
94  - (tim) [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
95    and T_SIG to getrrsetbyname.h
96
97 20040124
98  - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
99
100 20040123 
101  - (djm) Do pam_session processing for systems with HAVE_LOGIN_CAP; from 
102    ralf.hack AT pipex.net; ok dtucker@
103  - (djm) Bug #776: Update contrib/redhat/openssh.spec to dynamically detect
104    Kerberos location (and thus work with Fedora Core 1);
105    from jason AT devrandom.org
106  - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
107    zlib >= 1.1.4.  Partly from jbasney at ncsa.uiuc.edu.  ok djm@
108  - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
109    Patch from vinschen at redhat.com.
110  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
111    Change AFS symbol to USE_AFS to prevent namespace collisions, do not
112    include kafs.h unless necessary.  From deengert at anl.gov.
113  - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and
114    -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \
115    CPPFLAGS="-I/usr/local/include" ./configure if needed.
116
117 20040122
118  - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
119    GSSAPI detection, libs and includes.  ok djm@
120  - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
121    just HEIMDAL.
122  - (tim) [contrib/solaris/buildpkg.sh] Allow for the possibility of
123    /usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
124
125 20040121
126  - (djm) OpenBSD CVS Sync
127    - djm@cvs.openbsd.org 2004/01/13 09:25:05
128      [sftp-int.c sftp.1 sftp.c]
129      Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
130      enable use of "-b -" to accept batchfile from stdin; ok markus@
131    - jmc@cvs.openbsd.org 2004/01/13 12:17:33
132      [sftp.1]
133      remove unnecessary Ic's;
134      kill whitespace at EOL;
135      ok djm@
136    - markus@cvs.openbsd.org 2004/01/13 19:23:15
137      [compress.c session.c]
138      -Wall; ok henning
139    - markus@cvs.openbsd.org 2004/01/13 19:45:15
140      [compress.c]
141      cast for portability; millert@
142    - markus@cvs.openbsd.org 2004/01/19 09:24:21
143      [channels.c]
144      fake consumption for half closed channels since the peer is waiting for
145      window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@
146      reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
147    - markus@cvs.openbsd.org 2004/01/19 21:25:15
148      [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c]
149      fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
150    - djm@cvs.openbsd.org 2004/01/21 03:07:59
151      [sftp.c]
152      initialise infile in main, rather than statically - from portable
153    - deraadt@cvs.openbsd.org 2004/01/11 21:55:06
154      [sshpty.c]
155      for pty opening, only use the openpty() path.  the other stuff only needs
156      to be in openssh-p; markus ok
157  - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an
158    openpty() replacement
159
160 20040114
161  - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
162    unexpectedly.  with & ok djm@
163  - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add
164    test for case where cleanup has already run.
165  - (dtucker) [auth-pam.c] Add minor debugging.
166
167 20040113
168  - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes.  No
169    functional changes.
170
171 20040108
172  - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
173    only define if not already.  From des at freebsd.org.
174  - (dtucker) [configure.ac] Remove extra (typo) comma.
175
176 20040105
177  - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails.  Patch from
178    cjwatson at debian.org.
179  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
180    Only enable KerberosGetAFSToken if Heimdal's libkafs is found.  with jakob@
181
182 20040102
183  - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
184    jakob@
185  - (djm) Remove useless DNS support configure summary message. from jakob@
186  - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
187    Report from jakob@
188
189 20031231
190  - (dtucker) OpenBSD CVS Sync
191    - djm@cvs.openbsd.org 2003/12/22 09:16:58
192      [moduli.c ssh-keygen.1 ssh-keygen.c]
193      tidy up moduli generation debugging, add -v (verbose/debug) option to
194      ssh-keygen; ok markus@
195    - markus@cvs.openbsd.org 2003/12/22 20:29:55
196      [cipher-3des1.c]
197      EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
198    - jakob@cvs.openbsd.org 2003/12/23 16:12:10
199      [servconf.c servconf.h session.c sshd_config]
200      implement KerberosGetAFSToken server option. ok markus@, beck@
201    - millert@cvs.openbsd.org 2003/12/29 16:39:50
202      [sshd_config]
203      KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
204    - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
205      [auth2-passwd.c]
206      Ignore password change request during password auth (which we currently
207      don't support) and discard proposed new password.  corrections/ok markus@
208  - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
209
210 20031219
211  - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
212    typedef size_t ourselves.
213
214 20031218
215  - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
216  - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
217    authentication.  Partially fixes bug #423.  Feedback & ok djm@
218
219 20031217
220  - (djm) OpenBSD CVS Sync
221    - markus@cvs.openbsd.org 2003/12/09 15:28:43
222      [serverloop.c]
223      make ClientKeepAlive work for ssh -N, too (no login shell requested).
224      1) send a bogus channel request if we find a channel
225      2) send a bogus global request if we don't have a channel
226      ok + test beck@
227    - markus@cvs.openbsd.org 2003/12/09 17:29:04
228      [sshd.c]
229      fix -o and HUP; ok henning@
230    - markus@cvs.openbsd.org 2003/12/09 17:30:05
231      [ssh.c]
232      don't modify argv for ssh -o; similar to sshd.c 1.283
233    - markus@cvs.openbsd.org 2003/12/09 21:53:37
234      [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
235      [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
236      rename keepalive to tcpkeepalive; the old name causes too much
237      confusion; ok djm, dtucker; with help from jmc@
238    - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
239      [clientloop.c]
240      Clear exit code when ssh -N is terminated with a SIGTERM.  ok markus@
241    - markus@cvs.openbsd.org 2003/12/14 12:37:21
242      [ssh_config.5]
243      we don't support GSS KEX; from Simon Wilkinson
244    - markus@cvs.openbsd.org 2003/12/16 15:49:51
245      [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
246      [ssh.c ssh_config.5]
247      application layer keep alive (ServerAliveInterval ServerAliveCountMax)
248      for ssh(1), similar to the sshd(8) option; ok beck@; with help from
249      jmc and dtucker@
250    - markus@cvs.openbsd.org 2003/12/16 15:51:54
251      [dh.c]
252      use <= instead of < in dh_estimate; ok provos/hshoexer; 
253      do not return < DH_GRP_MIN
254  - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
255    setres[ug]id() present but not implemented (eg some Linux/glibc
256    combinations).
257  - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
258    using a real 'signal()' (Noticed by a NeXT Compile)
259
260 20031209
261  - (dtucker) OpenBSD CVS Sync
262    - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
263      [ssh-add.1]
264      ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
265    - djm@cvs.openbsd.org 2003/11/26 21:44:29
266      [cipher-aes.c]
267      fix #ifdef before #define; ok markus@
268      (RCS ID sync only, Portable already had this)
269    - markus@cvs.openbsd.org 2003/12/02 12:15:10
270      [progressmeter.c]
271      improvments from andreas@:
272      * saner speed estimate for transfers that takes less than a second by
273        rounding the time to 1 second.
274      * when the transfer is finished calculate the actual total speed
275        rather than the current speed which is given during the transfer
276    - markus@cvs.openbsd.org 2003/12/02 17:01:15
277      [channels.c session.c ssh-agent.c ssh.h sshd.c]
278      use SSH_LISTEN_BACKLOG (=128) in listen(2).
279    - djm@cvs.openbsd.org 2003/12/07 06:34:18
280      [moduli.c]
281      remove unused debugging #define templates
282    - markus@cvs.openbsd.org 2003/12/08 11:00:47
283      [kexgexc.c]
284      print requested group size in debug; ok djm
285    - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
286      [moduli.c]
287      Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
288      they can't be used for Diffie-Hellman.  Assistance and ok djm@
289  - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
290
291 20031208
292  - (tim) [configure.ac] Bug 770. Fix --without-rpath.
293
294 20031123
295  - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
296    function and call it unconditionally
297  - (djm) OpenBSD CVS Sync
298    - djm@cvs.openbsd.org 2003/11/23 23:17:34
299      [ssh-keyscan.c]
300      from portable - use sysconf to detect fd limit; ok markus@
301      (tidy diff by adding SSH_SSFDMAX macro to defines.h)
302    - djm@cvs.openbsd.org 2003/11/23 23:18:45
303      [ssh-keygen.c]
304      consistency PATH_MAX -> MAXPATHLEN; ok markus@
305      (RCS ID sync only)
306    - djm@cvs.openbsd.org 2003/11/23 23:21:21
307      [scp.c]
308      from portable: rename clashing variable limit-> limit_rate; ok markus@
309      (RCS ID sync only)
310    - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
311      [ssh.1 ssh.c]
312      Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
313  - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original 
314    source file path (in OpenBSD tree).
315
316 20031122
317  - (dtucker) [channels.c] Make AIX write limit code clearer.  Suggested by djm@
318  - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
319    Move AIX specific password authentication code to port-aix.c, call
320    authenticate() until reenter flag is clear.
321  - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
322    Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
323    is enabled, rely on SIA to check for locked accounts if enabled.  ok djm@
324  - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
325  - (djm) [sftp-int.c] Remove duplicated code from bogus sync
326  - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
327
328 20031121
329  - (djm) OpenBSD CVS Sync
330    - markus@cvs.openbsd.org 2003/11/20 11:39:28
331      [progressmeter.c]
332      fix rounding errors; from andreas@
333    - djm@cvs.openbsd.org 2003/11/21 11:57:03
334      [everything]
335      unexpand and delete whitespace at EOL; ok markus@
336      (done locally and RCS IDs synced)
337
338 20031118
339  - (djm) Fix early exit for root auth success when UsePAM=yes and 
340    PermitRootLogin=no
341  - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
342    and use it for do_pam_session.  Fixes problems like pam_motd not
343    displaying anything.  ok djm@
344  - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
345  - (djm) OpenBSD CVS Sync
346    - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
347      [serverloop.c]
348      Correct check for authctxt->valid.  ok djm@
349    - djm@cvs.openbsd.org 2003/11/18 10:53:07
350      [monitor.c]
351      unbreak fake authloop for non-existent users (my screwup). Spotted and
352      tested by dtucker@; ok markus@
353
354 20031117
355  - (djm) OpenBSD CVS Sync
356    - djm@cvs.openbsd.org 2003/11/03 09:03:37
357      [auth-chall.c]
358      make this a little more idiot-proof; ok markus@
359      (includes portable-specific changes)
360    - jakob@cvs.openbsd.org 2003/11/03 09:09:41
361      [sshconnect.c]
362      move changed key warning into warn_changed_key(). ok markus@
363    - jakob@cvs.openbsd.org 2003/11/03 09:37:32
364      [sshconnect.c]
365      do not free static type pointer in warn_changed_key()
366    - djm@cvs.openbsd.org 2003/11/04 08:54:09
367      [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
368      [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
369      [session.c]
370      standardise arguments to auth methods - they should all take authctxt.
371      check authctxt->valid rather then pw != NULL; ok markus@
372    - jakob@cvs.openbsd.org 2003/11/08 16:02:40
373      [auth1.c]
374      remove unused variable (pw). ok djm@
375      (id sync only - still used in portable)
376    - jmc@cvs.openbsd.org 2003/11/08 19:17:29
377      [sftp-int.c]
378      typos from Jonathon Gray;
379    - jakob@cvs.openbsd.org 2003/11/10 16:23:41
380      [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
381      [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
382      [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
383      constify. ok markus@ & djm@
384    - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
385      [scp.c]
386      When called with -q, pass -q to ssh; suppresses SSH2 banner.  ok markus@
387    - jakob@cvs.openbsd.org 2003/11/12 16:39:58
388      [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
389      update SSHFP validation. ok markus@
390    - jmc@cvs.openbsd.org 2003/11/12 20:14:51
391      [ssh_config.5]
392      make verb agree with subject, and kill some whitespace;
393    - markus@cvs.openbsd.org 2003/11/14 13:19:09
394      [sshconnect2.c]
395      cleanup and minor fixes for the client code; from Simon Wilkinson
396    - djm@cvs.openbsd.org 2003/11/17 09:45:39
397      [msg.c msg.h sshconnect2.c ssh-keysign.c]
398      return error on msg send/receive failure (rather than fatal); ok markus@
399    - markus@cvs.openbsd.org 2003/11/17 11:06:07
400      [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
401      [monitor_wrap.h sshconnect2.c ssh-gss.h]
402      replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; 
403      test + ok jakob.
404  - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
405    conversation function
406  - (djm) Export environment variables from authentication subprocess to 
407    parent. Part of Bug #717
408
409 20031115
410  - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
411    HP-UX, skip test on AIX.
412
413 20031113
414  - (dtucker) [auth-pam.c] Append newlines to lines output by the
415    pam_chauthtok_conv().
416  - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
417    contrib/cygwin).  Major update from vinschen at redhat.com.
418    - Makefile provides a `cygwin-postinstall' target to run right after
419      `make install'.
420    - Better support for Windows 2003 Server.
421    - Try to get permissions as correct as possible.
422    - New command line options to allow full automated host configuration.
423    - Create configs from skeletons in /etc/defaults/etc.
424    - Use /bin/bash, allows reading user input with readline support.
425    - Remove really old configs from /usr/local.
426  - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
427    PAM_ERROR_MSG messages.
428
429 20031106
430  - (djm) Clarify UsePAM consequences a little more
431
432 20031103
433  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
434    are created correctly with CRLF line terminations.  Patch from vinschen at
435    redhat.com.
436  - (dtucker) OpenBSD CVS Sync
437    - markus@cvs.openbsd.org 2003/10/15 09:48:45
438      [monitor_wrap.c]
439      check pmonitor != NULL
440    - markus@cvs.openbsd.org 2003/10/21 09:50:06
441      [auth2-gss.c]
442      make sure the doid is larger than 2
443    - avsm@cvs.openbsd.org 2003/10/26 16:57:43
444      [sshconnect2.c]
445      rename 'supported' static var in userauth_gssapi() to 'gss_supported'
446      to avoid shadowing the global version.  markus@ ok
447    - markus@cvs.openbsd.org 2003/10/28 09:08:06
448      [misc.c]
449      error->debug for getsockopt+TCP_NODELAY; several requests
450    - markus@cvs.openbsd.org 2003/11/02 11:01:03
451      [auth2-gss.c compat.c compat.h sshconnect2.c]
452      remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
453  - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
454
455 20031021
456  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
457    directly.  Noted by Darren.Moffat at sun.com.
458  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
459    make agent setgid during test.
460
461 20031017
462  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
463    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
464
465 20031015
466  - (dtucker) OpenBSD CVS Sync
467    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
468      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
469      scp and sftp: add options list and sort options. options list requested
470      by deraadt@
471      sshd: use same format as ssh
472      ssh: remove wrong option from list
473      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
474      ok deraadt@ markus@
475    - markus@cvs.openbsd.org 2003/10/08 15:21:24
476      [readconf.c ssh_config.5]
477      default GSS API to no in client, too; ok jakob, deraadt@
478    - markus@cvs.openbsd.org 2003/10/11 08:24:08
479      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
480      remote x11 clients are now untrusted by default, uses xauth(8) to generate
481      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
482      ok deraadt; feedback and ok djm/fries
483    - markus@cvs.openbsd.org 2003/10/11 08:26:43
484      [sshconnect2.c]
485      search keys in reverse order; fixes #684
486    - markus@cvs.openbsd.org 2003/10/11 11:36:23
487      [monitor_wrap.c]
488      return NULL for missing banner; ok djm@
489    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
490      [ssh_config.5]
491      note that EnableSSHKeySign should be in the non-hostspecific section;
492      remove unnecessary .Pp;
493      ok markus@
494    - markus@cvs.openbsd.org 2003/10/13 08:22:25
495      [scp.1 sftp.1]
496      don't refer to options related to forwarding; ok jmc@
497    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
498      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
499      include SSHFP lookup code (not enabled by default). ok markus@
500    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
501      [README.dns]
502      update
503    - markus@cvs.openbsd.org 2003/10/14 19:54:39
504      [session.c ssh-agent.c]
505      10X for mkdtemp; djm@
506  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
507    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
508    compiled in but disabled in config.
509  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
510  - (tim) [regress/banner.sh] portability fix.
511
512 20031009
513  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
514
515 20031008
516  - (dtucker) OpenBSD CVS Sync
517    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
518      [sshconnect2.c]
519      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
520      #707.  ok markus@
521    - djm@cvs.openbsd.org 2003/10/07 07:04:16
522      [sftp-int.c]
523      sftp quoting fix from admorten AT umich.edu; ok markus@
524    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
525      [sshconnect2.c]
526      set ptr to NULL after free
527    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
528      [regress/Makefile regress/banner.sh]
529      Test SSH2 banner.  ok markus@
530    - djm@cvs.openbsd.org 2003/10/07 07:04:52
531      [regress/sftp-cmds.sh]
532      more sftp quoting regress tests; ok markus
533
534 20031007
535  - (djm) Delete autom4te.cache after autoreconf
536  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
537    cleanup functions.  With & ok djm@
538  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
539    run-time switch, always build --with-md5-passwords.
540  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
541    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
542  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
543    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
544  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
545    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
546
547 20031003
548  - (dtucker) OpenBSD CVS Sync
549    - markus@cvs.openbsd.org 2003/10/02 10:41:59
550      [sshd.c]
551      print openssl version, too, several requests; ok henning/djm.
552    - markus@cvs.openbsd.org 2003/10/02 08:26:53
553      [ssh-gss.h]
554      missing $OpenBSD:; dtucker
555  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
556    option.
557
558 20031002
559  - (dtucker) OpenBSD CVS Sync
560    - markus@cvs.openbsd.org 2003/09/23 20:17:11
561      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
562      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
563      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
564      ssh-agent.c sshd.c]
565      replace fatal_cleanup() and linked list of fatal callbacks with static
566      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
567      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
568      tested by many, ok deraadt@
569    - markus@cvs.openbsd.org 2003/09/23 20:18:52
570      [progressmeter.c]
571      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
572      ok millert/deraadt@
573    - markus@cvs.openbsd.org 2003/09/23 20:41:11
574      [channels.c channels.h clientloop.c]
575      move client only agent code to clientloop.c
576    - markus@cvs.openbsd.org 2003/09/26 08:19:29
577      [sshd.c]
578      no need to set the listen sockets to non-block; ok deraadt@
579    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
580      [ssh.1]
581      - add list of options to -o and .Xr ssh_config(5)
582      - some other cleanup
583      requested by deraadt@;
584      ok deraadt@ markus@
585    - markus@cvs.openbsd.org 2003/09/29 20:19:57
586      [servconf.c sshd_config]
587      GSSAPICleanupCreds -> GSSAPICleanupCredentials
588  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
589    --with-pam.  ok djm@
590  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
591  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
592    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
593
594 20030930
595  - (bal) Fix issues in openbsd-compat/realpath.c
596
597 20030925
598  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
599    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
600    michael_steffens at hp.com, ok djm@
601  - (tim) [sshd_config] UsePAM defaults to no.
602
603 20030924
604  - (djm) Update version.h and spec files for HEAD
605  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
606
607 20030923
608  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
609    builds.  Portability corrections from tim@.
610  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
611    Patch from max at quendi.de.
612  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
613  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
614  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
615    Patch from david.haughton at ncr.com
616  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
617    Part of patch supplied by bugzilla-openssh at thewrittenword.com
618  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
619    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
620    where gai_strerror is defined as "const char *".  Part of patch supplied
621    by bugzilla-openssh at thewrittenword.com
622  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
623    ssh-host-config to match current defaults, bump README version.  Patch from
624    vinschen at redhat.com.
625  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
626    OS does not support permanently dropping privileges.  Patch from
627    vinschen at redhat.com.
628  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
629    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
630    thewrittenword.com
631  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
632    higher.
633  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
634  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
635    Report by distler AT golem ph utexas edu.
636  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
637    article by genty at austin.ibm.com, included with the author's permission.
638  - (dtucker) OpenBSD CVS Sync
639    - markus@cvs.openbsd.org 2003/09/18 07:52:54
640      [sshconnect.c]
641      missing {}; bug #656; jclonguet at free.fr
642    - markus@cvs.openbsd.org 2003/09/18 07:54:48
643      [buffer.c]
644      protect against double free; #660;  zardoz at users.sf.net
645    - markus@cvs.openbsd.org 2003/09/18 07:56:05
646      [authfile.c]
647      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
648    - markus@cvs.openbsd.org 2003/09/18 08:49:45
649      [deattack.c misc.c session.c ssh-agent.c]
650      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
651      ok millert@
652    - miod@cvs.openbsd.org 2003/09/18 13:02:21
653      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
654      A few signedness fixes for harmless situations; markus@ ok
655    - markus@cvs.openbsd.org 2003/09/19 09:02:02
656      [packet.c]
657      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
658    - markus@cvs.openbsd.org 2003/09/19 09:03:00
659      [buffer.c]
660      sign fix in buffer_dump; Jedi/Sector One; pr 3473
661    - markus@cvs.openbsd.org 2003/09/19 11:29:40
662      [ssh-agent.c]
663      provide a ssh-agent specific fatal() function; ok deraadt
664    - markus@cvs.openbsd.org 2003/09/19 11:30:39
665      [ssh-keyscan.c]
666      avoid fatal_cleanup, just call exit(); ok deraadt
667    - markus@cvs.openbsd.org 2003/09/19 11:31:33
668      [channels.c]
669      do not call channel_free_all on fatal; ok deraadt
670    - markus@cvs.openbsd.org 2003/09/19 11:33:09
671      [packet.c sshd.c]
672      do not call packet_close on fatal; ok deraadt
673    - markus@cvs.openbsd.org 2003/09/19 17:40:20
674      [scp.c]
675      error handling for remote-remote copy; #638; report Harald Koenig;
676      ok millert, fgs, henning, deraadt
677    - markus@cvs.openbsd.org 2003/09/19 17:43:35
678      [clientloop.c sshtty.c sshtty.h]
679      remove fatal callbacks from client code; ok deraadt
680  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
681         on #unixhelp@efnet
682  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
683  - (djm) Sync with V_3_7 branch:
684    - (djm) Fix SSH1 challenge kludge
685    - (djm) Bug #671: Fix builds on OpenBSD
686    - (djm) Bug #676: Fix PAM stack corruption
687    - (djm) Fix bad free() in PAM code
688    - (djm) Don't call pam_end before pam_init
689    - (djm) Enable build with old OpenSSL again
690    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
691    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
692
693 20030919
694  - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
695    djast AT cs.toronto.edu
696  - (djm) Bug #661: Remove duplicate check for basename; from 
697    bugzilla-openssh AT thewrittenword.com
698  - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
699    jason AT devrandom.org
700  - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
701  - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
702    unless required.  Reorder to reduce warnings.
703  - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
704    when /etc/default/login doesn't exist or isn't readable.  Fixes from
705    jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
706  - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
707
708 20030918
709  - (djm) Bug #652: Fix empty password auth
710
711 20030917
712  - (djm) Sync with V_3_7 branch
713  - (djm) OpenBSD Sync
714    - markus@cvs.openbsd.org 2003/09/16 21:02:40
715      [buffer.c channels.c version.h]
716      more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
717  - (djm) Crank RPM spec file versions
718  - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
719    20030916 "Missed dead header in inet_ntoa.c"
720  
721 20030916
722  - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
723    PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
724    (eg Solaris, Reliant Unix).  Patch from Robert.Dahlem at siemens.com.  
725    ok djm@
726  - (bal) OpenBSD Sync
727    - deraadt@cvs.openbsd.org 2003/09/16 03:03:47
728      [buffer.c]
729      do not expand buffer before attempting to reallocate it; markus ok
730  - (tim) [configure.ac] Fix portability issues.
731  - (bal) Missed dead header in inet_ntoa.c
732
733 20030914
734  - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
735    the regression tests from running with Solaris' make.  Patch from Brian
736    Poole (raj at cerias.purdue.edu).
737  - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replace
738    with vanilla "=".
739
740 20030913
741  - (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
742    slower hosts, increase to 10 sec.
743  - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
744    required to correctly reset failed login count when using a password
745    registry other than "files" (eg LDAP, see bug #543).
746  - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
747    Report by Roger Cornelius.
748  - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch
749    from cjwatson at debian.org.
750
751 20030912
752  - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
753  - (tim) [Makefile.in] only mkdir regress if it does not exist.
754  - (tim) [regress/yes-head.sh] shell portability fix.
755
756 20030911
757  - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
758    the dirname test, to allow a broken dirname to be detected correctly.
759    Based partially on patch supplied by alex.kiernan at thus.net.  ok djm@
760  - (tim) [configure.ac] Move libgen tests to before libwrap to unbreak
761    UnixWare 2.03 using --with-tcp-wrappers.
762  - (tim) [configure.ac] Prefer setuid/setgid on UnixWare and Open Server.
763  - (tim) [regress/agent-ptrace.sh regress/dynamic-forward.sh
764    regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
765    no longer depends on which(1). patch by dtucker@
766
767 20030910
768  - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
769    Patch from wendyp at cray.com.
770  - (dtucker) [configure.ac] Part of bug #615: tcsendbreak might be a macro.
771  - (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
772    "yes".
773
774 20030909
775  - (tim) [regress/Makefile] Fixes for building outside of a read-only
776    source tree.
777  - (tim) [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict
778    with shell read-only variable.
779  - (tim) [regress/sftp-badcmds.sh regress/sftp-cmds.sh] Fix errors like
780    UX:rm: ERROR: Cannot remove '.' or '..'
781
782 20030908
783  - (tim) [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
784    _getlong in #ifndef
785  - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
786    HEADER.ad in arpa/nameser.h
787  - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
788
789 20030907
790  - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
791    Put "which" inside quotes.
792  - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
793    Add ${EXEEXT}: required to work on Cygwin.
794  - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
795    distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
796  - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
797  - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
798  - (dtucker) [acconfig.h] Typo.
799  - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]
800    Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
801
802 20030906
803  - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
804
805 20030905
806  - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
807
808 20030904
809  - (dtucker) Portablize regression tests.  Parts contributed by Roumen
810    Petrov, David M. Williams and Corinna Vinschen.
811    - [Makefile.in] Add "make tests" target and "make clean" hooks.
812    - [regress/agent-getpeereid.sh] Skip test on platforms that don't support
813      getpeereid.
814    - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
815      gdb cannot be found.
816    - [regress/reconfigure/sh] Make path to sshd fully qualified if required.
817    - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
818      it).  The sparse file will take less disk space too.
819    - [regress/sftp-cmds.sh] Ensure files used for test are readable.
820    - [regress/stderr-after-eof.sh] Search for a usable checksum program.
821    - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh
822      regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
823      regress/transfer.sh] Use ${EXEEXT} where appropriate.
824    - [regress/sftp.sh regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin.
825    - [regress/agent-ptrace.sh regress/agent-timeout.sh]
826      "grep -q" -> "grep >/dev/null"
827    - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
828      regress/test-exec.sh] Handle different ways of echoing without newlines.
829    - [regress/dynamic-forward.sh] Some "which" programs output on stderr.
830    - [regress/sftp-cmds.sh] Use portable "test" option.
831    - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always
832      use Strictmodes no, wait longer for sshd startup.
833    - [regress/Makefile] Remove BSDisms.
834    - [regress/README.regress] Add a basic readme.
835    - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
836      not $OBJ.
837    - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.
838
839 20030903
840  - (djm) OpenBSD CVS Sync
841    - markus@cvs.openbsd.org 2003/08/26 09:58:43
842      [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c]
843      [auth2.c monitor.c]
844      fix passwd auth for 'username leaks via timing'; with djm@, original 
845      patches from solar
846    - markus@cvs.openbsd.org 2003/08/28 12:54:34
847      [auth.h]
848      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
849      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
850    - markus@cvs.openbsd.org 2003/09/02 16:40:29
851      [version.h]
852      enter 3.7
853    - jmc@cvs.openbsd.org 2003/09/02 18:50:06
854      [sftp.1 ssh_config.5]
855      escape punctuation;
856      ok deraadt@
857
858 20030902
859  - (djm) OpenBSD CVS Sync
860    - deraadt@cvs.openbsd.org 2003/08/24 17:36:51
861      [auth2-gss.c]
862      64 bit cleanups; markus ok
863    - markus@cvs.openbsd.org 2003/08/28 12:54:34
864      [auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
865      [monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
866      [sshconnect1.c sshd.c sshd_config sshd_config.5]
867      remove kerberos support from ssh1, since it has been replaced with GSSAPI;
868      but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
869    - markus@cvs.openbsd.org 2003/08/29 10:03:15
870      [compat.c compat.h]
871      SSH_BUG_K5USER is unused; ok henning@
872    - markus@cvs.openbsd.org 2003/08/29 10:04:36
873      [channels.c nchan.c]
874      be less chatty; debug -> debug2, cleanup; ok henning@
875    - markus@cvs.openbsd.org 2003/08/31 10:26:04
876      [progressmeter.c]
877      pass file_size + 1 to snprintf: fixes printing of truncated
878      file names; fix based on patch/report from sturm@;
879    - markus@cvs.openbsd.org 2003/08/31 12:14:22
880      [progressmeter.c]
881      do write to buf[-1]
882    - markus@cvs.openbsd.org 2003/08/31 13:29:05
883      [session.c]
884      call ssh_gssapi_storecreds conditionally from do_exec(); 
885      with sxw@inf.ed.ac.uk
886    - markus@cvs.openbsd.org 2003/08/31 13:30:18
887      [gss-serv.c]
888      correct string termination in parse_ename(); sxw@inf.ed.ac.uk
889    - markus@cvs.openbsd.org 2003/08/31 13:31:57
890      [gss-serv.c]
891      whitspace KNF
892    - markus@cvs.openbsd.org 2003/09/01 09:50:04
893      [sshd_config.5]
894      gss kex is not supported; sxw@inf.ed.ac.uk
895    - markus@cvs.openbsd.org 2003/09/01 12:50:46
896      [readconf.c]
897      rm gssapidelegatecreds alias; never supported before
898    - markus@cvs.openbsd.org 2003/09/01 13:52:18
899      [ssh.h]
900      rm whitespace
901    - markus@cvs.openbsd.org 2003/09/01 18:15:50
902      [readconf.c readconf.h servconf.c servconf.h ssh.c]
903      remove unused kerberos code; ok henning@
904    - markus@cvs.openbsd.org 2003/09/01 20:44:54
905      [auth2-gss.c]
906      fix leak
907  - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler
908    error. Part of Bug #423, patch from  michael_steffens AT hp.com
909  - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session 
910    management (now done in do_setusercontext). Largely from 
911    michael_steffens AT hp.com
912  - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h 
913  
914 20030829
915  - (bal) openbsd-compat/ clean up.  Considate headers, add in Id on our
916    files, and added missing license to header.
917
918 20030826
919  - (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
920    as deprecated. Remove mention from README.privsep. Patch from 
921    aet AT cc.hut.fi
922  - (dtucker) OpenBSD CVS Sync
923    - markus@cvs.openbsd.org 2003/08/22 10:56:09
924      [auth2.c auth2-gss.c auth.h compat.c compat.h gss-genr.c gss-serv-krb5.c
925      gss-serv.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c
926      readconf.h servconf.c servconf.h session.c session.h ssh-gss.h
927      ssh_config.5 sshconnect2.c sshd_config sshd_config.5]
928      support GSS API user authentication; patches from Simon Wilkinson,
929      stripped down and tested by Jakob and myself.
930    - markus@cvs.openbsd.org 2003/08/22 13:20:03
931      [sshconnect2.c]
932      remove support for "kerberos-2@ssh.com"
933    - markus@cvs.openbsd.org 2003/08/22 13:22:27
934      [auth2.c] (auth2-krb5.c removed)
935      nuke "kerberos-2@ssh.com"
936    - markus@cvs.openbsd.org 2003/08/22 20:55:06
937      [LICENCE]
938      add Simon Wilkinson
939    - deraadt@cvs.openbsd.org 2003/08/24 17:36:52
940      [monitor.c monitor_wrap.c sshconnect2.c]
941      64 bit cleanups; markus ok
942    - fgsch@cvs.openbsd.org 2003/08/25 08:13:09
943      [sftp-int.c]
944      fix div by zero when listing for filename lengths longer than width.
945      markus@ ok.
946    - djm@cvs.openbsd.org 2003/08/25 10:33:33
947      [sshconnect2.c]
948      fprintf->logit to silence login banner with "ssh -q"; ok markus@
949  - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
950    configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
951    sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
952  - (dtucker) [Makefile.in] Remove auth2-krb5.
953  - (dtucker) [contrib/aix/inventory.sh] Add public domain notice.  ok mouring@
954    (the original author)
955  - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
956
957 20030825
958  - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from 
959    larsch@trustcenter.de
960  - (bal) openbsd-compat/ OpenBSD updates.  Mostly licensing, ansifications
961    and minor fixes. OK djm@
962  - (bal) redo how we handle 'mysignal()'.  Move it to 
963    openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
964    be our 'mysignal' by default.  OK djm@
965  - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
966    any access to locked accounts.  ok djm@
967  - (djm) Bug #564: Perform PAM account checks for all authentications when
968    UsePAM=yes; ok dtucker
969  - (dtucker) [configure.ac] Bug #533, #551: define BROKEN_GETADDRINFO on
970    Tru64, solves getnameinfo and "bad addr or host" errors.  ok djm@
971  - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)
972    Update package builder: correctly handle config variables, use lsuser
973    rather than /etc/passwd, fix typos, add Id's.
974
975 20030822
976  - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal 
977    -lbroken; ok dtucker 
978  - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
979    rather that authorized_keys2.  Patch from vinschen@redhat.com.
980
981 20030821
982  - (dtucker) OpenBSD CVS Sync
983    - markus@cvs.openbsd.org 2003/08/14 16:08:58
984      [ssh-keygen.c]
985      exit after primetest, ok djm@
986  - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
987    change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
988    consistency.
989  - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
990    and after normal openpty test.
991
992 20030813
993  - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
994  - (dtucker) OpenBSD CVS Sync
995    - markus@cvs.openbsd.org 2003/08/13 08:33:02
996      [session.c]
997      use more portable tcsendbreak(3) and ignore break_length;
998      ok deraadt, millert
999    - markus@cvs.openbsd.org 2003/08/13 08:46:31
1000      [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
1001      ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
1002      remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
1003      fgsch@, miod@, henning@, jakob@ and others
1004    - markus@cvs.openbsd.org 2003/08/13 09:07:10
1005      [readconf.c ssh.c]
1006      socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
1007  - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
1008    Add a tcsendbreak function for platforms that don't have one, based on the
1009    one from OpenBSD.
1010
1011 20030811
1012  - (dtucker) OpenBSD CVS Sync
1013    (thanks to Simon Wilkinson for help with this -dt)
1014    - markus@cvs.openbsd.org 2003/07/16 15:02:06
1015      [auth-krb5.c]
1016      mcc -> fcc; from Love Hörnquist Ã…strand <lha@it.su.se>
1017      otherwise the kerberos credentinal is stored in a memory cache
1018      in the privileged sshd. ok jabob@, hin@ (some time ago)
1019  - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
1020    in bsd-cygwin_util.h).
1021
1022 20030808
1023  - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
1024    AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
1025    separately before defining them.
1026  - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null.  ok djm@
1027
1028 20030807
1029  - (dtucker) [session.c] Have session_break_req not attempt to send a break
1030    if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
1031  - (dtucker) [canohost.c] Bug #336: Only check ip options if IP_OPTIONS is
1032    defined (fixes compile error on really old Linuxes).
1033  - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
1034    not already defined (eg Linux with some versions of libc5), based on those
1035    from OpenBSD.
1036  - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
1037    Remove incorrect filenames from comments (file names are in Id tags).
1038  - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
1039    specific defines and includes to bsd-cygwin_util.h.  Fixes build error too.
1040
1041 20030802
1042  - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
1043  - (dtucker) OpenBSD CVS Sync
1044    - markus@cvs.openbsd.org 2003/07/22 13:35:22
1045      [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
1046      monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
1047      ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
1048      remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
1049      test+ok henning@
1050  - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
1051  - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
1052  - (dtucker) OpenBSD CVS Sync
1053    - markus@cvs.openbsd.org 2003/07/23 07:42:43
1054      [sshd_config]
1055      remove AFS; itojun@
1056    - djm@cvs.openbsd.org 2003/07/28 09:49:56
1057      [ssh-keygen.1 ssh-keygen.c]
1058      Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
1059      Based on code from Phil Karn, William Allen Simpson and Niels Provos.
1060      ok markus@, thanks jmc@
1061    - markus@cvs.openbsd.org 2003/07/29 18:24:00
1062      [LICENCE progressmeter.c]
1063      replace 4 clause BSD licensed progressmeter code with a replacement
1064      from Nils Nordman and myself; ok deraadt@
1065      (copied from OpenBSD an re-applied portable changes)
1066    - markus@cvs.openbsd.org 2003/07/29 18:26:46
1067      [progressmeter.c]
1068      fix length for "- stalled -" (included with previous import)
1069    - markus@cvs.openbsd.org 2003/07/30 07:44:14
1070      [progressmeter.c]
1071      use only 4 digits in format_size (included with previous import)
1072    - markus@cvs.openbsd.org 2003/07/30 07:53:27
1073      [progressmeter.c]
1074      whitespace (included with previous import)
1075    - markus@cvs.openbsd.org 2003/07/31 09:21:02
1076      [auth2-none.c]
1077      check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
1078      ok henning
1079    - avsm@cvs.openbsd.org 2003/07/31 15:50:16
1080      [atomicio.c]
1081      correct comment: atomicio takes vwrite, not write; deraadt@ ok
1082    - markus@cvs.openbsd.org 2003/07/31 22:34:03
1083      [progressmeter.c]
1084      print rate similar old version; round instead truncate;
1085      (included in previous progressmeter.c commit)
1086  - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
1087    Add a tcgetpgrp function.
1088  - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
1089  - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
1090
1091 20030730
1092  - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal
1093
1094 20030726
1095  - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->
1096    DISABLE_SHADOW.  Fixes HP-UX compile error.
1097
1098 20030724
1099  - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c 
1100     openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
1101     and isolate shadow password functions.  Tested in Solaris, but should
1102     not break other platforms too badly (except maybe HP =).  Also brings
1103     auth-passwd.c into full sync with OpenBSD tree.
1104
1105 20030723
1106  - (dtucker) [configure.ac] Back out change for bug #620.
1107
1108 20030719
1109  - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
1110    Solaris/x86.  Patch from jrhett at isite.net.
1111  - (dtucker) OpenBSD CVS Sync
1112    - markus@cvs.openbsd.org 2003/07/14 12:36:37
1113      [sshd.c]
1114      remove undocumented -V option. would be only useful if openssh is used
1115      as ssh v1 server for ssh.com's ssh v2.
1116    - markus@cvs.openbsd.org 2003/07/16 10:34:53
1117      [ssh.c sshd.c]
1118      don't exit on multiple -v or -d; ok deraadt@
1119    - markus@cvs.openbsd.org 2003/07/16 10:36:28
1120      [sshtty.c]
1121      clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
1122    - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
1123      [scp.c]
1124      userid is unsigned, but well, force it anyways; andrushock@korovino.net
1125    - djm@cvs.openbsd.org 2003/07/19 00:45:53
1126      [sftp-int.c]
1127      fix sftp filename parsing for arguments with escaped quotes. bz #517;
1128      ok markus
1129    - djm@cvs.openbsd.org 2003/07/19 00:46:31
1130      [regress/sftp-cmds.sh]
1131      regress test for sftp arguments with escaped quotes; ok markus
1132
1133 20030714
1134  - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
1135    loginfailed at all, so assume 3-arg loginfailed if not declared.
1136  - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
1137    undef'ing it.
1138  - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
1139    Call setauthdb() before loginfailed(), which may load password registry-
1140    specific functions.  Based on patch by cawlfiel at us.ibm.com.
1141  - (dtucker) [port-aix.h] Fix prototypes.
1142  - (dtucker) OpenBSD CVS Sync
1143    - avsm@cvs.openbsd.org 2003/07/09 13:58:19
1144      [key.c]
1145      minor tweak: when generating the hex fingerprint, give strlcat the full
1146      bound to the buffer, and add a comment below explaining why the
1147      zero-termination is one less than the bound.  markus@ ok
1148    - markus@cvs.openbsd.org 2003/07/10 14:42:28
1149      [packet.c]
1150      the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
1151      blowfish, etc, so enforce a 1GB limit for small blocksizes.
1152    - markus@cvs.openbsd.org 2003/07/10 20:05:55
1153      [sftp.c]
1154      sync usage with manpage, add missing -R
1155
1156 20030708
1157  - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
1158    Include AIX headers for authentication functions and make calls match
1159    prototypes.  Test for and handle 3-arg and 4-arg variants of loginfailed.
1160  - (dtucker) [session.c] Check return value of setpcred().
1161  - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
1162    Convert aixloginmsg into platform-independant Buffer loginmsg.
1163
1164 20030707
1165  - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
1166    searching libraries for it.  Fixes build errors on NCR MP-RAS.
1167
1168 20030706
1169  - (dtucker) [ssh-rand-helper.c loginrec.c]
1170    Apply atomicio typing change to these too.
1171
1172 20030703
1173  - (dtucker) OpenBSD CVS Sync
1174    - djm@cvs.openbsd.org 2003/06/28 07:48:10
1175      [sshd.c]
1176      report pidfile creation errors, based on patch from Roumen Petrov;
1177      ok markus@
1178    - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
1179      [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
1180      progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
1181      sshd.c]
1182      deal with typing of write vs read in atomicio
1183    - markus@cvs.openbsd.org 2003/06/29 12:44:38
1184      [sshconnect.c]
1185      memset 0, not \0; andrushock@korovino.net
1186    - markus@cvs.openbsd.org 2003/07/02 12:56:34
1187      [channels.c]
1188      deny dynamic forwarding with -R for v1, too; ok djm@
1189    - markus@cvs.openbsd.org 2003/07/02 14:51:16
1190      [channels.c ssh.1 ssh_config.5]
1191      (re)add socks5 suppport to -D; ok djm@
1192      now ssh(1) can act both as a socks 4 and socks 5 server and
1193      dynamically forward ports.
1194    - markus@cvs.openbsd.org 2003/07/02 20:37:48
1195      [ssh.c]
1196      convert hostkeyalias to lowercase, otherwise uppercase aliases will
1197      not match at all; ok henning@
1198    - markus@cvs.openbsd.org 2003/07/03 08:21:46
1199      [regress/dynamic-forward.sh]
1200      add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
1201    - markus@cvs.openbsd.org 2003/07/03 08:24:13
1202      [regress/Makefile]
1203      enable tests for dynamic fwd via socks (-D), uses nc(1)
1204    - djm@cvs.openbsd.org 2003/07/03 08:09:06
1205      [readconf.c readconf.h ssh-keysign.c ssh.c]
1206      fix AddressFamily option in config file, from brent@graveland.net;
1207      ok markus@
1208
1209 20030630
1210  - (djm) Search for support functions necessary to build our 
1211    getrrsetbyname() replacement. Patch from Roumen Petrov 
1212
1213 20030629
1214  - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
1215    (fixes compiler warnings on Solaris 2.5.1).
1216  - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
1217    flag modifications.
1218    
1219 20030628
1220  - (djm) Bug #591: use PKCS#15 private key label as a comment in case 
1221    of OpenSC. Report and patch from larsch@trustcenter.de
1222  - (djm) Bug #593: Sanity check OpenSC card reader number; patch from 
1223    aj@dungeon.inka.de
1224  - (dtucker) OpenBSD CVS Sync
1225    - markus@cvs.openbsd.org 2003/06/23 09:02:44
1226      [ssh_config.5]
1227      document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
1228    - markus@cvs.openbsd.org 2003/06/24 08:23:46
1229      [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
1230       monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
1231      int -> u_int; ok djm@, deraadt@, mouring@
1232    - miod@cvs.openbsd.org 2003/06/25 22:39:36
1233      [sftp-server.c]
1234      Typo police: attribute is better written with an 'r'.
1235    - markus@cvs.openbsd.org 2003/06/26 20:08:33
1236      [readconf.c]
1237      do not dump core for 'ssh -o proxycommand host'; ok deraadt@
1238  - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
1239  - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE 
1240    actually enable the feature, for those normally disabled.  Patch by
1241    openssh (at) roumenpetrov.info.
1242
1243 20030624
1244  - (dtucker) Have configure refer the user to config.log and
1245    contrib/findssl.sh for OpenSSL header/library mismatches.
1246
1247 20030622
1248  - (dtucker) OpenBSD CVS Sync
1249    - markus@cvs.openbsd.org 2003/06/21 09:14:05
1250      [regress/reconfigure.sh]
1251      missing $SUDO; from dtucker@zip.com.au
1252    - markus@cvs.openbsd.org 2003/06/18 11:28:11
1253      [ssh-rsa.c]
1254      backout last change, since it violates pkcs#1
1255      switch to share/misc/license.template
1256    - djm@cvs.openbsd.org 2003/06/20 05:47:58
1257      [sshd_config.5]
1258      sync description of protocol 2 cipher proposal; ok markus
1259    - djm@cvs.openbsd.org 2003/06/20 05:48:21
1260      [sshd_config]
1261      sync some implemented options; ok markus@
1262  - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
1263  - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
1264    testing its value.
1265
1266 20030618
1267  - (djm) OpenBSD CVS Sync
1268    - markus@cvs.openbsd.org 2003/06/12 07:57:38
1269      [monitor.c sshlogin.c sshpty.c]
1270      typos; dtucker at zip.com.au
1271    - djm@cvs.openbsd.org 2003/06/12 12:22:47
1272      [LICENCE]
1273      mention more copyright holders; ok markus@
1274    - nino@cvs.openbsd.org 2003/06/12 15:34:09
1275      [scp.c]
1276      Typo. Ok markus@.
1277    - markus@cvs.openbsd.org 2003/06/12 19:12:03
1278      [scard.c scard.h ssh-agent.c ssh.c]
1279      add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
1280    - markus@cvs.openbsd.org 2003/06/16 08:22:35
1281      [ssh-rsa.c]
1282      make sure the signature has at least the expected length (don't
1283      insist on len == hlen + oidlen, since this breaks some smartcards)
1284      bugzilla #592; ok djm@
1285    - markus@cvs.openbsd.org 2003/06/16 10:22:45
1286      [ssh-add.c]
1287      print out key comment on each prompt; make ssh-askpass more useable; ok djm@
1288    - markus@cvs.openbsd.org 2003/06/17 18:14:23
1289      [cipher-ctr.c]
1290      use license from /usr/share/misc/license.template for new code
1291  - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
1292    Import new regression tests from OpenBSD
1293  - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
1294  - (dtucker) OpenBSD CVS Sync (regress/)
1295    - markus@cvs.openbsd.org 2003/04/02 12:21:13
1296      [Makefile]
1297      enable rekey test
1298    - djm@cvs.openbsd.org 2003/04/04 09:34:22
1299      [Makefile sftp-cmds.sh]
1300      More regression tests, including recent directory rename bug; ok markus@
1301    - markus@cvs.openbsd.org 2003/05/14 22:08:27
1302      [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
1303      test against some new commerical versions
1304    - mouring@cvs.openbsd.org 2003/05/15 04:07:12
1305      [sftp-cmds.sh]
1306      Advanced put/get testing for sftp.  OK @djm
1307    - markus@cvs.openbsd.org 2003/06/12 15:40:01
1308      [try-ciphers.sh]
1309      add ctr
1310    - markus@cvs.openbsd.org 2003/06/12 15:43:32
1311      [Makefile]
1312      test -HUP; dtucker at zip.com.au
1313
1314 20030614
1315  - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
1316
1317 20030611
1318  - (djm) Mention portable copyright holders in LICENSE
1319  - (djm) Put licenses on substantial header files
1320  - (djm) Sync LICENSE against OpenBSD
1321  - (djm) OpenBSD CVS Sync
1322    - jmc@cvs.openbsd.org 2003/06/10 09:12:11
1323      [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
1324      [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1325      - section reorder
1326      - COMPATIBILITY merge
1327      - macro cleanup
1328      - kill whitespace at EOL
1329      - new sentence, new line
1330      ssh pages ok markus@
1331    - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
1332      [packet.c progressmeter.c]
1333      mostly ansi cleanup; pval ok
1334    - jakob@cvs.openbsd.org 2003/06/11 10:16:16
1335      [sshconnect.c]
1336      clean up check_host_key() and improve SSHFP feedback. ok markus@
1337    - jakob@cvs.openbsd.org 2003/06/11 10:18:47
1338      [dns.c]
1339      sync with check_host_key() change
1340    - djm@cvs.openbsd.org 2003/06/11 11:18:38
1341      [authfd.c authfd.h ssh-add.c ssh-agent.c]
1342      make agent constraints (lifetime, confirm) work with smartcard keys; 
1343      ok markus@
1344
1345
1346 20030609
1347  - (djm) Sync README.smartcard with OpenBSD -current
1348  - (djm) Re-merge OpenSC info into README.smartcard
1349
1350 20030606
1351  - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
1352
1353 20030605
1354  - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
1355    canohost.c changes.
1356  - (djm) Implement paranoid priv dropping checks, based on:
1357    "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
1358    Proceedings of USENIX Security Symposium 2002
1359  - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
1360  - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
1361  - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
1362    Patch from larsch@trustcenter.de
1363  - (djm) Bug #589 - scard-opensc: load only keys with a private keys
1364    Patch from larsch@trustcenter.de
1365  - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
1366  - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
1367
1368 20030604
1369  - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
1370    simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
1371  - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt. 
1372    Patch from larsch@trustcenter.de; ok markus@
1373  - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from 
1374    larsch@trustcenter.de; ok markus@
1375  - (djm) OpenBSD CVS Sync
1376    - djm@cvs.openbsd.org 2003/06/04 08:25:18
1377      [sshconnect.c]
1378      disable challenge/response and keyboard-interactive auth methods 
1379      upon hostkey mismatch. based on patch from fcusack AT fcusack.com. 
1380      bz #580; ok markus@
1381    - djm@cvs.openbsd.org 2003/06/04 10:23:48
1382      [sshd.c]
1383      remove duplicated group-dropping code; ok markus@
1384    - djm@cvs.openbsd.org 2003/06/04 12:03:59
1385      [serverloop.c]
1386      remove bitrotten commet; ok markus@
1387    - djm@cvs.openbsd.org 2003/06/04 12:18:49
1388      [scp.c]
1389      ansify; ok markus@
1390    - djm@cvs.openbsd.org 2003/06/04 12:40:39
1391      [scp.c]
1392      kill ssh process upon receipt of signal, bz #241.
1393      based on patch from esb AT hawaii.edu; ok markus@
1394    - djm@cvs.openbsd.org 2003/06/04 12:41:22
1395      [sftp.c]
1396      kill ssh process on receipt of signal; ok markus@
1397  - (djm) Update to fix of bug #584: lock card before return. 
1398    From larsch@trustcenter.de
1399  - (djm) Always use mysignal() for SIGALRM
1400
1401 20030603
1402  - (djm) Replace setproctitle replacement with code derived from 
1403    UCB sendmail
1404  - (djm) OpenBSD CVS Sync
1405    - markus@cvs.openbsd.org 2003/06/02 09:17:34
1406      [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
1407      [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
1408      [sshd_config.5]
1409      deprecate VerifyReverseMapping since it's dangerous if combined
1410      with IP based access control as noted by Mike Harding; replace with
1411      a UseDNS option, UseDNS is on by default and includes the
1412      VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
1413      ok deraadt@, djm@
1414    - millert@cvs.openbsd.org 2003/06/03 02:56:16
1415      [scp.c]
1416      Remove the advertising clause in the UCB license which Berkeley
1417      rescinded 22 July 1999.  Proofed by myself and Theo.
1418  - (djm) Fix portable-specific uses of verify_reverse_mapping too
1419  - (djm) Sync openbsd-compat with OpenBSD CVS. 
1420     - No more 4-term BSD licenses in linked code
1421  - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
1422
1423 20030602
1424  - (djm) Fix segv from bad reordering in auth-pam.c
1425  - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may 
1426    clobber
1427  - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
1428    CVS ID.
1429  - (djm) Remove "noip6" option from RedHat spec file. This may now be 
1430    set at runtime using AddressFamily option.
1431  - (djm) Fix use of macro before #define in cipher-aes.c
1432  - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
1433  - (djm) OpenBSD CVS Sync
1434    - djm@cvs.openbsd.org 2003/05/26 12:54:40
1435      [sshconnect.c]
1436      fix format strings; ok markus@
1437    - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
1438      [sshd.c uidswap.c]
1439      seteuid and setegid; markus ok
1440    - jakob@cvs.openbsd.org 2003/06/02 08:31:10
1441      [ssh_config.5]
1442      VerifyHostKeyDNS is v2 only. ok markus@
1443
1444 20030530
1445  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
1446    roumenpetrov.info
1447  - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
1448
1449 20030526
1450  - (djm) Avoid auth2-chall.c warning when compiling without 
1451    PAM, BSD_AUTH and SKEY
1452
1453 20030525
1454 - (djm) OpenBSD CVS Sync
1455    - djm@cvs.openbsd.org 2003/05/24 09:02:22
1456      [log.c]
1457      pass logged data through strnvis; ok markus
1458    - djm@cvs.openbsd.org 2003/05/24 09:30:40
1459      [authfile.c monitor.c sftp-common.c sshpty.c]
1460      cast some types for printing; ok markus@
1461
1462 20030524
1463  - (dtucker) Correct --osfsia in INSTALL.  Patch by skeleten at shillest.net
1464
1465 20030523
1466  - (djm) Use VIS_SAFE on logged strings rather than default strnvis 
1467    encoding (which encodes many more characters)
1468  - OpenBSD CVS Sync
1469    - jmc@cvs.openbsd.org 2003/05/20 12:03:35
1470      [sftp.1]
1471      - new sentence, new line
1472      - added .Xr's
1473      - typos
1474      ok djm@
1475    - jmc@cvs.openbsd.org 2003/05/20 12:09:31
1476      [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
1477      new sentence, new line
1478    - djm@cvs.openbsd.org 2003/05/23 08:29:30
1479      [sshconnect.c]
1480      fix leak; ok markus@
1481
1482 20030520
1483  - (djm) OpenBSD CVS Sync
1484    - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
1485      [log.c]
1486      use syslog_r() in a signal handler called place; markus ok
1487  - (djm) Configure logic to detect syslog_r and friends
1488
1489 20030519
1490  - (djm) Sync auth-pam.h with what we actually implement
1491
1492 20030518
1493  - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in 
1494    recent merge
1495  - (djm) OpenBSD CVS Sync
1496    - djm@cvs.openbsd.org 2003/05/16 03:27:12
1497      [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
1498      add AddressFamily option to ssh_config (like -4, -6 on commandline).
1499      Portable bug #534; ok markus@
1500    - itojun@cvs.openbsd.org 2003/05/17 03:25:58
1501      [auth-rhosts.c]
1502      just in case, put numbers to sscanf %s arg.
1503    - markus@cvs.openbsd.org 2003/05/17 04:27:52
1504      [cipher.c cipher-ctr.c myproposal.h]
1505      experimental support for aes-ctr modes from
1506      http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
1507      ok djm@
1508  - (djm) Remove IPv4 by default hack now that we can specify AF in config
1509  - (djm) Tidy and trim TODO
1510  - (djm) Sync openbsd-compat/ with OpenBSD CVS head
1511  - (djm) Big KNF on openbsd-compat/
1512  - (djm) KNF on md5crypt.[ch]
1513  - (djm) KNF on auth-sia.[ch]
1514
1515 20030517
1516  - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
1517
1518 20030516
1519  - (djm) OpenBSD CVS Sync
1520    - djm@cvs.openbsd.org 2003/05/15 13:52:10
1521      [ssh.c]
1522      Make "ssh -V" print the OpenSSL version in a human readable form. Patch
1523      from Craig Leres (mindrot at ee.lbl.gov); ok markus@
1524    - jakob@cvs.openbsd.org 2003/05/15 14:02:47
1525      [readconf.c servconf.c]
1526      warn for unsupported config option. ok markus@
1527    - markus@cvs.openbsd.org 2003/05/15 14:09:21
1528      [auth2-krb5.c]
1529      fix 64bit issue; report itojun@
1530    - djm@cvs.openbsd.org 2003/05/15 14:55:25
1531      [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
1532      add a ConnectTimeout option to ssh, based on patch from
1533      Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
1534  - (djm) Add warning for UsePAM when built without PAM support
1535  - (djm) A few type mismatch fixes from Bug #565
1536  - (djm) Guard free_pam_environment against NULL argument. Works around
1537    HP/UX PAM problems debugged by dtucker
1538
1539 20030515
1540  - (djm) OpenBSD CVS Sync
1541    - jmc@cvs.openbsd.org 2003/05/14 13:11:56
1542      [ssh-agent.1]
1543      setup -> set up;
1544      from wiz@netbsd
1545    - jakob@cvs.openbsd.org 2003/05/14 18:16:20
1546      [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
1547      [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
1548      add experimental support for verifying hos keys using DNS as described
1549      in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
1550      ok markus@ and henning@
1551    - markus@cvs.openbsd.org 2003/05/14 22:24:42
1552      [clientloop.c session.c ssh.1]
1553      allow to send a BREAK to the remote system; ok various
1554    - markus@cvs.openbsd.org 2003/05/15 00:28:28
1555      [sshconnect2.c]
1556      cleanup unregister of per-method packet handlers; ok djm@
1557    - jakob@cvs.openbsd.org 2003/05/15 01:48:10
1558      [readconf.c readconf.h servconf.c servconf.h]
1559      always parse kerberos options. ok djm@ markus@
1560    - jakob@cvs.openbsd.org 2003/05/15 02:27:15
1561      [dns.c]
1562      add missing freerrset
1563    - markus@cvs.openbsd.org 2003/05/15 03:08:29
1564      [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
1565      split out custom EVP ciphers
1566    - djm@cvs.openbsd.org 2003/05/15 03:10:52
1567      [ssh-keygen.c]
1568      avoid warning; ok jakob@
1569    - mouring@cvs.openbsd.org 2003/05/15 03:39:07
1570      [sftp-int.c]
1571      Make put/get (globed and nonglobed) code more consistant. OK djm@
1572    - mouring@cvs.openbsd.org 2003/05/15 03:43:59
1573      [sftp-int.c sftp.c]
1574      Teach ls how to display multiple column display and allow users 
1575      to return to single column format via 'ls -1'.  OK @djm
1576    - jakob@cvs.openbsd.org 2003/05/15 04:08:44
1577      [readconf.c servconf.c]
1578      disable kerberos when not supported. ok markus@
1579    - markus@cvs.openbsd.org 2003/05/15 04:08:41
1580      [ssh.1]
1581      ~B is ssh2 only
1582  - (djm) Always parse UsePAM
1583  - (djm) Configure glue for DNS support (code doesn't work in portable yet)
1584  - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
1585  - (djm) Tidy Makefile clean targets
1586  - (djm) Adapt README.dns for portable
1587  - (djm) Avoid uuencode.c warnings
1588  - (djm) Enable UsePAM when built --with-pam
1589  - (djm) Only build getrrsetbyname replacement when using --with-dns
1590  - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv 
1591          correctly)
1592  - (djm) Bug #444: Wrong paths after reconfigure
1593  - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
1594
1595 20030514
1596  - (djm) Bug #117: Don't lie to PAM about username
1597  - (djm) RCSID sync w/ OpenBSD
1598  - (djm) OpenBSD CVS Sync
1599    - djm@cvs.openbsd.org 2003/04/09 12:00:37
1600      [readconf.c]
1601      strip trailing whitespace from config lines before parsing. 
1602      Fixes bz 528; ok markus@
1603    - markus@cvs.openbsd.org 2003/04/12 10:13:57
1604      [cipher.c]
1605      hide cipher details; ok djm@
1606    - markus@cvs.openbsd.org 2003/04/12 10:15:36
1607      [misc.c]
1608      debug->debug2
1609    - naddy@cvs.openbsd.org 2003/04/12 11:40:15
1610      [ssh.1]
1611      document -V switch, fix wording; ok markus@
1612    - markus@cvs.openbsd.org 2003/04/14 14:17:50
1613      [channels.c sshconnect.c sshd.c ssh-keyscan.c]
1614      avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
1615    - mouring@cvs.openbsd.org 2003/04/14 21:31:27
1616      [sftp-int.c]
1617      Missing globfree(&g) in process_put() spotted by Vince Brimhall
1618      <VBrimhall@novell.com>.  ok@ Theo
1619    - markus@cvs.openbsd.org 2003/04/16 14:35:27
1620      [auth.h]
1621      document struct Authctxt; with solar
1622    - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
1623      [ssh-keyscan.c]
1624      -t in usage(); rogier@quaak.org
1625    - mouring@cvs.openbsd.org 2003/04/30 01:16:20
1626      [sshd.8 sshd_config.5]
1627      Escape ?, * and ! in .Ql for nroff compatibility.  OpenSSH Portable 
1628      Bug #550 and * escaping suggested by jmc@.
1629    - david@cvs.openbsd.org 2003/04/30 20:41:07
1630      [sshd.8]
1631      fix invalid .Pf macro usage introduced in previous commit
1632      ok jmc@ mouring@
1633    - markus@cvs.openbsd.org 2003/05/11 16:56:48
1634      [authfile.c ssh-keygen.c]
1635      change key_load_public to try to read a public from:
1636      rsa1 private or rsa1 public and ssh2 keys.
1637      this makes ssh-keygen -e fail for ssh1 keys more gracefully
1638      for example; report from itojun (netbsd pr 20550).
1639    - markus@cvs.openbsd.org 2003/05/11 20:30:25
1640      [channels.c clientloop.c serverloop.c session.c ssh.c]
1641      make channel_new() strdup the 'remote_name' (not the caller); ok theo
1642    - markus@cvs.openbsd.org 2003/05/12 16:55:37
1643      [sshconnect2.c]
1644      for pubkey authentication try the user keys in the following order:
1645         1. agent keys that are found in the config file
1646         2. other agent keys
1647         3. keys that are only listed in the config file
1648      this helps when an agent has many keys, where the server might
1649      close the connection before the correct key is used. report & ok pb@
1650    - markus@cvs.openbsd.org 2003/05/12 18:35:18
1651      [ssh-keyscan.1]
1652      typo: DSA keys are of type ssh-dss; Brian Poole
1653    - markus@cvs.openbsd.org 2003/05/14 00:52:59
1654      [ssh2.h]
1655      ranges for per auth method messages
1656    - djm@cvs.openbsd.org 2003/05/14 01:00:44
1657      [sftp.1]
1658      emphasise the batchmode functionality and make reference to pubkey auth,
1659      both of which are FAQs; ok markus@
1660    - markus@cvs.openbsd.org 2003/05/14 02:15:47
1661      [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
1662      implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
1663      server interops with commercial client; ok jakob@ djm@
1664    - jmc@cvs.openbsd.org 2003/05/14 08:25:39
1665      [sftp.1]
1666      - better formatting in SYNOPSIS
1667      - whitespace at EOL
1668      ok djm@
1669    - markus@cvs.openbsd.org 2003/05/14 08:57:49
1670      [monitor.c]
1671      http://bugzilla.mindrot.org/show_bug.cgi?id=560
1672      Privsep child continues to run after monitor killed.
1673      Pass monitor signals through to child; Darren Tucker
1674  - (djm) Make portable build with MIT krb5 (some issues remain)
1675  - (djm) Add new UsePAM configuration directive to allow runtime control
1676    over usage of PAM. This allows non-root use of sshd when built with
1677    --with-pam
1678  - (djm) Die screaming if start_pam() is called when UsePAM=no
1679  - (djm) Avoid KrbV leak for MIT Kerberos
1680  - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
1681  - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
1682
1683 20030512
1684  - (djm) Redhat spec: Don't install profile.d scripts when not 
1685    building with GNOME/GTK askpass (patch from bet@rahul.net)
1686
1687 20030510
1688  - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
1689    "make install".  Patch by roth@feep.net.
1690  - (dtucker) Bug #536: Test for and work around openpty/controlling tty
1691    problem on Linux (fixes "could not set controlling tty" errors).
1692  - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with 
1693    proper challenge-response module
1694  - (djm) 2-clause license on loginrec.c, with permission from
1695    andre@ae-35.com
1696
1697 20030504
1698  - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
1699    Patch from vinschen@redhat.com.
1700
1701 20030503
1702  - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c.  Noted
1703    by wendyp@cray.com.
1704
1705 20030502
1706  - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
1707    privsep should now work.
1708  - (dtucker) Move handling of bad password authentications into a platform
1709    specific record_failed_login() function (affects AIX & Unicos). ok mouring@
1710
1711 20030429
1712  - (djm) Add back radix.o (used by AFS support), after it went missing from
1713    Makefile many moons ago
1714  - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
1715  - (djm) Fix blibpath specification for AIX/gcc
1716  - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
1717
1718 20030428
1719  - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit 
1720    hacked code.
1721
1722 20030427
1723  - (bal) Bug #541: return; was dropped by mistake.  Reported by 
1724    furrier@iglou.com
1725  - (bal) Since we don't support platforms lacking u_int_64.  We may
1726    as well clean out some of those evil #ifdefs
1727  - (bal) auth1.c minor resync while looking at the code.
1728  - (bal) auth2.c same changed as above.
1729
1730 20030409
1731  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
1732    from matth@eecs.berkeley.edu
1733  - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
1734  - (djm) OpenBSD CVS Sync
1735    - markus@cvs.openbsd.org 2003/04/02 09:48:07
1736      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1737      [readconf.h serverloop.c sshconnect2.c]
1738      reapply rekeying chage, tested by henning@, ok djm@
1739    - markus@cvs.openbsd.org 2003/04/02 14:36:26
1740      [ssh-keysign.c]
1741      potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
1742    - itojun@cvs.openbsd.org 2003/04/03 07:25:27
1743      [progressmeter.c]
1744      $OpenBSD$
1745    - itojun@cvs.openbsd.org 2003/04/03 10:17:35
1746      [progressmeter.c]
1747      remove $OpenBSD$, as other *.c does not have it.
1748    - markus@cvs.openbsd.org 2003/04/07 08:29:57
1749      [monitor_wrap.c]
1750      typo: get correct counters; introduced during rekeying change.
1751    - millert@cvs.openbsd.org 2003/04/07 21:58:05
1752      [progressmeter.c]
1753      The UCB copyright here is incorrect.  This code did not originate
1754      at UCB, it was written by Luke Mewburn.  Updated the copyright at
1755      the author's request.  markus@ OK
1756    - itojun@cvs.openbsd.org 2003/04/08 20:21:29
1757      [*.c *.h]
1758      rename log() into logit() to avoid name conflict.  markus ok, from
1759      netbsd
1760      - (djm) XXX - Performed locally using:
1761        "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
1762    - hin@cvs.openbsd.org 2003/04/09 08:23:52
1763      [servconf.c]
1764      Don't include <krb.h> when compiling with Kerberos 5 support
1765    - (djm) Fix up missing include for packet.c
1766    - (djm) Fix missed log => logit occurance (reference by function pointer)
1767
1768 20030402
1769  - (bal) if IP_TOS is not found or broken don't try to compile in
1770    packet_set_tos() function call.  bug #527
1771
1772 20030401
1773  - (djm) OpenBSD CVS Sync
1774    - jmc@cvs.openbsd.org 2003/03/28 10:11:43
1775      [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
1776      [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
1777      - killed whitespace
1778      - new sentence new line
1779      - .Bk for arguments
1780      ok markus@
1781    - markus@cvs.openbsd.org 2003/04/01 10:10:23
1782      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1783      [readconf.h serverloop.c sshconnect2.c]
1784      rekeying bugfixes and automatic rekeying:
1785      * both client and server rekey _automatically_
1786            (a) after 2^31 packets, because after 2^32 packets
1787                the sequence number for packets wraps
1788            (b) after 2^(blocksize_in_bits/4) blocks
1789        (see: draft-ietf-secsh-newmodes-00.txt)
1790        (a) and (b) are _enabled_ by default, and only disabled for known
1791        openssh versions, that don't support rekeying properly.
1792      * client option 'RekeyLimit'
1793      * do not reply to requests during rekeying
1794    - markus@cvs.openbsd.org 2003/04/01 10:22:21
1795      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
1796      [readconf.h serverloop.c sshconnect2.c]
1797      backout rekeying changes (for 3.6.1)
1798    - markus@cvs.openbsd.org 2003/04/01 10:31:26
1799      [compat.c compat.h kex.c]
1800      bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; 
1801      tested by ho@ and myself
1802    - markus@cvs.openbsd.org 2003/04/01 10:56:46
1803      [version.h]
1804      3.6.1
1805  - (djm) Crank spec file versions
1806  - (djm) Release 3.6.1p1
1807
1808 20030326
1809  - (djm) OpenBSD CVS Sync
1810    - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
1811      [sftp-server.c]
1812      one last fix to the tree: race fix broke stuff; pr 3169; 
1813      srp@srparish.net, help from djm
1814
1815 20030325
1816  - (djm) Fix getpeerid support for 64 bit BE systems. From 
1817     Arnd Bergmann <arndb@de.ibm.com>
1818
1819 20030324
1820  - (djm) OpenBSD CVS Sync
1821    - markus@cvs.openbsd.org 2003/03/23 19:02:00
1822      [monitor.c]
1823      unbreak rekeying for privsep; ok millert@
1824  - Release 3.6p1
1825  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1826    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1827
1828 $Id$
This page took 0.899586 seconds and 5 git commands to generate.