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