]> andersk Git - openssh.git/blob - ChangeLog
- (dtucker) [sshd.c] Reshuffle storing of pw struct; prevents warnings
[openssh.git] / ChangeLog
1 20061018
2  - (dtucker) OpenBSD CVS Sync
3    - ray@cvs.openbsd.org 2006/09/25 04:55:38
4      [ssh-keyscan.1 ssh.1]
5      Change "a SSH" to "an SSH".  Hurray, I'm not the only one who
6      pronounces "SSH" as "ess-ess-aich".
7      OK jmc@ and stevesk@.
8  - (dtucker) [sshd.c] Reshuffle storing of pw struct; prevents warnings
9    on older versions of OS X.  ok djm@
10
11 20061016
12  - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros
13    on older (2.0) Linuxes.  Based on patch from thmo-13 at gmx de.
14
15 20061006
16  - (tim) [buildpkg.sh.in] Use uname -r instead of -v in OS_VER for Solaris.
17    Differentiate between OpenServer 5 and OpenServer 6
18  - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for
19    SELinux functions so they're detected correctly.  Patch from pebenito at
20    gentoo.org.
21  - (tim) [buildpkg.sh.in] Some systems have really limited nawk (OpenServer).
22    Allow setting alternate awk in openssh-config.local.
23
24 20061003
25  - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
26    section so additional platform specific CHECK_HEADER tests will work
27    correctly. Fixes "<net/if_tap.h> on FreeBSD" problem report by des AT des.no
28    Feedback and "seems like a good idea" dtucker@
29
30 20061001
31  - (dtucker) [audit-bsm.c] Include errno.h.  Pointed out by des at des.no.
32
33 20060929
34  - (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine
35    support.  Patch from andrew.benham at thus net.
36
37 20060928
38  - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
39    on Solaris 8 w/out /dev/random or prngd.  Patch from rl at
40    math.technion.ac.il.
41
42 20060926
43  - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not
44    referenced any more.  ok djm@
45  - (dtucker) [sftp-server.8] Resync; spotted by djm@
46  - (dtucker) Release 4.4p1.
47
48 20060924
49  - (tim) [configure.ac] Remove CFLAGS hack for UnixWare 1.x/2.x (added
50    to rev 1.308) to work around broken gcc 2.x header file.
51
52 20060923
53  - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
54    $LDFLAGS.  Patch from vapier at gentoo org.
55
56 20060922
57  - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
58    some platforms (eg HP-UX 11.00).  From santhi.amirta at gmail com.
59
60 20060921
61  - (dtucker) OpenBSD CVS Sync
62    - otto@cvs.openbsd.org 2006/09/19 05:52:23
63      [sftp.c]
64      Use S_IS* macros insted of masking with S_IF* flags. The latter may
65      have multiple bits set, which lead to surprising results. Spotted by
66      Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@
67    - markus@cvs.openbsd.org 2006/09/19 21:14:08
68      [packet.c]
69      client NULL deref on protocol error; Tavis Ormandy, Google Security Team
70  - (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes
71    build error on Ultrix.  From Bernhard Simon.
72
73 20060918
74  - (dtucker) [configure.ac] On AIX, check to see if the compiler will allow
75    macro redefinitions, and if not, remove "-qlanglvl=ansi" from the flags.
76    Allows build out of the box with older VAC and XLC compilers.  Found by
77    David Bronder and Bernhard Simon.
78  - (dtucker) [openbsd-compat/port-aix.{c,h}] Reduce scope of includes.
79    Prevents macro redefinition warnings of "RDONLY".
80
81 20060916
82  - OpenBSD CVS Sync
83    - djm@cvs.openbsd.org 2006/09/16 19:53:37
84      [deattack.c deattack.h packet.c]
85      limit maximum work performed by the CRC compensation attack detector,
86      problem reported by Tavis Ormandy, Google Security Team;
87      ok markus@ deraadt@
88  - (djm) Add openssh.xml to .cvsignore and sort it
89  - (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM auth
90    process so that any logging it does is with the right timezone.  From
91    Scott Strickler, ok djm@.
92  - (dtucker) [monitor.c] Correctly handle auditing of single commands when
93    using Protocol 1.  From jhb at freebsd.
94  - (djm) [sshd.c] Fix warning/API abuse; ok dtucker@
95  - (dtucker) [INSTALL] Add info about audit support.
96
97 20060912
98  - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]
99    Support SMF in Solaris Packages if enabled by configure. Patch from
100    Chad Mynhier, tested by dtucker@
101
102 20060911
103  - (dtucker) [cipher-aes.c] Include string.h for memcpy and friends.  Noted
104    by Pekka Savola.
105
106 20060910
107  - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.
108  - (dtucker) [configure.ac] Add -lcrypt to let DragonFly build OOTB.
109
110 20060909
111  - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
112  - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user.
113  - (dtucker) [buildpkg.sh.in] Always create privsep user.  ok djm@
114
115 20060908
116  - (dtucker) [auth-sia.c] Add includes required for build on Tru64.  Patch
117    from Chris Adams.
118  - (dtucker) [configure.ac] The BSM header test needs time.h in some cases.
119
120 20060907
121  - (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can
122    be used to drop privilege to; fixes Solaris GSSAPI crash reported by
123    Magnus Abrante; suggestion and feedback dtucker@
124    NB. this change will require that the privilege separation user must
125    exist on all the time, not just when UsePrivilegeSeparation=yes
126  - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
127  - (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.
128  - (dtucker) [regress/cfgmatch.sh] stop_client is racy, so give us a better
129    chance of winning.
130
131 20060905
132  - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
133  - (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.
134
135 20060904
136  - (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native
137    updwdtmp seems to generate invalid wtmp entries.  From Roger Cornelius,
138    ok djm@
139
140 20060903
141  - (dtucker) [configure.ac openbsd-compat/openbsd-compat.h] Check for
142    declaration of writev(2) and declare it ourselves if necessary.  Makes
143    the atomiciov() calls build on really old systems.  ok djm@
144
145 20060902
146  - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
147  - (dtucker) [ssh-keyscan.c ssh-rand-helper.c ssh.c sshconnect.c
148    openbsd-compat/bindresvport.c openbsd-compat/getrrsetbyname.c
149    openbsd-compat/port-tun.c openbsd-compat/rresvport.c] Include <arpa/inet.h>
150    for hton* and ntoh* macros.  Required on (at least) HP-UX since we define
151    _XOPEN_SOURCE_EXTENDED.  Found by santhi.amirta at gmail com.
152
153 20060901
154  - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
155    [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c]
156    [auth2-gss.c auth2-kbdint.c auth2-none.c authfd.c authfile.c]
157    [cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c clientloop.c]
158    [dh.c dns.c entropy.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c]
159    [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c loginrec.c mac.c]
160    [md5crypt.c monitor.c monitor_wrap.c readconf.c rsa.c]
161    [scard-opensc.c scard.c session.c ssh-add.c ssh-agent.c ssh-dss.c]
162    [ssh-keygen.c ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c]
163    [sshconnect1.c sshconnect2.c sshd.c]
164    [openbsd-compat/bsd-cray.c openbsd-compat/port-aix.c]
165    [openbsd-compat/port-linux.c openbsd-compat/port-solaris.c]
166    [openbsd-compat/port-uw.c]
167    Lots of headers for SCO OSR6, mainly adding stdarg.h for log.h;
168    compile problems reported by rac AT tenzing.org
169  - (djm) [includes.h monitor.c openbsd-compat/bindresvport.c]
170    [openbsd-compat/rresvport.c] Some more headers: netinet/in.h 
171    sys/socket.h and unistd.h in various places
172  - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Fix implict declaration
173    warnings for binary_open and binary_close.  Patch from Corinna Vinschen.
174  - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] Explicitly
175    test for GLOB_NOMATCH and use our glob functions if it's not found.
176    Stops sftp from segfaulting when attempting to get a nonexistent file on
177    Cygwin (previous versions of OpenSSH didn't use the native glob). Partly
178    from and tested by Corinna Vinschen.
179  - (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec]  Crank
180    versions.
181
182 20060831
183  - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]
184    [platform.c platform.h sshd.c openbsd-compat/Makefile.in]
185    [openbsd-compat/openbsd-compat.h openbsd-compat/port-solaris.c]
186    [openbsd-compat/port-solaris.h] Add support for Solaris process
187    contracts, enabled with --use-solaris-contracts. Patch from Chad
188    Mynhier, tweaked by dtucker@ and myself; ok dtucker@
189  - (dtucker) [contrib/cygwin/ssh-host-config] Add SeTcbPrivilege privilege
190    while setting up the ssh service account.  Patch from Corinna Vinschen.
191
192 20060830
193  - (djm) OpenBSD CVS Sync
194    - dtucker@cvs.openbsd.org 2006/08/21 08:14:01
195      [sshd_config.5]
196      Document HostbasedUsesNameFromPacketOnly.  Corrections from jmc@,
197      ok jmc@ djm@
198    - dtucker@cvs.openbsd.org 2006/08/21 08:15:57
199      [sshd.8]
200      Add more detail about what permissions are and aren't accepted for
201      authorized_keys files.  Corrections jmc@, ok djm@, "looks good" jmc@
202    - djm@cvs.openbsd.org 2006/08/29 10:40:19
203      [channels.c session.c]
204      normalise some inconsistent (but harmless) NULL pointer checks
205      spotted by the Stanford SATURN tool, via Isil Dillig;
206      ok markus@ deraadt@
207    - dtucker@cvs.openbsd.org 2006/08/29 12:02:30
208      [gss-genr.c]
209      Work around a problem in Heimdal that occurs when KRB5CCNAME file is
210      missing, by checking whether or not kerberos allocated us a context
211      before attempting to free it.  Patch from Simon Wilkinson, tested by
212      biorn@, ok djm@
213    - dtucker@cvs.openbsd.org 2006/08/30 00:06:51
214      [sshconnect2.c]
215      Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL
216      where previously it weren't.  bz #1221, found by Dean Kopesky, ok djm@
217    - djm@cvs.openbsd.org 2006/08/30 00:14:37
218      [version.h]
219      crank to 4.4
220  - (djm) [openbsd-compat/xcrypt.c] needs unistd.h
221  - (dtucker) [auth.c openbsd-compat/port-aix.c] Bug #1207: always call
222    loginsuccess on AIX immediately after authentication to clear the failed
223    login count.  Previously this would only happen when an interactive
224    session starts (ie when a pty is allocated) but this means that accounts
225    that have primarily non-interactive sessions (eg scp's) may gradually
226    accumulate enough failures to lock out an account.  This change may have
227    a side effect of creating two audit records, one with a tty of "ssh"
228    corresponding to the authentication and one with the allocated pty per
229    interactive session.
230
231 20060824
232  - (dtucker) [openbsd-compat/basename.c] Include errno.h.
233  - (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on
234    older systems.
235  - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2)
236    on POSIX systems.
237  - (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2).
238  - (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc.
239  - (dtucker) [openbsd-compat/xmmap.c] Move #define HAVE_MMAP to prevent
240    unused variable warning when we have a broken or missing mmap(2).
241
242 20060822
243  - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
244    Makefile.  Patch from santhi.amirta at gmail, ok djm.
245
246 20060820
247  - (dtucker) [log.c] Move ifdef to prevent unused variable warning.
248  - (dtucker) [configure.ac] Save $LIBS during PAM library tests and restore
249    afterward.  Removes the need to mangle $LIBS later to remove -lpam and -ldl.
250  - (dtucker) [configure.ac] Relocate --with-pam parts in preparation for
251    fixing bug #1181.  No changes yet.
252  - (dtucker) [configure.ac] Bug #1181: Explicitly test to see if OpenSSL
253    (0.9.8a and presumably newer) requires -ldl to successfully link.
254  - (dtucker) [configure.ac] Remove errant "-".
255
256 20060819
257  - (djm) OpenBSD CVS Sync
258    - djm@cvs.openbsd.org 2006/08/18 22:41:29
259      [gss-genr.c]
260      GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk
261  - (dtucker) [openbsd-compat/regress/Makefile.in] Add $(EXEEXT) and add a
262    single rule for the test progs.
263
264 20060818
265  - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
266    closefrom.c from sudo.
267  - (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
268  - (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.
269  - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
270    test progs instead; they work better than what we have.
271  - (djm) OpenBSD CVS Sync
272    - stevesk@cvs.openbsd.org 2006/08/06 01:13:32
273      [compress.c monitor.c monitor_wrap.c]
274      "zlib.h" can be <zlib.h>; ok djm@ markus@
275    - miod@cvs.openbsd.org 2006/08/12 20:46:46
276      [monitor.c monitor_wrap.c]
277      Revert previous include file ordering change, for ssh to compile under
278      gcc2 (or until openssl include files are cleaned of parameter names
279      in function prototypes)
280    - dtucker@cvs.openbsd.org 2006/08/14 12:40:25
281      [servconf.c servconf.h sshd_config.5]
282      Add ability to match groups to Match keyword in sshd_config.  Feedback
283      djm@, stevesk@, ok stevesk@.
284    - djm@cvs.openbsd.org 2006/08/16 11:47:15
285      [sshd.c]
286      factor inetd connection, TCP listen and main TCP accept loop out of
287      main() into separate functions to improve readability; ok markus@
288    - deraadt@cvs.openbsd.org 2006/08/18 09:13:26
289      [log.c log.h sshd.c]
290      make signal handler termination path shorter; risky code pointed out by
291      mark dowd; ok djm markus
292    - markus@cvs.openbsd.org 2006/08/18 09:15:20
293      [auth.h session.c sshd.c]
294      delay authentication related cleanups until we're authenticated and
295      all alarms have been cancelled; ok deraadt
296    - djm@cvs.openbsd.org 2006/08/18 10:27:16
297      [misc.h]
298      reorder so prototypes are sorted by the files they refer to; no
299      binary change
300    - djm@cvs.openbsd.org 2006/08/18 13:54:54
301      [gss-genr.c ssh-gss.h sshconnect2.c]
302      bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk
303      ok markus@
304    - djm@cvs.openbsd.org 2006/08/18 14:40:34
305      [gss-genr.c ssh-gss.h]
306      constify host argument to match the rest of the GSSAPI functions and
307      unbreak compilation with -Werror
308  - (djm) Disable sigdie() for platforms that cannot safely syslog inside
309    a signal handler (basically all of them, excepting OpenBSD);
310    ok dtucker@
311
312 20060817
313  - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
314    Include stdlib.h for malloc and friends.
315  - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Use F_CLOSEM fcntl
316    for closefrom() on AIX.  Pointed out by William Ahern.
317  - (dtucker) [openbsd-compat/regress/{Makefile.in,closefromtest.c}] Regress
318    test for closefrom() in compat code.
319
320 20060816
321  - (djm) [audit-bsm.c] Sprinkle in some headers
322
323 20060815
324  - (dtucker) [LICENCE] Add Reyk to the list for the compat dir.
325
326 20060806
327  - (djm) [openbsd-compat/bsd-getpeereid.c] Add some headers to quiet warnings
328    on Solaris 10
329
330 20060806
331  - (dtucker) [defines.h] With the includes.h changes we no longer get the
332    name clash on "YES" so we can remove the workaround for it.
333  - (dtucker) [openbsd-compat/{bsd-asprintf.c,bsd-openpty.c,bsd-snprintf.c,
334    glob.c}] Include stdlib.h for malloc and friends in compat code.
335
336 20060805
337  - (djm) OpenBSD CVS Sync
338    - stevesk@cvs.openbsd.org 2006/07/24 13:58:22
339      [sshconnect.c]
340      disable tunnel forwarding when no strict host key checking
341      and key changed; ok djm@ markus@ dtucker@
342    - stevesk@cvs.openbsd.org 2006/07/25 02:01:34
343      [scard.c]
344      need #include <string.h>
345    - stevesk@cvs.openbsd.org 2006/07/25 02:59:21
346      [channels.c clientloop.c packet.c scp.c serverloop.c sftp-client.c]
347      [sftp-server.c ssh-agent.c ssh-keyscan.c sshconnect.c sshd.c]
348      move #include <sys/time.h> out of includes.h
349    - stevesk@cvs.openbsd.org 2006/07/26 02:35:17
350      [atomicio.c auth.c dh.c authfile.c buffer.c clientloop.c kex.c]
351      [groupaccess.c gss-genr.c kexgexs.c misc.c monitor.c monitor_mm.c]
352      [packet.c scp.c serverloop.c session.c sftp-client.c sftp-common.c]
353      [sftp-server.c sftp.c ssh-add.c ssh-agent.c ssh-keygen.c sshlogin.c]
354      [uidswap.c xmalloc.c]
355      move #include <sys/param.h> out of includes.h
356    - stevesk@cvs.openbsd.org 2006/07/26 13:57:17
357      [authfd.c authfile.c dh.c canohost.c channels.c clientloop.c compat.c]
358      [hostfile.c kex.c log.c misc.c moduli.c monitor.c packet.c readpass.c]
359      [scp.c servconf.c session.c sftp-server.c sftp.c ssh-add.c ssh-agent.c]
360      [ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c sshconnect.c]
361      [sshconnect1.c sshd.c xmalloc.c]
362      move #include <stdlib.h> out of includes.h
363    - jmc@cvs.openbsd.org 2006/07/27 08:00:50
364      [ssh_config.5]
365      avoid confusing wording in HashKnownHosts:
366      originally spotted by alan amesbury;
367      ok deraadt
368    - jmc@cvs.openbsd.org 2006/07/27 08:00:50
369      [ssh_config.5]
370      avoid confusing wording in HashKnownHosts:
371      originally spotted by alan amesbury;
372      ok deraadt
373    - dtucker@cvs.openbsd.org 2006/08/01 11:34:36
374      [sshconnect.c]
375      Allow fallback to known_hosts entries without port qualifiers for
376      non-standard ports too, so that all existing known_hosts entries will be
377      recognised.  Requested by, feedback and ok markus@
378    - stevesk@cvs.openbsd.org 2006/08/01 23:22:48
379      [auth-passwd.c auth-rhosts.c auth-rsa.c auth.c auth.h auth1.c]
380      [auth2-chall.c auth2-pubkey.c authfile.c buffer.c canohost.c]
381      [channels.c clientloop.c dh.c dns.c dns.h hostfile.c kex.c kexdhc.c]
382      [kexgexc.c kexgexs.c key.c key.h log.c misc.c misc.h moduli.c]
383      [monitor_wrap.c packet.c progressmeter.c readconf.c readpass.c scp.c]
384      [servconf.c session.c sftp-client.c sftp-common.c sftp-server.c sftp.c]
385      [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh.c sshconnect.c]
386      [sshconnect1.c sshconnect2.c sshd.c sshlogin.c sshtty.c uuencode.c]
387      [uuencode.h xmalloc.c]
388      move #include <stdio.h> out of includes.h
389    - stevesk@cvs.openbsd.org 2006/08/01 23:36:12
390      [authfile.c channels.c progressmeter.c scard.c servconf.c ssh.c]
391      clean extra spaces
392    - deraadt@cvs.openbsd.org 2006/08/03 03:34:42
393      [OVERVIEW atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c]
394      [auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
395      [auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c]
396      [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c ]
397      [auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c bufaux.c bufbn.c]
398      [buffer.c buffer.h canohost.c channels.c channels.h cipher-3des1.c]
399      [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c]
400      [compress.c deattack.c dh.c dispatch.c dns.c dns.h fatal.c groupaccess.c]
401      [groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c]
402      [kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c]
403      [key.h log.c log.h mac.c match.c md-sha256.c misc.c misc.h moduli.c]
404      [monitor.c monitor_fdpass.c monitor_mm.c monitor_mm.h monitor_wrap.c]
405      [monitor_wrap.h msg.c nchan.c packet.c progressmeter.c readconf.c]
406      [readconf.h readpass.c rsa.c scard.c scard.h scp.c servconf.c servconf.h]
407      [serverloop.c session.c session.h sftp-client.c sftp-common.c]
408      [sftp-common.h sftp-glob.c sftp-server.c sftp.c ssh-add.c ssh-agent.c]
409      [ssh-dss.c ssh-gss.h ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rsa.c]
410      [ssh.c ssh.h sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c]
411      [sshd.c sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c]
412      [uidswap.c uidswap.h uuencode.c uuencode.h xmalloc.c xmalloc.h]
413      [loginrec.c loginrec.h openbsd-compat/port-aix.c openbsd-compat/port-tun.h]
414      almost entirely get rid of the culture of ".h files that include .h files"
415      ok djm, sort of ok stevesk
416      makes the pain stop in one easy step
417      NB. portable commit contains everything *except* removing includes.h, as
418      that will take a fair bit more work as we move headers that are required
419      for portability workarounds to defines.h. (also, this step wasn't "easy")
420    - stevesk@cvs.openbsd.org 2006/08/04 20:46:05
421      [monitor.c session.c ssh-agent.c]
422      spaces
423  - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
424  - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
425    remove last traces of bufaux.h - it was merged into buffer.h in the big
426    includes.h commit
427  - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec
428  - (djm) [openbsd-compat/regress/snprintftest.c]
429    [openbsd-compat/regress/strduptest.c] Add missing includes so they pass
430    compilation with "-Wall -Werror"
431  - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
432    [openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
433    includes for Linux in
434  - (dtucker) [cleanup.c] Need defines.h for __dead.
435  - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
436  - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
437    #include stdarg.h, needed for log.h.
438  - (dtucker) [entropy.c] Needs unistd.h too.
439  - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
440  - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc.
441  - (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
442    otherwise it is implicitly declared as returning an int.
443  - (dtucker) OpenBSD CVS Sync
444    - dtucker@cvs.openbsd.org 2006/08/05 07:52:52
445      [auth2-none.c sshd.c monitor_wrap.c]
446      Add headers required to build with KERBEROS5=no.  ok djm@
447    - dtucker@cvs.openbsd.org 2006/08/05 08:00:33
448      [auth-skey.c]
449      Add headers required to build with -DSKEY.  ok djm@
450    - dtucker@cvs.openbsd.org 2006/08/05 08:28:24
451      [monitor_wrap.c auth-skey.c auth2-chall.c]
452      Zap unused variables in -DSKEY code.  ok djm@
453    - dtucker@cvs.openbsd.org 2006/08/05 08:34:04
454      [packet.c]
455      Typo in comment
456  - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
457    on Cygwin.
458  - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
459  - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
460  - (dtucker) [audit.c audit.h] Repair headers.
461  - (dtucker) [audit-bsm.c] Add additional headers now required.
462
463 20060804
464  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
465    versions of Solaris, so use AC_LINK_IFELSE to actually link the test program
466    rather than just compiling it.  Spotted by dlg@.
467
468 20060802
469  - (dtucker) [openbsd-compat/daemon.c] Add unistd.h for fork() prototype.
470
471 20060725
472  - (dtucker) [openbsd-compat/xmmap.c] Need fcntl.h for O_RDRW.
473
474 20060724
475  - (djm) OpenBSD CVS Sync
476    - jmc@cvs.openbsd.org 2006/07/12 13:39:55
477      [sshd_config.5]
478       - new sentence, new line
479       - s/The the/The/
480       - kill a bad comma
481    - stevesk@cvs.openbsd.org 2006/07/12 22:28:52
482      [auth-options.c canohost.c channels.c includes.h readconf.c]
483      [servconf.c ssh-keyscan.c ssh.c sshconnect.c sshd.c]
484      move #include <netdb.h> out of includes.h; ok djm@
485    - stevesk@cvs.openbsd.org 2006/07/12 22:42:32
486      [includes.h ssh.c ssh-rand-helper.c]
487      move #include <stddef.h> out of includes.h
488    - stevesk@cvs.openbsd.org 2006/07/14 01:15:28
489      [monitor_wrap.h]
490      don't need incompletely-typed 'struct passwd' now with
491      #include <pwd.h>; ok markus@
492    - stevesk@cvs.openbsd.org 2006/07/17 01:31:10
493      [authfd.c authfile.c channels.c cleanup.c clientloop.c groupaccess.c]
494      [includes.h log.c misc.c msg.c packet.c progressmeter.c readconf.c]
495      [readpass.c scp.c servconf.c sftp-client.c sftp-server.c sftp.c]
496      [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c]
497      [sshconnect.c sshlogin.c sshpty.c uidswap.c]
498      move #include <unistd.h> out of includes.h
499    - dtucker@cvs.openbsd.org 2006/07/17 12:02:24
500      [auth-options.c]
501      Use '\0' rather than 0 to terminates strings; ok djm@
502    - dtucker@cvs.openbsd.org 2006/07/17 12:06:00
503      [channels.c channels.h servconf.c sshd_config.5]
504      Add PermitOpen directive to sshd_config which is equivalent to the
505      "permitopen" key option.  Allows server admin to allow TCP port
506      forwarding only two specific host/port pairs.  Useful when combined
507      with Match.
508      If permitopen is used in both sshd_config and a key option, both
509      must allow a given connection before it will be permitted.
510      Note that users can still use external forwarders such as netcat,
511      so to be those must be controlled too for the limits to be effective.
512      Feedback & ok djm@, man page corrections & ok jmc@.
513    - jmc@cvs.openbsd.org 2006/07/18 07:50:40
514      [sshd_config.5]
515      tweak; ok dtucker
516    - jmc@cvs.openbsd.org 2006/07/18 07:56:28
517      [scp.1]
518      replace DIAGNOSTICS with .Ex;
519    - jmc@cvs.openbsd.org 2006/07/18 08:03:09
520      [ssh-agent.1 sshd_config.5]
521      mark up angle brackets;
522    - dtucker@cvs.openbsd.org 2006/07/18 08:22:23
523      [sshd_config.5]
524      Clarify description of Match, with minor correction from jmc@
525    - stevesk@cvs.openbsd.org 2006/07/18 22:27:55
526      [dh.c]
527      remove unneeded includes; ok djm@
528    - dtucker@cvs.openbsd.org 2006/07/19 08:56:41
529      [servconf.c sshd_config.5]
530      Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost to
531      Match.  ok djm@
532    - dtucker@cvs.openbsd.org 2006/07/19 13:07:10
533      [servconf.c servconf.h session.c sshd.8 sshd_config sshd_config.5]
534      Add ForceCommand keyword to sshd_config, equivalent to the "command="
535      key option, man page entry and example in sshd_config.
536      Feedback & ok djm@, man page corrections & ok jmc@
537    - stevesk@cvs.openbsd.org 2006/07/20 15:26:15
538      [auth1.c serverloop.c session.c sshconnect2.c]
539      missed some needed #include <unistd.h> when KERBEROS5=no; issue from
540      massimo@cedoc.mo.it
541    - dtucker@cvs.openbsd.org 2006/07/21 12:43:36
542      [channels.c channels.h servconf.c servconf.h sshd_config.5]
543      Make PermitOpen take a list of permitted ports and act more like most
544      other keywords (ie the first match is the effective setting). This
545      also makes it easier to override a previously set PermitOpen. ok djm@
546    - stevesk@cvs.openbsd.org 2006/07/21 21:13:30
547      [channels.c]
548      more ARGSUSED (lint) for dispatch table-driven functions; ok djm@
549    - stevesk@cvs.openbsd.org 2006/07/21 21:26:55
550      [progressmeter.c]
551      ARGSUSED for signal handler
552    - stevesk@cvs.openbsd.org 2006/07/22 19:08:54
553      [includes.h moduli.c progressmeter.c scp.c sftp-common.c]
554      [sftp-server.c ssh-agent.c sshlogin.c]
555      move #include <time.h> out of includes.h
556    - stevesk@cvs.openbsd.org 2006/07/22 20:48:23
557      [atomicio.c auth-options.c auth-passwd.c auth-rhosts.c auth-rsa.c]
558      [auth.c auth1.c auth2-chall.c auth2-hostbased.c auth2-passwd.c auth2.c]
559      [authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c]
560      [cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c clientloop.c]
561      [compat.c deattack.c dh.c dns.c gss-genr.c gss-serv.c hostfile.c]
562      [includes.h kex.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c log.c]
563      [mac.c match.c md-sha256.c misc.c moduli.c monitor.c monitor_fdpass.c]
564      [monitor_mm.c monitor_wrap.c msg.c nchan.c packet.c rsa.c]
565      [progressmeter.c readconf.c readpass.c scp.c servconf.c serverloop.c]
566      [session.c sftp-client.c sftp-common.c sftp-glob.c sftp-server.c sftp.c]
567      [ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c]
568      [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c sshconnect2.c]
569      [sshd.c sshlogin.c sshpty.c ttymodes.c uidswap.c xmalloc.c]
570      move #include <string.h> out of includes.h
571    - stevesk@cvs.openbsd.org 2006/07/23 01:11:05
572      [auth.h dispatch.c kex.h sftp-client.c]
573      #include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
574      move
575  - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
576    [canohost.c channels.c cipher-acss.c defines.h dns.c gss-genr.c]
577    [gss-serv-krb5.c gss-serv.c log.h loginrec.c logintest.c readconf.c]
578    [servconf.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c]
579    [ssh.c sshconnect.c sshd.c openbsd-compat/bindresvport.c]
580    [openbsd-compat/bsd-arc4random.c openbsd-compat/bsd-misc.c]
581    [openbsd-compat/getrrsetbyname.c openbsd-compat/glob.c]
582    [openbsd-compat/mktemp.c openbsd-compat/port-linux.c]
583    [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c]
584    [openbsd-compat/setproctitle.c openbsd-compat/xmmap.c]
585    make the portable tree compile again - sprinkle unistd.h and string.h 
586    back in. Don't redefine __unused, as it turned out to be used in
587    headers on Linux, and replace its use in auth-pam.c with ARGSUSED
588  - (djm) [openbsd-compat/glob.c]
589    Move get_arg_max() into the ifdef HAVE_GLOB block so that it compiles
590    on OpenBSD (or other platforms with a decent glob implementation) with
591    -Werror
592  - (djm) [uuencode.c]
593    Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on
594    some platforms
595  - (djm) [session.c]
596    fix compile error with -Werror -Wall: 'path' is only used in
597    do_setup_env() if HAVE_LOGIN_CAP is not defined
598  - (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]
599    [openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c]
600    [openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c]
601    [openbsd-compat/port-aix.c openbsd-compat/port-irix.c]
602    [openbsd-compat/rresvport.c]
603    These look to need string.h and/or unistd.h (based on a grep for function
604    names)
605  - (djm) [Makefile.in]
606    Remove generated openbsd-compat/regress/Makefile in distclean target
607  - (djm) [regress/Makefile regress/agent-getpeereid.sh regress/cfgmatch.sh]
608    [regress/cipher-speed.sh regress/forcecommand.sh regress/forwarding.sh]
609    Sync regress tests to -current; include dtucker@'s new cfgmatch and 
610    forcecommand tests. Add cipher-speed.sh test (not linked in yet)
611  - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including
612    system headers before defines.h will cause conflicting definitions.
613  - (dtucker) [regress/forcecommand.sh] Portablize.
614
615 20060713
616  - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
617
618 20060712
619  - (dtucker) [configure.ac defines.h] Only define SHUT_RD (and friends) and
620    O_NONBLOCK if they're really needed.  Fixes build errors on HP-UX, old
621    Linuxes and probably more.
622  - (dtucker) [configure.ac] OpenBSD needs <sys/types.h> before <sys/socket.h>
623    for SHUT_RD.
624  - (dtucker) [openbsd-compat/port-tun.c] OpenBSD needs <netinet/in.h> before
625    <netinet/ip.h>.
626  - (dtucker) OpenBSD CVS Sync
627    - stevesk@cvs.openbsd.org 2006/07/10 16:01:57
628      [sftp-glob.c sftp-common.h sftp.c]
629      buffer.h only needed in sftp-common.h and remove some unneeded
630      user includes; ok djm@
631    - jmc@cvs.openbsd.org 2006/07/10 16:04:21
632      [sshd.8]
633      s/and and/and/
634    - stevesk@cvs.openbsd.org 2006/07/10 16:37:36
635      [readpass.c log.h scp.c fatal.c xmalloc.c includes.h ssh-keyscan.c misc.c
636      auth.c packet.c log.c]
637      move #include <stdarg.h> out of includes.h; ok markus@
638    - dtucker@cvs.openbsd.org 2006/07/11 10:12:07
639      [ssh.c]
640      Only copy the part of environment variable that we actually use.  Prevents
641      ssh bailing when SendEnv is used and an environment variable with a really
642      long value exists.  ok djm@
643    - markus@cvs.openbsd.org 2006/07/11 18:50:48
644      [clientloop.c ssh.1 ssh.c channels.c ssh_config.5 readconf.h session.c
645      channels.h readconf.c]
646      add ExitOnForwardFailure: terminate the connection if ssh(1)
647      cannot set up all requested dynamic, local, and remote port
648      forwardings. ok djm, dtucker, stevesk, jmc
649    - stevesk@cvs.openbsd.org 2006/07/11 20:07:25
650      [scp.c auth.c monitor.c serverloop.c sftp-server.c sshpty.c readpass.c
651      sshd.c monitor_wrap.c monitor_fdpass.c ssh-agent.c ttymodes.c atomicio.c
652      includes.h session.c sshlogin.c monitor_mm.c packet.c sshconnect2.c
653      sftp-client.c nchan.c clientloop.c sftp.c misc.c canohost.c channels.c
654      ssh-keygen.c progressmeter.c uidswap.c msg.c readconf.c sshconnect.c]
655      move #include <errno.h> out of includes.h; ok markus@
656    - stevesk@cvs.openbsd.org 2006/07/11 20:16:43
657      [ssh.c]
658      cast asterisk field precision argument to int to remove warning;
659      ok markus@
660    - stevesk@cvs.openbsd.org 2006/07/11 20:27:56
661      [authfile.c ssh.c]
662      need <errno.h> here also (it's also included in <openssl/err.h>)
663    - dtucker@cvs.openbsd.org 2006/07/12 11:34:58
664      [sshd.c servconf.h servconf.c sshd_config.5 auth.c]
665      Add support for conditional directives to sshd_config via a "Match"
666      keyword, which works similarly to the "Host" directive in ssh_config.
667      Lines after a Match line override the default set in the main section
668      if the condition on the Match line is true, eg
669      AllowTcpForwarding yes
670      Match User anoncvs
671              AllowTcpForwarding no
672      will allow port forwarding by all users except "anoncvs".
673      Currently only a very small subset of directives are supported.
674      ok djm@
675  - (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.c
676    openbsd-compat/glob.c openbsd-compat/mktemp.c openbsd-compat/port-tun.c
677    openbsd-compat/readpassphrase.c openbsd-compat/strtonum.c] Include <errno.h>.
678  - (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.
679  - (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
680  - (dtucker) [openbsd-compat/openbsd-compat.h] v*printf needs stdarg.h.
681  - (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.c
682    openbsd-compat/rresvport.c] More errno.h.
683
684 20060711
685  - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
686    openbsd-compat/daemon.c] Add includes needed by open(2).  Conditionally
687    include paths.h.  Fixes build error on Solaris.
688  - (dtucker) [entropy.c] More fcntl.h, this time on AIX (and probably
689    others).
690
691 20060710
692  - (dtucker) [INSTALL] New autoconf version: 2.60.
693  - OpenBSD CVS Sync
694    - djm@cvs.openbsd.org 2006/06/14 10:50:42
695      [sshconnect.c]
696      limit the number of pre-banner characters we will accept; ok markus@
697    - djm@cvs.openbsd.org 2006/06/26 10:36:15
698      [clientloop.c]
699      mention optional bind_address in runtime port forwarding setup
700      command-line help. patch from santhi.amirta AT gmail.com
701    - stevesk@cvs.openbsd.org 2006/07/02 17:12:58
702      [ssh.1 ssh.c ssh_config.5 sshd_config.5]
703      more details and clarity for tun(4) device forwarding; ok and help
704      jmc@
705    - stevesk@cvs.openbsd.org 2006/07/02 18:36:47
706      [gss-serv-krb5.c gss-serv.c]
707      no "servconf.h" needed here
708      (gss-serv-krb5.c change not applied, portable needs the server options)
709    - stevesk@cvs.openbsd.org 2006/07/02 22:45:59
710      [groupaccess.c groupaccess.h includes.h session.c sftp-common.c sshpty.c]
711      move #include <grp.h> out of includes.h
712      (portable needed uidswap.c too)
713    - stevesk@cvs.openbsd.org 2006/07/02 23:01:55
714      [clientloop.c ssh.1]
715      use -KR[bind_address:]port here; ok djm@
716    - stevesk@cvs.openbsd.org 2006/07/03 08:54:20
717      [includes.h ssh.c sshconnect.c sshd.c]
718      move #include "version.h" out of includes.h; ok markus@
719    - stevesk@cvs.openbsd.org 2006/07/03 17:59:32
720      [channels.c includes.h]
721      move #include <arpa/inet.h> out of includes.h; old ok djm@
722      (portable needed session.c too)
723    - stevesk@cvs.openbsd.org 2006/07/05 02:42:09
724      [canohost.c hostfile.c includes.h misc.c packet.c readconf.c]
725      [serverloop.c sshconnect.c uuencode.c]
726      move #include <netinet/in.h> out of includes.h; ok deraadt@
727      (also ssh-rand-helper.c logintest.c loginrec.c)
728    - djm@cvs.openbsd.org 2006/07/06 10:47:05
729      [servconf.c servconf.h session.c sshd_config.5]
730      support arguments to Subsystem commands; ok markus@
731    - djm@cvs.openbsd.org 2006/07/06 10:47:57
732      [sftp-server.8 sftp-server.c]
733      add commandline options to enable logging of transactions; ok markus@
734    - stevesk@cvs.openbsd.org 2006/07/06 16:03:53
735      [auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c]
736      [auth-rhosts.c auth-rsa.c auth.c auth.h auth2-hostbased.c]
737      [auth2-pubkey.c auth2.c includes.h misc.c misc.h monitor.c]
738      [monitor_wrap.c monitor_wrap.h scp.c serverloop.c session.c]
739      [session.h sftp-common.c ssh-add.c ssh-keygen.c ssh-keysign.c]
740      [ssh.c sshconnect.c sshconnect.h sshd.c sshpty.c sshpty.h uidswap.c]
741      [uidswap.h]
742      move #include <pwd.h> out of includes.h; ok markus@
743    - stevesk@cvs.openbsd.org 2006/07/06 16:22:39
744      [ssh-keygen.c]
745      move #include "dns.h" up
746    - stevesk@cvs.openbsd.org 2006/07/06 17:36:37
747      [monitor_wrap.h]
748      typo in comment
749    - stevesk@cvs.openbsd.org 2006/07/08 21:47:12
750      [authfd.c canohost.c clientloop.c dns.c dns.h includes.h]
751      [monitor_fdpass.c nchan.c packet.c servconf.c sftp.c ssh-agent.c]
752      [ssh-keyscan.c ssh.c sshconnect.h sshd.c sshlogin.h]
753      move #include <sys/socket.h> out of includes.h
754    - stevesk@cvs.openbsd.org 2006/07/08 21:48:53
755      [monitor.c session.c]
756      missed these from last commit:
757      move #include <sys/socket.h> out of includes.h
758    - stevesk@cvs.openbsd.org 2006/07/08 23:30:06
759      [log.c]
760      move user includes after /usr/include files
761    - stevesk@cvs.openbsd.org 2006/07/09 15:15:11
762      [auth2-none.c authfd.c authfile.c includes.h misc.c monitor.c]
763      [readpass.c scp.c serverloop.c sftp-client.c sftp-server.c]
764      [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c]
765      [sshlogin.c sshpty.c]
766      move #include <fcntl.h> out of includes.h
767    - stevesk@cvs.openbsd.org 2006/07/09 15:27:59
768      [ssh-add.c]
769      use O_RDONLY vs. 0 in open(); no binary change
770    - djm@cvs.openbsd.org 2006/07/10 11:24:54
771      [sftp-server.c]
772      remove optind - it isn't used here
773    - djm@cvs.openbsd.org 2006/07/10 11:25:53
774      [sftp-server.c]
775      don't log variables that aren't yet set
776  - (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c]
777    [openbsd-compat/mktemp.c openbsd-compat/openbsd-compat.h]
778    [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c]
779    [openbsd-compat/xcrypt.c] Fix includes.h fallout, mainly fcntl.h
780  - OpenBSD CVS Sync
781    - djm@cvs.openbsd.org 2006/07/10 12:03:20
782      [scp.c]
783      duplicate argv at the start of main() because it gets modified later;
784      pointed out by deraadt@ ok markus@
785    - djm@cvs.openbsd.org 2006/07/10 12:08:08
786      [channels.c]
787      fix misparsing of SOCKS 5 packets that could result in a crash;
788      reported by mk@ ok markus@
789    - dtucker@cvs.openbsd.org 2006/07/10 12:46:51
790      [misc.c misc.h sshd.8 sshconnect.c]
791      Add port identifier to known_hosts for non-default ports, based originally
792      on a patch from Devin Nate in bz#910.
793      For any connection using the default port or using a HostKeyAlias the
794      format is unchanged, otherwise the host name or address is enclosed
795      within square brackets in the same format as sshd's ListenAddress.
796      Tested by many, ok markus@.
797  - (dtucker) [openbsd-compat/openbsd-compat.h] Need to include <sys/socket.h>
798    for struct sockaddr on platforms that use the fake-rfc stuff.
799
800 20060706
801  - (dtucker) [configure.ac] Try AIX blibpath test in different order when
802    compiling with gcc.  gcc 4.1.x will accept (but ignore) -b flags so
803    configure would not select the correct libpath linker flags.
804  - (dtucker) [INSTALL] A bit more info on autoconf.
805
806 20060705
807  - (dtucker) [ssh-rand-helper.c] Don't exit if mkdir fails because the
808    target already exists.
809
810 20060630
811  - (dtucker) [openbsd-compat/openbsd-compat.h] SNPRINTF_CONST for snprintf
812    declaration too.  Patch from russ at sludge.net.
813  - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it,
814    prevents warnings on platforms where _res is in the system headers.
815  - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which
816    version.
817
818 20060627
819  - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
820    with autoconf 2.60.  Patch from vapier at gentoo.org.
821
822 20060625
823  - (dtucker) [channels.c serverloop.c] Apply the bug #1102 workaround to ptys
824    only, otherwise sshd can hang exiting non-interactive sessions.
825
826 20060624
827  - (dtucker) [configure.ac] Bug #1193: Define PASSWD_NEEDS_USERNAME on Solaris.
828    Works around limitation in Solaris' passwd program for changing passwords
829    where the username is longer than 8 characters.  ok djm@
830  - (dtucker) [serverloop.c] Get ifdef/ifndef the right way around for the bug
831    #1102 workaround.
832
833 20060623
834  - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add
835    tunnel support for Mac OS X/Darwin via a third-party tun driver.  Patch
836    from reyk@, tested by anil@
837  - (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIX
838    4.3.3 ML3 or so, the AIX pty layer starting passing zero-length writes
839    on the pty slave as zero-length reads on the pty master, which sshd
840    interprets as the descriptor closing.  Since most things don't do zero
841    length writes this rarely matters, but occasionally it happens, and when
842    it does the SSH pty session appears to hang, so we add a special case for
843    this condition.  ok djm@
844
845 20060613
846  - (djm) [getput.h] This file has been replaced by functions in misc.c
847  - OpenBSD CVS Sync
848    - djm@cvs.openbsd.org 2006/05/08 10:49:48
849      [sshconnect2.c]
850      uint32_t -> u_int32_t (which we use everywhere else)
851      (Id sync only - portable already had this)
852    - markus@cvs.openbsd.org 2006/05/16 09:00:00
853      [clientloop.c]
854      missing free; from Kylene Hall
855    - markus@cvs.openbsd.org 2006/05/17 12:43:34
856      [scp.c sftp.c ssh-agent.c ssh-keygen.c sshconnect.c]
857      fix leak; coverity via Kylene Jo Hall
858    - miod@cvs.openbsd.org 2006/05/18 21:27:25
859      [kexdhc.c kexgexc.c]
860      paramter -> parameter
861    - dtucker@cvs.openbsd.org 2006/05/29 12:54:08
862      [ssh_config.5]
863      Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
864    - dtucker@cvs.openbsd.org 2006/05/29 12:56:33
865      [ssh_config]
866      Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in
867      sample ssh_config.  ok markus@
868    - jmc@cvs.openbsd.org 2006/05/29 16:10:03
869      [ssh_config.5]
870      oops - previous was too long; split the list of auths up
871    - mk@cvs.openbsd.org 2006/05/30 11:46:38
872      [ssh-add.c]
873      Sync usage() with man page and reality.
874      ok deraadt dtucker
875    - jmc@cvs.openbsd.org 2006/05/29 16:13:23
876      [ssh.1]
877      add GSSAPI to the list of authentication methods supported;
878    - mk@cvs.openbsd.org 2006/05/30 11:46:38
879      [ssh-add.c]
880      Sync usage() with man page and reality.
881      ok deraadt dtucker
882    - markus@cvs.openbsd.org 2006/06/01 09:21:48
883      [sshd.c]
884      call get_remote_ipaddr() early; fixes logging after client disconnects;
885      report mpf@; ok dtucker@
886    - markus@cvs.openbsd.org 2006/06/06 10:20:20
887      [readpass.c sshconnect.c sshconnect.h sshconnect2.c uidswap.c]
888      replace remaining setuid() calls with permanently_set_uid() and
889      check seteuid() return values; report Marcus Meissner; ok dtucker djm
890    - markus@cvs.openbsd.org 2006/06/08 14:45:49
891      [readpass.c sshconnect.c sshconnect2.c uidswap.c uidswap.h]
892      do not set the gid, noted by solar; ok djm
893    - djm@cvs.openbsd.org 2006/06/13 01:18:36
894      [ssh-agent.c]
895      always use a format string, even when printing a constant
896    - djm@cvs.openbsd.org 2006/06/13 02:17:07
897      [ssh-agent.c]
898      revert; i am on drugs. spotted by alexander AT beard.se
899
900 20060521
901  - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
902    and slave, we can remove the special-case handling in the audit hook in
903    auth_log.
904
905 20060517
906  - (dtucker) [ssh-rand-helper.c] Check return code of mkdir and fix file
907    pointer leak.  From kjhall at us.ibm.com, found by coverity.
908
909 20060515
910  - (dtucker) [openbsd-compat/getrrsetbyname.c] Use _compat_res instead of
911    _res, prevents problems on some platforms that have _res as a global but
912    don't have getrrsetbyname(), eg IRIX 5.3.  Found and tested by
913    georg.schwarz at freenet.de, ok djm@.
914  - (dtucker) [defines.h] Find a value for IOV_MAX or use a conservative
915    default.  Patch originally from tim@, ok djm
916  - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back and
917    do not allow kbdint again after the PAM account check fails.  ok djm@
918
919 20060506
920  - (dtucker) OpenBSD CVS Sync
921    - dtucker@cvs.openbsd.org 2006/04/25 08:02:27
922      [authfile.c authfile.h sshconnect2.c ssh.c sshconnect1.c]
923      Prevent ssh from trying to open private keys with bad permissions more than
924      once or prompting for their passphrases (which it subsequently ignores
925      anyway), similar to a previous change in ssh-add.  bz #1186, ok djm@
926    - djm@cvs.openbsd.org 2006/05/04 14:55:23
927      [dh.c]
928      tighter DH exponent checks here too; feedback and ok markus@
929    - djm@cvs.openbsd.org 2006/04/01 05:37:46
930      [OVERVIEW]
931      $OpenBSD$ in here too
932    - dtucker@cvs.openbsd.org 2006/05/06 08:35:40
933      [auth-krb5.c]
934      Add $OpenBSD$ in comment here too
935
936 20060504
937  - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
938    session.c ssh-rand-helper.c sshd.c openbsd-compat/bsd-cygwin_util.c
939    openbsd-compat/setproctitle.c] Convert malloc(foo*bar) -> calloc(foo,bar)
940    in Portable-only code; since calloc zeros, remove now-redundant memsets.
941    Also add a couple of sanity checks.  With & ok djm@
942
943 20060503
944  - (dtucker) [packet.c] Remove in_systm.h since it's also in includes.h
945    and double including it on IRIX 5.3 causes problems.  From Georg Schwarz,
946    "no objections" tim@
947
948 20060423
949  - (djm) OpenBSD CVS Sync
950    - deraadt@cvs.openbsd.org 2006/04/01 05:42:20
951      [scp.c]
952      minimal lint cleanup (unused crud, and some size_t); ok djm
953    - djm@cvs.openbsd.org 2006/04/01 05:50:29
954      [scp.c]
955      xasprintification; ok deraadt@
956    - djm@cvs.openbsd.org 2006/04/01 05:51:34
957      [atomicio.c]
958      ANSIfy; requested deraadt@
959    - dtucker@cvs.openbsd.org 2006/04/02 08:34:52
960      [ssh-keysign.c]
961      sessionid can be 32 bytes now too when sha256 kex is used; ok djm@
962    - djm@cvs.openbsd.org 2006/04/03 07:10:38
963      [gss-genr.c]
964      GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
965      by dleonard AT vintela.com. use xasprintf() to simplify code while in
966      there; "looks right" deraadt@
967    - djm@cvs.openbsd.org 2006/04/16 00:48:52
968      [buffer.c buffer.h channels.c]
969      Fix condition where we could exit with a fatal error when an input
970      buffer became too large and the remote end had advertised a big window.
971      The problem was a mismatch in the backoff math between the channels code
972      and the buffer code, so make a buffer_check_alloc() function that the
973      channels code can use to propsectivly check whether an incremental
974      allocation will succeed.  bz #1131, debugged with the assistance of
975      cove AT wildpackets.com; ok dtucker@ deraadt@
976    - djm@cvs.openbsd.org 2006/04/16 00:52:55
977      [atomicio.c atomicio.h]
978      introduce atomiciov() function that wraps readv/writev to retry
979      interrupted transfers like atomicio() does for read/write;
980      feedback deraadt@ dtucker@ stevesk@ ok deraadt@
981    - djm@cvs.openbsd.org 2006/04/16 00:54:10
982      [sftp-client.c]
983      avoid making a tiny 4-byte write to send the packet length of sftp
984      commands, which would result in a separate tiny packet on the wire by
985      using atomiciov(writev, ...) to write the length and the command in one
986      pass; ok deraadt@
987    - djm@cvs.openbsd.org 2006/04/16 07:59:00
988      [atomicio.c]
989      reorder sanity test so that it cannot dereference past the end of the
990      iov array; well spotted canacar@!
991    - dtucker@cvs.openbsd.org 2006/04/18 10:44:28
992      [bufaux.c bufbn.c Makefile.in]
993      Move Buffer bignum functions into their own file, bufbn.c. This means
994      that sftp and sftp-server (which use the Buffer functions in bufaux.c 
995      but not the bignum ones) no longer need to be linked with libcrypto.
996      ok markus@
997    - djm@cvs.openbsd.org 2006/04/20 09:27:09
998      [auth.h clientloop.c dispatch.c dispatch.h kex.h]
999      replace the last non-sig_atomic_t flag used in a signal handler with a
1000      sig_atomic_t, unfortunately with some knock-on effects in other (non-
1001      signal) contexts in which it is used; ok markus@
1002    - markus@cvs.openbsd.org 2006/04/20 09:47:59
1003      [sshconnect.c]
1004      simplify; ok djm@
1005    - djm@cvs.openbsd.org 2006/04/20 21:53:44
1006      [includes.h session.c sftp.c]
1007      Switch from using pipes to socketpairs for communication between
1008      sftp/scp and ssh, and between sshd and its subprocesses. This saves
1009      a file descriptor per session and apparently makes userland ppp over
1010      ssh work; ok markus@ deraadt@ (ID Sync only - portable makes this
1011      decision on a per-platform basis)
1012    - djm@cvs.openbsd.org 2006/04/22 04:06:51
1013      [uidswap.c]
1014      use setres[ug]id() to permanently revoke privileges; ok deraadt@
1015      (ID Sync only - portable already uses setres[ug]id() whenever possible)
1016    - stevesk@cvs.openbsd.org 2006/04/22 18:29:33
1017      [crc32.c]
1018      remove extra spaces
1019  - (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
1020    sig_atomic_t
1021
1022 20060421
1023  - (djm) [Makefile.in configure.ac session.c sshpty.c]
1024    [contrib/redhat/sshd.init openbsd-compat/Makefile.in]
1025    [openbsd-compat/openbsd-compat.h openbsd-compat/port-linux.c]
1026    [openbsd-compat/port-linux.h] Add support for SELinux, setting 
1027    the execution and TTY contexts. based on patch from Daniel Walsh,
1028    bz #880; ok dtucker@
1029
1030 20060418
1031  - (djm) [canohost.c] Reorder IP options check so that it isn't broken
1032    by mapped addresses; bz #1179 reported by markw wtech-llc.com;
1033    ok dtucker@
1034
1035 20060331
1036  - OpenBSD CVS Sync
1037    - deraadt@cvs.openbsd.org 2006/03/27 01:21:18
1038      [xmalloc.c]
1039      we can do the size & nmemb check before the integer overflow check; 
1040      evol
1041    - deraadt@cvs.openbsd.org 2006/03/27 13:03:54
1042      [dh.c]
1043      use strtonum() instead of atoi(), limit dhg size to 64k; ok djm
1044    - djm@cvs.openbsd.org 2006/03/27 23:15:46
1045      [sftp.c]
1046      always use a format string for addargs; spotted by mouring@
1047    - deraadt@cvs.openbsd.org 2006/03/28 00:12:31
1048      [README.tun ssh.c]
1049      spacing
1050    - deraadt@cvs.openbsd.org 2006/03/28 01:52:28
1051      [channels.c]
1052      do not accept unreasonable X ports numbers; ok djm
1053    - deraadt@cvs.openbsd.org 2006/03/28 01:53:43
1054      [ssh-agent.c]
1055      use strtonum() to parse the pid from the file, and range check it
1056      better; ok djm
1057    - djm@cvs.openbsd.org 2006/03/30 09:41:25
1058      [channels.c]
1059      ARGSUSED for dispatch table-driven functions
1060    - djm@cvs.openbsd.org 2006/03/30 09:58:16
1061      [authfd.c bufaux.c deattack.c gss-serv.c mac.c misc.c misc.h]
1062      [monitor_wrap.c msg.c packet.c sftp-client.c sftp-server.c ssh-agent.c]
1063      replace {GET,PUT}_XXBIT macros with functionally similar functions,
1064      silencing a heap of lint warnings. also allows them to use
1065      __bounded__ checking which can't be applied to macros; requested
1066      by and feedback from deraadt@
1067    - djm@cvs.openbsd.org 2006/03/30 10:41:25
1068      [ssh.c ssh_config.5]
1069      add percent escape chars to the IdentityFile option, bz #1159 based
1070      on a patch by imaging AT math.ualberta.ca; feedback and ok dtucker@
1071    - dtucker@cvs.openbsd.org 2006/03/30 11:05:17
1072      [ssh-keygen.c]
1073      Correctly handle truncated files while converting keys; ok djm@
1074    - dtucker@cvs.openbsd.org 2006/03/30 11:40:21
1075      [auth.c monitor.c]
1076      Prevent duplicate log messages when privsep=yes; ok djm@
1077    - jmc@cvs.openbsd.org 2006/03/31 09:09:30
1078      [ssh_config.5]
1079      kill trailing whitespace;
1080    - djm@cvs.openbsd.org 2006/03/31 09:13:56
1081      [ssh_config.5]
1082      remote user escape is %r not %h; spotted by jmc@
1083
1084 20060326
1085  - OpenBSD CVS Sync
1086    - jakob@cvs.openbsd.org 2006/03/15 08:46:44
1087      [ssh-keygen.c]
1088      if no key file are given when printing the DNS host record, use the
1089      host key file(s) as default. ok djm@
1090    - biorn@cvs.openbsd.org 2006/03/16 10:31:45
1091      [scp.c]
1092      Try to display errormessage even if remout == -1
1093      ok djm@, markus@
1094    - djm@cvs.openbsd.org 2006/03/17 22:31:50
1095      [authfd.c]
1096      another unreachable found by lint
1097    - djm@cvs.openbsd.org 2006/03/17 22:31:11
1098      [authfd.c]
1099      unreachanble statement, found by lint
1100    - djm@cvs.openbsd.org 2006/03/19 02:22:32
1101      [serverloop.c]
1102      memory leaks detected by Coverity via elad AT netbsd.org;
1103      ok deraadt@ dtucker@
1104    - djm@cvs.openbsd.org 2006/03/19 02:22:56
1105      [sftp.c]
1106      more memory leaks detected by Coverity via elad AT netbsd.org;
1107      deraadt@ ok
1108    - djm@cvs.openbsd.org 2006/03/19 02:23:26
1109      [hostfile.c]
1110      FILE* leak detected by Coverity via elad AT netbsd.org;
1111      ok deraadt@
1112    - djm@cvs.openbsd.org 2006/03/19 02:24:05
1113      [dh.c readconf.c servconf.c]
1114      potential NULL pointer dereferences detected by Coverity
1115      via elad AT netbsd.org; ok deraadt@
1116    - djm@cvs.openbsd.org 2006/03/19 07:41:30
1117      [sshconnect2.c]
1118      memory leaks detected by Coverity via elad AT netbsd.org;
1119      deraadt@ ok
1120    - dtucker@cvs.openbsd.org 2006/03/19 11:51:52
1121      [servconf.c]
1122      Correct strdelim null test; ok djm@
1123    - deraadt@cvs.openbsd.org 2006/03/19 18:52:11
1124      [auth1.c authfd.c channels.c]
1125      spacing
1126    - deraadt@cvs.openbsd.org 2006/03/19 18:53:12
1127      [kex.c kex.h monitor.c myproposal.h session.c]
1128      spacing
1129    - deraadt@cvs.openbsd.org 2006/03/19 18:56:41
1130      [clientloop.c progressmeter.c serverloop.c sshd.c]
1131      ARGSUSED for signal handlers
1132    - deraadt@cvs.openbsd.org 2006/03/19 18:59:49
1133      [ssh-keyscan.c]
1134      please lint
1135    - deraadt@cvs.openbsd.org 2006/03/19 18:59:30
1136      [ssh.c]
1137      spacing
1138    - deraadt@cvs.openbsd.org 2006/03/19 18:59:09
1139      [authfile.c]
1140      whoever thought that break after return was a good idea needs to
1141      get their head examimed
1142    - djm@cvs.openbsd.org 2006/03/20 04:09:44
1143      [monitor.c]
1144      memory leaks detected by Coverity via elad AT netbsd.org;
1145      deraadt@ ok
1146      that should be all of them now
1147    - djm@cvs.openbsd.org 2006/03/20 11:38:46
1148      [key.c]
1149      (really) last of the Coverity diffs: avoid possible NULL deref in
1150      key_free. via elad AT netbsd.org; markus@ ok
1151    - deraadt@cvs.openbsd.org 2006/03/20 17:10:19
1152      [auth.c key.c misc.c packet.c ssh-add.c]
1153      in a switch (), break after return or goto is stupid
1154    - deraadt@cvs.openbsd.org 2006/03/20 17:13:16
1155      [key.c]
1156      djm did a typo
1157    - deraadt@cvs.openbsd.org 2006/03/20 17:17:23
1158      [ssh-rsa.c]
1159      in a switch (), break after return or goto is stupid
1160    - deraadt@cvs.openbsd.org 2006/03/20 18:14:02
1161      [channels.c clientloop.c monitor_wrap.c monitor_wrap.h serverloop.c]
1162      [ssh.c sshpty.c sshpty.h]
1163      sprinkle u_int throughout pty subsystem, ok markus
1164    - deraadt@cvs.openbsd.org 2006/03/20 18:17:20
1165      [auth1.c auth2.c sshd.c]
1166      sprinkle some ARGSUSED for table driven functions (which sometimes 
1167      must ignore their args)
1168    - deraadt@cvs.openbsd.org 2006/03/20 18:26:55
1169      [channels.c monitor.c session.c session.h ssh-agent.c ssh-keygen.c]
1170      [ssh-rsa.c ssh.c sshlogin.c]
1171      annoying spacing fixes getting in the way of real diffs
1172    - deraadt@cvs.openbsd.org 2006/03/20 18:27:50
1173      [monitor.c]
1174      spacing
1175    - deraadt@cvs.openbsd.org 2006/03/20 18:35:12
1176      [channels.c]
1177      x11_fake_data is only ever used as u_char *
1178    - deraadt@cvs.openbsd.org 2006/03/20 18:41:43
1179      [dns.c]
1180      cast xstrdup to propert u_char *
1181    - deraadt@cvs.openbsd.org 2006/03/20 18:42:27
1182      [canohost.c match.c ssh.c sshconnect.c]
1183      be strict with tolower() casting
1184    - deraadt@cvs.openbsd.org 2006/03/20 18:48:34
1185      [channels.c fatal.c kex.c packet.c serverloop.c]
1186      spacing
1187    - deraadt@cvs.openbsd.org 2006/03/20 21:11:53
1188      [ttymodes.c]
1189      spacing
1190    - djm@cvs.openbsd.org 2006/03/25 00:05:41
1191      [auth-bsdauth.c auth-skey.c auth.c auth2-chall.c channels.c]
1192      [clientloop.c deattack.c gss-genr.c kex.c key.c misc.c moduli.c]
1193      [monitor.c monitor_wrap.c packet.c scard.c sftp-server.c ssh-agent.c]
1194      [ssh-keyscan.c ssh.c sshconnect.c sshconnect2.c sshd.c uuencode.c]
1195      [xmalloc.c xmalloc.h]
1196      introduce xcalloc() and xasprintf() failure-checked allocations 
1197      functions and use them throughout openssh
1198
1199      xcalloc is particularly important because malloc(nmemb * size) is a
1200      dangerous idiom (subject to integer overflow) and it is time for it 
1201      to die
1202
1203      feedback and ok deraadt@
1204    - djm@cvs.openbsd.org 2006/03/25 01:13:23
1205      [buffer.c channels.c deattack.c misc.c scp.c session.c sftp-client.c]
1206      [sftp-server.c ssh-agent.c ssh-rsa.c xmalloc.c xmalloc.h auth-pam.c]
1207      [uidswap.c]
1208      change OpenSSH's xrealloc() function from being xrealloc(p, new_size)
1209      to xrealloc(p, new_nmemb, new_itemsize).
1210
1211      realloc is particularly prone to integer overflows because it is
1212      almost always allocating "n * size" bytes, so this is a far safer 
1213      API; ok deraadt@
1214    - djm@cvs.openbsd.org 2006/03/25 01:30:23
1215      [sftp.c]
1216      "abormally" is a perfectly cromulent word, but "abnormally" is better
1217    - djm@cvs.openbsd.org 2006/03/25 13:17:03
1218      [atomicio.c auth-bsdauth.c auth-chall.c auth-options.c auth-passwd.c]
1219      [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth1.c]
1220      [auth2-chall.c auth2-hostbased.c auth2-kbdint.c auth2-none.c]
1221      [auth2-passwd.c auth2-pubkey.c auth2.c authfd.c authfile.c bufaux.c]
1222      [buffer.c canohost.c channels.c cipher-3des1.c cipher-bf1.c]
1223      [cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c compress.c]
1224      [deattack.c dh.c dispatch.c fatal.c groupaccess.c hostfile.c kex.c]
1225      [kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c log.c]
1226      [mac.c match.c md-sha256.c misc.c monitor.c monitor_fdpass.c]
1227      [monitor_mm.c monitor_wrap.c msg.c nchan.c packet.c progressmeter.c]
1228      [readconf.c readpass.c rsa.c scard.c scp.c servconf.c serverloop.c]
1229      [session.c sftp-client.c sftp-common.c sftp-glob.c sftp-server.c]
1230      [sftp.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c]
1231      [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c]
1232      [sshconnect2.c sshd.c sshlogin.c sshpty.c sshtty.c ttymodes.c]
1233      [uidswap.c uuencode.c xmalloc.c]
1234      Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
1235      Theo nuked - our scripts to sync -portable need them in the files
1236    - deraadt@cvs.openbsd.org 2006/03/25 18:29:35
1237      [auth-rsa.c authfd.c packet.c]
1238      needed casts (always will be needed)
1239    - deraadt@cvs.openbsd.org 2006/03/25 18:30:55
1240      [clientloop.c serverloop.c]
1241      spacing
1242    - deraadt@cvs.openbsd.org 2006/03/25 18:36:15
1243      [sshlogin.c sshlogin.h]
1244      nicer size_t and time_t types
1245    - deraadt@cvs.openbsd.org 2006/03/25 18:40:14
1246      [ssh-keygen.c]
1247      cast strtonum() result to right type
1248    - deraadt@cvs.openbsd.org 2006/03/25 18:41:45
1249      [ssh-agent.c]
1250      mark two more signal handlers ARGSUSED
1251    - deraadt@cvs.openbsd.org 2006/03/25 18:43:30
1252      [channels.c]
1253      use strtonum() instead of atoi() [limit X screens to 400, sorry]
1254    - deraadt@cvs.openbsd.org 2006/03/25 18:56:55
1255      [bufaux.c channels.c packet.c]
1256      remove (char *) casts to a function that accepts void * for the arg
1257    - deraadt@cvs.openbsd.org 2006/03/25 18:58:10
1258      [channels.c]
1259      delete cast not required
1260    - djm@cvs.openbsd.org 2006/03/25 22:22:43
1261      [atomicio.h auth-options.h auth.h auth2-gss.c authfd.h authfile.h]
1262      [bufaux.h buffer.h canohost.h channels.h cipher.h clientloop.h]
1263      [compat.h compress.h crc32.c crc32.h deattack.h dh.h dispatch.h]
1264      [dns.c dns.h getput.h groupaccess.h gss-genr.c gss-serv-krb5.c]
1265      [gss-serv.c hostfile.h includes.h kex.h key.h log.h mac.h match.h]
1266      [misc.h monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h msg.h]
1267      [myproposal.h packet.h pathnames.h progressmeter.h readconf.h rsa.h]
1268      [scard.h servconf.h serverloop.h session.h sftp-common.h sftp.h]
1269      [ssh-gss.h ssh.h ssh1.h ssh2.h sshconnect.h sshlogin.h sshpty.h]
1270      [ttymodes.h uidswap.h uuencode.h xmalloc.h]
1271      standardise spacing in $OpenBSD$ tags; requested by deraadt@
1272    - deraadt@cvs.openbsd.org 2006/03/26 01:31:48
1273      [uuencode.c]
1274      typo
1275
1276 20060325
1277  - OpenBSD CVS Sync
1278    - djm@cvs.openbsd.org 2006/03/16 04:24:42
1279      [ssh.1]
1280      Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCs
1281      that OpenSSH supports
1282    - deraadt@cvs.openbsd.org 2006/03/19 18:51:18
1283      [atomicio.c auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c]
1284      [auth-pam.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c]
1285      [auth-shadow.c auth-skey.c auth.c auth1.c auth2-chall.c]
1286      [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c]
1287      [auth2-pubkey.c auth2.c authfd.c authfile.c bufaux.c buffer.c]
1288      [canohost.c channels.c cipher-3des1.c cipher-acss.c cipher-aes.c]
1289      [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c]
1290      [compress.c deattack.c dh.c dispatch.c dns.c entropy.c fatal.c]
1291      [groupaccess.c hostfile.c includes.h kex.c kexdh.c kexdhc.c]
1292      [kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c log.c loginrec.c]
1293      [loginrec.h logintest.c mac.c match.c md-sha256.c md5crypt.c misc.c]
1294      [monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c msg.c]
1295      [nchan.c packet.c progressmeter.c readconf.c readpass.c rsa.c]
1296      [scard.c scp.c servconf.c serverloop.c session.c sftp-client.c]
1297      [sftp-common.c sftp-glob.c sftp-server.c sftp.c ssh-add.c]
1298      [ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c]
1299      [ssh-rand-helper.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c]
1300      [sshconnect2.c sshd.c sshlogin.c sshpty.c sshtty.c ttymodes.c]
1301      [uidswap.c uuencode.c xmalloc.c openbsd-compat/bsd-arc4random.c]
1302      [openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-cygwin_util.c]
1303      [openbsd-compat/bsd-getpeereid.c openbsd-compat/bsd-misc.c]
1304      [openbsd-compat/bsd-nextstep.c openbsd-compat/bsd-snprintf.c]
1305      [openbsd-compat/bsd-waitpid.c openbsd-compat/fake-rfc2553.c]
1306      RCSID() can die
1307    - deraadt@cvs.openbsd.org 2006/03/19 18:53:12
1308      [kex.h myproposal.h]
1309      spacing
1310    - djm@cvs.openbsd.org 2006/03/20 04:07:22
1311      [auth2-gss.c]
1312      GSSAPI related leaks detected by Coverity via elad AT netbsd.org;
1313      reviewed by simon AT sxw.org.uk; deraadt@ ok
1314    - djm@cvs.openbsd.org 2006/03/20 04:07:49
1315      [gss-genr.c]
1316      more GSSAPI related leaks detected by Coverity via elad AT netbsd.org;
1317      reviewed by simon AT sxw.org.uk; deraadt@ ok
1318    - djm@cvs.openbsd.org 2006/03/20 04:08:18
1319      [gss-serv.c]
1320      last lot of GSSAPI related leaks detected by Coverity via
1321      elad AT netbsd.org; reviewed by simon AT sxw.org.uk; deraadt@ ok
1322    - deraadt@cvs.openbsd.org 2006/03/20 18:14:02
1323      [monitor_wrap.h sshpty.h]
1324      sprinkle u_int throughout pty subsystem, ok markus
1325    - deraadt@cvs.openbsd.org 2006/03/20 18:26:55
1326      [session.h]
1327      annoying spacing fixes getting in the way of real diffs
1328    - deraadt@cvs.openbsd.org 2006/03/20 18:41:43
1329      [dns.c]
1330      cast xstrdup to propert u_char *
1331    - jakob@cvs.openbsd.org 2006/03/22 21:16:24
1332      [ssh.1]
1333      simplify SSHFP example; ok jmc@
1334    - djm@cvs.openbsd.org 2006/03/22 21:27:15
1335      [deattack.c deattack.h]
1336      remove IV support from the CRC attack detector, OpenSSH has never used
1337      it - it only applied to IDEA-CFB, which we don't support.
1338      prompted by NetBSD Coverity report via elad AT netbsd.org;
1339      feedback markus@ "nuke it" deraadt@
1340
1341 20060318
1342  - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via
1343    elad AT NetBSD.org
1344  - (dtucker) [openbsd-compat/bsd-snprintf.c] Bug #1173: make fmtint() take
1345    a LLONG rather than a long.  Fixes scp'ing of large files on platforms
1346    with missing/broken snprintfs.  Patch from e.borovac at bom.gov.au.
1347
1348 20060316
1349  - (dtucker) [entropy.c] Add headers for WIFEXITED and friends.
1350  - (dtucker) [configure.ac md-sha256.c] NetBSD has sha2.h in
1351    /usr/include/crypto.  Hint from djm@.
1352  - (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h]
1353    Disable sha256 when openssl < 0.9.7. Patch from djm@.
1354  - (djm) [kex.c] Slightly more clean deactivation of dhgex-sha256 on old
1355    OpenSSL; ok tim
1356
1357 20060315
1358  - (djm) OpenBSD CVS Sync:
1359    - msf@cvs.openbsd.org 2006/02/06 15:54:07
1360      [ssh.1]
1361      - typo fix
1362      ok jmc@
1363    - jmc@cvs.openbsd.org 2006/02/06 21:44:47
1364      [ssh.1]
1365      make this a little less ambiguous...
1366    - stevesk@cvs.openbsd.org 2006/02/07 01:08:04
1367      [auth-rhosts.c includes.h]
1368      move #include <netgroup.h> out of includes.h; ok markus@
1369    - stevesk@cvs.openbsd.org 2006/02/07 01:18:09
1370      [includes.h ssh-agent.c ssh-keyscan.c sshconnect2.c]
1371      move #include <sys/queue.h> out of includes.h; ok markus@
1372    - stevesk@cvs.openbsd.org 2006/02/07 01:42:00
1373      [channels.c clientloop.c clientloop.h includes.h packet.h]
1374      [serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.c]
1375      move #include <termios.h> out of includes.h; ok markus@
1376    - stevesk@cvs.openbsd.org 2006/02/07 01:52:50
1377      [sshtty.c]
1378      "log.h" not needed
1379    - stevesk@cvs.openbsd.org 2006/02/07 03:47:05
1380      [hostfile.c]
1381      "packet.h" not needed
1382    - stevesk@cvs.openbsd.org 2006/02/07 03:59:20
1383      [deattack.c]
1384      duplicate #include
1385    - stevesk@cvs.openbsd.org 2006/02/08 12:15:27
1386      [auth.c clientloop.c includes.h misc.c monitor.c readpass.c]
1387      [session.c sftp.c ssh-agent.c ssh-keysign.c ssh.c sshconnect.c]
1388      [sshd.c sshpty.c]
1389      move #include <paths.h> out of includes.h; ok markus@
1390    - stevesk@cvs.openbsd.org 2006/02/08 12:32:49
1391      [includes.h misc.c]
1392      move #include <netinet/tcp.h> out of includes.h; ok markus@
1393    - stevesk@cvs.openbsd.org 2006/02/08 13:15:44
1394      [gss-serv.c monitor.c]
1395      small KNF
1396    - stevesk@cvs.openbsd.org 2006/02/08 14:16:59
1397      [sshconnect.c]
1398      <openssl/bn.h> not needed
1399    - stevesk@cvs.openbsd.org 2006/02/08 14:31:30
1400      [includes.h ssh-agent.c ssh-keyscan.c ssh.c]
1401      move #include <sys/resource.h> out of includes.h; ok markus@
1402    - stevesk@cvs.openbsd.org 2006/02/08 14:38:18
1403      [includes.h packet.c]
1404      move #include <netinet/in_systm.h> and <netinet/ip.h> out of
1405      includes.h; ok markus@
1406    - stevesk@cvs.openbsd.org 2006/02/08 23:51:24
1407      [includes.h scp.c sftp-glob.c sftp-server.c]
1408      move #include <dirent.h> out of includes.h; ok markus@
1409    - stevesk@cvs.openbsd.org 2006/02/09 00:32:07
1410      [includes.h]
1411      #include <sys/endian.h> not needed; ok djm@
1412      NB. ID Sync only - we still need this (but it may move later)
1413    - jmc@cvs.openbsd.org 2006/02/09 10:10:47
1414      [sshd.8]
1415      - move some text into a CAVEATS section
1416      - merge the COMMAND EXECUTION... section into AUTHENTICATION
1417    - stevesk@cvs.openbsd.org 2006/02/10 00:27:13
1418      [channels.c clientloop.c includes.h misc.c progressmeter.c sftp.c]
1419      [ssh.c sshd.c sshpty.c]
1420      move #include <sys/ioctl.h> out of includes.h; ok markus@
1421    - stevesk@cvs.openbsd.org 2006/02/10 01:44:27
1422      [includes.h monitor.c readpass.c scp.c serverloop.c session.c\7f]
1423      [sftp.c sshconnect.c sshconnect2.c sshd.c]
1424      move #include <sys/wait.h> out of includes.h; ok markus@
1425    - otto@cvs.openbsd.org 2006/02/11 19:31:18
1426      [atomicio.c]
1427      type correctness; from Ray Lai in PR 5011; ok millert@
1428    - djm@cvs.openbsd.org 2006/02/12 06:45:34
1429      [ssh.c ssh_config.5]
1430      add a %l expansion code to the ControlPath, which is filled in with the
1431      local hostname at runtime. Requested by henning@ to avoid some problems
1432      with /home on NFS; ok dtucker@
1433    - djm@cvs.openbsd.org 2006/02/12 10:44:18
1434      [readconf.c]
1435      raise error when the user specifies a RekeyLimit that is smaller than 16
1436      (the smallest of our cipher's blocksize) or big enough to cause integer
1437      wraparound; ok & feedback dtucker@
1438    - jmc@cvs.openbsd.org 2006/02/12 10:49:44
1439      [ssh_config.5]
1440      slight rewording; ok djm
1441    - jmc@cvs.openbsd.org 2006/02/12 10:52:41
1442      [sshd.8]
1443      rework the description of authorized_keys a little;
1444    - jmc@cvs.openbsd.org 2006/02/12 17:57:19
1445      [sshd.8]
1446      sort the list of options permissable w/ authorized_keys;
1447      ok djm dtucker
1448    - jmc@cvs.openbsd.org 2006/02/13 10:16:39
1449      [sshd.8]
1450      no need to subsection the authorized_keys examples - instead, convert
1451      this to look like an actual file. also use proto 2 keys, and use IETF
1452      example addresses;
1453    - jmc@cvs.openbsd.org 2006/02/13 10:21:25
1454      [sshd.8]
1455      small tweaks for the ssh_known_hosts section;
1456    - jmc@cvs.openbsd.org 2006/02/13 11:02:26
1457      [sshd.8]
1458      turn this into an example ssh_known_hosts file; ok djm
1459    - jmc@cvs.openbsd.org 2006/02/13 11:08:43
1460      [sshd.8]
1461      - avoid nasty line split
1462      - `*' does not need to be escaped
1463    - jmc@cvs.openbsd.org 2006/02/13 11:27:25
1464      [sshd.8]
1465      sort FILES and use a -compact list;
1466    - david@cvs.openbsd.org 2006/02/15 05:08:24
1467      [sftp-client.c]
1468      typo in comment; ok djm@
1469    - jmc@cvs.openbsd.org 2006/02/15 16:53:20
1470      [ssh.1]
1471      remove the IETF draft references and replace them with some updated RFCs;
1472    - jmc@cvs.openbsd.org 2006/02/15 16:55:33
1473      [sshd.8]
1474      remove ietf draft references; RFC list now maintained in ssh.1;
1475    - jmc@cvs.openbsd.org 2006/02/16 09:05:34
1476      [sshd.8]
1477      sync some of the FILES entries w/ ssh.1;
1478    - jmc@cvs.openbsd.org 2006/02/19 19:52:10
1479      [sshd.8]
1480      move the sshrc stuff out of FILES, and into its own section:
1481      FILES is not a good place to document how stuff works;
1482    - jmc@cvs.openbsd.org 2006/02/19 20:02:17
1483      [sshd.8]
1484      sync the (s)hosts.equiv FILES entries w/ those from ssh.1;
1485    - jmc@cvs.openbsd.org 2006/02/19 20:05:00
1486      [sshd.8]
1487      grammar;
1488    - jmc@cvs.openbsd.org 2006/02/19 20:12:25
1489      [ssh_config.5]
1490      add some vertical space;
1491    - stevesk@cvs.openbsd.org 2006/02/20 16:36:15
1492      [authfd.c channels.c includes.h session.c ssh-agent.c ssh.c]
1493      move #include <sys/un.h> out of includes.h; ok djm@
1494    - stevesk@cvs.openbsd.org 2006/02/20 17:02:44
1495      [clientloop.c includes.h monitor.c progressmeter.c scp.c]
1496      [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c]
1497      move #include <signal.h> out of includes.h; ok markus@
1498    - stevesk@cvs.openbsd.org 2006/02/20 17:19:54
1499      [auth-rhosts.c auth-rsa.c auth.c auth2-none.c auth2-pubkey.c]
1500      [authfile.c clientloop.c includes.h readconf.c scp.c session.c]
1501      [sftp-client.c sftp-common.c sftp-common.h sftp-glob.c]
1502      [sftp-server.c sftp.c ssh-add.c ssh-keygen.c ssh.c sshconnect.c]
1503      [sshconnect2.c sshd.c sshpty.c]
1504      move #include <sys/stat.h> out of includes.h; ok markus@
1505    - stevesk@cvs.openbsd.org 2006/02/22 00:04:45
1506      [canohost.c clientloop.c includes.h match.c readconf.c scp.c ssh.c]
1507      [sshconnect.c]
1508      move #include <ctype.h> out of includes.h; ok djm@
1509    - jmc@cvs.openbsd.org 2006/02/24 10:25:14
1510      [ssh_config.5]
1511      add section on patterns;
1512      from dtucker + myself
1513    - jmc@cvs.openbsd.org 2006/02/24 10:33:54
1514      [sshd_config.5]
1515      signpost to PATTERNS;
1516    - jmc@cvs.openbsd.org 2006/02/24 10:37:07
1517      [ssh_config.5]
1518      tidy up the refs to PATTERNS;
1519    - jmc@cvs.openbsd.org 2006/02/24 10:39:52
1520      [sshd.8]
1521      signpost to PATTERNS section;
1522    - jmc@cvs.openbsd.org 2006/02/24 20:22:16
1523      [ssh-keysign.8 ssh_config.5 sshd_config.5]
1524      some consistency fixes;
1525    - jmc@cvs.openbsd.org 2006/02/24 20:31:31
1526      [ssh.1 ssh_config.5 sshd.8 sshd_config.5]
1527      more consistency fixes;
1528    - jmc@cvs.openbsd.org 2006/02/24 23:20:07
1529      [ssh_config.5]
1530      some grammar/wording fixes;
1531    - jmc@cvs.openbsd.org 2006/02/24 23:43:57
1532      [sshd_config.5]
1533      some grammar/wording fixes;
1534    - jmc@cvs.openbsd.org 2006/02/24 23:51:17
1535      [sshd_config.5]
1536      oops - bits i missed;
1537    - jmc@cvs.openbsd.org 2006/02/25 12:26:17
1538      [ssh_config.5]
1539      document the possible values for KbdInteractiveDevices;
1540      help/ok dtucker
1541    - jmc@cvs.openbsd.org 2006/02/25 12:28:34
1542      [sshd_config.5]
1543      document the order in which allow/deny directives are processed;
1544      help/ok dtucker
1545    - jmc@cvs.openbsd.org 2006/02/26 17:17:18
1546      [ssh_config.5]
1547      move PATTERNS to the end of the main body; requested by dtucker
1548    - jmc@cvs.openbsd.org 2006/02/26 18:01:13
1549      [sshd_config.5]
1550      subsection is pointless here;
1551    - jmc@cvs.openbsd.org 2006/02/26 18:03:10
1552      [ssh_config.5]
1553      comma;
1554    - djm@cvs.openbsd.org 2006/02/28 01:10:21
1555      [session.c]
1556      fix logout recording when privilege separation is disabled, analysis and
1557      patch from vinschen at redhat.com; tested by dtucker@ ok deraadt@
1558      NB. ID sync only - patch already in portable
1559    - djm@cvs.openbsd.org 2006/03/04 04:12:58
1560      [serverloop.c]
1561      move a debug() outside of a signal handler; ok markus@ a little while back
1562    - djm@cvs.openbsd.org 2006/03/12 04:23:07
1563      [ssh.c]
1564      knf nit
1565    - djm@cvs.openbsd.org 2006/03/13 08:16:00
1566      [sshd.c]
1567      don't log that we are listening on a socket before the listen() call
1568      actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@
1569    - dtucker@cvs.openbsd.org 2006/03/13 08:33:00
1570      [packet.c]
1571      Set TCP_NODELAY for all connections not just "interactive" ones.  Fixes
1572      poor performance and protocol stalls under some network conditions (mindrot
1573      bugs #556 and #981). Patch originally from markus@, ok djm@
1574    - dtucker@cvs.openbsd.org 2006/03/13 08:43:16
1575      [ssh-keygen.c]
1576      Make ssh-keygen handle CR and CRLF line termination when converting IETF
1577      format keys, in adition to vanilla LF.  mindrot #1157, tested by Chris
1578      Pepper, ok djm@
1579    - dtucker@cvs.openbsd.org 2006/03/13 10:14:29
1580      [misc.c ssh_config.5 sshd_config.5]
1581      Allow config directives to contain whitespace by surrounding them by double
1582      quotes.  mindrot #482, man page help from jmc@, ok djm@
1583    - dtucker@cvs.openbsd.org 2006/03/13 10:26:52
1584      [authfile.c authfile.h ssh-add.c]
1585      Make ssh-add check file permissions before attempting to load private
1586      key files multiple times; it will fail anyway and this prevents confusing
1587      multiple prompts and warnings.  mindrot #1138, ok djm@
1588    - djm@cvs.openbsd.org 2006/03/14 00:15:39
1589      [canohost.c]
1590      log the originating address and not just the name when a reverse
1591      mapping check fails, requested by linux AT linuon.com
1592    - markus@cvs.openbsd.org 2006/03/14 16:32:48
1593      [ssh_config.5 sshd_config.5]
1594      *AliveCountMax applies to protcol v2 only; ok dtucker, djm
1595    - djm@cvs.openbsd.org 2006/03/07 09:07:40
1596      [kex.c kex.h monitor.c myproposal.h ssh-keyscan.c sshconnect2.c sshd.c]
1597      Implement the diffie-hellman-group-exchange-sha256 key exchange method
1598      using the SHA256 code in libc (and wrapper to make it into an OpenSSL
1599      EVP), interop tested against CVS PuTTY
1600      NB. no portability bits committed yet
1601  - (djm) [configure.ac defines.h kex.c md-sha256.c]
1602    [openbsd-compat/sha2.h openbsd-compat/openbsd-compat.h]
1603    [openbsd-compat/sha2.c] First stab at portability glue for SHA256
1604    KEX support, should work with libc SHA256 support or OpenSSL
1605    EVP_sha256 if present
1606  - (djm) [includes.h] Restore accidentally dropped netinet/in.h
1607  - (djm) [Makefile.in openbsd-compat/Makefile.in] Add added files
1608  - (djm) [md-sha256.c configure.ac] md-sha256.c needs sha2.h if present
1609  - (djm) [regress/.cvsignore] Ignore Makefile here
1610  - (djm) [loginrec.c] Need stat.h
1611  - (djm) [openbsd-compat/sha2.h] Avoid include macro clash with
1612    system sha2.h
1613  - (djm) [ssh-rand-helper.c] Needs a bunch of headers
1614  - (djm) [ssh-agent.c] Restore dropped stat.h
1615  - (djm) [openbsd-compat/sha2.h openbsd-compat/sha2.c] Comment out 
1616    SHA384, which we don't need and doesn't compile without tweaks
1617  - (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
1618    [sftp-client.c ssh-keysign.c ssh.c sshconnect.c sshconnect2.c]
1619    [sshd.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-openpty.c]
1620    [openbsd-compat/glob.c openbsd-compat/mktemp.c]
1621    [openbsd-compat/readpassphrase.c] Lots of include fixes for
1622    OpenSolaris
1623  - (tim) [includes.h] put sys/stat.h back in to quiet some "macro redefined:"
1624  - (tim) [openssh/sshpty.c openssh/openbsd-compat/port-tun.c] put in some
1625    includes removed from includes.h
1626  - (dtucker) [configure.ac] Fix glob test conversion to AC_TRY_COMPILE
1627  - (djm) [includes.h] Put back paths.h, it is needed in defines.h
1628  - (dtucker) [openbsd-compat/openbsd-compat.h] AIX (at least) needs
1629    sys/ioctl.h for struct winsize.
1630  - (dtucker) [configure.ac] login_cap.h requires sys/types.h on NetBSD.
1631
1632 20060313
1633  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
1634    since not all platforms support it.  Instead, use internal equivalent while
1635    computing LLONG_MIN and LLONG_MAX.  Remove special case for alpha-dec-osf*
1636    as it's no longer required.  Tested by Bernhard Simon, ok djm@
1637
1638 20060304
1639  - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as a
1640    file rather than directory, required as Cygwin will be importing lastlog(1).
1641    Also tightens up permissions on the file.  Patch from vinschen@redhat.com.
1642  - (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.h
1643    includes.  Patch from gentoo.riverrat at gmail.com.
1644
1645 20060226
1646  - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTY
1647    patch from kraai at ftbfs.org.
1648
1649 20060223
1650  - (dtucker) [sshd_config sshd_config.5] Update UsePAM to reflect current
1651    reality.  Pointed out by tryponraj at gmail.com.
1652
1653 20060222
1654  - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Minor tidy up: only
1655    compile in compat code if required.
1656
1657 20060221
1658  - (dtucker) [openbsd-compat/openssl-compat.h] Prevent warning about
1659    redefinition of SSLeay_add_all_algorithms.
1660
1661 20060220
1662  - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}]
1663    Add optional enabling of OpenSSL's (hardware) Engine support, via
1664    configure --with-ssl-engine.  Based in part on a diff by michal at
1665    logix.cz.
1666
1667 20060219
1668  - (dtucker) [Makefile.in configure.ac, added openbsd-compat/regress/]
1669    Add first attempt at regress tests for compat library.  ok djm@
1670
1671 20060214
1672  - (tim) [buildpkg.sh.in] Make the names consistent.
1673    s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@
1674
1675 20060212
1676  - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
1677    to silence compiler warning, from vinschen at redhat.com.
1678  - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
1679  - (dtucker) [README version.h contrib/caldera/openssh.spec
1680    contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version
1681    strings to match 4.3p2 release.
1682
1683 20060208
1684  - (tim) [session.c] Logout records were not updated on systems with
1685    post auth privsep disabled due to bug 1086 changes. Analysis and patch
1686    by vinschen at redhat.com. OK tim@, dtucker@.
1687  - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP
1688    -> NEED_SETPGRP), reported by Bernhard Simon.  ok tim@
1689
1690 20060206
1691  - (tim) [configure.ac] Remove unnecessary tests for net/if.h and 
1692    netinet/in_systm.h. OK dtucker@.
1693
1694 20060205
1695  - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test
1696    for Solaris. OK dtucker@.
1697  - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
1698    kraai at ftbfs.org.
1699
1700 20060203
1701  - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
1702    AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run
1703    by a platform specific check, builtin standard includes tests will be
1704    skipped on the other platforms.
1705    Analysis and suggestion by vinschen at redhat.com, patch by dtucker@.
1706    OK tim@, djm@.
1707
1708 20060202
1709  - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that it
1710    works with picky compilers.  Patch from alex.kiernan at thus.net.
1711
1712 20060201
1713  - (djm) [regress/test-exec.sh] Try 'logname' as well as 'whoami' to 
1714    determine the user's login name - needed for regress tests on Solaris 
1715    10 and OpenSolaris
1716  - (djm) OpenBSD CVS Sync
1717    - jmc@cvs.openbsd.org 2006/02/01 09:06:50
1718      [sshd.8]
1719      - merge sections on protocols 1 and 2 into a single section
1720      - remove configuration file section
1721      ok markus
1722    - jmc@cvs.openbsd.org 2006/02/01 09:11:41
1723      [sshd.8]
1724      small tweak;
1725  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1726    [contrib/suse/openssh.spec] Update versions ahead of release
1727    - markus@cvs.openbsd.org 2006/02/01 11:27:22
1728      [version.h]
1729      openssh 4.3
1730  - (djm) Release OpenSSH 4.3p1
1731
1732 20060131
1733  - (djm) OpenBSD CVS Sync
1734    - jmc@cvs.openbsd.org 2006/01/20 11:21:45
1735      [ssh_config.5]
1736      - word change, agreed w/ markus
1737      - consistency fixes
1738    - jmc@cvs.openbsd.org 2006/01/25 09:04:34
1739      [sshd.8]
1740      move the options description up the page, and a few additional tweaks
1741      whilst in here;
1742      ok markus
1743    - jmc@cvs.openbsd.org 2006/01/25 09:07:22
1744      [sshd.8]
1745      move subsections to full sections;
1746    - jmc@cvs.openbsd.org 2006/01/26 08:47:56
1747      [ssh.1]
1748      add a section on verifying host keys in dns;
1749      written with a lot of help from jakob;
1750      feedback dtucker/markus;
1751      ok markus
1752    - reyk@cvs.openbsd.org 2006/01/30 12:22:22
1753      [channels.c]
1754      mark channel as write failed or dead instead of read failed on error
1755      of the channel output filter.
1756      ok markus@
1757    - jmc@cvs.openbsd.org 2006/01/30 13:37:49
1758      [ssh.1]
1759      remove an incorrect sentence;
1760      reported by roumen petrov;
1761      ok djm markus
1762    - djm@cvs.openbsd.org 2006/01/31 10:19:02
1763      [misc.c misc.h scp.c sftp.c]
1764      fix local arbitrary command execution vulnerability on local/local and
1765      remote/remote copies (CVE-2006-0225, bz #1094), patch by
1766      t8m AT centrum.cz, polished by dtucker@ and myself; ok markus@
1767    - djm@cvs.openbsd.org 2006/01/31 10:35:43
1768      [scp.c]
1769      "scp a b c" shouldn't clobber "c" when it is not a directory, report and
1770      fix from biorn@; ok markus@
1771  - (djm) Sync regress tests to OpenBSD:
1772    - dtucker@cvs.openbsd.org 2005/03/10 10:20:39
1773      [regress/forwarding.sh]
1774      Regress test for ClearAllForwardings (bz #994); ok markus@
1775    - dtucker@cvs.openbsd.org 2005/04/25 09:54:09
1776      [regress/multiplex.sh]
1777      Don't call cleanup in multiplex as test-exec will cleanup anyway
1778      found by tim@, ok djm@
1779      NB. ID sync only, we already had this
1780    - djm@cvs.openbsd.org 2005/05/20 23:14:15
1781      [regress/test-exec.sh]
1782      force addressfamily=inet for tests, unbreaking dynamic-forward regress for
1783      recently committed nc SOCKS5 changes
1784    - djm@cvs.openbsd.org 2005/05/24 04:10:54
1785      [regress/try-ciphers.sh]
1786      oops, new arcfour modes here too
1787    - markus@cvs.openbsd.org 2005/06/30 11:02:37
1788      [regress/scp.sh]
1789      allow SUDO=sudo; from Alexander Bluhm
1790    - grunk@cvs.openbsd.org 2005/11/14 21:25:56
1791      [regress/agent-getpeereid.sh]
1792      all other scripts in this dir use $SUDO, not 'sudo', so pull this even
1793      ok markus@
1794    - dtucker@cvs.openbsd.org 2005/12/14 04:36:39
1795      [regress/scp-ssh-wrapper.sh]
1796      Fix assumption about how many args scp will pass; ok djm@
1797      NB. ID sync only, we already had this
1798    - djm@cvs.openbsd.org 2006/01/27 06:49:21
1799      [scp.sh]
1800      regress test for local to local scp copies; ok dtucker@
1801    - djm@cvs.openbsd.org 2006/01/31 10:23:23
1802      [scp.sh]
1803      regression test for CVE-2006-0225 written by dtucker@
1804    - djm@cvs.openbsd.org 2006/01/31 10:36:33
1805      [scp.sh]
1806      regress test for "scp a b c" where "c" is not a directory
1807
1808 20060129
1809  - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
1810    opensshd.init script interpretter if /sbin/sh does not exist.  ok tim@
1811
1812 20060120
1813  - (dtucker) OpenBSD CVS Sync
1814    - jmc@cvs.openbsd.org 2006/01/15 17:37:05
1815      [ssh.1]
1816      correction from deraadt
1817    - jmc@cvs.openbsd.org 2006/01/18 10:53:29
1818      [ssh.1]
1819      add a section on ssh-based vpn, based on reyk's README.tun;
1820    - dtucker@cvs.openbsd.org 2006/01/20 00:14:55
1821      [scp.1 ssh.1 ssh_config.5 sftp.1]
1822      Document RekeyLimit.  Based on patch from jan.iven at cern.ch from mindrot
1823      #1056 with feedback from jmc, djm and markus; ok jmc@ djm@
1824
1825 20060114
1826  - (djm) OpenBSD CVS Sync
1827    - jmc@cvs.openbsd.org 2006/01/06 13:27:32
1828      [ssh.1]
1829      weed out some duplicate info in the known_hosts FILES entries;
1830      ok djm
1831    - jmc@cvs.openbsd.org 2006/01/06 13:29:10
1832      [ssh.1]
1833      final round of whacking FILES for duplicate info, and some consistency
1834      fixes;
1835      ok djm
1836    - jmc@cvs.openbsd.org 2006/01/12 14:44:12
1837      [ssh.1]
1838      split sections on tcp and x11 forwarding into two sections.
1839      add an example in the tcp section, based on sth i wrote for ssh faq;
1840      help + ok: djm markus dtucker
1841    - jmc@cvs.openbsd.org 2006/01/12 18:48:48
1842      [ssh.1]
1843      refer to `TCP' rather than `TCP/IP' in the context of connection
1844      forwarding;
1845      ok markus
1846    - jmc@cvs.openbsd.org 2006/01/12 22:20:00
1847      [sshd.8]
1848      refer to TCP forwarding, rather than TCP/IP forwarding;
1849    - jmc@cvs.openbsd.org 2006/01/12 22:26:02
1850      [ssh_config.5]
1851      refer to TCP forwarding, rather than TCP/IP forwarding;
1852    - jmc@cvs.openbsd.org 2006/01/12 22:34:12
1853      [ssh.1]
1854      back out a sentence - AUTHENTICATION already documents this;
1855
1856 20060109
1857  - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
1858    tcpip service so it's always started after IP is up.  Patch from
1859    vinschen at redhat.com.
1860
1861 20060106
1862  - (djm) OpenBSD CVS Sync
1863    - jmc@cvs.openbsd.org 2006/01/03 16:31:10
1864      [ssh.1]
1865      move FILES to a -compact list, and make each files an item in that list.
1866      this avoids nastly line wrap when we have long pathnames, and treats
1867      each file as a separate item;
1868      remove the .Pa too, since it is useless.
1869    - jmc@cvs.openbsd.org 2006/01/03 16:35:30
1870      [ssh.1]
1871      use a larger width for the ENVIRONMENT list;
1872    - jmc@cvs.openbsd.org 2006/01/03 16:52:36
1873      [ssh.1]
1874      put FILES in some sort of order: sort by pathname
1875    - jmc@cvs.openbsd.org 2006/01/03 16:55:18
1876      [ssh.1]
1877      tweak the description of ~/.ssh/environment
1878    - jmc@cvs.openbsd.org 2006/01/04 18:42:46
1879      [ssh.1]
1880      chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILES
1881      entries;
1882      ok markus
1883    - jmc@cvs.openbsd.org 2006/01/04 18:45:01
1884      [ssh.1]
1885      remove .Xr's to rsh(1) and telnet(1): they are hardly needed;
1886    - jmc@cvs.openbsd.org 2006/01/04 19:40:24
1887      [ssh.1]
1888      +.Xr ssh-keyscan 1 ,
1889    - jmc@cvs.openbsd.org 2006/01/04 19:50:09
1890      [ssh.1]
1891      -.Xr gzip 1 ,
1892    - djm@cvs.openbsd.org 2006/01/05 23:43:53
1893      [misc.c]
1894      check that stdio file descriptors are actually closed before clobbering
1895      them in sanitise_stdfd(). problems occurred when a lower numbered fd was
1896      closed, but higher ones weren't. spotted by, and patch tested by
1897      Frédéric Olivié
1898
1899 20060103
1900  - (djm) [channels.c] clean up harmless merge error, from reyk@
1901
1902 20060103
1903  - (djm) OpenBSD CVS Sync
1904    - jmc@cvs.openbsd.org 2006/01/02 17:09:49
1905      [ssh_config.5 sshd_config.5]
1906      some corrections from michael knudsen;
1907
1908 20060102
1909  - (djm) [README.tun] Add README.tun, missed during sync of tun(4) support
1910  - (djm) OpenBSD CVS Sync
1911    - jmc@cvs.openbsd.org 2005/12/31 10:46:17
1912      [ssh.1]
1913      merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVER
1914      AUTHENTICATION" sections into "AUTHENTICATION";
1915      some rewording done to make the text read better, plus some
1916      improvements from djm;
1917      ok djm
1918    - jmc@cvs.openbsd.org 2005/12/31 13:44:04
1919      [ssh.1]
1920      clean up ENVIRONMENT a little;
1921    - jmc@cvs.openbsd.org 2005/12/31 13:45:19
1922      [ssh.1]
1923      .Nm does not require an argument;
1924    - stevesk@cvs.openbsd.org 2006/01/01 08:59:27
1925      [includes.h misc.c]
1926      move <net/if.h>; ok djm@
1927    - stevesk@cvs.openbsd.org 2006/01/01 10:08:48
1928      [misc.c]
1929      no trailing "\n" for debug()
1930    - djm@cvs.openbsd.org 2006/01/02 01:20:31
1931      [sftp-client.c sftp-common.h sftp-server.c]
1932      use a common max. packet length, no binary change
1933    - reyk@cvs.openbsd.org 2006/01/02 07:53:44
1934      [misc.c]
1935      clarify tun(4) opening - set the mode and bring the interface up. also
1936      (re)sets the tun(4) layer 2 LINK0 flag for existing tunnel interfaces.
1937      suggested and ok by djm@
1938    - jmc@cvs.openbsd.org 2006/01/02 12:31:06
1939      [ssh.1]
1940      start to cut some duplicate info from FILES;
1941      help/ok djm
1942
1943 20060101
1944  - (djm) [Makefile.in configure.ac includes.h misc.c]
1945          [openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Add support
1946          for tunnel forwarding for FreeBSD and NetBSD. NetBSD's support is
1947          limited to IPv4 tunnels only, and most versions don't support the
1948          tap(4) device at all.
1949  - (djm) [configure.ac] Fix linux/if_tun.h test
1950  - (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
1951
1952 20051229
1953  - (djm) OpenBSD CVS Sync
1954    - stevesk@cvs.openbsd.org 2005/12/28 22:46:06
1955      [canohost.c channels.c clientloop.c]
1956      use 'break-in' for consistency; ok deraadt@ ok and input jmc@
1957    - reyk@cvs.openbsd.org 2005/12/30 15:56:37
1958      [channels.c channels.h clientloop.c]
1959      add channel output filter interface.
1960      ok djm@, suggested by markus@
1961    - jmc@cvs.openbsd.org 2005/12/30 16:59:00
1962      [sftp.1]
1963      do not suggest that interactive authentication will work
1964      with the -b flag;
1965      based on a diff from john l. scarfone;
1966      ok djm
1967    - stevesk@cvs.openbsd.org 2005/12/31 01:38:45
1968      [ssh.1]
1969      document -MM; ok djm@
1970  - (djm) [openbsd-compat/port-tun.c openbsd-compat/port-tun.h configure.ac]
1971    [serverloop.c ssh.c openbsd-compat/Makefile.in]
1972    [openbsd-compat/openbsd-compat.h] Implement tun(4) forwarding 
1973    compatability support for Linux, diff from reyk@
1974  - (djm) [configure.ac] Disable Linux tun(4) compat code if linux/tun.h does
1975    not exist
1976  - (djm) [configure.ac] oops, make that linux/if_tun.h
1977
1978 20051229
1979  - (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwd
1980
1981 20051224
1982  - (djm) OpenBSD CVS Sync
1983    - jmc@cvs.openbsd.org 2005/12/20 21:59:43
1984      [ssh.1]
1985      merge the sections on protocols 1 and 2 into one section on
1986      authentication;
1987      feedback djm dtucker
1988      ok deraadt markus dtucker
1989    - jmc@cvs.openbsd.org 2005/12/20 22:02:50
1990      [ssh.1]
1991      .Ss -> .Sh: subsections have not made this page more readable
1992    - jmc@cvs.openbsd.org 2005/12/20 22:09:41
1993      [ssh.1]
1994      move info on ssh return values and config files up into the main
1995      description;
1996    - jmc@cvs.openbsd.org 2005/12/21 11:48:16
1997      [ssh.1]
1998      -L and -R descriptions are now above, not below, ~C description;
1999    - jmc@cvs.openbsd.org 2005/12/21 11:57:25
2000      [ssh.1]
2001      options now described `above', rather than `later';
2002    - jmc@cvs.openbsd.org 2005/12/21 12:53:31
2003      [ssh.1]
2004      -Y does X11 forwarding too;
2005      ok markus
2006    - stevesk@cvs.openbsd.org 2005/12/21 22:44:26
2007      [sshd.8]
2008      clarify precedence of -p, Port, ListenAddress; ok and help jmc@
2009    - jmc@cvs.openbsd.org 2005/12/22 10:31:40
2010      [ssh_config.5]
2011      put the description of "UsePrivilegedPort" in the correct place;
2012    - jmc@cvs.openbsd.org 2005/12/22 11:23:42
2013      [ssh.1]
2014      expand the description of -w somewhat;
2015      help/ok reyk
2016    - jmc@cvs.openbsd.org 2005/12/23 14:55:53
2017      [ssh.1]
2018      - sync the description of -e w/ synopsis
2019      - simplify the description of -I
2020      - note that -I is only available if support compiled in, and that it
2021      isn't by default
2022      feedback/ok djm@
2023    - jmc@cvs.openbsd.org 2005/12/23 23:46:23
2024      [ssh.1]
2025      less mark up for -c;
2026    - djm@cvs.openbsd.org 2005/12/24 02:27:41
2027      [session.c sshd.c]
2028      eliminate some code duplicated in privsep and non-privsep paths, and
2029      explicitly clear SIGALRM handler; "groovy" deraadt@
2030
2031 20051220
2032  - (dtucker) OpenBSD CVS Sync
2033    - reyk@cvs.openbsd.org 2005/12/13 15:03:02
2034      [serverloop.c]
2035      if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANY
2036    - jmc@cvs.openbsd.org 2005/12/16 18:07:08
2037      [ssh.1]
2038      move the option descriptions up the page: start of a restructure;
2039      ok markus deraadt
2040    - jmc@cvs.openbsd.org 2005/12/16 18:08:53
2041      [ssh.1]
2042      simplify a sentence;
2043    - jmc@cvs.openbsd.org 2005/12/16 18:12:22
2044      [ssh.1]
2045      make the description of -c a little nicer;
2046    - jmc@cvs.openbsd.org 2005/12/16 18:14:40
2047      [ssh.1]
2048      signpost the protocol sections;
2049    - stevesk@cvs.openbsd.org 2005/12/17 21:13:05
2050      [ssh_config.5 session.c]
2051      spelling: fowarding, fowarded
2052    - stevesk@cvs.openbsd.org 2005/12/17 21:36:42
2053      [ssh_config.5]
2054      spelling: intented -> intended
2055    - dtucker@cvs.openbsd.org 2005/12/20 04:41:07
2056      [ssh.c]
2057      exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@
2058
2059 20051219
2060  - (dtucker) [cipher-aes.c cipher-ctr.c cipher.c configure.ac
2061    openbsd-compat/openssl-compat.h] Check for and work around broken AES
2062    ciphers >128bit on (some) Solaris 10 systems.  ok djm@
2063
2064 20051217
2065  - (dtucker) [defines.h] HP-UX system headers define "YES" and "NO" which
2066    scp.c also uses, so undef them here.
2067  - (dtucker) [configure.ac openbsd-compat/bsd-snprintf.c] Bug #1133: Our
2068    snprintf replacement can have a conflicting declaration in HP-UX's system
2069    headers (const vs. no const) so we now check for and work around it.  Patch
2070    from the dynamic duo of David Leonard and Ted Percival.
2071
2072 20051214
2073  - (dtucker) OpenBSD CVS Sync (regress/)
2074    - dtucker@cvs.openbsd.org 2005/12/30 04:36:39
2075      [regress/scp-ssh-wrapper.sh]
2076      Fix assumption about how many args scp will pass; ok djm@
2077
2078 20051213
2079  - (djm) OpenBSD CVS Sync
2080    - jmc@cvs.openbsd.org 2005/11/30 11:18:27
2081      [ssh.1]
2082      timezone -> time zone
2083    - jmc@cvs.openbsd.org 2005/11/30 11:45:20
2084      [ssh.1]
2085      avoid ambiguities in describing TZ;
2086      ok djm@
2087    - reyk@cvs.openbsd.org 2005/12/06 22:38:28
2088      [auth-options.c auth-options.h channels.c channels.h clientloop.c]
2089      [misc.c misc.h readconf.c readconf.h scp.c servconf.c servconf.h]
2090      [serverloop.c sftp.c ssh.1 ssh.c ssh_config ssh_config.5 sshconnect.c]
2091      [sshconnect.h sshd.8 sshd_config sshd_config.5]
2092      Add support for tun(4) forwarding over OpenSSH, based on an idea and
2093      initial channel code bits by markus@. This is a simple and easy way to
2094      use OpenSSH for ad hoc virtual private network connections, e.g.
2095      administrative tunnels or secure wireless access. It's based on a new
2096      ssh channel and works similar to the existing TCP forwarding support,
2097      except that it depends on the tun(4) network interface on both ends of
2098      the connection for layer 2 or layer 3 tunneling. This diff also adds
2099      support for LocalCommand in the ssh(1) client.
2100      ok djm@, markus@, jmc@ (manpages), tested and discussed with others
2101    - djm@cvs.openbsd.org 2005/12/07 03:52:22
2102      [clientloop.c]
2103      reyk forgot to compile with -Werror (missing header)
2104    - jmc@cvs.openbsd.org 2005/12/07 10:52:13
2105      [ssh.1]
2106      - avoid line split in SYNOPSIS
2107      - add args to -w
2108      - kill trailing whitespace
2109    - jmc@cvs.openbsd.org 2005/12/08 14:59:44
2110      [ssh.1 ssh_config.5]
2111      make `!command' a little clearer;
2112      ok reyk
2113    - jmc@cvs.openbsd.org 2005/12/08 15:06:29
2114      [ssh_config.5]
2115      keep options in order;
2116    - reyk@cvs.openbsd.org 2005/12/08 18:34:11
2117      [auth-options.c includes.h misc.c misc.h readconf.c servconf.c]
2118      [serverloop.c ssh.c ssh_config.5 sshd_config.5 configure.ac]
2119      two changes to the new ssh tunnel support. this breaks compatibility
2120      with the initial commit but is required for a portable approach.
2121      - make the tunnel id u_int and platform friendly, use predefined types.
2122      - support configuration of layer 2 (ethernet) or layer 3
2123      (point-to-point, default) modes. configuration is done using the
2124      Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and
2125      restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option
2126      in sshd_config(5).
2127      ok djm@, man page bits by jmc@
2128    - jmc@cvs.openbsd.org 2005/12/08 21:37:50
2129      [ssh_config.5]
2130      new sentence, new line;
2131    - markus@cvs.openbsd.org 2005/12/12 13:46:18
2132      [channels.c channels.h session.c]
2133      make sure protocol messages for internal channels are ignored.
2134      allow adjust messages for non-open channels; with and ok djm@
2135  - (djm) [misc.c] Disable tunnel code for non-OpenBSD (for now), enable
2136    again by providing a sys_tun_open() function for your platform and 
2137    setting the CUSTOM_SYS_TUN_OPEN define. More work is required to match 
2138    OpenBSD's tunnel protocol, which prepends the address family to the 
2139    packet
2140
2141 20051201
2142  - (djm) [envpass.sh] Remove regress script that was accidentally committed 
2143    in top level directory and not noticed for over a year :)
2144
2145 20051129
2146  - (tim) [ssh-keygen.c] Move DSA length test after setting default when
2147    bits == 0.
2148  - (dtucker) OpenBSD CVS Sync
2149    - dtucker@cvs.openbsd.org 2005/11/29 02:04:55
2150      [ssh-keygen.c]
2151      Populate default key sizes before checking them; from & ok tim@
2152  - (tim) [configure.ac sshd.8] Enable locked account check (a "*LK*" string)
2153    for UnixWare.
2154
2155 20051128
2156  - (dtucker) [regress/yes-head.sh] Work around breakage caused by some
2157    versions of GNU head.  Based on patch from zappaman at buraphalinux.org
2158  - (dtucker) [includes.h] Bug #1122: __USE_GNU is a glibc internal macro, use
2159    _GNU_SOURCE instead.  Patch from t8m at centrum.cz.
2160  - (dtucker) OpenBSD CVS Sync
2161    - dtucker@cvs.openbsd.org 2005/11/28 05:16:53
2162      [ssh-keygen.1 ssh-keygen.c]
2163      Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2,
2164      increase minumum RSA key size to 768 bits and update man page to reflect
2165      these.  Patch originally bz#1119 (senthilkumar_sen at hotpop.com),
2166      ok djm@, grudging ok deraadt@.
2167    - dtucker@cvs.openbsd.org 2005/11/28 06:02:56
2168      [ssh-agent.1]
2169      Update agent socket path templates to reflect reality, correct xref for
2170      time formats.  bz#1121, patch from openssh at roumenpetrov.info, ok djm@
2171
2172 20051126
2173  - (dtucker) [configure.ac] Bug #1126: AIX 5.2 and 5.3 (and presumably newer,
2174    when they're available) need the real UID set otherwise pam_chauthtok will
2175    set ADMCHG after changing the password, forcing the user to change it
2176    again immediately.
2177
2178 20051125
2179  - (dtucker) [configure.ac] Apply tim's fix for older systems where the
2180    resolver state in resolv.h is "state" not "__res_state".  With slight
2181    modification by me to also work on old AIXes.  ok djm@
2182  - (dtucker) [progressmeter.c scp.c sftp-server.c] Use correct casts for
2183    snprintf formats, fixes warnings on some 64 bit platforms.  Patch from
2184    shaw at vranix.com, ok djm@
2185
2186 20051124
2187  - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-asprintf.c 
2188    openbsd-compat/bsd-snprintf.c openbsd-compat/openbsd-compat.h] Add an 
2189    asprintf() implementation, after syncing our {v,}snprintf() implementation
2190    with some extra fixes from Samba's version. With help and debugging from 
2191    dtucker and tim; ok dtucker@
2192  - (dtucker) [configure.ac] Fix typos in comments and AC_SEARCH_LIB argument
2193    order in Reliant Unix block.  Patch from johane at lysator.liu.se.
2194  - (dtucker) [regress/test-exec.sh] Use 1024 bit keys since we generate so
2195    many and use them only once.  Speeds up testing on older/slower hardware.
2196
2197 20051122
2198  - (dtucker) OpenBSD CVS Sync
2199    - deraadt@cvs.openbsd.org 2005/11/12 18:37:59
2200      [ssh-add.c]
2201      space
2202    - deraadt@cvs.openbsd.org 2005/11/12 18:38:15
2203      [scp.c]
2204      avoid close(-1), as in rcp; ok cloder
2205    - millert@cvs.openbsd.org 2005/11/15 11:59:54
2206      [includes.h]
2207      Include sys/queue.h explicitly instead of assuming some other header
2208      will pull it in.  At the moment it gets pulled in by sys/select.h
2209      (which ssh has no business including) via event.h.  OK markus@
2210      (ID sync only in -portable)
2211    - dtucker@cvs.openbsd.org 2005/11/21 09:42:10
2212      [auth-krb5.c]
2213      Perform Kerberos calls even for invalid users to prevent leaking
2214      information about account validity.  bz #975, patch originally from
2215      Senthil Kumar, sanity checked by Simon Wilkinson, tested by djm@, biorn@,
2216      ok markus@
2217    - dtucker@cvs.openbsd.org 2005/11/22 03:36:03
2218      [hostfile.c]
2219      Correct format/arguments to debug call; spotted by shaw at vranix.com
2220      ok djm@
2221  - (dtucker) [loginrec.c] Add casts to prevent compiler warnings, patch
2222    from shaw at vranix.com.
2223
2224 20051120
2225  - (dtucker) [openbsd-compat/openssl-compat.h] Add comment explaining what
2226    is going on.
2227
2228 20051112
2229  - (dtucker) [openbsd-compat/getrrsetbyname.c] Restore Portable-specific
2230    ifdef lost during sync.  Spotted by tim@.
2231  - (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag.
2232  - (dtucker) [configure.ac] Use "$AWK" instead of "awk" in gcc version test.
2233  - (dtucker) [configure.ac] Remove duplicate utimes() check.  ok djm@
2234  - (dtucker) [regress/reconfigure.sh] Fix potential race in the reconfigure
2235    test: if sshd takes too long to reconfigure the subsequent connection will
2236    fail.  Zap pidfile before HUPing sshd which will rewrite it when it's ready.
2237
2238 20051110
2239  - (dtucker) [openbsd-compat/setenv.c] Merge changes for __findenv from
2240    OpenBSD getenv.c revs 1.4 - 1.8 (ANSIfication of arguments, removal of
2241    "register").
2242  - (dtucker) [openbsd-compat/setenv.c] Make __findenv static, remove
2243    unnecessary prototype.
2244  - (dtucker) [openbsd-compat/setenv.c] Sync changes from OpenBSD setenv.c
2245    revs 1.7 - 1.9.
2246  - (dtucker) [auth-krb5.c] Fix -Wsign-compare warning in non-Heimdal path.
2247    Patch from djm@.
2248  - (dtucker) [configure.ac] Disable pointer-sign warnings on gcc 4.0+
2249    since they're not useful right now.  Patch from djm@.
2250  - (dtucker) [openbsd-compat/getgrouplist.c] Sync OpenBSD revs 1.10 - 1.2 (ANSI
2251    prototypes, removal of "register").
2252  - (dtucker) [openbsd-compat/strlcat.c] Sync OpenBSD revs 1.11 - 1.12 (removal
2253    of "register").
2254  - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to
2255    after the copyright notices.  Having them at the top next to the CVSIDs
2256    guarantees a conflict for each and every sync.
2257  - (dtucker) [openbsd-compat/strlcpy.c] Update from OpenBSD 1.8 -> 1.10.
2258  - (dtucker) [openbsd-compat/sigact.h] Add "OPENBSD ORIGINAL" marker.
2259  - (dtucker) [openbsd-compat/strmode.c] Update from OpenBSD 1.5 -> 1.7.
2260    Removal of rcsid, "whiteout" inode type.
2261  - (dtucker) [openbsd-compat/basename.c] Update from OpenBSD 1.11 -> 1.14.
2262    Removal of rcsid, will no longer strlcpy parts of the string.
2263  - (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5.
2264  - (dtucker) [openbsd-compat/strtoul.c] Update from OpenBSD 1.5 -> 1.7.
2265  - (dtucker) [openbsd-compat/readpassphrase.c] Update from OpenBSD 1.16 -> 1.18.
2266  - (dtucker) [openbsd-compat/readpassphrase.h] Update from OpenBSD 1.3 -> 1.5.
2267  - (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25.
2268  - (dtucker) [openbsd-compat/glob.h] Update from OpenBSD 1.8 -> 1.9.
2269  - (dtucker) [openbsd-compat/getcwd.c] Update from OpenBSD 1.9 -> 1.14.
2270  - (dtucker) [openbsd-compat/getcwd.c] Replace lstat with fstat to match up
2271    with OpenBSD code since we don't support platforms without fstat any more.
2272  - (dtucker) [openbsd-compat/inet_aton.c] Update from OpenBSD 1.7 -> 1.9.
2273  - (dtucker) [openbsd-compat/inet_ntoa.c] Update from OpenBSD 1.4 -> 1.6.
2274  - (dtucker) [openbsd-compat/inet_ntop.c] Update from OpenBSD 1.5 -> 1.7.
2275  - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.5 -> 1.6.
2276  - (dtucker) [openbsd-compat/strsep.c] Update from OpenBSD 1.5 -> 1.6.
2277  - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.10 -> 1.13.
2278  - (dtucker) [openbsd-compat/mktemp.c] Update from OpenBSD 1.17 -> 1.19.
2279  - (dtucker) [openbsd-compat/rresvport.c] Update from OpenBSD 1.6 -> 1.8.
2280  - (dtucker) [openbsd-compat/bindresvport.c] Add "OPENBSD ORIGINAL" marker.
2281  - (dtucker) [openbsd-compat/bindresvport.c] Update from OpenBSD 1.16 -> 1.17.
2282  - (dtucker) [openbsd-compat/sigact.c] Update from OpenBSD 1.3 -> 1.4.
2283    Id and copyright sync only, there were no substantial changes we need.
2284  - (dtucker) [openbsd-compat/bsd-closefrom.c openbsd-compat/base64.c]
2285    -Wsign-compare fixes from djm.
2286  - (dtucker) [openbsd-compat/sigact.h] Update from OpenBSD 1.2 -> 1.3.
2287    Id and copyright sync only, there were no substantial changes we need.
2288  - (dtucker) [configure.ac] Try to get the gcc version number in a way that
2289    doesn't change between versions, and use a safer default.
2290
2291 20051105
2292  - (djm) OpenBSD CVS Sync
2293    - markus@cvs.openbsd.org 2005/10/07 11:13:57
2294      [ssh-keygen.c]
2295      change DSA default back to 1024, as it's defined for 1024 bits only
2296      and this causes interop problems with other clients.  moreover,
2297      in order to improve the security of DSA you need to change more
2298      components of DSA key generation (e.g. the internal SHA1 hash);
2299      ok deraadt
2300    - djm@cvs.openbsd.org 2005/10/10 10:23:08
2301      [channels.c channels.h clientloop.c serverloop.c session.c]
2302      fix regression I introduced in 4.2: X11 forwardings initiated after
2303      a session has exited (e.g. "(sleep 5; xterm) &") would not start.
2304      bz #1086 reported by t8m AT centrum.cz; ok markus@ dtucker@
2305    - djm@cvs.openbsd.org 2005/10/11 23:37:37
2306      [channels.c]
2307      bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventing
2308      bind() failure when a previous connection's listeners are in TIME_WAIT,
2309      reported by plattner AT inf.ethz.ch; ok dtucker@
2310    - stevesk@cvs.openbsd.org 2005/10/13 14:03:01
2311      [auth2-gss.c gss-genr.c gss-serv.c]
2312      remove unneeded #includes; ok markus@
2313    - stevesk@cvs.openbsd.org 2005/10/13 14:20:37
2314      [gss-serv.c]
2315      spelling in comments
2316    - stevesk@cvs.openbsd.org 2005/10/13 19:08:08
2317      [gss-serv-krb5.c gss-serv.c]
2318      unused declarations; ok deraadt@
2319      (id sync only for gss-serv-krb5.c)
2320    - stevesk@cvs.openbsd.org 2005/10/13 19:13:41
2321      [dns.c]
2322      unneeded #include, unused declaration, little knf; ok deraadt@
2323    - stevesk@cvs.openbsd.org 2005/10/13 22:24:31
2324      [auth2-gss.c gss-genr.c gss-serv.c monitor.c]
2325      KNF; ok djm@
2326    - stevesk@cvs.openbsd.org 2005/10/14 02:17:59
2327      [ssh-keygen.c ssh.c sshconnect2.c]
2328      no trailing "\n" for log functions; ok djm@
2329    - stevesk@cvs.openbsd.org 2005/10/14 02:29:37
2330      [channels.c clientloop.c]
2331      free()->xfree(); ok djm@
2332    - stevesk@cvs.openbsd.org 2005/10/15 15:28:12
2333      [sshconnect.c]
2334      make external definition static; ok deraadt@
2335    - stevesk@cvs.openbsd.org 2005/10/17 13:45:05
2336      [dns.c]
2337      fix memory leaks from 2 sources:
2338          1) key_fingerprint_raw()
2339          2) malloc in dns_read_rdata()
2340      ok jakob@
2341    - stevesk@cvs.openbsd.org 2005/10/17 14:01:28
2342      [dns.c]
2343      remove #ifdef LWRES; ok jakob@
2344    - stevesk@cvs.openbsd.org 2005/10/17 14:13:35
2345      [dns.c dns.h]
2346      more cleanups; ok jakob@
2347    - djm@cvs.openbsd.org 2005/10/30 01:23:19
2348      [ssh_config.5]
2349      mention control socket fallback behaviour, reported by 
2350      tryponraj AT gmail.com
2351    - djm@cvs.openbsd.org 2005/10/30 04:01:03
2352      [ssh-keyscan.c]
2353      make ssh-keygen discard junk from server before SSH- ident, spotted by
2354      dave AT cirt.net; ok dtucker@
2355    - djm@cvs.openbsd.org 2005/10/30 04:03:24
2356      [ssh.c]
2357      fix misleading debug message; ok dtucker@
2358    - dtucker@cvs.openbsd.org 2005/10/30 08:29:29
2359      [canohost.c sshd.c]
2360      Check for connections with IP options earlier and drop silently.  ok djm@
2361    - jmc@cvs.openbsd.org 2005/10/30 08:43:47
2362      [ssh_config.5]
2363      remove trailing whitespace;
2364    - djm@cvs.openbsd.org 2005/10/30 08:52:18
2365      [clientloop.c packet.c serverloop.c session.c ssh-agent.c ssh-keygen.c]
2366      [ssh.c sshconnect.c sshconnect1.c sshd.c]
2367      no need to escape single quotes in comments, no binary change
2368    - dtucker@cvs.openbsd.org 2005/10/31 06:15:04
2369      [sftp.c]
2370      Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@
2371    - djm@cvs.openbsd.org 2005/10/31 11:12:49
2372      [ssh-keygen.1 ssh-keygen.c]
2373      generate a protocol 2 RSA key by default
2374    - djm@cvs.openbsd.org 2005/10/31 11:48:29
2375      [serverloop.c]
2376      make sure we clean up wtmp, etc. file when we receive a SIGTERM,
2377      SIGINT or SIGQUIT when running without privilege separation (the
2378      normal privsep case is already OK). Patch mainly by dtucker@ and
2379      senthilkumar_sen AT hotpop.com; ok dtucker@
2380    - jmc@cvs.openbsd.org 2005/10/31 19:55:25
2381      [ssh-keygen.1]
2382      grammar;
2383    - dtucker@cvs.openbsd.org 2005/11/03 13:38:29
2384      [canohost.c]
2385      Cache reverse lookups with and without DNS separately; ok markus@
2386    - djm@cvs.openbsd.org 2005/11/04 05:15:59
2387      [kex.c kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c]
2388      remove hardcoded hash lengths in key exchange code, allowing
2389      implementation of KEX methods with different hashes (e.g. SHA-256);
2390      ok markus@ dtucker@ stevesk@
2391    - djm@cvs.openbsd.org 2005/11/05 05:01:15
2392      [bufaux.c]
2393      Fix leaks in error paths, bz #1109 and #1110 reported by kremenek AT
2394      cs.stanford.edu; ok dtucker@
2395  - (dtucker) [README.platform] Add PAM section.
2396  - (djm) [openbsd-compat/getrrsetbyname.c] Sync to latest OpenBSD version,
2397    resolving memory leak bz#1111 reported by kremenek AT cs.stanford.edu;
2398    ok dtucker@
2399
2400 20051102
2401  - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
2402    Reported by olavi at ipunplugged.com and antoine.brodin at laposte.net
2403    via FreeBSD.
2404
2405 20051030
2406  - (djm) [contrib/suse/openssh.spec contrib/suse/rc.
2407    sshd contrib/suse/sysconfig.ssh] Bug #1106: Updated SuSE spec and init 
2408    files from imorgan AT nas.nasa.gov
2409  - (dtucker) [session.c] Bug #1045do not check /etc/nologin when PAM is
2410    enabled, instead allow PAM to handle it.  Note that on platforms using PAM,
2411    the pam_nologin module should be added to sshd's session stack in order to
2412    maintain exising behaviour.  Based on patch and discussion from t8m at
2413    centrum.cz, ok djm@
2414
2415 20051025
2416  - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
2417    sizeof(long long) checks, to make fixing bug #1104 easier (no changes
2418    yet).
2419  - (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
2420    understand "%lld", even though the compiler has "long long", so handle
2421    it as a special case.  Patch tested by mcaskill.scott at epa.gov.
2422  - (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
2423    prompt.  Patch from vinschen at redhat.com.
2424
2425 20051017
2426  - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
2427    /etc/default/login report and testing from aabaker at iee.org, corrections
2428    from tim@.
2429
2430 20051009
2431  - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current
2432    versions from OpenBSD.  ok djm@
2433
2434 20051008
2435  - (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report from
2436    brian.smith at agilent com.
2437  - (djm) [configure.ac] missing 'test' call for -with-Werror test
2438
2439 20051005
2440  - (dtucker) [configure.ac sshd.8] Enable locked account check (a prepended
2441    "*LOCKED*" string) for FreeBSD.  Patch jeremie at le-hen.org and
2442    senthilkumar_sen at hotpop.com.
2443
2444 20051003
2445  - (dtucker) OpenBSD CVS Sync
2446    - markus@cvs.openbsd.org 2005/09/07 08:53:53
2447      [channels.c]
2448      enforce chanid != NULL; ok djm
2449    - markus@cvs.openbsd.org 2005/09/09 19:18:05
2450      [clientloop.c]
2451      typo; from mark at mcs.vuw.ac.nz, bug #1082
2452    - djm@cvs.openbsd.org 2005/09/13 23:40:07
2453      [sshd.c ssh.c misc.h sftp.c ssh-keygen.c ssh-keysign.c sftp-server.c
2454      scp.c misc.c ssh-keyscan.c ssh-add.c ssh-agent.c]
2455      ensure that stdio fds are attached; ok deraadt@
2456    - djm@cvs.openbsd.org 2005/09/19 11:37:34
2457      [ssh_config.5 ssh.1]
2458      mention ability to specify bind_address for DynamicForward and -D options;
2459      bz#1077 spotted by Haruyama Seigo
2460    - djm@cvs.openbsd.org 2005/09/19 11:47:09
2461      [sshd.c]
2462      stop connection abort on rekey with delayed compression enabled when
2463      post-auth privsep is disabled (e.g. when root is logged in); ok dtucker@
2464    - djm@cvs.openbsd.org 2005/09/19 11:48:10
2465      [gss-serv.c]
2466      typo
2467    - jmc@cvs.openbsd.org 2005/09/19 15:38:27
2468      [ssh.1]
2469      some more .Bk/.Ek to avoid ugly line split;
2470    - jmc@cvs.openbsd.org 2005/09/19 15:42:44
2471      [ssh.c]
2472      update -D usage here too;
2473    - djm@cvs.openbsd.org 2005/09/19 23:31:31
2474      [ssh.1]
2475      spelling nit from stevesk@
2476    - djm@cvs.openbsd.org 2005/09/21 23:36:54
2477      [sshd_config.5]
2478      aquire -> acquire, from stevesk@
2479    - djm@cvs.openbsd.org 2005/09/21 23:37:11
2480      [sshd.c]
2481      change label at markus@'s request
2482    - jaredy@cvs.openbsd.org 2005/09/30 20:34:26
2483      [ssh-keyscan.1]
2484      deploy .An -nosplit; ok jmc
2485    - dtucker@cvs.openbsd.org 2005/10/03 07:44:42
2486      [canohost.c]
2487      Relocate check_ip_options call to prevent logging of garbage for
2488      connections with IP options set.  bz#1092 from David Leonard,
2489      "looks good" deraadt@
2490  - (dtucker) [regress/README.regress] Bug #989: Document limitation that scp
2491    is required in the system path for the multiplex test to work.
2492
2493 20050930
2494  - (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
2495    for strtoll.  Patch from o.flebbe at science-computing.de.
2496  - (dtucker) [monitor.c] Bug #1087: Send loginmsg to preauth privsep
2497    child during PAM account check without clearing it.  This restores the
2498    post-login warnings such as LDAP password expiry.  Patch from Tomas Mraz
2499    with help from several others.
2500
2501 20050929
2502  - (dtucker) [monitor_wrap.c] Remove duplicate definition of loginmsg
2503    introduced during sync.
2504
2505 20050928
2506  - (dtucker) [entropy.c] Use u_char for receiving RNG seed for consistency.
2507  - (dtucker) [auth-pam.c] Bug #1028: send final non-query messages from
2508    PAM via keyboard-interactive.  Patch tested by the folks at Vintela.
2509
2510 20050927
2511  - (dtucker) [entropy.c] Remove unnecessary tests for getuid and geteuid
2512    calls, since they can't possibly fail.  ok djm@
2513  - (dtucker) [entropy.c entropy.h sshd.c] Pass RNG seed to the reexec'ed
2514    process when sshd relies on ssh-random-helper.  Should result in faster
2515    logins on systems without a real random device or prngd.  ok djm@
2516
2517 20050924
2518  - (dtucker) [auth2.c] Move start_pam() calls out of if-else block to remove
2519    duplicate call.  ok djm@
2520
2521 20050922
2522  - (dtucker) [configure.ac] Use -R linker flag for libedit too; patch from
2523    skeleten at shillest.net.
2524  - (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at
2525    shillest.net.
2526
2527 20050919
2528  - (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates to
2529    AC_DEFINE and AC_DEFINE_UNQUOTED to quiet autoconf 2.59 warning messages.
2530    ok dtucker@
2531
2532 20050912
2533  - (tim) [configure.ac] Bug 1078. Fix --without-kerberos5. Reported by
2534    Mike Frysinger.
2535
2536 20050908
2537  - (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to
2538    OpenServer 6 and add osr5bigcrypt support so when someone migrates
2539    passwords between UnixWare and OpenServer they will still work. OK dtucker@
2540
2541 $Id$
This page took 1.35568 seconds and 5 git commands to generate.