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