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