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