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