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