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