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