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