]> andersk Git - openssh.git/blob - ChangeLog
- (djm) Fix Bug #442 for PAM case
[openssh.git] / ChangeLog
1 20030107
2  - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses. 
3    Based on fix from yoshfuji@linux-ipv6.org
4  - (djm) Bug #442: Check for and deny access to accounts with locked 
5    passwords. Patch from dtucker@zip.com.au
6  - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes
7    Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
8  - (djm) Fix Bug #442 for PAM case
9
10 20030103
11  - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from 
12    cjwatson@debian.org
13  - (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch from 
14    cjwatson@debian.org
15  - (djm) Bug #446: Set LOGIN env var to pw_name on AIX. Patch from 
16    mii@ornl.gov 
17
18 20030101
19   - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable
20     parts of pass addrlen with sockaddr * fix.
21     from Hajimu UMEMOTO <ume@FreeBSD.org>
22
23 20021222
24  - (bal) OpenBSD CVS Sync
25    - fgsch@cvs.openbsd.org 2002/11/15 10:03:09
26      [authfile.c]
27      lseek(2) may return -1 when getting the public/private key lenght.
28      Simplify the code and check for errors using fstat(2).
29
30      Problem reported by Mauricio Sanchez, markus@ ok.
31    - markus@cvs.openbsd.org 2002/11/18 16:43:44
32      [clientloop.c]
33      don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;
34      e.g. if ssh is used for backup; report Joerg Schilling; ok millert@
35    - markus@cvs.openbsd.org 2002/11/21 22:22:50
36      [dh.c]
37      debug->debug2
38    - markus@cvs.openbsd.org 2002/11/21 22:45:31
39      [cipher.c kex.c packet.c sshconnect.c sshconnect2.c]
40      debug->debug2, unify debug messages
41    - deraadt@cvs.openbsd.org 2002/11/21 23:03:51
42      [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c 
43       sshconnect.c]
44      KNF
45    - markus@cvs.openbsd.org 2002/11/21 23:04:33
46      [ssh.c]
47      debug->debug2
48    - stevesk@cvs.openbsd.org 2002/11/24 21:46:24
49      [ssh-keysign.8]
50      typo: "the the"
51    - wcobb@cvs.openbsd.org 2002/11/26 00:45:03
52      [scp.c ssh-keygen.c]
53      Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
54      ok markus@
55    - stevesk@cvs.openbsd.org 2002/11/26 02:35:30
56      [ssh-keygen.1]
57      remove outdated statement; ok markus@ deraadt@
58    - stevesk@cvs.openbsd.org 2002/11/26 02:38:54
59      [canohost.c]
60      KNF, comment and error message repair; ok markus@
61    - markus@cvs.openbsd.org 2002/11/27 17:53:35
62      [scp.c sftp.c ssh.c]
63      allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
64      http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
65    - stevesk@cvs.openbsd.org 2002/12/04 04:36:47
66      [session.c]
67      remove xauth entries before add; PR 2994 from janjaap@stack.nl.
68      ok markus@
69    - markus@cvs.openbsd.org 2002/12/05 11:08:35
70      [scp.c]
71      use roundup() similar to rcp/util.c and avoid problems with strange
72      filesystem block sizes, noted by tjr@freebsd.org; ok djm@
73    - djm@cvs.openbsd.org 2002/12/06 05:20:02
74      [sftp.1]
75      Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
76    - millert@cvs.openbsd.org 2002/12/09 16:50:30
77      [ssh.c]
78      Avoid setting optind to 0 as GNU getopt treats that like we do optreset.
79      markus@ OK
80    - markus@cvs.openbsd.org 2002/12/10 08:56:00
81      [session.c]
82      Make sure $SHELL points to the shell from the password file, even if shell
83      is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@
84    - markus@cvs.openbsd.org 2002/12/10 19:26:50
85      [packet.c]
86      move tos handling to packet_set_tos; ok provos/henning/deraadt
87    - markus@cvs.openbsd.org 2002/12/10 19:47:14
88      [packet.c]
89      static
90    - markus@cvs.openbsd.org 2002/12/13 10:03:15
91      [channels.c misc.c sshconnect2.c]
92      cleanup debug messages, more useful information for the client user.
93    - markus@cvs.openbsd.org 2002/12/13 15:20:52
94      [scp.c]
95      1) include stalling time in total time
96      2) truncate filenames to 45 instead of 20 characters
97      3) print rate instead of progress bar, no more stars
98      4) scale output to tty width
99      based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
100  - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c]  Resync CVS IDs since 
101    we already did s/msg_send/ssh_msg_send/
102
103 20021205
104  - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
105
106 20021122
107  - (tim) [configure.ac] fix STDPATH test for IRIX. First reported by
108    advax@triumf.ca. This type of solution tested by <herb@sgi.com>
109
110 20021113
111  - (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl
112
113 20021111
114  - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is
115    not world writable.
116
117 20021109
118  - (bal) OpenBSD CVS Sync
119    - itojun@cvs.openbsd.org 2002/10/16 14:31:48
120      [sftp-common.c]
121      64bit pedant.  %llu is "unsigned long long".  markus ok
122    - markus@cvs.openbsd.org 2002/10/23 10:32:13
123      [packet.c]
124      use %u for u_int
125    - markus@cvs.openbsd.org 2002/10/23 10:40:16
126      [bufaux.c]
127      %u for u_int
128    - markus@cvs.openbsd.org 2002/11/04 10:07:53
129      [auth.c]
130      don't compare against pw_home if realpath fails for pw_home (seen 
131      on AFS); ok djm@
132    - markus@cvs.openbsd.org 2002/11/04 10:09:51
133      [packet.c]
134      log before send disconnect; ok djm@
135    - markus@cvs.openbsd.org 2002/11/05 19:45:20
136      [monitor.c]
137      handle overflows for size_t larger than u_int; siw@goneko.de, bug #425
138    - markus@cvs.openbsd.org 2002/11/05 20:10:37
139      [sftp-client.c]
140      typo; GaryF@livevault.com
141    - markus@cvs.openbsd.org 2002/11/07 16:28:47
142      [sshd.c]
143      log to stderr if -ie is given, bug #414, prj@po.cwru.edu
144    - markus@cvs.openbsd.org 2002/11/07 22:08:07
145      [readconf.c readconf.h ssh-keysign.8 ssh-keysign.c]
146      we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
147      because HostbasedAuthentication might be enabled based on the
148      target host and ssh-keysign(8) does not know the remote hostname
149      and not trust ssh(1) about the hostname, so we add a new option
150      EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
151    - markus@cvs.openbsd.org 2002/11/07 22:35:38
152      [scp.c]
153      check exit status from ssh, and exit(1) if ssh fails; bug#369; 
154      binder@arago.de
155  - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c
156    ntsec now default if cygwin version beginning w/ version 56.  Patch
157    by Corinna Vinschen <vinschen@redhat.com> 
158  - (bal) AIX does not log login attempts for unknown users (bug #432).
159    patch by dtucker@zip.com.au
160
161 20021021
162  - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from 
163    dtucker@zip.com.au
164  - (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from 
165    dirk.meyer@dinoex.sub.org
166
167 20021015
168  - (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
169  - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>
170
171 20021015
172  - (tim) [contrib/caldera/openssh.spec] make ssh-agent setgid nobody
173
174 20021004
175  - (bal) Disable post-authentication Privsep for OSF/1.  It conflicts with
176    SIA.
177
178 20021003
179  - (djm) OpenBSD CVS Sync
180    - markus@cvs.openbsd.org 2002/10/01 20:34:12
181      [ssh-agent.c]
182      allow root to access the agent, since there is no protection from root.
183    - markus@cvs.openbsd.org 2002/10/01 13:24:50
184      [version.h]
185      OpenSSH 3.5
186  - (djm) Bump RPM spec version numbers
187  - (djm) Bug #406: s/msg_send/ssh_msg_send/ for Mac OS X 1.2
188
189 20020930
190  - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, 
191    tweak README
192  - (djm) OpenBSD CVS Sync
193    - mickey@cvs.openbsd.org 2002/09/27 10:42:09
194      [compat.c compat.h sshd.c]
195      add a generic match for a prober, such as sie big brother; 
196      idea from stevesk@; markus@ ok
197    - stevesk@cvs.openbsd.org 2002/09/27 15:46:21
198      [ssh.1]
199      clarify compression level protocol 1 only; ok markus@ deraadt@
200
201 20020927
202  - (djm) OpenBSD CVS Sync
203    - markus@cvs.openbsd.org 2002/09/25 11:17:16
204      [sshd_config]
205      sync LoginGraceTime with default
206    - markus@cvs.openbsd.org 2002/09/25 15:19:02
207      [sshd.c]
208      typo; pilot@monkey.org
209    - markus@cvs.openbsd.org 2002/09/26 11:38:43
210      [auth1.c auth.h auth-krb4.c monitor.c monitor.h monitor_wrap.c]
211      [monitor_wrap.h]
212      krb4 + privsep; ok dugsong@, deraadt@
213
214 20020925
215  - (bal) Fix issue where successfull login does not clear failure counts
216    in AIX.  Patch by dtucker@zip.com.au ok by djm
217  - (tim) Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
218     This does not include the deattack.c fixes.
219
220 20020923
221  - (djm) OpenBSD CVS Sync
222    - stevesk@cvs.openbsd.org 2002/09/23 20:46:27
223      [canohost.c]
224      change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
225      non-sockets; fixes a problem passing NULL to snprintf(). ok markus@
226    - markus@cvs.openbsd.org 2002/09/23 22:11:05
227      [monitor.c]
228      only call auth_krb5 if kerberos is enabled; ok deraadt@
229    - markus@cvs.openbsd.org 2002/09/24 08:46:04
230      [monitor.c]
231      only call kerberos code for authctxt->valid
232    - todd@cvs.openbsd.org 2002/09/24 20:59:44
233      [sshd.8]
234      tweak the example $HOME/.ssh/rc script to not show on any cmdline the
235      sensitive data it handles. This fixes bug # 402 as reported by
236      kolya@mit.edu (Nickolai Zeldovich).
237      ok markus@ and stevesk@
238
239 20020923
240  - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au
241
242 20020922
243  - (djm) OpenBSD CVS Sync
244    - stevesk@cvs.openbsd.org 2002/09/19 14:53:14
245      [compat.c]
246    - markus@cvs.openbsd.org 2002/09/19 15:51:23
247      [ssh-add.c]
248      typo; cd@kalkatraz.de
249    - stevesk@cvs.openbsd.org 2002/09/19 16:03:15
250      [serverloop.c]
251      log IP address also; ok markus@
252    - stevesk@cvs.openbsd.org 2002/09/20 18:41:29
253      [auth.c]
254      log illegal user here for missing privsep case (ssh2).
255      this is executed in the monitor. ok markus@
256
257 20020919
258  - (djm) OpenBSD CVS Sync
259    - stevesk@cvs.openbsd.org 2002/09/12 19:11:52
260      [ssh-agent.c]
261      %u for uid print; ok markus@
262    - stevesk@cvs.openbsd.org 2002/09/12 19:50:36
263      [session.c ssh.1]
264      add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384.  ok markus@
265    - stevesk@cvs.openbsd.org 2002/09/13 19:23:09
266      [channels.c sshconnect.c sshd.c]
267      remove use of SO_LINGER, it should not be needed. error check
268      SO_REUSEADDR. fixup comments. ok markus@
269    - stevesk@cvs.openbsd.org 2002/09/16 19:55:33
270      [session.c]
271      log when _PATH_NOLOGIN exists; ok markus@
272    - stevesk@cvs.openbsd.org 2002/09/16 20:12:11
273      [sshd_config.5]
274      more details on X11Forwarding security issues and threats; ok markus@
275    - stevesk@cvs.openbsd.org 2002/09/16 22:03:13
276      [sshd.8]
277      reference moduli(5) in FILES /etc/moduli.
278    - itojun@cvs.openbsd.org 2002/09/17 07:47:02
279      [channels.c]
280      don't quit while creating X11 listening socket.
281      http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
282      got from portable.  markus ok
283    - djm@cvs.openbsd.org 2002/09/19 01:58:18
284      [ssh.c sshconnect.c]
285      bugzilla.mindrot.org #223 - ProxyCommands don't exit.
286      Patch from dtucker@zip.com.au; ok markus@
287
288 20020912
289  - (djm) Made GNOME askpass programs return non-zero if cancel button is 
290    pressed.
291  - (djm) Added getpeereid() replacement. Properly implemented for systems
292    with SO_PEERCRED support. Faked for systems which lack it.
293  - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and 
294    fake-queue.h to sys-tree.h and sys-queue.h
295  - (djm) OpenBSD CVS Sync
296    - markus@cvs.openbsd.org 2002/09/08 20:24:08
297      [hostfile.h]
298      no comma at end of enumerator list
299    - itojun@cvs.openbsd.org 2002/09/09 06:48:06
300      [auth1.c auth.h auth-krb5.c monitor.c monitor.h]
301      [monitor_wrap.c monitor_wrap.h]
302      kerberos support for privsep.  confirmed to work by lha@stacken.kth.se
303      patch from markus
304    - markus@cvs.openbsd.org 2002/09/09 14:54:15
305      [channels.c kex.h key.c monitor.c monitor_wrap.c radix.c uuencode.c]
306      signed vs unsigned from -pedantic; ok henning@
307    - markus@cvs.openbsd.org 2002/09/10 20:24:47
308      [ssh-agent.c]
309      check the euid of the connecting process with getpeereid(2); 
310      ok provos deraadt stevesk
311    - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
312      [ssh.1]
313      add agent and X11 forwarding warning text from ssh_config.5; ok markus@
314    - stevesk@cvs.openbsd.org 2002/09/11 18:27:26
315      [authfd.c authfd.h ssh.c]
316      don't connect to agent to test for presence if we've previously
317      connected; ok markus@
318    - djm@cvs.openbsd.org 2002/09/11 22:41:50
319      [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h]
320      [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c]
321      support for short/long listings and globbing in "ls"; ok markus@
322    - djm@cvs.openbsd.org 2002/09/12 00:13:06
323      [sftp-int.c]
324      zap unused var introduced in last commit
325
326 20020911
327  - (djm) Sync openbsd-compat with OpenBSD -current
328
329 20020910
330  - (djm) Bug #365: Read /.ssh/environment properly under CygWin. 
331    Patch from Mark Bradshaw <bradshaw@staff.crosswalk.com>
332  - (djm) Bug #138: Make protocol 1 blowfish work with old OpenSSL. 
333    Patch from Robert Halubek <rob@adso.com.pl>
334
335 20020905 
336  - (djm) OpenBSD CVS Sync
337    - stevesk@cvs.openbsd.org 2002/09/04 18:52:42
338      [servconf.c sshd.8 sshd_config.5]
339      default LoginGraceTime to 2m; 1m may be too short for slow systems.
340      ok markus@
341  - (djm) Merge openssh-TODO.patch from Redhat (null) beta
342  - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from 
343     Nalin Dahyabhai <nalin@redhat.com>
344  - (djm) Add support for building gtk2 password requestor from Redhat beta
345
346 20020903
347  - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt
348  - (djm) Fix Redhat RPM build dependancy test
349  - (djm) OpenBSD CVS Sync
350    - markus@cvs.openbsd.org 2002/08/12 10:46:35
351      [ssh-agent.c]
352      make ssh-agent setgid, disallow ptrace.
353    - espie@cvs.openbsd.org 2002/08/21 11:20:59
354      [sshd.8]
355      `RSA' updated to refer to `public key', where it matters.
356      okay markus@
357    - stevesk@cvs.openbsd.org 2002/08/21 19:38:06
358      [servconf.c sshd.8 sshd_config sshd_config.5]
359      change LoginGraceTime default to 1 minute; ok mouring@ markus@
360    - stevesk@cvs.openbsd.org 2002/08/21 20:10:28
361      [ssh-agent.c]
362      raise listen backlog; ok markus@
363    - stevesk@cvs.openbsd.org 2002/08/22 19:27:53
364      [ssh-agent.c]
365      use common close function; ok markus@
366    - stevesk@cvs.openbsd.org 2002/08/22 19:38:42
367      [clientloop.c]
368      format with current EscapeChar; bugzilla #388 from wknox@mitre.org.
369      ok markus@
370    - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
371      [ssh-agent.c]
372      shutdown(SHUT_RDWR) not needed before close here; ok markus@
373    - markus@cvs.openbsd.org 2002/08/22 21:33:58
374      [auth1.c auth2.c]
375      auth_root_allowed() is handled by the monitor in the privsep case,
376      so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
377    - markus@cvs.openbsd.org 2002/08/22 21:45:41
378      [session.c]
379      send signal name (not signal number) in "exit-signal" message; noticed
380      by galb@vandyke.com
381    - stevesk@cvs.openbsd.org 2002/08/27 17:13:56
382      [ssh-rsa.c]
383      RSA_public_decrypt() returns -1 on error so len must be signed; 
384      ok markus@
385    - stevesk@cvs.openbsd.org 2002/08/27 17:18:40
386      [ssh_config.5]
387      some warning text for ForwardAgent and ForwardX11; ok markus@
388    - stevesk@cvs.openbsd.org 2002/08/29 15:57:25
389      [monitor.c session.c sshlogin.c sshlogin.h]
390      pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
391      NOTE: there are also p-specific parts to this patch. ok markus@
392    - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
393      [ssh.1 ssh.c]
394      deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
395    - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
396      [ssh_config.5]
397      more on UsePrivilegedPort and setuid root; ok markus@
398    - stevesk@cvs.openbsd.org 2002/08/29 19:49:42
399      [ssh.c]
400      shrink initial privilege bracket for setuid case; ok markus@
401    - stevesk@cvs.openbsd.org 2002/08/29 22:54:10
402      [ssh_config.5 sshd_config.5]
403      state XAuthLocation is a full pathname
404
405 20020820
406  - OpenBSD CVS Sync
407    - millert@cvs.openbsd.org 2002/08/02 14:43:15
408      [monitor.c monitor_mm.c]
409      Change mm_zalloc() sanity checks to be more in line with what
410      we do in calloc() and add a check to monitor_mm.c.
411      OK provos@ and markus@
412    - marc@cvs.openbsd.org 2002/08/02 16:00:07
413      [ssh.1 sshd.8]
414      note that .ssh/environment is only read when
415      allowed (PermitUserEnvironment in sshd_config).
416      OK markus@
417    - markus@cvs.openbsd.org 2002/08/02 21:23:41
418      [ssh-rsa.c]
419      diff is u_int (2x); ok deraadt/provos
420    - markus@cvs.openbsd.org 2002/08/02 22:20:30
421      [ssh-rsa.c]
422      replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
423      for authentication; ok deraadt/djm
424    - aaron@cvs.openbsd.org 2002/08/08 13:50:23
425      [sshconnect1.c]
426      Use & to test if bits are set, not &&; markus@ ok.
427    - stevesk@cvs.openbsd.org 2002/08/08 23:54:52
428      [auth.c]
429      typo in comment
430    - stevesk@cvs.openbsd.org 2002/08/09 17:21:42
431      [sshd_config.5]
432      use Op for mdoc conformance; from esr@golux.thyrsus.com
433      ok aaron@
434    - stevesk@cvs.openbsd.org 2002/08/09 17:41:12
435      [sshd_config.5]
436      proxy vs. fake display
437    - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
438      [ssh.1 sshd.8 sshd_config.5]
439      more PermitUserEnvironment; ok markus@
440    - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
441      [ssh.1]
442      ForwardAgent has defaulted to no for over 2 years; be more clear here.
443    - stevesk@cvs.openbsd.org 2002/08/17 23:55:01
444      [ssh_config.5]
445      ordered list here
446  - (bal) [defines.h] Some platforms don't have SIZE_T_MAX.  So assign 
447    it to ULONG_MAX.
448
449 20020813
450  - (tim) [configure.ac] Display OpenSSL header/library version.
451    Patch by dtucker@zip.com.au
452
453 20020731
454  - (bal) OpenBSD CVS Sync
455    - markus@cvs.openbsd.org 2002/07/24 16:11:18
456      [hostfile.c hostfile.h sshconnect.c]
457      print out all known keys for a host if we get a unknown host key,
458      see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4
459
460      the ssharp mitm tool attacks users in a similar way, so i'd like to
461      pointed out again:
462         A MITM attack is always possible if the ssh client prints:
463         The authenticity of host 'bla' can't be established.
464      (protocol version 2 with pubkey authentication allows you to detect
465      MITM attacks)
466    - mouring@cvs.openbsd.org 2002/07/25 01:16:59
467      [sftp.c]
468      FallBackToRsh does not exist anywhere else.  Remove it from here.
469      OK deraadt.
470    - markus@cvs.openbsd.org 2002/07/29 18:57:30
471      [sshconnect.c]
472      print file:line
473    - markus@cvs.openbsd.org 2002/07/30 17:03:55
474      [auth-options.c servconf.c servconf.h session.c sshd_config sshd_config.5]
475      add PermitUserEnvironment (off by default!); from dot@dotat.at;
476      ok provos, deraadt
477
478 20020730
479  - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
480
481 20020728
482  - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar
483  - (stevesk) [CREDITS] solar
484  - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsigned
485    char arg.
486
487 20020725
488  - (djm) Remove some cruft from INSTALL
489  - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/
490
491 20020723
492  - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger. 
493  - (bal) sync ID w/ ssh-agent.c
494  - (bal) OpenBSD Sync
495    - markus@cvs.openbsd.org 2002/07/19 15:43:33
496      [log.c log.h session.c sshd.c]
497      remove fatal cleanups after fork; based on discussions with and code
498      from solar.
499    - stevesk@cvs.openbsd.org 2002/07/19 17:42:40
500      [ssh.c]
501      display a warning from ssh when XAuthLocation does not exist or xauth
502      returned no authentication data. ok markus@
503    - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
504      [auth-options.c]
505      unneeded includes
506    - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
507      [auth-options.h]
508      remove invalid comment
509    - markus@cvs.openbsd.org 2002/07/22 11:03:06
510      [session.c]
511      fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
512    - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
513      [monitor.c]
514      u_int here; ok provos@
515    - stevesk@cvs.openbsd.org 2002/07/23 16:03:10
516      [sshd.c]
517      utmp_len is unsigned; display error consistent with other options.
518      ok markus@
519    - stevesk@cvs.openbsd.org 2002/07/15 17:15:31
520      [uidswap.c]
521      little more debugging; ok markus@
522
523 20020722
524  - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
525  - (stevesk) [xmmap.c] missing prototype for fatal()
526  - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
527    with Cray (mostly #ifdef renaming).  Patch by wendyp@cray.com.
528  - (bal) [configure.ac]  Missing ;; from cray patch.
529  - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
530    into it's own header.
531  - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
532    freed by the caller; add free_pam_environment() and use it.
533  - (stevesk) [auth-pam.c] typo in comment
534
535 20020721
536  - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
537    openssh-3.4p1-owl-password-changing.diff
538  - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
539    PAM_NEW_AUTHTOK_REQD remains in #if 0 for now.
540  - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
541    warning on pam_conv struct conversation function.
542  - (stevesk) [auth-pam.h] license
543  - (stevesk) [auth-pam.h] unneeded include
544  - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
545
546 20020720
547  - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
548
549 20020719
550  - (tim) [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
551    Patch by dtucker@zip.com.au
552  - (tim) [configure.ac]  test for libxnet on HP. Patch by dtucker@zip.com.au
553
554 20020718
555  - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
556  - (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
557    by ayamura@ayamura.org
558  - (tim) [configure.ac] Bug 267 rework int64_t test.
559  - (tim) [includes.h] Bug 267 add stdint.h
560
561 20020717
562  - (bal) aixbff package updated by dtucker@zip.com.au
563  - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
564    for autoconf 2.53. Based on a patch by jrj@purdue.edu
565
566 20020716
567  - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
568
569 20020715
570  - (bal) OpenBSD CVS Sync
571    - itojun@cvs.openbsd.org 2002/07/12 13:29:09
572      [sshconnect.c]
573      print connect failure during debugging mode.
574    - markus@cvs.openbsd.org 2002/07/12 15:50:17
575      [cipher.c]
576      EVP_CIPH_CUSTOM_IV for our own rijndael
577  - (bal) Remove unused tty defined in do_setusercontext() pointed out by
578    dtucker@zip.com.au plus a a more KNF since I am near it.
579  - (bal) Privsep user creation support in Solaris buildpkg.sh by 
580    dtucker@zip.com.au
581
582 20020714
583  - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
584  - (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
585    openbsd-compat/Makefile.in] support compression on platforms that
586    have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
587    Based on patch from nalin@redhat.com of code extracted from Owl's package
588  - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
589    report by chris@by-design.net
590  - (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
591  - (tim) [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()
592    report by rodney@bond.net
593
594 20020712
595  - (tim) [Makefile.in] quiet down install-files: and check-user:
596  - (tim) [configure.ac] remove unused filepriv line
597
598 20020710
599  - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
600    on /var/empty to 755 Patch by vinschen@redhat.com
601  - (bal) OpenBSD CVS Sync
602    - itojun@cvs.openbsd.org 2002/07/09 11:56:50
603      [sshconnect.c]
604      silently try next address on connect(2).  markus ok
605    - itojun@cvs.openbsd.org 2002/07/09 11:56:27
606      [canohost.c]
607      suppress log on reverse lookup failiure, as there's no real value in
608      doing so.
609      markus ok
610    - itojun@cvs.openbsd.org 2002/07/09 12:04:02
611      [sshconnect.c]
612      ed static function (less warnings)
613    - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
614      [sshd_config.5]
615      clarify no preference ordering in protocol list; ok markus@
616    - itojun@cvs.openbsd.org 2002/07/10 10:28:15
617      [sshconnect.c]
618      bark if all connection attempt fails.
619    - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
620      [rijndael.c]
621      use right sizeof in memcpy; markus ok
622
623 20020709
624  - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
625    lacking that concept can share it. Patch by vinschen@redhat.com
626
627 20020708
628  - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
629    work in a jumpstart environment. patch by kbrint@rufus.net
630  - (tim) [Makefile.in] workaround for broken pakadd on some systems.
631  - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
632    --with-privsep-path=
633
634 20020707
635  - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
636  - (tim) [acconfig.h configure.ac sshd.c]
637    s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
638  - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
639    patch from vinschen@redhat.com
640  - (bal) [realpath.c] Updated with OpenBSD tree.
641  - (bal) OpenBSD CVS Sync
642    - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
643      [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
644      patch memory leaks; grendel@zeitbombe.org
645    - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
646      [channels.c packet.c]
647      blah blah minor nothing as i read and re-read and re-read...
648    - markus@cvs.openbsd.org 2002/07/04 10:41:47
649      [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
650      don't allocate, copy, and discard if there is not interested in the data; 
651      ok deraadt@
652    - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
653      [log.c]
654      KNF
655    - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
656      [ssh-keyscan.c]
657      KNF, realloc fix, and clean usage
658    - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
659      [ssh-keyscan.c]
660      unused variable
661  - (bal) Minor KNF on ssh-keyscan.c
662
663 20020705
664  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
665    Reported by Darren Tucker <dtucker@zip.com.au>
666  - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
667    from vinschen@redhat.com
668
669 20020704
670  - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
671    faster data rate)  Bug #124
672  - (bal) glob.c defines TILDE and AIX also defines it.  #undef it first.
673    bug #265
674  - (bal) One too many nulls in ports-aix.c
675  
676 20020703
677  - (bal) Updated contrib/cygwin/  patch by vinschen@redhat.com 
678  - (bal) minor correction to utimes() replacement.  Patch by
679    onoe@sm.sony.co.jp
680  - OpenBSD CVS Sync
681    - markus@cvs.openbsd.org 2002/06/27 08:49:44
682      [dh.c ssh-keyscan.c sshconnect.c]
683      more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
684    - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
685      [monitor.c]
686      improve mm_zalloc check; markus ok
687    - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
688      [auth2-none.c monitor.c sftp-client.c]
689      use xfree()
690    - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
691      [ssh-keyscan.c]
692      use convtime(); ok markus@
693    - millert@cvs.openbsd.org 2002/06/28 01:49:31
694      [monitor_mm.c]
695      tree(3) wants an int return value for its compare functions and
696      the difference between two pointers is not an int.  Just do the
697      safest thing and store the result in a long and then return 0,
698      -1, or 1 based on that result.
699    - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
700      [monitor_wrap.c]
701      use ssize_t
702    - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
703      [sshd.c]
704      range check -u option at invocation
705    - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
706      [sshd.c]
707      gidset[2] -> gidset[1]; markus ok
708    - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
709      [auth2.c session.c sshd.c]
710      lint asks that we use names that do not overlap
711    - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
712      [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
713       monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
714       sshconnect2.c sshd.c]
715      minor KNF
716    - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
717      [msg.c]
718      %u
719    - markus@cvs.openbsd.org 2002/07/01 19:48:46
720      [sshconnect2.c]
721      for compression=yes, we fallback to no-compression if the server does
722      not support compression, vice versa for compression=no. ok mouring@
723    - markus@cvs.openbsd.org 2002/07/03 09:55:38
724      [ssh-keysign.c]
725      use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
726      in order to avoid a possible Kocher timing attack pointed out by Charles
727      Hannum; ok provos@
728    - markus@cvs.openbsd.org 2002/07/03 14:21:05
729      [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
730      re-enable ssh-keysign's sbit, but make ssh-keysign read 
731      /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled 
732      globally. based on discussions with deraadt, itojun and sommerfeld; 
733      ok itojun@
734  - (bal) Failed password attempts don't increment counter on AIX. Bug #145
735  - (bal) Missed Makefile.in change.  keysign needs readconf.o
736  - (bal) Clean up aix_usrinfo().  Ignore TTY= period I guess.
737   
738 20020702
739  - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & 
740    friends consistently. Spotted by Solar Designer <solar@openwall.com>
741
742 20020629
743  - (bal) fix to auth2-pam.c to swap fatal() arguments,  A bit of style
744    clean up while I'm near it.
745
746 20020628
747  - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
748    options should contain default value.  from solar.
749  - (bal) Cygwin uid0 fix by vinschen@redhat.com
750  - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c.  Otherwise wise
751    have issues of our fixes not propogating right (ie bcopy instead of
752    memmove).  OK tim
753  - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
754    Bug #303
755
756 20020627
757  - OpenBSD CVS Sync
758    - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
759      [monitor.c]
760      correct %u
761    - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
762      [monitor_fdpass.c]
763      use ssize_t for recvmsg() and sendmsg() return
764    - markus@cvs.openbsd.org 2002/06/26 14:51:33
765      [ssh-add.c]
766      fix exit code for -X/-x
767    - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
768      [monitor_wrap.c]
769      more %u
770    - markus@cvs.openbsd.org 2002/06/26 22:27:32
771      [ssh-keysign.c]
772      bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
773
774 20020626
775  - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
776  - (bal) OpenBSD CVS Sync
777    - markus@cvs.openbsd.org 2002/06/23 21:34:07
778      [channels.c]
779      tcode is u_int
780    - markus@cvs.openbsd.org 2002/06/24 13:12:23
781      [ssh-agent.1]
782      the socket name contains ssh-agent's ppid; via mpech@ from form@
783    - markus@cvs.openbsd.org 2002/06/24 14:33:27
784      [channels.c channels.h clientloop.c serverloop.c]
785      move channel counter to u_int
786    - markus@cvs.openbsd.org 2002/06/24 14:55:38
787      [authfile.c kex.c ssh-agent.c]
788      cat to (void) when output from buffer_get_X is ignored
789    - itojun@cvs.openbsd.org 2002/06/24 15:49:22
790      [msg.c]
791      printf type pedant
792    - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
793      [sftp-server.c sshpty.c]
794      explicit (u_int) for uid and gid
795    - markus@cvs.openbsd.org 2002/06/25 16:22:42
796      [authfd.c]
797      unnecessary cast
798    - markus@cvs.openbsd.org 2002/06/25 18:51:04
799      [sshd.c]
800      lightweight do_setusercontext after chroot()
801  - (bal) Updated AIX package build.  Patch by dtucker@zip.com.au
802  - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
803  - (bal) added back in error check for mmap().  I screwed up, Pointed
804    out by stevesk@
805  - (tim) [README.privsep] UnixWare tip no longer needed.
806  - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
807    but it all damned lies.
808  - (stevesk) [README.privsep] more for sshd pseudo-account.
809  - (tim) [contrib/caldera/openssh.spec] add support for privsep
810  - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
811  - (djm) OpenBSD CVS Sync
812    - markus@cvs.openbsd.org 2002/06/26 08:53:12
813      [bufaux.c]
814      limit size of BNs to 8KB; ok provos/deraadt
815    - markus@cvs.openbsd.org 2002/06/26 08:54:18
816      [buffer.c]
817      limit append to 1MB and buffers to 10MB
818    - markus@cvs.openbsd.org 2002/06/26 08:55:02
819      [channels.c]
820      limit # of channels to 10000
821    - markus@cvs.openbsd.org 2002/06/26 08:58:26
822      [session.c]
823      limit # of env vars to 1000; ok deraadt/djm
824    - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
825      [monitor.c]
826      be careful in mm_zalloc
827    - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
828      [session.c]
829      disclose less information from environment files; based on input 
830      from djm, and dschultz@uclink.Berkeley.EDU
831    - markus@cvs.openbsd.org 2002/06/26 13:55:37
832      [auth2-chall.c]
833      make sure # of response matches # of queries, fixes int overflow; 
834      from ISS
835    - markus@cvs.openbsd.org 2002/06/26 13:56:27
836      [version.h]
837      3.4
838  - (djm) Require krb5 devel for RPM build w/ KrbV 
839  - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai 
840    <nalin@redhat.com>
841  - (djm) Update spec files for release 
842  - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
843  - (djm) Release 3.4p1
844  - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
845    by mistake
846
847 20020625
848  - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
849  - (stevesk) [README.privsep] minor updates
850  - (djm) Create privsep directory and warn if privsep user is missing 
851    during make install
852  - (bal) Started list of PrivSep issues in TODO
853  - (bal) if mmap() is substandard, don't allow compression on server side.
854    Post 'event' we will add more options.
855  - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
856  - (bal) moved aix_usrinfo() and noted not setting real TTY.  Patch by
857    dtucker@zip.com.au
858  - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
859    for Cygwin, Cray, & SCO
860
861 20020624
862  - OpenBSD CVS Sync
863    - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
864      [tildexpand.c]
865      KNF
866    - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
867      [cipher.c key.c]
868      KNF
869    - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
870      [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
871       sshpty.c]
872      various KNF and %d for unsigned
873    - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
874      [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
875       sftp.c]
876      bunch of u_int vs int stuff
877    - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
878      [ssh-keygen.c]
879      u_int stuff
880    - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
881      [bufaux.c servconf.c]
882      minor KNF.  things the fingers do while you read
883    - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
884      [ssh-agent.c sshd.c]
885      some minor KNF and %u
886    - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
887      [session.c]
888      compression_level is u_int
889    - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
890      [sshpty.c]
891      KNF
892    - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
893      [channels.c channels.h session.c session.h]
894      display, screen, row, col, xpixel, ypixel are u_int; markus ok
895    - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
896      [packet.c]
897      packet_get_int() returns unsigned for reason & seqnr
898   - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
899     xpixel are u_int.
900
901
902 20020623
903  - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
904  - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
905  - (bal) add extern char *getopt.  Based on report by dtucker@zip.com.au 
906  - OpenBSD CVS Sync
907    - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
908      [ssh.h]
909      correct comment
910    - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
911      [ssh.1]
912      section 5 not 4 for ssh_config
913    - naddy@cvs.openbsd.org 2002/06/22 11:51:39
914      [ssh.1]
915      typo
916    - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
917      [sshd.8]
918      add /var/empty in FILES section
919    - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
920      [sshd.c]
921      check /var/empty owner mode; ok provos@
922    - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
923      [scp.1]
924      typo
925    - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
926      [ssh-agent.1 sshd.8 sshd_config.5]
927      use process ID vs. pid/PID/process identifier
928    - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
929      [sshd.c]
930      don't call setsid() if debugging or run from inetd; no "Operation not
931      permitted" errors now; ok millert@ markus@
932    - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
933      [monitor.c]
934      save auth method before monitor_reset_key_state(); bugzilla bug #284;
935      ok provos@
936
937 $Id$
This page took 0.118128 seconds and 5 git commands to generate.