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