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