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