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