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