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