]> andersk Git - openssh.git/blob - ChangeLog
- djm@cvs.openbsd.org 2004/06/18 11:11:54
[openssh.git] / ChangeLog
1 20040618
2  - (djm) OpenBSD CVS Sync
3    - djm@cvs.openbsd.org 2004/06/17 14:52:48
4      [clientloop.c clientloop.h ssh.c]
5      support environment passing over shared connections; ok markus@
6    - djm@cvs.openbsd.org 2004/06/17 15:10:14
7      [clientloop.c misc.h readconf.c readpass.c ssh.c ssh_config.5]
8      Add option for confirmation (ControlMaster=ask) via ssh-askpass before 
9      opening shared connections; ok markus@
10    - djm@cvs.openbsd.org 2004/06/17 14:53:27
11      [regress/multiplex.sh]
12      shared connection env passing regress test
13  - (dtucker) [regress/README.regress] Add detail on how to run a single
14    test from the top-level Makefile.
15  - (dtucker) OpenBSD CVS Sync
16    - djm@cvs.openbsd.org 2004/06/17 23:56:57
17      [ssh.1 ssh.c]
18      sync usage() and SYNPOSIS with connection sharing changes
19    - dtucker@cvs.openbsd.org 2004/06/18 06:13:25
20      [sftp.c]
21      Use execvp instead of execv so sftp -S ssh works.  "makes sense" markus@
22    - dtucker@cvs.openbsd.org 2004/06/18 06:15:51
23      [multiplex.sh]
24      Use -S for scp/sftp to force the use of the ssh being tested.
25      ok djm@,markus@
26  - (djm) OpenBSD CVS Sync
27    - djm@cvs.openbsd.org 2004/06/18 10:40:19
28      [ssh.c]
29      delay signal handler setup until we have finished talking to the master.
30      allow interrupting of setup (e.g. if master is stuck); ok markus@
31    - markus@cvs.openbsd.org 2004/06/18 10:55:43
32      [ssh.1 ssh.c]
33      trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask';
34      ok djm
35    - djm@cvs.openbsd.org 2004/06/18 11:11:54
36      [channels.c clientloop.c]
37      Don't explode in clientloop when we receive a bogus channel id, but
38      also don't generate them to begin with; ok markus@
39
40 20040617
41  - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some
42    platforms), so test if diff understands it.  Pointed out by tim@, ok djm@
43  - (dtucker) OpenBSD CVS Sync regress/
44    - dtucker@cvs.openbsd.org 2004/06/17 05:51:59
45      [regress/multiplex.sh]
46      Remove datafile between and after tests, kill sshd rather than wait;
47      ok djm@
48    - dtucker@cvs.openbsd.org 2004/06/17 06:00:05
49      [regress/multiplex.sh]
50      Use DATA and COPY for test data rather than hard-coded paths; ok djm@
51    - dtucker@cvs.openbsd.org 2004/06/17 06:19:06
52      [regress/multiplex.sh]
53      Add small description of failing test to failure message; ok djm@
54  - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
55    it.
56  - (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is not
57    enough for slow systems, especially if they don't have a kernel RNG).
58
59 20040616
60  - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
61    code changes.
62  - (dtucker) OpenBSD CVS Sync regress/
63    - djm@cvs.openbsd.org 2004/04/27 09:47:30
64      [regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
65      regress test for environment passing, SendEnv & AcceptEnv options;
66      ok markus@
67    - dtucker@cvs.openbsd.org 2004/06/13 13:51:02
68      [regress/Makefile regress/test-exec.sh, added regress/scp-ssh-wrapper.sh
69      regress/scp.sh]
70      Add scp regression test; with & ok markus@
71    - djm@cvs.openbsd.org 2004/06/13 15:04:08
72      [regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
73      regress test for client multiplexing; ok markus@
74    - djm@cvs.openbsd.org 2004/06/13 15:16:54
75      [regress/test-exec.sh]
76      remove duplicate setting of $SCP; spotted by markus@
77    - dtucker@cvs.openbsd.org 2004/06/16 13:15:09
78      [regress/scp.sh]
79      Make scp -r tests use diff -rN not cmp (which won't do dirs.  ok markus@
80    - dtucker@cvs.openbsd.org 2004/06/16 13:16:40
81      [regress/multiplex.sh]
82      Silence multiplex sftp and scp tests.  ok markus@
83  - (dtucker) [regress/test-exec.sh]
84    Move Portable-only StrictModes to top of list to make syncs easier.
85  - (dtucker) [regress/README.regress]
86    Add $TEST_SHELL to readme.
87
88 20040615
89  - (djm) OpenBSD CVS Sync
90    - djm@cvs.openbsd.org 2004/05/26 08:59:57
91      [sftp.c]
92      exit -> _exit in forked child on error; from andrushock AT korovino.net
93    - markus@cvs.openbsd.org 2004/05/26 23:02:39
94      [channels.c]
95      missing freeaddrinfo; Andrey Matveev
96    - dtucker@cvs.openbsd.org 2004/05/27 00:50:13
97      [readconf.c]
98      Kill dead code after fatal(); ok djm@
99    - dtucker@cvs.openbsd.org 2004/06/01 14:20:45
100      [auth2-chall.c]
101      Remove redundant #include; ok markus@
102    - pedro@cvs.openbsd.org 2004/06/03 12:22:20
103      [sftp-client.c sftp.c]
104      initialize pointers, ok markus@
105    - djm@cvs.openbsd.org 2004/06/13 12:53:24
106      [dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c monitor.c myproposal.h] 
107      [ssh-keyscan.c sshconnect2.c sshd.c]
108      implement diffie-hellman-group14-sha1 kex method (trivial extension to
109      existing diffie-hellman-group1-sha1); ok markus@
110    - dtucker@cvs.openbsd.org 2004/06/13 14:01:42
111      [ssh.1 ssh_config.5 sshd_config.5]
112      List supported ciphers in man pages, tidy up ssh -c;
113      "looks fine" jmc@, ok markus@
114    - djm@cvs.openbsd.org 2004/06/13 15:03:02
115      [channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] 
116      [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5]
117      implement session multiplexing in the client (the server has supported 
118      this since 2.0); ok markus@
119    - djm@cvs.openbsd.org 2004/06/14 01:44:39
120      [channels.c clientloop.c misc.c misc.h packet.c ssh-agent.c ssh-keyscan.c]
121      [sshd.c]
122      set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
123    - djm@cvs.openbsd.org 2004/06/15 05:45:04
124      [clientloop.c]
125      missed one unset_nonblock; spotted by Tim Rice
126  - (djm) Fix Makefile.in for connection sharing changes
127  - (djm) [ssh.c] Use separate var for address length
128
129 20040603
130  - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.
131    ok djm@
132
133 20040601
134  - (djm) [auth-pam.c] Add copyright for local changes
135
136 20040530
137  - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c] Bug #874: Re-add PAM 
138    support for PasswordAuthentication=yes.  ok djm@
139  - (dtucker) [auth-pam.c] Use an invalid password for root if
140    PermitRootLogin != yes or the login is invalid, to prevent leaking
141    information.  Based on Openwall's owl-always-auth patch.  ok djm@
142  - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@
143  - (tim) [buildpkg.sh.in] New file. A more flexible version of
144    contrib/solaris/buildpkg.sh used for "make package".
145  - (tim) [buildpkg.sh.in] Last minute fix didn't make it in the .in file.
146
147 20040527
148  - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec
149    contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass
150    and Jim Knoble's email address , from Jim himself.
151
152 20040524
153  - (dtucker) OpenBSD CVS Sync
154    - djm@cvs.openbsd.org 2004/05/19 12:17:33
155      [sftp-client.c sftp.c]
156      gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while
157      waiting for a command; ok markus@
158    - dtucker@cvs.openbsd.org 2004/05/20 10:58:05
159      [clientloop.c]
160      Trivial type fix 0 -> '\0'; ok markus@
161    - markus@cvs.openbsd.org 2004/05/21 08:43:03
162      [kex.h moduli.c tildexpand.c]
163      add prototypes for -Wall; ok djm
164    - djm@cvs.openbsd.org 2004/05/21 11:33:11
165      [channels.c channels.h clientloop.c serverloop.c ssh.1]
166      bz #756: add support for the cancel-tcpip-forward request for the server
167      and the client (through the ~C commandline). reported by z3p AT
168      twistedmatrix.com; ok markus@
169    - djm@cvs.openbsd.org 2004/05/22 06:32:12
170      [clientloop.c ssh.1]
171      use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@
172    - jmc@cvs.openbsd.org 2004/05/22 16:01:05
173      [ssh.1]
174      kill whitespace at eol;
175    - dtucker@cvs.openbsd.org 2004/05/23 23:59:53
176      [auth.c auth.h auth1.c auth2.c servconf.c servconf.h sshd_config
177      sshd_config.5]
178      Add MaxAuthTries sshd config option; ok markus@
179  - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
180    is terminated if the privsep slave exits during keyboard-interactive
181    authentication.  ok djm@
182  - (dtucker) [sshd.c] Fix typo in comment.
183
184 20040523
185  - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in 
186    sshd_config; ok dtucker@
187  - (djm) [configure.ac] Warn if the system has no known way of figuring out 
188    which user is on the other end of a Unix domain socket; ok dtucker@
189  - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handle
190    old/broken/incomplete <sys/queue.h>.
191
192 20040513
193  - (dtucker) [configure.ac] Bug #867: Additional tests for res_query in
194    libresolv, fixes problems detecting it on some platforms
195    (eg Linux/x86-64).  From Kurt Roeckx via Debian, ok mouring@
196  - (dtucker) OpenBSD CVS Sync
197    - jmc@cvs.openbsd.org 2004/05/04 18:36:07
198      [scp.1]
199      SendEnv here too;
200    - jmc@cvs.openbsd.org 2004/05/06 11:24:23
201      [ssh_config.5]
202      typo from John Cosimano (PR 3770);
203    - deraadt@cvs.openbsd.org 2004/05/08 00:01:37
204      [auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c
205      tildexpand.c], removed: sshtty.h tildexpand.h
206      make two tiny header files go away; djm ok
207    - djm@cvs.openbsd.org 2004/05/08 00:21:31
208      [clientloop.c misc.h readpass.c scard.c ssh-add.c ssh-agent.c ssh-keygen.c
209      sshconnect.c sshconnect1.c sshconnect2.c] removed: readpass.h
210      kill a tiny header; ok deraadt@
211    - djm@cvs.openbsd.org 2004/05/09 00:06:47
212      [moduli.c ssh-keygen.c] removed: moduli.h
213      zap another tiny header; ok deraadt@
214    - djm@cvs.openbsd.org 2004/05/09 01:19:28
215      [OVERVIEW auth-rsa.c auth1.c kex.c monitor.c session.c sshconnect1.c
216      sshd.c] removed: mpaux.c mpaux.h
217      kill some more tiny files; ok deraadt@
218    - djm@cvs.openbsd.org 2004/05/09 01:26:48
219      [kex.c]
220      don't overwrite what we are trying to compute
221    - deraadt@cvs.openbsd.org 2004/05/11 19:01:43
222      [auth.c auth2-none.c authfile.c channels.c monitor.c monitor_mm.c
223      packet.c packet.h progressmeter.c session.c openbsd-compat/xmmap.c]
224      improve some code lint did not like; djm millert ok
225    - dtucker@cvs.openbsd.org 2004/05/13 02:47:50
226      [ssh-agent.1]
227      Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@
228  - (dtucker) [sshd.8] Bug #843: Add warning about PasswordAuthentication to
229    UsePAM section.  Parts from djm@ and jmc@.
230  - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses
231    readpass.h, grep says scard-opensc.c does too.  Replace with misc.h.
232  - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR
233    is defined before using.
234  - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
235    -> HAVE_DECL_H_ERRNO.
236
237 20040502
238  - (dtucker) OpenBSD CVS Sync
239    - djm@cvs.openbsd.org 2004/04/22 11:56:57
240      [moduli.c]
241      Bugzilla #850: Sophie Germain is the correct name of the French
242      mathematician, "Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
243    - djm@cvs.openbsd.org 2004/04/27 09:46:37
244      [readconf.c readconf.h servconf.c servconf.h session.c session.h ssh.c
245      ssh_config.5 sshd_config.5]
246      bz #815: implement ability to pass specified environment variables from
247      the client to the server; ok markus@
248    - djm@cvs.openbsd.org 2004/04/28 05:17:10
249      [ssh_config.5 sshd_config.5]
250      manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
251    - jmc@cvs.openbsd.org 2004/04/28 07:02:56
252      [sshd_config.5]
253      remove unnecessary .Pp;
254    - jmc@cvs.openbsd.org 2004/04/28 07:13:42
255      [sftp.1 ssh.1]
256      add SendEnv to -o list;
257    - dtucker@cvs.openbsd.org 2004/05/02 11:54:31
258      [sshd.8]
259      Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk
260      via Debian; ok djm@
261    - dtucker@cvs.openbsd.org 2004/05/02 11:57:52
262      [ssh.1]
263      ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via
264      Debian.  ok djm@
265    - dtucker@cvs.openbsd.org 2004/05/02 23:02:17
266      [sftp.1]
267      ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
268    - dtucker@cvs.openbsd.org 2004/05/02 23:17:51
269      [scp.1]
270      ConnectionTimeout -> ConnectTimeout for scp.1 too.
271
272 20040423
273  - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
274    as extern int if not already declared.  Fixes compile errors on old SCO
275    platforms.  ok tim@
276  - (dtucker) [README.platform] List prereqs for building on Cygwin.
277
278 20040421
279  - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@
280
281 20040420
282  - (djm) OpenBSD CVS Sync
283    - henning@cvs.openbsd.org 2004/04/08 16:08:21
284      [sshconnect2.c]
285      swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what
286      FreeBSD and NetBSD do.
287      ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
288    - djm@cvs.openbsd.org 2004/04/18 23:10:26
289      [readconf.c readconf.h ssh-keysign.c ssh.c]
290      perform strict ownership and modes checks for ~/.ssh/config files, 
291      as these can be used to execute arbitrary programs; ok markus@
292      NB. ssh will now exit when it detects a config with poor permissions
293    - djm@cvs.openbsd.org 2004/04/19 13:02:40
294      [ssh.1 ssh_config.5]
295      document strict permission checks on ~/.ssh/config; prompted by, 
296      with & ok jmc@
297    - jmc@cvs.openbsd.org 2004/04/19 16:12:14
298      [ssh_config.5]
299      kill whitespace at eol;
300    - djm@cvs.openbsd.org 2004/04/19 21:51:49
301      [ssh.c]
302      fix idiot typo that i introduced in my last commit;
303      spotted by cschneid AT cschneid.com
304  - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for 
305    above change
306  - (djm) [configure.ac] Check whether libroken is required when building 
307    with Heimdal
308
309 20040419
310  - (dtucker) OpenBSD CVS Sync
311    - dtucker@cvs.openbsd.org 2004/02/29 22:04:45
312      [regress/login-timeout.sh]
313      Use sudo when restarting daemon during test.  ok markus@
314    - dtucker@cvs.openbsd.org 2004/03/08 10:17:12
315      [regress/login-timeout.sh]
316      Missing OBJ, from tim@.  ok markus@ (Already fixed, ID sync only)
317    - djm@cvs.openbsd.org 2004/03/30 12:41:56
318      [sftp-client.c]
319      sync comment with reality
320    - djm@cvs.openbsd.org 2004/03/31 21:58:47
321      [canohost.c]
322      don't skip ip options check when UseDNS=no; ok markus@ (ID sync only)
323    - markus@cvs.openbsd.org 2004/04/01 12:19:57
324      [scp.c]
325      limit trust between local and remote rcp/scp process,
326      noticed by lcamtuf; ok deraadt@, djm@
327
328 20040418
329  - (dtucker) [auth-pam.c] Log username and source host for failed PAM
330    authentication attempts.  With & ok djm@
331  - (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allow
332    change of user context without a password, so relax auth method 
333    restrictions; from vinschen AT redhat.com; ok dtucker@
334
335 20040416
336  - (dtucker) [regress/sftp-cmds.sh] Skip quoting test on Cygwin, since
337    FAT/NTFS does not permit quotes in filenames.  From vinschen at redhat.com
338  - (djm) [auth-krb5.c auth.h session.c] Explicitly refer to Kerberos ccache 
339    file using FILE: method, fixes problems on Mac OSX.
340    Patch from simon@sxw.org.uk; ok dtucker@
341  - (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID and
342    BROKEN_SETREGID for SCO OpenServer 3
343
344 20040412
345  - (dtucker) [sshd_config.5] Add PermitRootLogin without-password warning
346    from bug #701 (text from jfh at cise.ufl.edu).
347  - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg
348    skeychallenge(), eg on NetBSD.  ok mouring@
349  - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly
350    4-arg, with compatibility for 3-arg versions.  From djm@, ok me.
351  - (djm) [configure.ac] Fix detection of libwrap on OpenBSD; ok dtucker@
352
353 20040408
354  - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating
355    pty name on Linux 2.6.x systems.  Patch from jpe at eisenmenger.org.
356  - (bal) [monitor.c monitor_wrap.c] Second try.  Put the zlib.h headers
357    back and #undef TARGET_OS_MAC instead.  (Bug report pending with Apple)
358  - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and
359    simplify loginrec.c.  ok tim@
360  - (bal) [monitor.c monitor_wrap.c] Ok.. Last time.  Promise.  Tim suggested
361    limiting scope and dtucker@ agreed.
362
363 20040407
364  - (dtucker) [session.c] Flush stdout after displaying loginmsg.  From
365    f_mohr at yahoo.de.
366  - (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to see
367    if Krb5 library exports krb5_init_etc() since some OSes (like MacOS/X)
368    are starting to restrict it as internal since it is not needed by
369    developers any more. (Patch based on Apple tree)
370  - (bal) [monitor.c monitor_wrap.c] monitor_wrap.c] moved zlib.h higher since 
371    krb5 on MacOS/X conflicts.  There may be a better solution, but this will 
372    work for now.
373
374 20040406
375  - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use
376    updwtmpx() on IRIX since it seems to clobber utmp.  ok djm@
377  - (dtucker) [configure.ac] Bug #816, #748 (again): Attempt to detect
378    broken getaddrinfo and friends on HP-UX.  ok djm@
379
380 20040330
381  - (dtucker) [configure.ac] Bug #811: Use "!" for LOCKED_PASSWD_PREFIX on
382    Linuxes, since that's what many use.  ok djm@
383  - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.c
384    to reduce potential confusion with the one in sshd.c.  ok djm@
385  - (djm) Bug #825: Fix ip_options_check() for mapped IPv4/IPv6 connection; 
386    with & ok dtucker@
387
388 20040327
389  - (dtucker) [session.c] Bug #817: Clear loginmsg after fork to prevent
390    duplicate login messages for mutli-session logins.  ok djm@
391
392 20040322
393  - (djm) [sshd.c] Drop supplemental groups if started as root
394  - (djm) OpenBSD CVS Sync
395    - markus@cvs.openbsd.org 2004/03/09 22:11:05
396      [ssh.c]
397      increase x11 cookie lifetime to 20 minutes; ok djm
398    - markus@cvs.openbsd.org 2004/03/10 09:45:06
399      [ssh.c]
400      trim usage to match ssh(1) and look more like unix. ok djm@
401    - markus@cvs.openbsd.org 2004/03/11 08:36:26
402      [sshd.c]
403      trim usage; ok deraadt
404    - markus@cvs.openbsd.org 2004/03/11 10:21:17
405      [ssh.c sshd.c]
406      ssh, sshd: sync version output, ok djm
407    - markus@cvs.openbsd.org 2004/03/20 10:40:59
408      [version.h]
409      3.8.1
410  - (djm) Crank RPM spec versions
411
412 20040311
413  - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
414
415 20040310
416  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo
417    before redefining it, silences warnings on Tru64.
418
419 20040308
420  - (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
421    platforms (eg SCO, HP-UX) with logging in the wrong TZ.  ok djm@
422  - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h
423    openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being
424    inherited by the child.  ok djm@
425  - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
426    monitor_wrap.h] Bug #808: Ensure force_pwchange is correctly initialized
427    even if keyboard-interactive is not used by the client.  Prevents 
428    segfaults in some cases where the user's password is expired (note this 
429    is not considered a security exposure).  ok djm@
430  - (djm) OpenBSD CVS Sync
431    - markus@cvs.openbsd.org 2004/03/03 06:47:52
432      [sshd.c]
433      change proctiltle after accept(2); ok henning, deraadt, djm
434    - djm@cvs.openbsd.org 2004/03/03 09:30:42
435      [sftp-client.c]
436      Don't print duplicate messages when progressmeter is off
437      Spotted by job317 AT mailvault.com; ok markus@
438    - djm@cvs.openbsd.org 2004/03/03 09:31:20
439      [sftp.c]
440      Fix initialisation of progress meter; ok markus@
441    - markus@cvs.openbsd.org 2004/03/05 10:53:58
442      [readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c]
443      add IdentitiesOnly; ok djm@, pb@
444    - djm@cvs.openbsd.org 2004/03/08 09:38:05
445      [ssh-keyscan.c]
446      explicitly initialise remote_major and remote_minor.
447      from cjwatson AT debian.org; ok markus@
448    - dtucker@cvs.openbsd.org 2004/03/08 10:18:57
449      [sshd_config.5]
450      Document KerberosGetAFSToken;  ok markus@
451  - (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
452
453 20040307
454  - (tim) [regress/login-timeout.sh] fix building outside of source tree.
455
456 20040304
457  - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with
458    -DUSE_POSIX_THREADS.  From antoine.verheijen at ualbert ca.  ok djm@
459  - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread,
460    prevent hanging during PAM keyboard-interactive authentications.  ok djm@
461  - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
462    openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when
463    configured --with-osfsia.  ok djm@
464
465 20040303
466  - (djm) [configure.ac ssh-agent.c] Use prctl to prevent ptrace on ssh-agent
467    ok dtucker  
468
469 20040229
470  - (tim) [configure.ac] Put back bits mistakenly removed from Rev 1.188
471
472 20040229
473  - (dtucker) OpenBSD CVS Sync
474    - djm@cvs.openbsd.org 2004/02/25 00:22:45
475      [sshd.c]
476      typo in comment
477    - dtucker@cvs.openbsd.org 2004/02/27 22:42:47
478      [dh.c]
479      Prevent sshd from sending DH groups with a primitive generator of zero or
480      one, even if they are listed in /etc/moduli.  ok markus@
481    - dtucker@cvs.openbsd.org 2004/02/27 22:44:56
482      [dh.c]
483      Make /etc/moduli line buffer big enough for 8kbit primes, in case anyone
484      ever uses one.  ok markus@
485    - dtucker@cvs.openbsd.org 2004/02/27 22:49:27
486      [dh.c]
487      Reset bit counter at the right time, fixes debug output in the case where
488      the DH group is rejected.  ok markus@
489    - dtucker@cvs.openbsd.org 2004/02/17 08:23:20
490      [regress/Makefile regress/login-timeout.sh]
491      Add regression test for LoginGraceTime; ok markus@
492    - markus@cvs.openbsd.org 2004/02/24 16:56:30
493      [regress/test-exec.sh]
494      allow arguments in ${TEST_SSH_XXX}
495    - markus@cvs.openbsd.org 2004/02/24 17:06:52
496      [regress/ssh-com-client.sh regress/ssh-com-keygen.sh
497      regress/ssh-com-sftp.sh regress/ssh-com.sh]
498      test against recent ssh.com releases
499    - dtucker@cvs.openbsd.org 2004/02/28 12:16:57
500      [regress/dynamic-forward.sh]
501      Make dynamic-forward understand nc's new output.  ok markus@
502    - dtucker@cvs.openbsd.org 2004/02/28 13:44:45
503      [regress/try-ciphers.sh]
504      Test acss too; ok markus@
505  - (dtucker) [regress/try-ciphers.sh] Skip acss if not compiled in (eg if we
506    built with openssl < 0.9.7)
507
508 20040226
509  - (bal) KNF our sshlogin.c even if the code looks nothing like upstream
510    code due to diversity issues.
511
512 20040225
513  - (djm) Trim ChangeLog 
514  - (djm) Don't specify path to PAM modules in Redhat sshd.pam; from Fedora
515
516 20040224
517  - (dtucker) OpenBSD CVS Sync
518    - markus@cvs.openbsd.org 2004/02/19 21:15:04
519      [sftp-server.c]
520      switch to new license.template
521    - markus@cvs.openbsd.org 2004/02/23 12:02:33
522      [sshd.c]
523      backout revision 1.279; set listen socket to non-block; ok henning.
524    - markus@cvs.openbsd.org 2004/02/23 15:12:46
525      [bufaux.c]
526      encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka
527      and drop support for negative BNs; ok otto@
528    - markus@cvs.openbsd.org 2004/02/23 15:16:46
529      [version.h]
530      enter 3.8
531  - (dtucker) [configure.ac gss-serv-krb5.c ssh-gss.h] Define GSSAPI when found
532    with krb5-config, hunt down gssapi.h and friends.  Based partially on patch
533    from deengert at anl.gov.  ok djm@
534  - (djm) [groupaccess.c uidswap.c] Bug #787: Size group arrays at runtime 
535    using sysconf() if available Based on patches from 
536    holger AT van-lengerich.de and openssh_bugzilla AT hockin.org
537  - (dtucker) [uidswap.c] Minor KNF.  ok djm@
538  - (tim) [openbsd-compat/getrrsetbyname.c] Make gcc 2.7.2.3 happy.  ok djm@
539  - (djm) Crank RPM spec versions
540  - (dtucker) [README] Add pointer to release notes.  ok djm@
541  - (dtucker) {README.platform] Add platform-specific notes.
542  - (tim) [configure.ac] SCO3 needs -lcrypt_i for -lprot
543  - (djm) Release 3.8p1
544
545 20040223
546  - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
547    non-interactive path.  ok djm@
548
549 20040222
550  - (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry test
551    to auth-shadow.c, no functional change.  ok djm@
552  - (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or
553    password expiry.  ok djm@
554  - (dtucker) [auth-passwd.c] Only check password expiry once.  Prevents
555    multiple warnings if a wrong password is entered.
556  - (dtucker) [configure.ac] Apply krb5-config --libs fix to non-gssapi path
557    too.
558
559 20040220
560  - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@
561
562 20040218
563  - (dtucker) [configure.ac] Handle case where krb5-config --libs returns a
564    path with a "-" in it.  From Sergio.Gelato at astro.su.se.
565  - (djm) OpenBSD CVS Sync
566    - djm@cvs.openbsd.org 2004/02/17 07:17:29
567      [sftp-glob.c sftp.c]
568      Remove useless headers; ok deraadt@
569    - djm@cvs.openbsd.org 2004/02/17 11:03:08
570      [sftp.c]
571      sftp.c and sftp-int.c, together at last; ok markus@
572    - jmc@cvs.openbsd.org 2004/02/17 19:35:21
573      [sshd_config.5]
574      remove cruft left over from RhostsAuthentication removal;
575      ok markus@
576  - (djm) [log.c] Correct use of HAVE_OPENLOG_R
577  - (djm) [log.c] Tighten openlog_r tests
578
579 20040217
580  - (djm) Simplify the license on code I have written. No code changes.
581  - (djm) OpenBSD CVS Sync
582    - djm@cvs.openbsd.org 2004/02/17 05:39:51
583      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
584      [sftp-int.h sftp.c]
585      switch to license.template for code written by me (belated, I know...)
586  - (djm) Bug #698: Specify FILE: for KRB5CCNAME; patch from 
587    stadal@suse.cz and simon@sxw.org.uk
588  - (dtucker) [auth-pam.c] Tidy up PAM debugging.  ok djm@
589  - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred for
590    display after login.  Should fix problems like pam_motd not displaying
591    anything, noticed by cjwatson at debian.org.  ok djm@
592
593 20040212
594  - (tim) [Makefile.in regress/sftp-badcmds.sh regress/test-exec.sh]
595    Portablity fixes. Data sftp transfers needs to be world readable. Some
596    older shells hang on while loops when  doing sh -n some_script. OK dtucker@
597  - (tim) [configure.ac] Make sure -lcrypto is before -lsocket for sco3.
598    ok mouring@
599
600 20040211
601  - (dtucker) [auth-passwd.c auth-shadow.c] Only enable shadow expiry check
602    if HAS_SHADOW_EXPIRY is set.
603  - (tim) [configure.ac] Fix comment to match code changes in ver 1.117
604
605 20040210
606  - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
607    openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's
608    native password expiry.
609  - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h
610    defines.h] Bug #14: Use do_pwchange to support password expiry and force
611    change for platforms using /etc/shadow.  ok djm@
612  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compat
613    functions to avoid conflicts with Heimdal's libroken.  ok djm@
614  - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to
615    change expired PAM passwords for SSHv1 connections without privsep.
616    pam_chauthtok is still used when privsep is disabled.  ok djm@
617  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move
618    include from port-aix.h to port-aix.c and remove unnecessary function
619    definition.  Fixes build errors on AIX.
620  - (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platforms
621    that support it.  from & ok mouring@
622  - (dtucker) [configure.ac] Bug #345: Do not disable utmp on HP-UX 10.x.
623    ok djm@
624
625 20040207
626  - (dtucker) OpenBSD CVS Sync
627    - dtucker@cvs.openbsd.org 2004/02/06 23:41:13
628      [cipher-ctr.c]
629      Use EVP_CIPHER_CTX_key_length for key length.  ok markus@
630      (This will fix builds with OpenSSL 0.9.5)
631  - (dtucker) [cipher.c] enable AES counter modes with OpenSSL 0.9.5.
632    ok djm@, markus@
633
634 20040206
635  - (dtucker) [acss.c acss.h] Fix $Id tags.
636  - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with
637    OpenSSL >= 0.9.7.  ok djm@
638  - (dtucker) [session.c] Bug #789: Do not call do_pam_setcred as a non-root
639    user, since some modules might fail due to lack of privilege.  ok djm@
640  - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFO
641    for HP-UX 11.11.  If there are known-good configs where this is not
642    required, please report them.  ok djm@
643  - (dtucker) [sshd.c] Bug #757: Clear child's environment to prevent
644    accidentally inheriting from root's environment.  ok djm@
645  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #796:
646    Restore previous authdb setting after auth calls.  Fixes problems with
647    setpcred failing on accounts that use AFS or NIS password registries.
648  - (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,
649    required on Solaris 2.5.1 for queue_t, which is used by <sys/ptms.h>.
650  - (dtucker) OpenBSD CVS Sync
651    - markus@cvs.openbsd.org 2004/01/30 09:48:57
652      [auth-passwd.c auth.h pathnames.h session.c]
653      support for password change; ok dtucker@
654      (set password-dead=1w in login.conf to use this).
655      In -Portable, this is currently only platforms using bsdauth.
656    - dtucker@cvs.openbsd.org 2004/02/05 05:37:17
657      [monitor.c sshd.c]
658      Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@
659    - markus@cvs.openbsd.org 2004/02/05 15:33:33
660      [progressmeter.c]
661      fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
662
663 20040129
664  - (dtucker) OpenBSD CVS Sync regress/
665    - dtucker@cvs.openbsd.org 2003/10/11 11:49:49
666      [Makefile banner.sh]
667      Test missing banner file, suppression of banner with ssh -q, check return
668      code from ssh.  ok markus@
669    - jmc@cvs.openbsd.org 2003/11/07 10:16:44
670      [ssh-com.sh]
671      adress -> address, and a few more; all from Jonathon Gray;
672    - djm@cvs.openbsd.org 2004/01/13 09:49:06
673      [sftp-batch.sh]
674  - (dtucker) [configure.ac] Add --without-zlib-version-check.  Feedback from
675    tim@, ok several
676  - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]
677    Bug #775: Cray fixes from wendy at cray.com
678
679 20040128
680  - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
681  - (dtucker) [moduli] Import new moduli file from OpenBSD.
682
683 20040127
684  - (djm) OpenBSD CVS Sync
685    - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
686      [cipher.c]
687      enable acss for ssh
688      ok deraadt@ markus@
689    - mouring@cvs.openbsd.org 2004/01/23 17:57:48
690      [sftp-int.c]
691      Fix issue pointed out with ls not handling large directories 
692      with embeded paths correctly.  OK damien@
693    - hshoexer@cvs.openbsd.org 2004/01/23 19:26:33
694      [cipher.c]
695      rename acss@opebsd.org to acss@openssh.org
696      ok deraadt@
697    - djm@cvs.openbsd.org 2004/01/25 03:49:09
698      [sshconnect.c]
699      reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)
700      from jclonguet AT free.fr; ok millert@
701    - djm@cvs.openbsd.org 2004/01/27 10:08:10
702      [sftp.c]
703      reorder parsing so user:skey@host:file works (bugzilla #777)
704      patch from admorten AT umich.edu; ok markus@
705  - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS 
706    if libcrypto lacks it
707
708 20040126
709  - (tim) Typo in regress/README.regress
710  - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
711  - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
712  - (tim) [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
713  - (tim) [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
714    and T_SIG to getrrsetbyname.h
715
716 20040124
717  - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
718
719 20040123 
720  - (djm) Do pam_session processing for systems with HAVE_LOGIN_CAP; from 
721    ralf.hack AT pipex.net; ok dtucker@
722  - (djm) Bug #776: Update contrib/redhat/openssh.spec to dynamically detect
723    Kerberos location (and thus work with Fedora Core 1);
724    from jason AT devrandom.org
725  - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
726    zlib >= 1.1.4.  Partly from jbasney at ncsa.uiuc.edu.  ok djm@
727  - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
728    Patch from vinschen at redhat.com.
729  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
730    Change AFS symbol to USE_AFS to prevent namespace collisions, do not
731    include kafs.h unless necessary.  From deengert at anl.gov.
732  - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and
733    -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \
734    CPPFLAGS="-I/usr/local/include" ./configure if needed.
735
736 20040122
737  - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
738    GSSAPI detection, libs and includes.  ok djm@
739  - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
740    just HEIMDAL.
741  - (tim) [contrib/solaris/buildpkg.sh] Allow for the possibility of
742    /usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
743
744 20040121
745  - (djm) OpenBSD CVS Sync
746    - djm@cvs.openbsd.org 2004/01/13 09:25:05
747      [sftp-int.c sftp.1 sftp.c]
748      Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
749      enable use of "-b -" to accept batchfile from stdin; ok markus@
750    - jmc@cvs.openbsd.org 2004/01/13 12:17:33
751      [sftp.1]
752      remove unnecessary Ic's;
753      kill whitespace at EOL;
754      ok djm@
755    - markus@cvs.openbsd.org 2004/01/13 19:23:15
756      [compress.c session.c]
757      -Wall; ok henning
758    - markus@cvs.openbsd.org 2004/01/13 19:45:15
759      [compress.c]
760      cast for portability; millert@
761    - markus@cvs.openbsd.org 2004/01/19 09:24:21
762      [channels.c]
763      fake consumption for half closed channels since the peer is waiting for
764      window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@
765      reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
766    - markus@cvs.openbsd.org 2004/01/19 21:25:15
767      [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c]
768      fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
769    - djm@cvs.openbsd.org 2004/01/21 03:07:59
770      [sftp.c]
771      initialise infile in main, rather than statically - from portable
772    - deraadt@cvs.openbsd.org 2004/01/11 21:55:06
773      [sshpty.c]
774      for pty opening, only use the openpty() path.  the other stuff only needs
775      to be in openssh-p; markus ok
776  - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an
777    openpty() replacement
778
779 20040114
780  - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
781    unexpectedly.  with & ok djm@
782  - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add
783    test for case where cleanup has already run.
784  - (dtucker) [auth-pam.c] Add minor debugging.
785
786 20040113
787  - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes.  No
788    functional changes.
789
790 20040108
791  - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
792    only define if not already.  From des at freebsd.org.
793  - (dtucker) [configure.ac] Remove extra (typo) comma.
794
795 20040105
796  - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails.  Patch from
797    cjwatson at debian.org.
798  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
799    Only enable KerberosGetAFSToken if Heimdal's libkafs is found.  with jakob@
800
801 20040102
802  - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
803    jakob@
804  - (djm) Remove useless DNS support configure summary message. from jakob@
805  - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
806    Report from jakob@
807
808 20031231
809  - (dtucker) OpenBSD CVS Sync
810    - djm@cvs.openbsd.org 2003/12/22 09:16:58
811      [moduli.c ssh-keygen.1 ssh-keygen.c]
812      tidy up moduli generation debugging, add -v (verbose/debug) option to
813      ssh-keygen; ok markus@
814    - markus@cvs.openbsd.org 2003/12/22 20:29:55
815      [cipher-3des1.c]
816      EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
817    - jakob@cvs.openbsd.org 2003/12/23 16:12:10
818      [servconf.c servconf.h session.c sshd_config]
819      implement KerberosGetAFSToken server option. ok markus@, beck@
820    - millert@cvs.openbsd.org 2003/12/29 16:39:50
821      [sshd_config]
822      KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
823    - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
824      [auth2-passwd.c]
825      Ignore password change request during password auth (which we currently
826      don't support) and discard proposed new password.  corrections/ok markus@
827  - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
828
829 20031219
830  - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
831    typedef size_t ourselves.
832
833 20031218
834  - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
835  - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
836    authentication.  Partially fixes bug #423.  Feedback & ok djm@
837
838 20031217
839  - (djm) OpenBSD CVS Sync
840    - markus@cvs.openbsd.org 2003/12/09 15:28:43
841      [serverloop.c]
842      make ClientKeepAlive work for ssh -N, too (no login shell requested).
843      1) send a bogus channel request if we find a channel
844      2) send a bogus global request if we don't have a channel
845      ok + test beck@
846    - markus@cvs.openbsd.org 2003/12/09 17:29:04
847      [sshd.c]
848      fix -o and HUP; ok henning@
849    - markus@cvs.openbsd.org 2003/12/09 17:30:05
850      [ssh.c]
851      don't modify argv for ssh -o; similar to sshd.c 1.283
852    - markus@cvs.openbsd.org 2003/12/09 21:53:37
853      [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
854      [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
855      rename keepalive to tcpkeepalive; the old name causes too much
856      confusion; ok djm, dtucker; with help from jmc@
857    - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
858      [clientloop.c]
859      Clear exit code when ssh -N is terminated with a SIGTERM.  ok markus@
860    - markus@cvs.openbsd.org 2003/12/14 12:37:21
861      [ssh_config.5]
862      we don't support GSS KEX; from Simon Wilkinson
863    - markus@cvs.openbsd.org 2003/12/16 15:49:51
864      [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
865      [ssh.c ssh_config.5]
866      application layer keep alive (ServerAliveInterval ServerAliveCountMax)
867      for ssh(1), similar to the sshd(8) option; ok beck@; with help from
868      jmc and dtucker@
869    - markus@cvs.openbsd.org 2003/12/16 15:51:54
870      [dh.c]
871      use <= instead of < in dh_estimate; ok provos/hshoexer; 
872      do not return < DH_GRP_MIN
873  - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
874    setres[ug]id() present but not implemented (eg some Linux/glibc
875    combinations).
876  - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
877    using a real 'signal()' (Noticed by a NeXT Compile)
878
879 20031209
880  - (dtucker) OpenBSD CVS Sync
881    - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
882      [ssh-add.1]
883      ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
884    - djm@cvs.openbsd.org 2003/11/26 21:44:29
885      [cipher-aes.c]
886      fix #ifdef before #define; ok markus@
887      (RCS ID sync only, Portable already had this)
888    - markus@cvs.openbsd.org 2003/12/02 12:15:10
889      [progressmeter.c]
890      improvments from andreas@:
891      * saner speed estimate for transfers that takes less than a second by
892        rounding the time to 1 second.
893      * when the transfer is finished calculate the actual total speed
894        rather than the current speed which is given during the transfer
895    - markus@cvs.openbsd.org 2003/12/02 17:01:15
896      [channels.c session.c ssh-agent.c ssh.h sshd.c]
897      use SSH_LISTEN_BACKLOG (=128) in listen(2).
898    - djm@cvs.openbsd.org 2003/12/07 06:34:18
899      [moduli.c]
900      remove unused debugging #define templates
901    - markus@cvs.openbsd.org 2003/12/08 11:00:47
902      [kexgexc.c]
903      print requested group size in debug; ok djm
904    - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
905      [moduli.c]
906      Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
907      they can't be used for Diffie-Hellman.  Assistance and ok djm@
908  - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
909
910 20031208
911  - (tim) [configure.ac] Bug 770. Fix --without-rpath.
912
913 20031123
914  - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
915    function and call it unconditionally
916  - (djm) OpenBSD CVS Sync
917    - djm@cvs.openbsd.org 2003/11/23 23:17:34
918      [ssh-keyscan.c]
919      from portable - use sysconf to detect fd limit; ok markus@
920      (tidy diff by adding SSH_SSFDMAX macro to defines.h)
921    - djm@cvs.openbsd.org 2003/11/23 23:18:45
922      [ssh-keygen.c]
923      consistency PATH_MAX -> MAXPATHLEN; ok markus@
924      (RCS ID sync only)
925    - djm@cvs.openbsd.org 2003/11/23 23:21:21
926      [scp.c]
927      from portable: rename clashing variable limit-> limit_rate; ok markus@
928      (RCS ID sync only)
929    - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
930      [ssh.1 ssh.c]
931      Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
932  - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original 
933    source file path (in OpenBSD tree).
934
935 20031122
936  - (dtucker) [channels.c] Make AIX write limit code clearer.  Suggested by djm@
937  - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
938    Move AIX specific password authentication code to port-aix.c, call
939    authenticate() until reenter flag is clear.
940  - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
941    Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
942    is enabled, rely on SIA to check for locked accounts if enabled.  ok djm@
943  - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
944  - (djm) [sftp-int.c] Remove duplicated code from bogus sync
945  - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
946
947 20031121
948  - (djm) OpenBSD CVS Sync
949    - markus@cvs.openbsd.org 2003/11/20 11:39:28
950      [progressmeter.c]
951      fix rounding errors; from andreas@
952    - djm@cvs.openbsd.org 2003/11/21 11:57:03
953      [everything]
954      unexpand and delete whitespace at EOL; ok markus@
955      (done locally and RCS IDs synced)
956
957 20031118
958  - (djm) Fix early exit for root auth success when UsePAM=yes and 
959    PermitRootLogin=no
960  - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
961    and use it for do_pam_session.  Fixes problems like pam_motd not
962    displaying anything.  ok djm@
963  - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
964  - (djm) OpenBSD CVS Sync
965    - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
966      [serverloop.c]
967      Correct check for authctxt->valid.  ok djm@
968    - djm@cvs.openbsd.org 2003/11/18 10:53:07
969      [monitor.c]
970      unbreak fake authloop for non-existent users (my screwup). Spotted and
971      tested by dtucker@; ok markus@
972
973 20031117
974  - (djm) OpenBSD CVS Sync
975    - djm@cvs.openbsd.org 2003/11/03 09:03:37
976      [auth-chall.c]
977      make this a little more idiot-proof; ok markus@
978      (includes portable-specific changes)
979    - jakob@cvs.openbsd.org 2003/11/03 09:09:41
980      [sshconnect.c]
981      move changed key warning into warn_changed_key(). ok markus@
982    - jakob@cvs.openbsd.org 2003/11/03 09:37:32
983      [sshconnect.c]
984      do not free static type pointer in warn_changed_key()
985    - djm@cvs.openbsd.org 2003/11/04 08:54:09
986      [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
987      [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
988      [session.c]
989      standardise arguments to auth methods - they should all take authctxt.
990      check authctxt->valid rather then pw != NULL; ok markus@
991    - jakob@cvs.openbsd.org 2003/11/08 16:02:40
992      [auth1.c]
993      remove unused variable (pw). ok djm@
994      (id sync only - still used in portable)
995    - jmc@cvs.openbsd.org 2003/11/08 19:17:29
996      [sftp-int.c]
997      typos from Jonathon Gray;
998    - jakob@cvs.openbsd.org 2003/11/10 16:23:41
999      [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
1000      [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
1001      [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
1002      constify. ok markus@ & djm@
1003    - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
1004      [scp.c]
1005      When called with -q, pass -q to ssh; suppresses SSH2 banner.  ok markus@
1006    - jakob@cvs.openbsd.org 2003/11/12 16:39:58
1007      [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
1008      update SSHFP validation. ok markus@
1009    - jmc@cvs.openbsd.org 2003/11/12 20:14:51
1010      [ssh_config.5]
1011      make verb agree with subject, and kill some whitespace;
1012    - markus@cvs.openbsd.org 2003/11/14 13:19:09
1013      [sshconnect2.c]
1014      cleanup and minor fixes for the client code; from Simon Wilkinson
1015    - djm@cvs.openbsd.org 2003/11/17 09:45:39
1016      [msg.c msg.h sshconnect2.c ssh-keysign.c]
1017      return error on msg send/receive failure (rather than fatal); ok markus@
1018    - markus@cvs.openbsd.org 2003/11/17 11:06:07
1019      [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
1020      [monitor_wrap.h sshconnect2.c ssh-gss.h]
1021      replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; 
1022      test + ok jakob.
1023  - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
1024    conversation function
1025  - (djm) Export environment variables from authentication subprocess to 
1026    parent. Part of Bug #717
1027
1028 20031115
1029  - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
1030    HP-UX, skip test on AIX.
1031
1032 20031113
1033  - (dtucker) [auth-pam.c] Append newlines to lines output by the
1034    pam_chauthtok_conv().
1035  - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
1036    contrib/cygwin).  Major update from vinschen at redhat.com.
1037    - Makefile provides a `cygwin-postinstall' target to run right after
1038      `make install'.
1039    - Better support for Windows 2003 Server.
1040    - Try to get permissions as correct as possible.
1041    - New command line options to allow full automated host configuration.
1042    - Create configs from skeletons in /etc/defaults/etc.
1043    - Use /bin/bash, allows reading user input with readline support.
1044    - Remove really old configs from /usr/local.
1045  - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
1046    PAM_ERROR_MSG messages.
1047
1048 20031106
1049  - (djm) Clarify UsePAM consequences a little more
1050
1051 20031103
1052  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
1053    are created correctly with CRLF line terminations.  Patch from vinschen at
1054    redhat.com.
1055  - (dtucker) OpenBSD CVS Sync
1056    - markus@cvs.openbsd.org 2003/10/15 09:48:45
1057      [monitor_wrap.c]
1058      check pmonitor != NULL
1059    - markus@cvs.openbsd.org 2003/10/21 09:50:06
1060      [auth2-gss.c]
1061      make sure the doid is larger than 2
1062    - avsm@cvs.openbsd.org 2003/10/26 16:57:43
1063      [sshconnect2.c]
1064      rename 'supported' static var in userauth_gssapi() to 'gss_supported'
1065      to avoid shadowing the global version.  markus@ ok
1066    - markus@cvs.openbsd.org 2003/10/28 09:08:06
1067      [misc.c]
1068      error->debug for getsockopt+TCP_NODELAY; several requests
1069    - markus@cvs.openbsd.org 2003/11/02 11:01:03
1070      [auth2-gss.c compat.c compat.h sshconnect2.c]
1071      remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
1072  - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
1073
1074 20031021
1075  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
1076    directly.  Noted by Darren.Moffat at sun.com.
1077  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
1078    make agent setgid during test.
1079
1080 20031017
1081  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
1082    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
1083
1084 20031015
1085  - (dtucker) OpenBSD CVS Sync
1086    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
1087      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
1088      scp and sftp: add options list and sort options. options list requested
1089      by deraadt@
1090      sshd: use same format as ssh
1091      ssh: remove wrong option from list
1092      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
1093      ok deraadt@ markus@
1094    - markus@cvs.openbsd.org 2003/10/08 15:21:24
1095      [readconf.c ssh_config.5]
1096      default GSS API to no in client, too; ok jakob, deraadt@
1097    - markus@cvs.openbsd.org 2003/10/11 08:24:08
1098      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
1099      remote x11 clients are now untrusted by default, uses xauth(8) to generate
1100      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
1101      ok deraadt; feedback and ok djm/fries
1102    - markus@cvs.openbsd.org 2003/10/11 08:26:43
1103      [sshconnect2.c]
1104      search keys in reverse order; fixes #684
1105    - markus@cvs.openbsd.org 2003/10/11 11:36:23
1106      [monitor_wrap.c]
1107      return NULL for missing banner; ok djm@
1108    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
1109      [ssh_config.5]
1110      note that EnableSSHKeySign should be in the non-hostspecific section;
1111      remove unnecessary .Pp;
1112      ok markus@
1113    - markus@cvs.openbsd.org 2003/10/13 08:22:25
1114      [scp.1 sftp.1]
1115      don't refer to options related to forwarding; ok jmc@
1116    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
1117      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
1118      include SSHFP lookup code (not enabled by default). ok markus@
1119    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
1120      [README.dns]
1121      update
1122    - markus@cvs.openbsd.org 2003/10/14 19:54:39
1123      [session.c ssh-agent.c]
1124      10X for mkdtemp; djm@
1125  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
1126    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
1127    compiled in but disabled in config.
1128  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
1129  - (tim) [regress/banner.sh] portability fix.
1130
1131 20031009
1132  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
1133
1134 20031008
1135  - (dtucker) OpenBSD CVS Sync
1136    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
1137      [sshconnect2.c]
1138      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
1139      #707.  ok markus@
1140    - djm@cvs.openbsd.org 2003/10/07 07:04:16
1141      [sftp-int.c]
1142      sftp quoting fix from admorten AT umich.edu; ok markus@
1143    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
1144      [sshconnect2.c]
1145      set ptr to NULL after free
1146    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
1147      [regress/Makefile regress/banner.sh]
1148      Test SSH2 banner.  ok markus@
1149    - djm@cvs.openbsd.org 2003/10/07 07:04:52
1150      [regress/sftp-cmds.sh]
1151      more sftp quoting regress tests; ok markus
1152
1153 20031007
1154  - (djm) Delete autom4te.cache after autoreconf
1155  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
1156    cleanup functions.  With & ok djm@
1157  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
1158    run-time switch, always build --with-md5-passwords.
1159  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
1160    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
1161  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
1162    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
1163  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
1164    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
1165
1166 20031003
1167  - (dtucker) OpenBSD CVS Sync
1168    - markus@cvs.openbsd.org 2003/10/02 10:41:59
1169      [sshd.c]
1170      print openssl version, too, several requests; ok henning/djm.
1171    - markus@cvs.openbsd.org 2003/10/02 08:26:53
1172      [ssh-gss.h]
1173      missing $OpenBSD:; dtucker
1174  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
1175    option.
1176
1177 20031002
1178  - (dtucker) OpenBSD CVS Sync
1179    - markus@cvs.openbsd.org 2003/09/23 20:17:11
1180      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
1181      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
1182      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
1183      ssh-agent.c sshd.c]
1184      replace fatal_cleanup() and linked list of fatal callbacks with static
1185      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
1186      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
1187      tested by many, ok deraadt@
1188    - markus@cvs.openbsd.org 2003/09/23 20:18:52
1189      [progressmeter.c]
1190      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
1191      ok millert/deraadt@
1192    - markus@cvs.openbsd.org 2003/09/23 20:41:11
1193      [channels.c channels.h clientloop.c]
1194      move client only agent code to clientloop.c
1195    - markus@cvs.openbsd.org 2003/09/26 08:19:29
1196      [sshd.c]
1197      no need to set the listen sockets to non-block; ok deraadt@
1198    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
1199      [ssh.1]
1200      - add list of options to -o and .Xr ssh_config(5)
1201      - some other cleanup
1202      requested by deraadt@;
1203      ok deraadt@ markus@
1204    - markus@cvs.openbsd.org 2003/09/29 20:19:57
1205      [servconf.c sshd_config]
1206      GSSAPICleanupCreds -> GSSAPICleanupCredentials
1207  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
1208    --with-pam.  ok djm@
1209  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
1210  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
1211    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
1212
1213 20030930
1214  - (bal) Fix issues in openbsd-compat/realpath.c
1215
1216 20030925
1217  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
1218    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
1219    michael_steffens at hp.com, ok djm@
1220  - (tim) [sshd_config] UsePAM defaults to no.
1221
1222 20030924
1223  - (djm) Update version.h and spec files for HEAD
1224  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
1225
1226 20030923
1227  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
1228    builds.  Portability corrections from tim@.
1229  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
1230    Patch from max at quendi.de.
1231  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
1232  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
1233  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
1234    Patch from david.haughton at ncr.com
1235  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
1236    Part of patch supplied by bugzilla-openssh at thewrittenword.com
1237  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
1238    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
1239    where gai_strerror is defined as "const char *".  Part of patch supplied
1240    by bugzilla-openssh at thewrittenword.com
1241  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
1242    ssh-host-config to match current defaults, bump README version.  Patch from
1243    vinschen at redhat.com.
1244  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
1245    OS does not support permanently dropping privileges.  Patch from
1246    vinschen at redhat.com.
1247  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
1248    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
1249    thewrittenword.com
1250  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
1251    higher.
1252  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
1253  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
1254    Report by distler AT golem ph utexas edu.
1255  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
1256    article by genty at austin.ibm.com, included with the author's permission.
1257  - (dtucker) OpenBSD CVS Sync
1258    - markus@cvs.openbsd.org 2003/09/18 07:52:54
1259      [sshconnect.c]
1260      missing {}; bug #656; jclonguet at free.fr
1261    - markus@cvs.openbsd.org 2003/09/18 07:54:48
1262      [buffer.c]
1263      protect against double free; #660;  zardoz at users.sf.net
1264    - markus@cvs.openbsd.org 2003/09/18 07:56:05
1265      [authfile.c]
1266      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
1267    - markus@cvs.openbsd.org 2003/09/18 08:49:45
1268      [deattack.c misc.c session.c ssh-agent.c]
1269      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
1270      ok millert@
1271    - miod@cvs.openbsd.org 2003/09/18 13:02:21
1272      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
1273      A few signedness fixes for harmless situations; markus@ ok
1274    - markus@cvs.openbsd.org 2003/09/19 09:02:02
1275      [packet.c]
1276      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
1277    - markus@cvs.openbsd.org 2003/09/19 09:03:00
1278      [buffer.c]
1279      sign fix in buffer_dump; Jedi/Sector One; pr 3473
1280    - markus@cvs.openbsd.org 2003/09/19 11:29:40
1281      [ssh-agent.c]
1282      provide a ssh-agent specific fatal() function; ok deraadt
1283    - markus@cvs.openbsd.org 2003/09/19 11:30:39
1284      [ssh-keyscan.c]
1285      avoid fatal_cleanup, just call exit(); ok deraadt
1286    - markus@cvs.openbsd.org 2003/09/19 11:31:33
1287      [channels.c]
1288      do not call channel_free_all on fatal; ok deraadt
1289    - markus@cvs.openbsd.org 2003/09/19 11:33:09
1290      [packet.c sshd.c]
1291      do not call packet_close on fatal; ok deraadt
1292    - markus@cvs.openbsd.org 2003/09/19 17:40:20
1293      [scp.c]
1294      error handling for remote-remote copy; #638; report Harald Koenig;
1295      ok millert, fgs, henning, deraadt
1296    - markus@cvs.openbsd.org 2003/09/19 17:43:35
1297      [clientloop.c sshtty.c sshtty.h]
1298      remove fatal callbacks from client code; ok deraadt
1299  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
1300         on #unixhelp@efnet
1301  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
1302  - (djm) Sync with V_3_7 branch:
1303    - (djm) Fix SSH1 challenge kludge
1304    - (djm) Bug #671: Fix builds on OpenBSD
1305    - (djm) Bug #676: Fix PAM stack corruption
1306    - (djm) Fix bad free() in PAM code
1307    - (djm) Don't call pam_end before pam_init
1308    - (djm) Enable build with old OpenSSL again
1309    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1310    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1311
1312 $Id$
This page took 0.146518 seconds and 5 git commands to generate.