]> andersk Git - openssh.git/blob - ChangeLog
- markus@cvs.openbsd.org 2004/03/20 10:40:59
[openssh.git] / ChangeLog
1 20040322
2  - (djm) [sshd.c] Drop supplemental groups if started as root
3  - (djm) OpenBSD CVS Sync
4    - markus@cvs.openbsd.org 2004/03/09 22:11:05
5      [ssh.c]
6      increase x11 cookie lifetime to 20 minutes; ok djm
7    - markus@cvs.openbsd.org 2004/03/10 09:45:06
8      [ssh.c]
9      trim usage to match ssh(1) and look more like unix. ok djm@
10    - markus@cvs.openbsd.org 2004/03/11 08:36:26
11      [sshd.c]
12      trim usage; ok deraadt
13    - markus@cvs.openbsd.org 2004/03/11 10:21:17
14      [ssh.c sshd.c]
15      ssh, sshd: sync version output, ok djm
16    - markus@cvs.openbsd.org 2004/03/20 10:40:59
17      [version.h]
18      3.8.1
19
20 20040311
21  - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
22
23 20040310
24  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo
25    before redefining it, silences warnings on Tru64.
26
27 20040308
28  - (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
29    platforms (eg SCO, HP-UX) with logging in the wrong TZ.  ok djm@
30  - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h
31    openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being
32    inherited by the child.  ok djm@
33  - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
34    monitor_wrap.h] Bug #808: Ensure force_pwchange is correctly initialized
35    even if keyboard-interactive is not used by the client.  Prevents 
36    segfaults in some cases where the user's password is expired (note this 
37    is not considered a security exposure).  ok djm@
38  - (djm) OpenBSD CVS Sync
39    - markus@cvs.openbsd.org 2004/03/03 06:47:52
40      [sshd.c]
41      change proctiltle after accept(2); ok henning, deraadt, djm
42    - djm@cvs.openbsd.org 2004/03/03 09:30:42
43      [sftp-client.c]
44      Don't print duplicate messages when progressmeter is off
45      Spotted by job317 AT mailvault.com; ok markus@
46    - djm@cvs.openbsd.org 2004/03/03 09:31:20
47      [sftp.c]
48      Fix initialisation of progress meter; ok markus@
49    - markus@cvs.openbsd.org 2004/03/05 10:53:58
50      [readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c]
51      add IdentitiesOnly; ok djm@, pb@
52    - djm@cvs.openbsd.org 2004/03/08 09:38:05
53      [ssh-keyscan.c]
54      explicitly initialise remote_major and remote_minor.
55      from cjwatson AT debian.org; ok markus@
56    - dtucker@cvs.openbsd.org 2004/03/08 10:18:57
57      [sshd_config.5]
58      Document KerberosGetAFSToken;  ok markus@
59  - (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
60
61 20040307
62  - (tim) [regress/login-timeout.sh] fix building outside of source tree.
63
64 20040304
65  - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with
66    -DUSE_POSIX_THREADS.  From antoine.verheijen at ualbert ca.  ok djm@
67  - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread,
68    prevent hanging during PAM keyboard-interactive authentications.  ok djm@
69  - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
70    openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when
71    configured --with-osfsia.  ok djm@
72
73 20040303
74  - (djm) [configure.ac ssh-agent.c] Use prctl to prevent ptrace on ssh-agent
75    ok dtucker  
76
77 20040229
78  - (tim) [configure.ac] Put back bits mistakenly removed from Rev 1.188
79
80 20040229
81  - (dtucker) OpenBSD CVS Sync
82    - djm@cvs.openbsd.org 2004/02/25 00:22:45
83      [sshd.c]
84      typo in comment
85    - dtucker@cvs.openbsd.org 2004/02/27 22:42:47
86      [dh.c]
87      Prevent sshd from sending DH groups with a primitive generator of zero or
88      one, even if they are listed in /etc/moduli.  ok markus@
89    - dtucker@cvs.openbsd.org 2004/02/27 22:44:56
90      [dh.c]
91      Make /etc/moduli line buffer big enough for 8kbit primes, in case anyone
92      ever uses one.  ok markus@
93    - dtucker@cvs.openbsd.org 2004/02/27 22:49:27
94      [dh.c]
95      Reset bit counter at the right time, fixes debug output in the case where
96      the DH group is rejected.  ok markus@
97    - dtucker@cvs.openbsd.org 2004/02/17 08:23:20
98      [regress/Makefile regress/login-timeout.sh]
99      Add regression test for LoginGraceTime; ok markus@
100    - markus@cvs.openbsd.org 2004/02/24 16:56:30
101      [regress/test-exec.sh]
102      allow arguments in ${TEST_SSH_XXX}
103    - markus@cvs.openbsd.org 2004/02/24 17:06:52
104      [regress/ssh-com-client.sh regress/ssh-com-keygen.sh
105      regress/ssh-com-sftp.sh regress/ssh-com.sh]
106      test against recent ssh.com releases
107    - dtucker@cvs.openbsd.org 2004/02/28 12:16:57
108      [regress/dynamic-forward.sh]
109      Make dynamic-forward understand nc's new output.  ok markus@
110    - dtucker@cvs.openbsd.org 2004/02/28 13:44:45
111      [regress/try-ciphers.sh]
112      Test acss too; ok markus@
113  - (dtucker) [regress/try-ciphers.sh] Skip acss if not compiled in (eg if we
114    built with openssl < 0.9.7)
115
116 20040226
117  - (bal) KNF our sshlogin.c even if the code looks nothing like upstream
118    code due to diversity issues.
119
120 20040225
121  - (djm) Trim ChangeLog 
122  - (djm) Don't specify path to PAM modules in Redhat sshd.pam; from Fedora
123
124 20040224
125  - (dtucker) OpenBSD CVS Sync
126    - markus@cvs.openbsd.org 2004/02/19 21:15:04
127      [sftp-server.c]
128      switch to new license.template
129    - markus@cvs.openbsd.org 2004/02/23 12:02:33
130      [sshd.c]
131      backout revision 1.279; set listen socket to non-block; ok henning.
132    - markus@cvs.openbsd.org 2004/02/23 15:12:46
133      [bufaux.c]
134      encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka
135      and drop support for negative BNs; ok otto@
136    - markus@cvs.openbsd.org 2004/02/23 15:16:46
137      [version.h]
138      enter 3.8
139  - (dtucker) [configure.ac gss-serv-krb5.c ssh-gss.h] Define GSSAPI when found
140    with krb5-config, hunt down gssapi.h and friends.  Based partially on patch
141    from deengert at anl.gov.  ok djm@
142  - (djm) [groupaccess.c uidswap.c] Bug #787: Size group arrays at runtime 
143    using sysconf() if available Based on patches from 
144    holger AT van-lengerich.de and openssh_bugzilla AT hockin.org
145  - (dtucker) [uidswap.c] Minor KNF.  ok djm@
146  - (tim) [openbsd-compat/getrrsetbyname.c] Make gcc 2.7.2.3 happy.  ok djm@
147  - (djm) Crank RPM spec versions
148  - (dtucker) [README] Add pointer to release notes.  ok djm@
149  - (dtucker) {README.platform] Add platform-specific notes.
150  - (tim) [configure.ac] SCO3 needs -lcrypt_i for -lprot
151  - (djm) Release 3.8p1
152
153 20040223
154  - (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
155    non-interactive path.  ok djm@
156
157 20040222
158  - (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry test
159    to auth-shadow.c, no functional change.  ok djm@
160  - (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or
161    password expiry.  ok djm@
162  - (dtucker) [auth-passwd.c] Only check password expiry once.  Prevents
163    multiple warnings if a wrong password is entered.
164  - (dtucker) [configure.ac] Apply krb5-config --libs fix to non-gssapi path
165    too.
166
167 20040220
168  - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@
169
170 20040218
171  - (dtucker) [configure.ac] Handle case where krb5-config --libs returns a
172    path with a "-" in it.  From Sergio.Gelato at astro.su.se.
173  - (djm) OpenBSD CVS Sync
174    - djm@cvs.openbsd.org 2004/02/17 07:17:29
175      [sftp-glob.c sftp.c]
176      Remove useless headers; ok deraadt@
177    - djm@cvs.openbsd.org 2004/02/17 11:03:08
178      [sftp.c]
179      sftp.c and sftp-int.c, together at last; ok markus@
180    - jmc@cvs.openbsd.org 2004/02/17 19:35:21
181      [sshd_config.5]
182      remove cruft left over from RhostsAuthentication removal;
183      ok markus@
184  - (djm) [log.c] Correct use of HAVE_OPENLOG_R
185  - (djm) [log.c] Tighten openlog_r tests
186
187 20040217
188  - (djm) Simplify the license on code I have written. No code changes.
189  - (djm) OpenBSD CVS Sync
190    - djm@cvs.openbsd.org 2004/02/17 05:39:51
191      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
192      [sftp-int.h sftp.c]
193      switch to license.template for code written by me (belated, I know...)
194  - (djm) Bug #698: Specify FILE: for KRB5CCNAME; patch from 
195    stadal@suse.cz and simon@sxw.org.uk
196  - (dtucker) [auth-pam.c] Tidy up PAM debugging.  ok djm@
197  - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred for
198    display after login.  Should fix problems like pam_motd not displaying
199    anything, noticed by cjwatson at debian.org.  ok djm@
200
201 20040212
202  - (tim) [Makefile.in regress/sftp-badcmds.sh regress/test-exec.sh]
203    Portablity fixes. Data sftp transfers needs to be world readable. Some
204    older shells hang on while loops when  doing sh -n some_script. OK dtucker@
205  - (tim) [configure.ac] Make sure -lcrypto is before -lsocket for sco3.
206    ok mouring@
207
208 20040211
209  - (dtucker) [auth-passwd.c auth-shadow.c] Only enable shadow expiry check
210    if HAS_SHADOW_EXPIRY is set.
211  - (tim) [configure.ac] Fix comment to match code changes in ver 1.117
212
213 20040210
214  - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
215    openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's
216    native password expiry.
217  - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h
218    defines.h] Bug #14: Use do_pwchange to support password expiry and force
219    change for platforms using /etc/shadow.  ok djm@
220  - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compat
221    functions to avoid conflicts with Heimdal's libroken.  ok djm@
222  - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to
223    change expired PAM passwords for SSHv1 connections without privsep.
224    pam_chauthtok is still used when privsep is disabled.  ok djm@
225  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move
226    include from port-aix.h to port-aix.c and remove unnecessary function
227    definition.  Fixes build errors on AIX.
228  - (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platforms
229    that support it.  from & ok mouring@
230  - (dtucker) [configure.ac] Bug #345: Do not disable utmp on HP-UX 10.x.
231    ok djm@
232
233 20040207
234  - (dtucker) OpenBSD CVS Sync
235    - dtucker@cvs.openbsd.org 2004/02/06 23:41:13
236      [cipher-ctr.c]
237      Use EVP_CIPHER_CTX_key_length for key length.  ok markus@
238      (This will fix builds with OpenSSL 0.9.5)
239  - (dtucker) [cipher.c] enable AES counter modes with OpenSSL 0.9.5.
240    ok djm@, markus@
241
242 20040206
243  - (dtucker) [acss.c acss.h] Fix $Id tags.
244  - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with
245    OpenSSL >= 0.9.7.  ok djm@
246  - (dtucker) [session.c] Bug #789: Do not call do_pam_setcred as a non-root
247    user, since some modules might fail due to lack of privilege.  ok djm@
248  - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFO
249    for HP-UX 11.11.  If there are known-good configs where this is not
250    required, please report them.  ok djm@
251  - (dtucker) [sshd.c] Bug #757: Clear child's environment to prevent
252    accidentally inheriting from root's environment.  ok djm@
253  - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #796:
254    Restore previous authdb setting after auth calls.  Fixes problems with
255    setpcred failing on accounts that use AFS or NIS password registries.
256  - (dtucker) [configure.ac includes.h] Include <sys/stream.h> if present,
257    required on Solaris 2.5.1 for queue_t, which is used by <sys/ptms.h>.
258  - (dtucker) OpenBSD CVS Sync
259    - markus@cvs.openbsd.org 2004/01/30 09:48:57
260      [auth-passwd.c auth.h pathnames.h session.c]
261      support for password change; ok dtucker@
262      (set password-dead=1w in login.conf to use this).
263      In -Portable, this is currently only platforms using bsdauth.
264    - dtucker@cvs.openbsd.org 2004/02/05 05:37:17
265      [monitor.c sshd.c]
266      Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@
267    - markus@cvs.openbsd.org 2004/02/05 15:33:33
268      [progressmeter.c]
269      fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
270
271 20040129
272  - (dtucker) OpenBSD CVS Sync regress/
273    - dtucker@cvs.openbsd.org 2003/10/11 11:49:49
274      [Makefile banner.sh]
275      Test missing banner file, suppression of banner with ssh -q, check return
276      code from ssh.  ok markus@
277    - jmc@cvs.openbsd.org 2003/11/07 10:16:44
278      [ssh-com.sh]
279      adress -> address, and a few more; all from Jonathon Gray;
280    - djm@cvs.openbsd.org 2004/01/13 09:49:06
281      [sftp-batch.sh]
282  - (dtucker) [configure.ac] Add --without-zlib-version-check.  Feedback from
283    tim@, ok several
284  - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]
285    Bug #775: Cray fixes from wendy at cray.com
286
287 20040128
288  - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
289  - (dtucker) [moduli] Import new moduli file from OpenBSD.
290
291 20040127
292  - (djm) OpenBSD CVS Sync
293    - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03
294      [cipher.c]
295      enable acss for ssh
296      ok deraadt@ markus@
297    - mouring@cvs.openbsd.org 2004/01/23 17:57:48
298      [sftp-int.c]
299      Fix issue pointed out with ls not handling large directories 
300      with embeded paths correctly.  OK damien@
301    - hshoexer@cvs.openbsd.org 2004/01/23 19:26:33
302      [cipher.c]
303      rename acss@opebsd.org to acss@openssh.org
304      ok deraadt@
305    - djm@cvs.openbsd.org 2004/01/25 03:49:09
306      [sshconnect.c]
307      reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)
308      from jclonguet AT free.fr; ok millert@
309    - djm@cvs.openbsd.org 2004/01/27 10:08:10
310      [sftp.c]
311      reorder parsing so user:skey@host:file works (bugzilla #777)
312      patch from admorten AT umich.edu; ok markus@
313  - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS 
314    if libcrypto lacks it
315
316 20040126
317  - (tim) Typo in regress/README.regress
318  - (tim) [regress/test-exec.sh] RhostsAuthentication is deprecated.
319  - (tim) [defines.h] Add defines for HFIXEDSZ and T_SIG
320  - (tim) [configure.ac includes.h] add <sys/ptms.h> for grantpt() and friends.
321  - (tim) [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
322    and T_SIG to getrrsetbyname.h
323
324 20040124
325  - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com
326
327 20040123 
328  - (djm) Do pam_session processing for systems with HAVE_LOGIN_CAP; from 
329    ralf.hack AT pipex.net; ok dtucker@
330  - (djm) Bug #776: Update contrib/redhat/openssh.spec to dynamically detect
331    Kerberos location (and thus work with Fedora Core 1);
332    from jason AT devrandom.org
333  - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
334    zlib >= 1.1.4.  Partly from jbasney at ncsa.uiuc.edu.  ok djm@
335  - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
336    Patch from vinschen at redhat.com.
337  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
338    Change AFS symbol to USE_AFS to prevent namespace collisions, do not
339    include kafs.h unless necessary.  From deengert at anl.gov.
340  - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and
341    -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \
342    CPPFLAGS="-I/usr/local/include" ./configure if needed.
343
344 20040122
345  - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
346    GSSAPI detection, libs and includes.  ok djm@
347  - (dtucker) [session.c] Enable AFS support in conjunction with KRB5 not
348    just HEIMDAL.
349  - (tim) [contrib/solaris/buildpkg.sh] Allow for the possibility of
350    /usr/local being a symbolic link. Fixes problem reported by Henry Grebler.
351
352 20040121
353  - (djm) OpenBSD CVS Sync
354    - djm@cvs.openbsd.org 2004/01/13 09:25:05
355      [sftp-int.c sftp.1 sftp.c]
356      Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
357      enable use of "-b -" to accept batchfile from stdin; ok markus@
358    - jmc@cvs.openbsd.org 2004/01/13 12:17:33
359      [sftp.1]
360      remove unnecessary Ic's;
361      kill whitespace at EOL;
362      ok djm@
363    - markus@cvs.openbsd.org 2004/01/13 19:23:15
364      [compress.c session.c]
365      -Wall; ok henning
366    - markus@cvs.openbsd.org 2004/01/13 19:45:15
367      [compress.c]
368      cast for portability; millert@
369    - markus@cvs.openbsd.org 2004/01/19 09:24:21
370      [channels.c]
371      fake consumption for half closed channels since the peer is waiting for
372      window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@
373      reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
374    - markus@cvs.openbsd.org 2004/01/19 21:25:15
375      [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c]
376      fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
377    - djm@cvs.openbsd.org 2004/01/21 03:07:59
378      [sftp.c]
379      initialise infile in main, rather than statically - from portable
380    - deraadt@cvs.openbsd.org 2004/01/11 21:55:06
381      [sshpty.c]
382      for pty opening, only use the openpty() path.  the other stuff only needs
383      to be in openssh-p; markus ok
384  - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an
385    openpty() replacement
386
387 20040114
388  - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits
389    unexpectedly.  with & ok djm@
390  - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add
391    test for case where cleanup has already run.
392  - (dtucker) [auth-pam.c] Add minor debugging.
393
394 20040113
395  - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes.  No
396    functional changes.
397
398 20040108
399  - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
400    only define if not already.  From des at freebsd.org.
401  - (dtucker) [configure.ac] Remove extra (typo) comma.
402
403 20040105
404  - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails.  Patch from
405    cjwatson at debian.org.
406  - (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
407    Only enable KerberosGetAFSToken if Heimdal's libkafs is found.  with jakob@
408
409 20040102
410  - (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
411    jakob@
412  - (djm) Remove useless DNS support configure summary message. from jakob@
413  - (djm) OSX/Darwin put the PAM headers in a different place, detect this.
414    Report from jakob@
415
416 20031231
417  - (dtucker) OpenBSD CVS Sync
418    - djm@cvs.openbsd.org 2003/12/22 09:16:58
419      [moduli.c ssh-keygen.1 ssh-keygen.c]
420      tidy up moduli generation debugging, add -v (verbose/debug) option to
421      ssh-keygen; ok markus@
422    - markus@cvs.openbsd.org 2003/12/22 20:29:55
423      [cipher-3des1.c]
424      EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr
425    - jakob@cvs.openbsd.org 2003/12/23 16:12:10
426      [servconf.c servconf.h session.c sshd_config]
427      implement KerberosGetAFSToken server option. ok markus@, beck@
428    - millert@cvs.openbsd.org 2003/12/29 16:39:50
429      [sshd_config]
430      KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
431    - dtucker@cvs.openbsd.org 2003/12/31 00:24:50
432      [auth2-passwd.c]
433      Ignore password change request during password auth (which we currently
434      don't support) and discard proposed new password.  corrections/ok markus@
435  - (dtucker) [configure.ac] Only test setresuid and setresgid if they exist.
436
437 20031219
438  - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
439    typedef size_t ourselves.
440
441 20031218
442  - (dtucker) [configure.ac] Don't use setre[ug]id on DG-UX, from Tom Orban.
443  - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive
444    authentication.  Partially fixes bug #423.  Feedback & ok djm@
445
446 20031217
447  - (djm) OpenBSD CVS Sync
448    - markus@cvs.openbsd.org 2003/12/09 15:28:43
449      [serverloop.c]
450      make ClientKeepAlive work for ssh -N, too (no login shell requested).
451      1) send a bogus channel request if we find a channel
452      2) send a bogus global request if we don't have a channel
453      ok + test beck@
454    - markus@cvs.openbsd.org 2003/12/09 17:29:04
455      [sshd.c]
456      fix -o and HUP; ok henning@
457    - markus@cvs.openbsd.org 2003/12/09 17:30:05
458      [ssh.c]
459      don't modify argv for ssh -o; similar to sshd.c 1.283
460    - markus@cvs.openbsd.org 2003/12/09 21:53:37
461      [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
462      [ssh_config.5 sshconnect.c sshd.c sshd_config.5]
463      rename keepalive to tcpkeepalive; the old name causes too much
464      confusion; ok djm, dtucker; with help from jmc@
465    - dtucker@cvs.openbsd.org 2003/12/09 23:45:32
466      [clientloop.c]
467      Clear exit code when ssh -N is terminated with a SIGTERM.  ok markus@
468    - markus@cvs.openbsd.org 2003/12/14 12:37:21
469      [ssh_config.5]
470      we don't support GSS KEX; from Simon Wilkinson
471    - markus@cvs.openbsd.org 2003/12/16 15:49:51
472      [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1]
473      [ssh.c ssh_config.5]
474      application layer keep alive (ServerAliveInterval ServerAliveCountMax)
475      for ssh(1), similar to the sshd(8) option; ok beck@; with help from
476      jmc and dtucker@
477    - markus@cvs.openbsd.org 2003/12/16 15:51:54
478      [dh.c]
479      use <= instead of < in dh_estimate; ok provos/hshoexer; 
480      do not return < DH_GRP_MIN
481  - (dtucker) [acconfig.h configure.ac uidswap.c] Bug #645: Check for
482    setres[ug]id() present but not implemented (eg some Linux/glibc
483    combinations).
484  - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
485    using a real 'signal()' (Noticed by a NeXT Compile)
486
487 20031209
488  - (dtucker) OpenBSD CVS Sync
489    - matthieu@cvs.openbsd.org 2003/11/25 23:10:08
490      [ssh-add.1]
491      ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
492    - djm@cvs.openbsd.org 2003/11/26 21:44:29
493      [cipher-aes.c]
494      fix #ifdef before #define; ok markus@
495      (RCS ID sync only, Portable already had this)
496    - markus@cvs.openbsd.org 2003/12/02 12:15:10
497      [progressmeter.c]
498      improvments from andreas@:
499      * saner speed estimate for transfers that takes less than a second by
500        rounding the time to 1 second.
501      * when the transfer is finished calculate the actual total speed
502        rather than the current speed which is given during the transfer
503    - markus@cvs.openbsd.org 2003/12/02 17:01:15
504      [channels.c session.c ssh-agent.c ssh.h sshd.c]
505      use SSH_LISTEN_BACKLOG (=128) in listen(2).
506    - djm@cvs.openbsd.org 2003/12/07 06:34:18
507      [moduli.c]
508      remove unused debugging #define templates
509    - markus@cvs.openbsd.org 2003/12/08 11:00:47
510      [kexgexc.c]
511      print requested group size in debug; ok djm
512    - dtucker@cvs.openbsd.org 2003/12/09 13:52:55
513      [moduli.c]
514      Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
515      they can't be used for Diffie-Hellman.  Assistance and ok djm@
516  - (dtucker) [ssh-keyscan.c] Sync RCSIDs, missed in SSH_SSFDMAX change below.
517
518 20031208
519  - (tim) [configure.ac] Bug 770. Fix --without-rpath.
520
521 20031123
522  - (djm) [canohost.c] Move IPv4inV6 mapped address normalisation to its own
523    function and call it unconditionally
524  - (djm) OpenBSD CVS Sync
525    - djm@cvs.openbsd.org 2003/11/23 23:17:34
526      [ssh-keyscan.c]
527      from portable - use sysconf to detect fd limit; ok markus@
528      (tidy diff by adding SSH_SSFDMAX macro to defines.h)
529    - djm@cvs.openbsd.org 2003/11/23 23:18:45
530      [ssh-keygen.c]
531      consistency PATH_MAX -> MAXPATHLEN; ok markus@
532      (RCS ID sync only)
533    - djm@cvs.openbsd.org 2003/11/23 23:21:21
534      [scp.c]
535      from portable: rename clashing variable limit-> limit_rate; ok markus@
536      (RCS ID sync only)
537    - dtucker@cvs.openbsd.org 2003/11/24 00:16:35
538      [ssh.1 ssh.c]
539      Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
540  - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original 
541    source file path (in OpenBSD tree).
542
543 20031122
544  - (dtucker) [channels.c] Make AIX write limit code clearer.  Suggested by djm@
545  - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
546    Move AIX specific password authentication code to port-aix.c, call
547    authenticate() until reenter flag is clear.
548  - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
549    Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
550    is enabled, rely on SIA to check for locked accounts if enabled.  ok djm@
551  - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch
552  - (djm) [sftp-int.c] Remove duplicated code from bogus sync
553  - (djm) [packet.c] Shuffle #ifdef to reduce conditionally compiled code
554
555 20031121
556  - (djm) OpenBSD CVS Sync
557    - markus@cvs.openbsd.org 2003/11/20 11:39:28
558      [progressmeter.c]
559      fix rounding errors; from andreas@
560    - djm@cvs.openbsd.org 2003/11/21 11:57:03
561      [everything]
562      unexpand and delete whitespace at EOL; ok markus@
563      (done locally and RCS IDs synced)
564
565 20031118
566  - (djm) Fix early exit for root auth success when UsePAM=yes and 
567    PermitRootLogin=no
568  - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,
569    and use it for do_pam_session.  Fixes problems like pam_motd not
570    displaying anything.  ok djm@
571  - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@
572  - (djm) OpenBSD CVS Sync
573    - dtucker@cvs.openbsd.org 2003/11/18 00:40:05
574      [serverloop.c]
575      Correct check for authctxt->valid.  ok djm@
576    - djm@cvs.openbsd.org 2003/11/18 10:53:07
577      [monitor.c]
578      unbreak fake authloop for non-existent users (my screwup). Spotted and
579      tested by dtucker@; ok markus@
580
581 20031117
582  - (djm) OpenBSD CVS Sync
583    - djm@cvs.openbsd.org 2003/11/03 09:03:37
584      [auth-chall.c]
585      make this a little more idiot-proof; ok markus@
586      (includes portable-specific changes)
587    - jakob@cvs.openbsd.org 2003/11/03 09:09:41
588      [sshconnect.c]
589      move changed key warning into warn_changed_key(). ok markus@
590    - jakob@cvs.openbsd.org 2003/11/03 09:37:32
591      [sshconnect.c]
592      do not free static type pointer in warn_changed_key()
593    - djm@cvs.openbsd.org 2003/11/04 08:54:09
594      [auth1.c auth2.c auth2-pubkey.c auth.h auth-krb5.c auth-passwd.c]
595      [auth-rhosts.c auth-rh-rsa.c auth-rsa.c monitor.c serverloop.c]
596      [session.c]
597      standardise arguments to auth methods - they should all take authctxt.
598      check authctxt->valid rather then pw != NULL; ok markus@
599    - jakob@cvs.openbsd.org 2003/11/08 16:02:40
600      [auth1.c]
601      remove unused variable (pw). ok djm@
602      (id sync only - still used in portable)
603    - jmc@cvs.openbsd.org 2003/11/08 19:17:29
604      [sftp-int.c]
605      typos from Jonathon Gray;
606    - jakob@cvs.openbsd.org 2003/11/10 16:23:41
607      [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c]
608      [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c]
609      [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h]
610      constify. ok markus@ & djm@
611    - dtucker@cvs.openbsd.org 2003/11/12 10:12:15
612      [scp.c]
613      When called with -q, pass -q to ssh; suppresses SSH2 banner.  ok markus@
614    - jakob@cvs.openbsd.org 2003/11/12 16:39:58
615      [dns.c dns.h readconf.c ssh_config.5 sshconnect.c]
616      update SSHFP validation. ok markus@
617    - jmc@cvs.openbsd.org 2003/11/12 20:14:51
618      [ssh_config.5]
619      make verb agree with subject, and kill some whitespace;
620    - markus@cvs.openbsd.org 2003/11/14 13:19:09
621      [sshconnect2.c]
622      cleanup and minor fixes for the client code; from Simon Wilkinson
623    - djm@cvs.openbsd.org 2003/11/17 09:45:39
624      [msg.c msg.h sshconnect2.c ssh-keysign.c]
625      return error on msg send/receive failure (rather than fatal); ok markus@
626    - markus@cvs.openbsd.org 2003/11/17 11:06:07
627      [auth2-gss.c gss-genr.c gss-serv.c monitor.c monitor.h monitor_wrap.c]
628      [monitor_wrap.h sshconnect2.c ssh-gss.h]
629      replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; 
630      test + ok jakob.
631  - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int
632    conversation function
633  - (djm) Export environment variables from authentication subprocess to 
634    parent. Part of Bug #717
635
636 20031115
637  - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
638    HP-UX, skip test on AIX.
639
640 20031113
641  - (dtucker) [auth-pam.c] Append newlines to lines output by the
642    pam_chauthtok_conv().
643  - (dtucker) [README ssh-host-config ssh-user-config Makefile] (All
644    contrib/cygwin).  Major update from vinschen at redhat.com.
645    - Makefile provides a `cygwin-postinstall' target to run right after
646      `make install'.
647    - Better support for Windows 2003 Server.
648    - Try to get permissions as correct as possible.
649    - New command line options to allow full automated host configuration.
650    - Create configs from skeletons in /etc/defaults/etc.
651    - Use /bin/bash, allows reading user input with readline support.
652    - Remove really old configs from /usr/local.
653  - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and
654    PAM_ERROR_MSG messages.
655
656 20031106
657  - (djm) Clarify UsePAM consequences a little more
658
659 20031103
660  - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/services
661    are created correctly with CRLF line terminations.  Patch from vinschen at
662    redhat.com.
663  - (dtucker) OpenBSD CVS Sync
664    - markus@cvs.openbsd.org 2003/10/15 09:48:45
665      [monitor_wrap.c]
666      check pmonitor != NULL
667    - markus@cvs.openbsd.org 2003/10/21 09:50:06
668      [auth2-gss.c]
669      make sure the doid is larger than 2
670    - avsm@cvs.openbsd.org 2003/10/26 16:57:43
671      [sshconnect2.c]
672      rename 'supported' static var in userauth_gssapi() to 'gss_supported'
673      to avoid shadowing the global version.  markus@ ok
674    - markus@cvs.openbsd.org 2003/10/28 09:08:06
675      [misc.c]
676      error->debug for getsockopt+TCP_NODELAY; several requests
677    - markus@cvs.openbsd.org 2003/11/02 11:01:03
678      [auth2-gss.c compat.c compat.h sshconnect2.c]
679      remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk
680  - (dtucker) [regress/agent-ptrace.sh] Use numeric uid and gid.
681
682 20031021
683  - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
684    directly.  Noted by Darren.Moffat at sun.com.
685  - (dtucker) [regress/agent-ptrace.sh] Skip agent-test unless SUDO is set,
686    make agent setgid during test.
687
688 20031017
689  - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
690    MD5 passwords even if PAM support is enabled.  From steev at detritus.net.
691
692 20031015
693  - (dtucker) OpenBSD CVS Sync
694    - jmc@cvs.openbsd.org 2003/10/08 08:27:36
695      [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8]
696      scp and sftp: add options list and sort options. options list requested
697      by deraadt@
698      sshd: use same format as ssh
699      ssh: remove wrong option from list
700      sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
701      ok deraadt@ markus@
702    - markus@cvs.openbsd.org 2003/10/08 15:21:24
703      [readconf.c ssh_config.5]
704      default GSS API to no in client, too; ok jakob, deraadt@
705    - markus@cvs.openbsd.org 2003/10/11 08:24:08
706      [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
707      remote x11 clients are now untrusted by default, uses xauth(8) to generate
708      untrusted cookies; ForwardX11Trusted=yes restores old behaviour.
709      ok deraadt; feedback and ok djm/fries
710    - markus@cvs.openbsd.org 2003/10/11 08:26:43
711      [sshconnect2.c]
712      search keys in reverse order; fixes #684
713    - markus@cvs.openbsd.org 2003/10/11 11:36:23
714      [monitor_wrap.c]
715      return NULL for missing banner; ok djm@
716    - jmc@cvs.openbsd.org 2003/10/12 13:12:13
717      [ssh_config.5]
718      note that EnableSSHKeySign should be in the non-hostspecific section;
719      remove unnecessary .Pp;
720      ok markus@
721    - markus@cvs.openbsd.org 2003/10/13 08:22:25
722      [scp.1 sftp.1]
723      don't refer to options related to forwarding; ok jmc@
724    - jakob@cvs.openbsd.org 2003/10/14 19:42:10
725      [dns.c dns.h readconf.c ssh-keygen.c sshconnect.c]
726      include SSHFP lookup code (not enabled by default). ok markus@
727    - jakob@cvs.openbsd.org 2003/10/14 19:43:23
728      [README.dns]
729      update
730    - markus@cvs.openbsd.org 2003/10/14 19:54:39
731      [session.c ssh-agent.c]
732      10X for mkdtemp; djm@
733  - (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
734    openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
735    compiled in but disabled in config.
736  - (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
737  - (tim) [regress/banner.sh] portability fix.
738
739 20031009
740  - (dtucker) [sshd_config.5] UsePAM defaults to "no".  ok djm@
741
742 20031008
743  - (dtucker) OpenBSD CVS Sync
744    - dtucker@cvs.openbsd.org 2003/10/07 01:47:27
745      [sshconnect2.c]
746      Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 &
747      #707.  ok markus@
748    - djm@cvs.openbsd.org 2003/10/07 07:04:16
749      [sftp-int.c]
750      sftp quoting fix from admorten AT umich.edu; ok markus@
751    - deraadt@cvs.openbsd.org 2003/10/07 21:58:28
752      [sshconnect2.c]
753      set ptr to NULL after free
754    - dtucker@cvs.openbsd.org 2003/10/07 01:52:13
755      [regress/Makefile regress/banner.sh]
756      Test SSH2 banner.  ok markus@
757    - djm@cvs.openbsd.org 2003/10/07 07:04:52
758      [regress/sftp-cmds.sh]
759      more sftp quoting regress tests; ok markus
760
761 20031007
762  - (djm) Delete autom4te.cache after autoreconf
763  - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
764    cleanup functions.  With & ok djm@
765  - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
766    run-time switch, always build --with-md5-passwords.
767  - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]
768    Bug #670: add strtoul() to openbsd-compat for platforms lacking it.  ok djm@
769  - (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
770    on Reliant Unix.  Patch from Robert.Dahlem at siemens.com.
771  - (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
772    Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
773
774 20031003
775  - (dtucker) OpenBSD CVS Sync
776    - markus@cvs.openbsd.org 2003/10/02 10:41:59
777      [sshd.c]
778      print openssl version, too, several requests; ok henning/djm.
779    - markus@cvs.openbsd.org 2003/10/02 08:26:53
780      [ssh-gss.h]
781      missing $OpenBSD:; dtucker
782  - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
783    option.
784
785 20031002
786  - (dtucker) OpenBSD CVS Sync
787    - markus@cvs.openbsd.org 2003/09/23 20:17:11
788      [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c
789      cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h
790      monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h
791      ssh-agent.c sshd.c]
792      replace fatal_cleanup() and linked list of fatal callbacks with static
793      cleanup_exit() function.  re-refine cleanup_exit() where appropriate,
794      allocate sshd's authctxt eary to allow simpler cleanup in sshd.
795      tested by many, ok deraadt@
796    - markus@cvs.openbsd.org 2003/09/23 20:18:52
797      [progressmeter.c]
798      don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
799      ok millert/deraadt@
800    - markus@cvs.openbsd.org 2003/09/23 20:41:11
801      [channels.c channels.h clientloop.c]
802      move client only agent code to clientloop.c
803    - markus@cvs.openbsd.org 2003/09/26 08:19:29
804      [sshd.c]
805      no need to set the listen sockets to non-block; ok deraadt@
806    - jmc@cvs.openbsd.org 2003/09/29 11:40:51
807      [ssh.1]
808      - add list of options to -o and .Xr ssh_config(5)
809      - some other cleanup
810      requested by deraadt@;
811      ok deraadt@ markus@
812    - markus@cvs.openbsd.org 2003/09/29 20:19:57
813      [servconf.c sshd_config]
814      GSSAPICleanupCreds -> GSSAPICleanupCredentials
815  - (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
816    --with-pam.  ok djm@
817  - (dtucker) [ssh-gss.h] Prototype change missed in sync.
818  - (dtucker) [session.c] Fix bus errors on some 64-bit Solaris configurations.
819    Based on patches by Matthias Koeppe and Thomas Baden.  ok djm@
820
821 20030930
822  - (bal) Fix issues in openbsd-compat/realpath.c
823
824 20030925
825  - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
826    DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam.  Patch from
827    michael_steffens at hp.com, ok djm@
828  - (tim) [sshd_config] UsePAM defaults to no.
829
830 20030924
831  - (djm) Update version.h and spec files for HEAD
832  - (dtucker) [configure.ac] IRIX5 needs the same setre[ug]id defines as IRIX6.
833
834 20030923
835  - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree
836    builds.  Portability corrections from tim@.
837  - (dtucker) [configure.ac] Bug #665: uid swapping issues on Mac OS X.
838    Patch from max at quendi.de.
839  - (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
840  - (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
841  - (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
842    Patch from david.haughton at ncr.com
843  - (dtucker) [configure.ac] Bug #659: uid swapping issues on IRIX 6.
844    Part of patch supplied by bugzilla-openssh at thewrittenword.com
845  - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
846    openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
847    where gai_strerror is defined as "const char *".  Part of patch supplied
848    by bugzilla-openssh at thewrittenword.com
849  - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
850    ssh-host-config to match current defaults, bump README version.  Patch from
851    vinschen at redhat.com.
852  - (dtucker) [uidswap.c] Don't test restoration of uid on Cygwin since the
853    OS does not support permanently dropping privileges.  Patch from
854    vinschen at redhat.com.
855  - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
856    add canohost.h to stop warning.  Based on patch from openssh-unix-dev at
857    thewrittenword.com
858  - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
859    higher.
860  - (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
861  - (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
862    Report by distler AT golem ph utexas edu.
863  - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
864    article by genty at austin.ibm.com, included with the author's permission.
865  - (dtucker) OpenBSD CVS Sync
866    - markus@cvs.openbsd.org 2003/09/18 07:52:54
867      [sshconnect.c]
868      missing {}; bug #656; jclonguet at free.fr
869    - markus@cvs.openbsd.org 2003/09/18 07:54:48
870      [buffer.c]
871      protect against double free; #660;  zardoz at users.sf.net
872    - markus@cvs.openbsd.org 2003/09/18 07:56:05
873      [authfile.c]
874      missing  buffer_free(&encrypted); #662; zardoz at users.sf.net
875    - markus@cvs.openbsd.org 2003/09/18 08:49:45
876      [deattack.c misc.c session.c ssh-agent.c]
877      more buffer allocation fixes; from Solar Designer; CAN-2003-0682;
878      ok millert@
879    - miod@cvs.openbsd.org 2003/09/18 13:02:21
880      [authfd.c bufaux.c dh.c mac.c ssh-keygen.c]
881      A few signedness fixes for harmless situations; markus@ ok
882    - markus@cvs.openbsd.org 2003/09/19 09:02:02
883      [packet.c]
884      buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471
885    - markus@cvs.openbsd.org 2003/09/19 09:03:00
886      [buffer.c]
887      sign fix in buffer_dump; Jedi/Sector One; pr 3473
888    - markus@cvs.openbsd.org 2003/09/19 11:29:40
889      [ssh-agent.c]
890      provide a ssh-agent specific fatal() function; ok deraadt
891    - markus@cvs.openbsd.org 2003/09/19 11:30:39
892      [ssh-keyscan.c]
893      avoid fatal_cleanup, just call exit(); ok deraadt
894    - markus@cvs.openbsd.org 2003/09/19 11:31:33
895      [channels.c]
896      do not call channel_free_all on fatal; ok deraadt
897    - markus@cvs.openbsd.org 2003/09/19 11:33:09
898      [packet.c sshd.c]
899      do not call packet_close on fatal; ok deraadt
900    - markus@cvs.openbsd.org 2003/09/19 17:40:20
901      [scp.c]
902      error handling for remote-remote copy; #638; report Harald Koenig;
903      ok millert, fgs, henning, deraadt
904    - markus@cvs.openbsd.org 2003/09/19 17:43:35
905      [clientloop.c sshtty.c sshtty.h]
906      remove fatal callbacks from client code; ok deraadt
907  - (bal) "extration" -> "extraction" in ssh-rand-helper.c; repoted by john
908         on #unixhelp@efnet
909  - (tim) [configure.ac] add --disable-etc-default-login option. ok djm
910  - (djm) Sync with V_3_7 branch:
911    - (djm) Fix SSH1 challenge kludge
912    - (djm) Bug #671: Fix builds on OpenBSD
913    - (djm) Bug #676: Fix PAM stack corruption
914    - (djm) Fix bad free() in PAM code
915    - (djm) Don't call pam_end before pam_init
916    - (djm) Enable build with old OpenSSL again
917    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
918    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
919
920 $Id$
This page took 0.137685 seconds and 5 git commands to generate.