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