]> andersk Git - openssh.git/blob - ChangeLog
- (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
[openssh.git] / ChangeLog
1 20030603
2  - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
3    simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
4
5 20030603
6  - (djm) Replace setproctitle replacement with code derived from 
7    UCB sendmail
8  - (djm) OpenBSD CVS Sync
9    - markus@cvs.openbsd.org 2003/06/02 09:17:34
10      [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
11      [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
12      [sshd_config.5]
13      deprecate VerifyReverseMapping since it's dangerous if combined
14      with IP based access control as noted by Mike Harding; replace with
15      a UseDNS option, UseDNS is on by default and includes the
16      VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
17      ok deraadt@, djm@
18    - millert@cvs.openbsd.org 2003/06/03 02:56:16
19      [scp.c]
20      Remove the advertising clause in the UCB license which Berkeley
21      rescinded 22 July 1999.  Proofed by myself and Theo.
22  - (djm) Fix portable-specific uses of verify_reverse_mapping too
23  - (djm) Sync openbsd-compat with OpenBSD CVS. 
24     - No more 4-term BSD licenses in linked code
25  - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
26
27 20030602
28  - (djm) Fix segv from bad reordering in auth-pam.c
29  - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may 
30    clobber
31  - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
32    CVS ID.
33  - (djm) Remove "noip6" option from RedHat spec file. This may now be 
34    set at runtime using AddressFamily option.
35  - (djm) Fix use of macro before #define in cipher-aes.c
36  - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
37  - (djm) OpenBSD CVS Sync
38    - djm@cvs.openbsd.org 2003/05/26 12:54:40
39      [sshconnect.c]
40      fix format strings; ok markus@
41    - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
42      [sshd.c uidswap.c]
43      seteuid and setegid; markus ok
44    - jakob@cvs.openbsd.org 2003/06/02 08:31:10
45      [ssh_config.5]
46      VerifyHostKeyDNS is v2 only. ok markus@
47
48 20030530
49  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
50    roumenpetrov.info
51  - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
52
53 20030526
54  - (djm) Avoid auth2-chall.c warning when compiling without 
55    PAM, BSD_AUTH and SKEY
56
57 20030525
58 - (djm) OpenBSD CVS Sync
59    - djm@cvs.openbsd.org 2003/05/24 09:02:22
60      [log.c]
61      pass logged data through strnvis; ok markus
62    - djm@cvs.openbsd.org 2003/05/24 09:30:40
63      [authfile.c monitor.c sftp-common.c sshpty.c]
64      cast some types for printing; ok markus@
65
66 20030524
67  - (dtucker) Correct --osfsia in INSTALL.  Patch by skeleten at shillest.net
68
69 20030523
70  - (djm) Use VIS_SAFE on logged strings rather than default strnvis 
71    encoding (which encodes many more characters)
72  - OpenBSD CVS Sync
73    - jmc@cvs.openbsd.org 2003/05/20 12:03:35
74      [sftp.1]
75      - new sentence, new line
76      - added .Xr's
77      - typos
78      ok djm@
79    - jmc@cvs.openbsd.org 2003/05/20 12:09:31
80      [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
81      new sentence, new line
82    - djm@cvs.openbsd.org 2003/05/23 08:29:30
83      [sshconnect.c]
84      fix leak; ok markus@
85
86 20030520
87  - (djm) OpenBSD CVS Sync
88    - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
89      [log.c]
90      use syslog_r() in a signal handler called place; markus ok
91  - (djm) Configure logic to detect syslog_r and friends
92
93 20030519
94  - (djm) Sync auth-pam.h with what we actually implement
95
96 20030518
97  - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in 
98    recent merge
99  - (djm) OpenBSD CVS Sync
100    - djm@cvs.openbsd.org 2003/05/16 03:27:12
101      [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
102      add AddressFamily option to ssh_config (like -4, -6 on commandline).
103      Portable bug #534; ok markus@
104    - itojun@cvs.openbsd.org 2003/05/17 03:25:58
105      [auth-rhosts.c]
106      just in case, put numbers to sscanf %s arg.
107    - markus@cvs.openbsd.org 2003/05/17 04:27:52
108      [cipher.c cipher-ctr.c myproposal.h]
109      experimental support for aes-ctr modes from
110      http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
111      ok djm@
112  - (djm) Remove IPv4 by default hack now that we can specify AF in config
113  - (djm) Tidy and trim TODO
114  - (djm) Sync openbsd-compat/ with OpenBSD CVS head
115  - (djm) Big KNF on openbsd-compat/
116  - (djm) KNF on md5crypt.[ch]
117  - (djm) KNF on auth-sia.[ch]
118
119 20030517
120  - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
121
122 20030516
123  - (djm) OpenBSD CVS Sync
124    - djm@cvs.openbsd.org 2003/05/15 13:52:10
125      [ssh.c]
126      Make "ssh -V" print the OpenSSL version in a human readable form. Patch
127      from Craig Leres (mindrot at ee.lbl.gov); ok markus@
128    - jakob@cvs.openbsd.org 2003/05/15 14:02:47
129      [readconf.c servconf.c]
130      warn for unsupported config option. ok markus@
131    - markus@cvs.openbsd.org 2003/05/15 14:09:21
132      [auth2-krb5.c]
133      fix 64bit issue; report itojun@
134    - djm@cvs.openbsd.org 2003/05/15 14:55:25
135      [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
136      add a ConnectTimeout option to ssh, based on patch from
137      Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
138  - (djm) Add warning for UsePAM when built without PAM support
139  - (djm) A few type mismatch fixes from Bug #565
140  - (djm) Guard free_pam_environment against NULL argument. Works around
141    HP/UX PAM problems debugged by dtucker
142
143 20030515
144  - (djm) OpenBSD CVS Sync
145    - jmc@cvs.openbsd.org 2003/05/14 13:11:56
146      [ssh-agent.1]
147      setup -> set up;
148      from wiz@netbsd
149    - jakob@cvs.openbsd.org 2003/05/14 18:16:20
150      [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
151      [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
152      add experimental support for verifying hos keys using DNS as described
153      in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
154      ok markus@ and henning@
155    - markus@cvs.openbsd.org 2003/05/14 22:24:42
156      [clientloop.c session.c ssh.1]
157      allow to send a BREAK to the remote system; ok various
158    - markus@cvs.openbsd.org 2003/05/15 00:28:28
159      [sshconnect2.c]
160      cleanup unregister of per-method packet handlers; ok djm@
161    - jakob@cvs.openbsd.org 2003/05/15 01:48:10
162      [readconf.c readconf.h servconf.c servconf.h]
163      always parse kerberos options. ok djm@ markus@
164    - jakob@cvs.openbsd.org 2003/05/15 02:27:15
165      [dns.c]
166      add missing freerrset
167    - markus@cvs.openbsd.org 2003/05/15 03:08:29
168      [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
169      split out custom EVP ciphers
170    - djm@cvs.openbsd.org 2003/05/15 03:10:52
171      [ssh-keygen.c]
172      avoid warning; ok jakob@
173    - mouring@cvs.openbsd.org 2003/05/15 03:39:07
174      [sftp-int.c]
175      Make put/get (globed and nonglobed) code more consistant. OK djm@
176    - mouring@cvs.openbsd.org 2003/05/15 03:43:59
177      [sftp-int.c sftp.c]
178      Teach ls how to display multiple column display and allow users 
179      to return to single column format via 'ls -1'.  OK @djm
180    - jakob@cvs.openbsd.org 2003/05/15 04:08:44
181      [readconf.c servconf.c]
182      disable kerberos when not supported. ok markus@
183    - markus@cvs.openbsd.org 2003/05/15 04:08:41
184      [ssh.1]
185      ~B is ssh2 only
186  - (djm) Always parse UsePAM
187  - (djm) Configure glue for DNS support (code doesn't work in portable yet)
188  - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
189  - (djm) Tidy Makefile clean targets
190  - (djm) Adapt README.dns for portable
191  - (djm) Avoid uuencode.c warnings
192  - (djm) Enable UsePAM when built --with-pam
193  - (djm) Only build getrrsetbyname replacement when using --with-dns
194  - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv 
195          correctly)
196  - (djm) Bug #444: Wrong paths after reconfigure
197  - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
198
199 20030514
200  - (djm) Bug #117: Don't lie to PAM about username
201  - (djm) RCSID sync w/ OpenBSD
202  - (djm) OpenBSD CVS Sync
203    - djm@cvs.openbsd.org 2003/04/09 12:00:37
204      [readconf.c]
205      strip trailing whitespace from config lines before parsing. 
206      Fixes bz 528; ok markus@
207    - markus@cvs.openbsd.org 2003/04/12 10:13:57
208      [cipher.c]
209      hide cipher details; ok djm@
210    - markus@cvs.openbsd.org 2003/04/12 10:15:36
211      [misc.c]
212      debug->debug2
213    - naddy@cvs.openbsd.org 2003/04/12 11:40:15
214      [ssh.1]
215      document -V switch, fix wording; ok markus@
216    - markus@cvs.openbsd.org 2003/04/14 14:17:50
217      [channels.c sshconnect.c sshd.c ssh-keyscan.c]
218      avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
219    - mouring@cvs.openbsd.org 2003/04/14 21:31:27
220      [sftp-int.c]
221      Missing globfree(&g) in process_put() spotted by Vince Brimhall
222      <VBrimhall@novell.com>.  ok@ Theo
223    - markus@cvs.openbsd.org 2003/04/16 14:35:27
224      [auth.h]
225      document struct Authctxt; with solar
226    - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
227      [ssh-keyscan.c]
228      -t in usage(); rogier@quaak.org
229    - mouring@cvs.openbsd.org 2003/04/30 01:16:20
230      [sshd.8 sshd_config.5]
231      Escape ?, * and ! in .Ql for nroff compatibility.  OpenSSH Portable 
232      Bug #550 and * escaping suggested by jmc@.
233    - david@cvs.openbsd.org 2003/04/30 20:41:07
234      [sshd.8]
235      fix invalid .Pf macro usage introduced in previous commit
236      ok jmc@ mouring@
237    - markus@cvs.openbsd.org 2003/05/11 16:56:48
238      [authfile.c ssh-keygen.c]
239      change key_load_public to try to read a public from:
240      rsa1 private or rsa1 public and ssh2 keys.
241      this makes ssh-keygen -e fail for ssh1 keys more gracefully
242      for example; report from itojun (netbsd pr 20550).
243    - markus@cvs.openbsd.org 2003/05/11 20:30:25
244      [channels.c clientloop.c serverloop.c session.c ssh.c]
245      make channel_new() strdup the 'remote_name' (not the caller); ok theo
246    - markus@cvs.openbsd.org 2003/05/12 16:55:37
247      [sshconnect2.c]
248      for pubkey authentication try the user keys in the following order:
249         1. agent keys that are found in the config file
250         2. other agent keys
251         3. keys that are only listed in the config file
252      this helps when an agent has many keys, where the server might
253      close the connection before the correct key is used. report & ok pb@
254    - markus@cvs.openbsd.org 2003/05/12 18:35:18
255      [ssh-keyscan.1]
256      typo: DSA keys are of type ssh-dss; Brian Poole
257    - markus@cvs.openbsd.org 2003/05/14 00:52:59
258      [ssh2.h]
259      ranges for per auth method messages
260    - djm@cvs.openbsd.org 2003/05/14 01:00:44
261      [sftp.1]
262      emphasise the batchmode functionality and make reference to pubkey auth,
263      both of which are FAQs; ok markus@
264    - markus@cvs.openbsd.org 2003/05/14 02:15:47
265      [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
266      implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
267      server interops with commercial client; ok jakob@ djm@
268    - jmc@cvs.openbsd.org 2003/05/14 08:25:39
269      [sftp.1]
270      - better formatting in SYNOPSIS
271      - whitespace at EOL
272      ok djm@
273    - markus@cvs.openbsd.org 2003/05/14 08:57:49
274      [monitor.c]
275      http://bugzilla.mindrot.org/show_bug.cgi?id=560
276      Privsep child continues to run after monitor killed.
277      Pass monitor signals through to child; Darren Tucker
278  - (djm) Make portable build with MIT krb5 (some issues remain)
279  - (djm) Add new UsePAM configuration directive to allow runtime control
280    over usage of PAM. This allows non-root use of sshd when built with
281    --with-pam
282  - (djm) Die screaming if start_pam() is called when UsePAM=no
283  - (djm) Avoid KrbV leak for MIT Kerberos
284  - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
285  - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
286
287 20030512
288  - (djm) Redhat spec: Don't install profile.d scripts when not 
289    building with GNOME/GTK askpass (patch from bet@rahul.net)
290
291 20030510
292  - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
293    "make install".  Patch by roth@feep.net.
294  - (dtucker) Bug #536: Test for and work around openpty/controlling tty
295    problem on Linux (fixes "could not set controlling tty" errors).
296  - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with 
297    proper challenge-response module
298  - (djm) 2-clause license on loginrec.c, with permission from
299    andre@ae-35.com
300
301 20030504
302  - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
303    Patch from vinschen@redhat.com.
304
305 20030503
306  - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c.  Noted
307    by wendyp@cray.com.
308
309 20030502
310  - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
311    privsep should now work.
312  - (dtucker) Move handling of bad password authentications into a platform
313    specific record_failed_login() function (affects AIX & Unicos). ok mouring@
314
315 20030429
316  - (djm) Add back radix.o (used by AFS support), after it went missing from
317    Makefile many moons ago
318  - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
319  - (djm) Fix blibpath specification for AIX/gcc
320  - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
321
322 20030428
323  - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit 
324    hacked code.
325
326 20030427
327  - (bal) Bug #541: return; was dropped by mistake.  Reported by 
328    furrier@iglou.com
329  - (bal) Since we don't support platforms lacking u_int_64.  We may
330    as well clean out some of those evil #ifdefs
331  - (bal) auth1.c minor resync while looking at the code.
332  - (bal) auth2.c same changed as above.
333
334 20030409
335  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
336    from matth@eecs.berkeley.edu
337  - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
338  - (djm) OpenBSD CVS Sync
339    - markus@cvs.openbsd.org 2003/04/02 09:48:07
340      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
341      [readconf.h serverloop.c sshconnect2.c]
342      reapply rekeying chage, tested by henning@, ok djm@
343    - markus@cvs.openbsd.org 2003/04/02 14:36:26
344      [ssh-keysign.c]
345      potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
346    - itojun@cvs.openbsd.org 2003/04/03 07:25:27
347      [progressmeter.c]
348      $OpenBSD$
349    - itojun@cvs.openbsd.org 2003/04/03 10:17:35
350      [progressmeter.c]
351      remove $OpenBSD$, as other *.c does not have it.
352    - markus@cvs.openbsd.org 2003/04/07 08:29:57
353      [monitor_wrap.c]
354      typo: get correct counters; introduced during rekeying change.
355    - millert@cvs.openbsd.org 2003/04/07 21:58:05
356      [progressmeter.c]
357      The UCB copyright here is incorrect.  This code did not originate
358      at UCB, it was written by Luke Mewburn.  Updated the copyright at
359      the author's request.  markus@ OK
360    - itojun@cvs.openbsd.org 2003/04/08 20:21:29
361      [*.c *.h]
362      rename log() into logit() to avoid name conflict.  markus ok, from
363      netbsd
364      - (djm) XXX - Performed locally using:
365        "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
366    - hin@cvs.openbsd.org 2003/04/09 08:23:52
367      [servconf.c]
368      Don't include <krb.h> when compiling with Kerberos 5 support
369    - (djm) Fix up missing include for packet.c
370    - (djm) Fix missed log => logit occurance (reference by function pointer)
371
372 20030402
373  - (bal) if IP_TOS is not found or broken don't try to compile in
374    packet_set_tos() function call.  bug #527
375
376 20030401
377  - (djm) OpenBSD CVS Sync
378    - jmc@cvs.openbsd.org 2003/03/28 10:11:43
379      [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
380      [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
381      - killed whitespace
382      - new sentence new line
383      - .Bk for arguments
384      ok markus@
385    - markus@cvs.openbsd.org 2003/04/01 10:10:23
386      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
387      [readconf.h serverloop.c sshconnect2.c]
388      rekeying bugfixes and automatic rekeying:
389      * both client and server rekey _automatically_
390            (a) after 2^31 packets, because after 2^32 packets
391                the sequence number for packets wraps
392            (b) after 2^(blocksize_in_bits/4) blocks
393        (see: draft-ietf-secsh-newmodes-00.txt)
394        (a) and (b) are _enabled_ by default, and only disabled for known
395        openssh versions, that don't support rekeying properly.
396      * client option 'RekeyLimit'
397      * do not reply to requests during rekeying
398    - markus@cvs.openbsd.org 2003/04/01 10:22:21
399      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
400      [readconf.h serverloop.c sshconnect2.c]
401      backout rekeying changes (for 3.6.1)
402    - markus@cvs.openbsd.org 2003/04/01 10:31:26
403      [compat.c compat.h kex.c]
404      bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; 
405      tested by ho@ and myself
406    - markus@cvs.openbsd.org 2003/04/01 10:56:46
407      [version.h]
408      3.6.1
409  - (djm) Crank spec file versions
410  - (djm) Release 3.6.1p1
411
412 20030326
413  - (djm) OpenBSD CVS Sync
414    - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
415      [sftp-server.c]
416      one last fix to the tree: race fix broke stuff; pr 3169; 
417      srp@srparish.net, help from djm
418
419 20030325
420  - (djm) Fix getpeerid support for 64 bit BE systems. From 
421     Arnd Bergmann <arndb@de.ibm.com>
422
423 20030324
424  - (djm) OpenBSD CVS Sync
425    - markus@cvs.openbsd.org 2003/03/23 19:02:00
426      [monitor.c]
427      unbreak rekeying for privsep; ok millert@
428  - Release 3.6p1
429  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
430    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
431
432 $Id$
This page took 0.067839 seconds and 5 git commands to generate.