]> andersk Git - openssh.git/blob - ChangeLog
[Makefile.in] replace "id sshd" with "sshd -t"
[openssh.git] / ChangeLog
1 20020714
2  - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
3
4 20020712
5  - (tim) [Makefile.in] quiet down install-files: and check-user:
6  - (tim) [configure.ac] remove unused filepriv line
7
8 20020710
9  - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
10    on /var/empty to 755 Patch by vinschen@redhat.com
11  - (bal) OpenBSD CVS Sync
12    - itojun@cvs.openbsd.org 2002/07/09 11:56:50
13      [sshconnect.c]
14      silently try next address on connect(2).  markus ok
15    - itojun@cvs.openbsd.org 2002/07/09 11:56:27
16      [canohost.c]
17      suppress log on reverse lookup failiure, as there's no real value in
18      doing so.
19      markus ok
20    - itojun@cvs.openbsd.org 2002/07/09 12:04:02
21      [sshconnect.c]
22      ed static function (less warnings)
23    - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
24      [sshd_config.5]
25      clarify no preference ordering in protocol list; ok markus@
26    - itojun@cvs.openbsd.org 2002/07/10 10:28:15
27      [sshconnect.c]
28      bark if all connection attempt fails.
29    - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
30      [rijndael.c]
31      use right sizeof in memcpy; markus ok
32
33 20020709
34  - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
35    lacking that concept can share it. Patch by vinschen@redhat.com
36
37 20020708
38  - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
39    work in a jumpstart environment. patch by kbrint@rufus.net
40  - (tim) [Makefile.in] workaround for broken pakadd on some systems.
41  - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
42    --with-privsep-path=
43
44 20020707
45  - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
46  - (tim) [acconfig.h configure.ac sshd.c]
47    s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
48  - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
49    patch from vinschen@redhat.com
50  - (bal) [realpath.c] Updated with OpenBSD tree.
51  - (bal) OpenBSD CVS Sync
52    - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
53      [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
54      patch memory leaks; grendel@zeitbombe.org
55    - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
56      [channels.c packet.c]
57      blah blah minor nothing as i read and re-read and re-read...
58    - markus@cvs.openbsd.org 2002/07/04 10:41:47
59      [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
60      don't allocate, copy, and discard if there is not interested in the data; 
61      ok deraadt@
62    - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
63      [log.c]
64      KNF
65    - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
66      [ssh-keyscan.c]
67      KNF, realloc fix, and clean usage
68    - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
69      [ssh-keyscan.c]
70      unused variable
71  - (bal) Minor KNF on ssh-keyscan.c
72
73 20020705
74  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
75    Reported by Darren Tucker <dtucker@zip.com.au>
76  - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
77    from vinschen@redhat.com
78
79 20020704
80  - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
81    faster data rate)  Bug #124
82  - (bal) glob.c defines TILDE and AIX also defines it.  #undef it first.
83    bug #265
84  - (bal) One too many nulls in ports-aix.c
85  
86 20020703
87  - (bal) Updated contrib/cygwin/  patch by vinschen@redhat.com 
88  - (bal) minor correction to utimes() replacement.  Patch by
89    onoe@sm.sony.co.jp
90  - OpenBSD CVS Sync
91    - markus@cvs.openbsd.org 2002/06/27 08:49:44
92      [dh.c ssh-keyscan.c sshconnect.c]
93      more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
94    - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
95      [monitor.c]
96      improve mm_zalloc check; markus ok
97    - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
98      [auth2-none.c monitor.c sftp-client.c]
99      use xfree()
100    - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
101      [ssh-keyscan.c]
102      use convtime(); ok markus@
103    - millert@cvs.openbsd.org 2002/06/28 01:49:31
104      [monitor_mm.c]
105      tree(3) wants an int return value for its compare functions and
106      the difference between two pointers is not an int.  Just do the
107      safest thing and store the result in a long and then return 0,
108      -1, or 1 based on that result.
109    - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
110      [monitor_wrap.c]
111      use ssize_t
112    - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
113      [sshd.c]
114      range check -u option at invocation
115    - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
116      [sshd.c]
117      gidset[2] -> gidset[1]; markus ok
118    - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
119      [auth2.c session.c sshd.c]
120      lint asks that we use names that do not overlap
121    - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
122      [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
123       monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
124       sshconnect2.c sshd.c]
125      minor KNF
126    - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
127      [msg.c]
128      %u
129    - markus@cvs.openbsd.org 2002/07/01 19:48:46
130      [sshconnect2.c]
131      for compression=yes, we fallback to no-compression if the server does
132      not support compression, vice versa for compression=no. ok mouring@
133    - markus@cvs.openbsd.org 2002/07/03 09:55:38
134      [ssh-keysign.c]
135      use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
136      in order to avoid a possible Kocher timing attack pointed out by Charles
137      Hannum; ok provos@
138    - markus@cvs.openbsd.org 2002/07/03 14:21:05
139      [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
140      re-enable ssh-keysign's sbit, but make ssh-keysign read 
141      /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled 
142      globally. based on discussions with deraadt, itojun and sommerfeld; 
143      ok itojun@
144  - (bal) Failed password attempts don't increment counter on AIX. Bug #145
145  - (bal) Missed Makefile.in change.  keysign needs readconf.o
146  - (bal) Clean up aix_usrinfo().  Ignore TTY= period I guess.
147   
148 20020702
149  - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & 
150    friends consistently. Spotted by Solar Designer <solar@openwall.com>
151
152 20020629
153  - (bal) fix to auth2-pam.c to swap fatal() arguments,  A bit of style
154    clean up while I'm near it.
155
156 20020628
157  - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
158    options should contain default value.  from solar.
159  - (bal) Cygwin uid0 fix by vinschen@redhat.com
160  - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c.  Otherwise wise
161    have issues of our fixes not propogating right (ie bcopy instead of
162    memmove).  OK tim
163  - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
164    Bug #303
165
166 200206027
167  - OpenBSD CVS Sync
168    - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
169      [monitor.c]
170      correct %u
171    - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
172      [monitor_fdpass.c]
173      use ssize_t for recvmsg() and sendmsg() return
174    - markus@cvs.openbsd.org 2002/06/26 14:51:33
175      [ssh-add.c]
176      fix exit code for -X/-x
177    - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
178      [monitor_wrap.c]
179      more %u
180    - markus@cvs.openbsd.org 2002/06/26 22:27:32
181      [ssh-keysign.c]
182      bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
183
184 20020626
185  - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
186  - (bal) OpenBSD CVS Sync
187    - markus@cvs.openbsd.org 2002/06/23 21:34:07
188      [channels.c]
189      tcode is u_int
190    - markus@cvs.openbsd.org 2002/06/24 13:12:23
191      [ssh-agent.1]
192      the socket name contains ssh-agent's ppid; via mpech@ from form@
193    - markus@cvs.openbsd.org 2002/06/24 14:33:27
194      [channels.c channels.h clientloop.c serverloop.c]
195      move channel counter to u_int
196    - markus@cvs.openbsd.org 2002/06/24 14:55:38
197      [authfile.c kex.c ssh-agent.c]
198      cat to (void) when output from buffer_get_X is ignored
199    - itojun@cvs.openbsd.org 2002/06/24 15:49:22
200      [msg.c]
201      printf type pedant
202    - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
203      [sftp-server.c sshpty.c]
204      explicit (u_int) for uid and gid
205    - markus@cvs.openbsd.org 2002/06/25 16:22:42
206      [authfd.c]
207      unnecessary cast
208    - markus@cvs.openbsd.org 2002/06/25 18:51:04
209      [sshd.c]
210      lightweight do_setusercontext after chroot()
211  - (bal) Updated AIX package build.  Patch by dtucker@zip.com.au
212  - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
213  - (bal) added back in error check for mmap().  I screwed up, Pointed
214    out by stevesk@
215  - (tim) [README.privsep] UnixWare tip no longer needed.
216  - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
217    but it all damned lies.
218  - (stevesk) [README.privsep] more for sshd pseudo-account.
219  - (tim) [contrib/caldera/openssh.spec] add support for privsep
220  - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
221  - (djm) OpenBSD CVS Sync
222    - markus@cvs.openbsd.org 2002/06/26 08:53:12
223      [bufaux.c]
224      limit size of BNs to 8KB; ok provos/deraadt
225    - markus@cvs.openbsd.org 2002/06/26 08:54:18
226      [buffer.c]
227      limit append to 1MB and buffers to 10MB
228    - markus@cvs.openbsd.org 2002/06/26 08:55:02
229      [channels.c]
230      limit # of channels to 10000
231    - markus@cvs.openbsd.org 2002/06/26 08:58:26
232      [session.c]
233      limit # of env vars to 1000; ok deraadt/djm
234    - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
235      [monitor.c]
236      be careful in mm_zalloc
237    - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
238      [session.c]
239      disclose less information from environment files; based on input 
240      from djm, and dschultz@uclink.Berkeley.EDU
241    - markus@cvs.openbsd.org 2002/06/26 13:55:37
242      [auth2-chall.c]
243      make sure # of response matches # of queries, fixes int overflow; 
244      from ISS
245    - markus@cvs.openbsd.org 2002/06/26 13:56:27
246      [version.h]
247      3.4
248  - (djm) Require krb5 devel for RPM build w/ KrbV 
249  - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai 
250    <nalin@redhat.com>
251  - (djm) Update spec files for release 
252  - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
253  - (djm) Release 3.4p1
254  - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
255    by mistake
256
257 20020625
258  - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
259  - (stevesk) [README.privsep] minor updates
260  - (djm) Create privsep directory and warn if privsep user is missing 
261    during make install
262  - (bal) Started list of PrivSep issues in TODO
263  - (bal) if mmap() is substandard, don't allow compression on server side.
264    Post 'event' we will add more options.
265  - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
266  - (bal) moved aix_usrinfo() and noted not setting real TTY.  Patch by
267    dtucker@zip.com.au
268  - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
269    for Cygwin, Cray, & SCO
270
271 20020624
272  - OpenBSD CVS Sync
273    - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
274      [tildexpand.c]
275      KNF
276    - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
277      [cipher.c key.c]
278      KNF
279    - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
280      [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
281       sshpty.c]
282      various KNF and %d for unsigned
283    - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
284      [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
285       sftp.c]
286      bunch of u_int vs int stuff
287    - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
288      [ssh-keygen.c]
289      u_int stuff
290    - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
291      [bufaux.c servconf.c]
292      minor KNF.  things the fingers do while you read
293    - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
294      [ssh-agent.c sshd.c]
295      some minor KNF and %u
296    - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
297      [session.c]
298      compression_level is u_int
299    - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
300      [sshpty.c]
301      KNF
302    - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
303      [channels.c channels.h session.c session.h]
304      display, screen, row, col, xpixel, ypixel are u_int; markus ok
305    - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
306      [packet.c]
307      packet_get_int() returns unsigned for reason & seqnr
308   - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
309     xpixel are u_int.
310
311
312 20020623
313  - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
314  - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
315  - (bal) add extern char *getopt.  Based on report by dtucker@zip.com.au 
316  - OpenBSD CVS Sync
317    - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
318      [ssh.h]
319      correct comment
320    - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
321      [ssh.1]
322      section 5 not 4 for ssh_config
323    - naddy@cvs.openbsd.org 2002/06/22 11:51:39
324      [ssh.1]
325      typo
326    - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
327      [sshd.8]
328      add /var/empty in FILES section
329    - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
330      [sshd.c]
331      check /var/empty owner mode; ok provos@
332    - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
333      [scp.1]
334      typo
335    - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
336      [ssh-agent.1 sshd.8 sshd_config.5]
337      use process ID vs. pid/PID/process identifier
338    - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
339      [sshd.c]
340      don't call setsid() if debugging or run from inetd; no "Operation not
341      permitted" errors now; ok millert@ markus@
342    - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
343      [monitor.c]
344      save auth method before monitor_reset_key_state(); bugzilla bug #284;
345      ok provos@
346
347 20020622
348  - (djm) Update README.privsep; spotted by fries@
349  - (djm) Release 3.3p1
350  - (bal) getopt now can be staticly compiled on those platforms missing
351    optreset.  Patch by binder@arago.de
352
353 20020621
354  - (djm) Sync:
355    - djm@cvs.openbsd.org 2002/06/21 05:50:51
356      [monitor.c]
357      Don't initialise compression buffers when compression=no in sshd_config;
358      ok Niels@
359   - ID sync for auth-passwd.c
360  - (djm) Warn and disable compression on platforms which can't handle both
361    useprivilegeseparation=yes and compression=yes
362  - (djm) contrib/redhat/openssh.spec hacking:
363    - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
364    - Add new {ssh,sshd}_config.5 manpages
365    - Add new ssh-keysign program and remove setuid from ssh client
366
367 20020620
368  - (bal) Fixed AIX environment handling, use setpcred() instead of existing
369    code.  (Bugzilla Bug 261)
370  - (bal) OpenBSD CVS Sync
371    - todd@cvs.openbsd.org 2002/06/14 21:35:00
372      [monitor_wrap.c]
373      spelling; from Brian Poole <raj@cerias.purdue.edu>
374    - markus@cvs.openbsd.org 2002/06/15 00:01:36
375      [authfd.c authfd.h ssh-add.c ssh-agent.c]
376      break agent key lifetime protocol and allow other contraints for key
377      usage.
378    - markus@cvs.openbsd.org 2002/06/15 00:07:38
379      [authfd.c authfd.h ssh-add.c ssh-agent.c]
380      fix stupid typo
381    - markus@cvs.openbsd.org 2002/06/15 01:27:48
382      [authfd.c authfd.h ssh-add.c ssh-agent.c]
383      remove the CONSTRAIN_IDENTITY messages and introduce a new
384      ADD_ID message with contraints instead. contraints can be
385      only added together with the private key.
386    - itojun@cvs.openbsd.org 2002/06/16 21:30:58
387      [ssh-keyscan.c]
388      use TAILQ_xx macro.  from lukem@netbsd.  markus ok
389    - deraadt@cvs.openbsd.org 2002/06/17 06:05:56
390      [scp.c]
391      make usage like man page
392    - deraadt@cvs.openbsd.org 2002/06/19 00:27:55
393      [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c
394       authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1
395       ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c
396       ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c
397       xmalloc.h]
398      KNF done automatically while reading....
399    - markus@cvs.openbsd.org 2002/06/19 18:01:00
400      [cipher.c monitor.c monitor_wrap.c packet.c packet.h]
401      make the monitor sync the transfer ssh1 session key;
402      transfer keycontext only for RC4 (this is still depends on EVP
403      implementation details and is broken).
404    - stevesk@cvs.openbsd.org 2002/06/20 19:56:07
405      [ssh.1 sshd.8]
406      move configuration file options from ssh.1/sshd.8 to
407      ssh_config.5/sshd_config.5; ok deraadt@ millert@
408    - stevesk@cvs.openbsd.org 2002/06/20 20:00:05
409      [scp.1 sftp.1]
410      ssh_config(5)
411    - stevesk@cvs.openbsd.org 2002/06/20 20:03:34
412      [ssh_config sshd_config]
413      refer to config file man page
414    - markus@cvs.openbsd.org 2002/06/20 23:05:56
415      [servconf.c servconf.h session.c sshd.c]
416      allow Compression=yes/no in sshd_config
417    - markus@cvs.openbsd.org 2002/06/20 23:37:12
418      [sshd_config]
419      add Compression
420    - stevesk@cvs.openbsd.org 2002/05/25 20:40:08
421      [LICENCE]
422      missed Per Allansson (auth2-chall.c)
423  - (bal) Cygwin special handling of empty passwords wrong.  Patch by
424    vinschen@redhat.com
425  - (bal) Missed integrating ssh_config.5 and sshd_config.5
426  - (bal) Still more Makefile.in updates for ssh{d}_config.5
427
428 20020613
429  - (bal) typo of setgroup for cygwin.  Patch by vinschen@redhat.com
430
431 20020612
432  - (bal) OpenBSD CVS Sync
433    - markus@cvs.openbsd.org 2002/06/11 23:03:54
434      [ssh.c]
435      remove unused cruft.
436    - markus@cvs.openbsd.org 2002/06/12 01:09:52
437      [ssh.c]
438      ssh_connect returns 0 on success
439  - (bal) Build noop setgroups() for cygwin to clean up code (For other
440    platforms without the setgroups() requirement, you MUST define
441    SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
442  - (bal) Some platforms don't have ONLCR (Notable Mint)
443
444 20020611
445  - (bal) ssh-agent.c RCSD fix (|unexpand already done)
446  - (bal) OpenBSD CVS Sync
447    - stevesk@cvs.openbsd.org 2002/06/09 22:15:15
448      [ssh.1]
449      update for no setuid root and ssh-keysign; ok deraadt@
450    - itojun@cvs.openbsd.org 2002/06/09 22:17:21
451      [sshconnect.c]
452      pass salen to sockaddr_ntop so that we are happy on linux/solaris
453    - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
454      [auth-rsa.c ssh-rsa.c]
455      display minimum RSA modulus in error(); ok markus@
456    - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
457      [ssh-keysign.8]
458      merge in stuff from my man page; ok markus@
459    - stevesk@cvs.openbsd.org 2002/06/10 17:36:23
460      [ssh-add.1 ssh-add.c]
461      use convtime() to parse and validate key lifetime.  can now
462      use '-t 2h' etc.  ok markus@ provos@
463    - stevesk@cvs.openbsd.org 2002/06/10 17:45:20
464      [readconf.c ssh.1]
465      change RhostsRSAAuthentication and RhostsAuthentication default to no
466      since ssh is no longer setuid root by default; ok markus@
467    - stevesk@cvs.openbsd.org 2002/06/10 21:21:10
468      [ssh_config]
469      update defaults for RhostsRSAAuthentication and RhostsAuthentication
470      here too (all options commented out with default value).
471    - markus@cvs.openbsd.org 2002/06/10 22:28:41
472      [channels.c channels.h session.c]
473      move creation of agent socket to session.c; no need for uidswapping
474      in channel.c.
475    - markus@cvs.openbsd.org 2002/06/11 04:14:26
476      [ssh.c sshconnect.c sshconnect.h]
477      no longer use uidswap.[ch] from the ssh client
478      run less code with euid==0 if ssh is installed setuid root
479      just switch the euid, don't switch the complete set of groups
480      (this is only needed by sshd). ok provos@
481    - mpech@cvs.openbsd.org 2002/06/11 05:46:20
482      [auth-krb4.c monitor.h serverloop.c session.c ssh-agent.c sshd.c]
483      pid_t cleanup. Markus need this now to keep hacking.
484      markus@, millert@ ok
485    - itojun@cvs.openbsd.org 2002/06/11 08:11:45
486      [canohost.c]
487      use "ntop" only after initialized
488  - (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
489    vinschen@redhat.com
490
491 20020609
492  - (bal) OpenBSD CVS Sync
493    - markus@cvs.openbsd.org 2002/06/08 05:07:56
494      [ssh.c]
495      nuke ptrace comment
496    - markus@cvs.openbsd.org 2002/06/08 05:07:09
497      [ssh-keysign.c]
498      only accept 20 byte session ids
499    - markus@cvs.openbsd.org 2002/06/08 05:17:01
500      [readconf.c readconf.h ssh.1 ssh.c]
501      deprecate FallBackToRsh and UseRsh; patch from djm@
502    - markus@cvs.openbsd.org 2002/06/08 05:40:01
503      [readconf.c]
504      just warn about Deprecated options for now
505    - markus@cvs.openbsd.org 2002/06/08 05:41:18
506      [ssh_config]
507      remove FallBackToRsh/UseRsh
508    - markus@cvs.openbsd.org 2002/06/08 12:36:53
509      [scp.c]
510      remove FallBackToRsh
511    - markus@cvs.openbsd.org 2002/06/08 12:46:14
512      [readconf.c]
513      silently ignore deprecated options, since FallBackToRsh might be passed
514      by remote scp commands.
515   - itojun@cvs.openbsd.org 2002/06/08 21:15:27
516      [sshconnect.c]
517      always use getnameinfo.  (diag message only)
518    - markus@cvs.openbsd.org 2002/06/09 04:33:27
519      [sshconnect.c]
520      abort() - > fatal()
521  - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
522    sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
523    independant of them)
524
525 20020607
526  - (bal) Removed --{enable/disable}-suid-ssh
527  - (bal) Missed __progname in ssh-keysign.c  patch by dtucker@zip.com.au
528  - (bal) use 'LOGIN_PROGRAM'  not '/usr/bin/login' in session.c patch by
529    Bertrand.Velle@apogee-com.fr
530
531 20020606
532  - (bal) OpenBSD CVS Sync
533    - markus@cvs.openbsd.org 2002/05/15 21:56:38
534      [servconf.c sshd.8 sshd_config]
535      re-enable privsep and disable setuid for post-3.2.2
536    - markus@cvs.openbsd.org 2002/05/16 22:02:50
537      [cipher.c kex.h mac.c]
538      fix warnings (openssl 0.9.7 requires const)
539    - stevesk@cvs.openbsd.org 2002/05/16 22:09:59
540      [session.c ssh.c]
541      don't limit xauth pathlen on client side and longer print length on
542      server when debug; ok markus@
543    - deraadt@cvs.openbsd.org 2002/05/19 20:54:52
544      [log.h]
545      extra commas in enum not 100% portable
546    - deraadt@cvs.openbsd.org 2002/05/22 23:18:25
547      [ssh.c sshd.c]
548      spelling; abishoff@arc.nasa.gov
549    - markus@cvs.openbsd.org 2002/05/23 19:24:30
550      [authfile.c authfile.h pathnames.h ssh.c sshconnect.c sshconnect.h 
551       sshconnect1.c sshconnect2.c ssh-keysign.8 ssh-keysign.c Makefile.in]
552      add /usr/libexec/ssh-keysign: a setuid helper program for hostbased 
553      authentication in protocol v2 (needs to access the hostkeys).
554    - markus@cvs.openbsd.org 2002/05/23 19:39:34
555      [ssh.c]
556      add comment about ssh-keysign
557    - markus@cvs.openbsd.org 2002/05/24 08:45:14
558      [sshconnect2.c]
559      stat ssh-keysign first, print error if stat fails;
560      some debug->error; fix comment
561    - markus@cvs.openbsd.org 2002/05/25 08:50:39
562      [sshconnect2.c]
563      execlp->execl; from stevesk
564    - markus@cvs.openbsd.org 2002/05/25 18:51:07
565      [auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c
566       auth2-passwd.c auth2-pubkey.c Makefile.in]
567      split auth2.c into one file per method; ok provos@/deraadt@
568    - stevesk@cvs.openbsd.org 2002/05/26 20:35:10
569      [ssh.1]
570      sort ChallengeResponseAuthentication; ok markus@
571    - stevesk@cvs.openbsd.org 2002/05/28 16:45:27
572      [monitor_mm.c]
573      print strerror(errno) on mmap/munmap error; ok markus@
574    - stevesk@cvs.openbsd.org 2002/05/28 17:28:02
575      [uidswap.c]
576      format spec change/casts and some KNF; ok markus@
577    - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
578      [uidswap.c]
579      use correct function name in fatal()
580    - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
581      [ssh.1 sshd.8]
582      spelling
583    - markus@cvs.openbsd.org 2002/05/29 11:21:57
584      [sshd.c]
585      don't start if privsep is enabled and SSH_PRIVSEP_USER or
586      _PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
587    - markus@cvs.openbsd.org 2002/05/30 08:07:31
588      [cipher.c]
589      use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of
590      our own implementation. allow use of AES hardware via libcrypto, 
591      ok deraadt@
592    - markus@cvs.openbsd.org 2002/05/31 10:30:33
593      [sshconnect2.c]
594      extent ssh-keysign protocol:
595      pass # of socket-fd to ssh-keysign, keysign verfies locally used
596      ip-address using this socket-fd, restricts fake local hostnames
597      to actual local hostnames; ok stevesk@
598    - markus@cvs.openbsd.org 2002/05/31 11:35:15
599      [auth.h auth2.c]
600      move Authmethod definitons to per-method file.
601    - markus@cvs.openbsd.org 2002/05/31 13:16:48
602      [key.c]
603      add comment:
604      key_verify returns 1 for a correct signature, 0 for an incorrect signature
605      and -1 on error.
606    - markus@cvs.openbsd.org 2002/05/31 13:20:50
607      [ssh-rsa.c]
608      pad received signature with leading zeros, because RSA_verify expects
609      a signature of RSA_size. the drafts says the signature is transmitted
610      unpadded (e.g. putty does not pad), reported by anakin@pobox.com
611    - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
612      [ssh.h]
613      compatiblity -> compatibility
614      decriptor -> descriptor
615      authentciated -> authenticated
616      transmition -> transmission
617    - markus@cvs.openbsd.org 2002/06/04 19:42:35
618      [monitor.c]
619      only allow enabled authentication methods; ok provos@
620    - markus@cvs.openbsd.org 2002/06/04 19:53:40
621      [monitor.c]
622      save the session id (hash) for ssh2 (it will be passed with the 
623      initial sign request) and verify that this value is used during 
624      authentication; ok provos@
625    - markus@cvs.openbsd.org 2002/06/04 23:02:06
626      [packet.c]
627      remove __FUNCTION__
628    - markus@cvs.openbsd.org 2002/06/04 23:05:49
629      [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c]
630      __FUNCTION__ -> __func__
631    - markus@cvs.openbsd.org 2002/06/05 16:08:07
632      [ssh-agent.1 ssh-agent.c]
633      '-a bind_address' binds the agent to user-specified unix-domain
634      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
635    - markus@cvs.openbsd.org 2002/06/05 16:08:07
636      [ssh-agent.1 ssh-agent.c]
637      '-a bind_address' binds the agent to user-specified unix-domain
638      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
639    - markus@cvs.openbsd.org 2002/06/05 16:48:54
640      [ssh-agent.c]
641      copy current request into an extra buffer and just flush this
642      request on errors, ok provos@
643    - markus@cvs.openbsd.org 2002/06/05 19:57:12
644      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
645      ssh-add -x for lock and -X for unlocking the agent.
646      todo: encrypt private keys with locked...
647    - markus@cvs.openbsd.org 2002/06/05 20:56:39
648      [ssh-add.c]
649      add -x/-X to usage
650    - markus@cvs.openbsd.org 2002/06/05 21:55:44
651      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
652      ssh-add -t life,  Set lifetime (in seconds) when adding identities; 
653      ok provos@
654    - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
655      [monitor.h]
656      no trailing comma in enum; china@thewrittenword.com
657    - markus@cvs.openbsd.org 2002/06/06 17:12:44
658      [sftp-server.c]
659      discard remaining bytes of current request; ok provos@
660    - markus@cvs.openbsd.org 2002/06/06 17:30:11
661      [sftp-server.c]
662      use get_int() macro (hide iqueue)
663  - (bal) Missed msg.[ch] in merge.  Required for ssh-keysign.
664  - (bal) Forgot to add msg.c Makefile.in.
665  - (bal) monitor_mm.c typos.
666  - (bal) Refixed auth2.c.  It was never fully commited while spliting out
667    authentication to different files.
668  - (bal) ssh-keysign should build and install correctly now.  Phase two
669    would be to clean out any dead wood and disable ssh setuid on install.
670  - (bal) Reverse logic, use __func__ first since it's C99
671
672 20020604
673  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
674    setsockopt from debug to error for now).
675
676 20020527
677  - (tim) [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address
678    build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out
679    last monitor_fdpass.c changes that are no longer needed with new tests.
680    Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no>
681
682 20020522
683  - (djm) Fix spelling mistakes, spotted by Solar Designer i
684    <solar@openwall.com>
685  - Sync scard/ (not sure when it drifted)
686  - (djm) OpenBSD CVS Sync:
687    [auth.c]
688    Fix typo/thinko.  Pass in as to auth_approval(), not NULL.
689    Closes PR 2659.
690  - Crank version
691  - Crank RPM spec versions
692
693 20020521
694  - (stevesk) [sshd.c] bug 245; disable setsid() for now
695  - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
696
697 20020517
698  - (tim) [configure.ac] remove extra MD5_MSG="no" line.
699
700 20020515
701  - (bal) CVS ID fix up on auth-passwd.c
702  - (bal) OpenBSD CVS Sync
703    - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
704      [ssh.h]
705      use ssh uid
706    - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
707      [ssh.h]
708      move to sshd.sshd instead
709    - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
710      [ssh.h]
711      typo in comment
712    - itojun@cvs.openbsd.org 2002/05/13 02:37:39
713      [auth-skey.c auth2.c]
714      less warnings.  skey_{respond,query} are public (in auth.h)
715    - markus@cvs.openbsd.org 2002/05/13 20:44:58
716      [auth-options.c auth.c auth.h]
717      move the packet_send_debug handling from auth-options.c to auth.c; 
718      ok provos@
719    - millert@cvs.openbsd.org 2002/05/13 15:53:19
720      [sshd.c]
721      Call setsid() in the child after sshd accepts the connection and forks.
722      This is needed for privsep which calls setlogin() when it changes uids.
723      Without this, there is a race where the login name of an existing 
724      connection, as returned by getlogin(), may be changed to the privsep 
725      user (sshd).  markus@ OK
726    - markus@cvs.openbsd.org 2002/05/13 21:26:49
727      [auth-rhosts.c]
728      handle debug messages during rhosts-rsa and hostbased authentication; 
729      ok provos@
730    - mouring@cvs.openbsd.org 2002/05/15 15:47:49
731      [kex.c monitor.c monitor_wrap.c sshd.c]
732      'monitor' variable clashes with at least one lame platform (NeXT).  i
733      Renamed to 'pmonitor'.  provos@
734    - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
735      [servconf.c sshd.8 sshd_config]
736      enable privsep by default; provos ok
737    - millert@cvs.openbsd.org 2002/05/06 23:34:33
738      [ssh.1 sshd.8]
739      Kill/adjust r(login|exec)d? references now that those are no longer in
740      the tree.
741    - markus@cvs.openbsd.org 2002/05/15 21:02:53
742      [servconf.c sshd.8 sshd_config]
743      disable privsep and enable setuid for the 3.2.2 release
744  - (bal) Fixed up PAM case.  I think.
745  - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
746  - (bal) OpenBSD CVS Sync
747    - markus@cvs.openbsd.org 2002/05/15 21:05:29
748      [version.h]
749      enter OpenSSH_3.2.2
750  - (bal) Caldara, Suse, and Redhat openssh.specs updated.
751
752 20020514
753  - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
754  - (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to
755    match what newer style ptys have when allocated. Based on a patch by
756    Roger Cornelius <rac@tenzing.org>
757  - (tim) [README.privsep] UnixWare 7 and OpenUNIX 8 work.
758  - (tim) [README.privsep] remove reference to UnixWare 7 and OpenUNIX 8
759    from PAM-enabled pragraph. UnixWare has no PAM.
760  - (tim) [contrib/caldera/openssh.spec] update version.
761
762 20020513
763  - (stevesk) add initial README.privsep
764  - (stevesk) [configure.ac] nicer message: --with-privsep-user=user
765  - (djm) Add --with-superuser-path=xxx configure option to specify 
766    what $PATH the superuser receives.
767  - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
768  - (djm) Add --with-privsep-path configure option
769  - (djm) Update RPM spec file: different superuser path, use
770    /var/empty/sshd for privsep
771  - (djm) Bug #234: missing readpassphrase declaration and defines
772  - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ 
773     OpenSSL < 0.9.6
774
775 20020511
776  - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch.
777    Now only searches system and /usr/local/ssl (OpenSSL's default install path)
778    Others must use --with-ssl-dir=....
779  - (tim) [monitor_fdpass.c] fix for systems that have both
780    HAVE_ACCRIGHTS_IN_MSGHDR and HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h 
781    has #define msg_accrights msg_control
782
783 20020510
784  - (stevesk) [auth.c] Shadow account and expiration cleanup.  Now
785    check for root forced expire.  Still don't check for inactive.
786  - (djm) Rework RedHat RPM files. Based on spec from Nalin 
787    Dahyabhai <nalin@redhat.com> and patches from 
788    Pekka Savola <pekkas@netcore.fi>
789  - (djm) Try to drop supplemental groups at daemon startup. Patch from 
790    RedHat
791  - (bal) Back all the way out of auth-passwd.c changes.  Breaks too many
792    things that don't set pw->pw_passwd.
793
794 20020509
795  - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep
796
797 20020508
798  - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is
799    called. Report by Chris Maxwell <maxwell@cs.dal.ca>
800  - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile
801  - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
802
803 20020507
804  - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
805    Add truncate() emulation to address Bug 208
806
807 20020506
808  - (djm) Unbreak auth-passwd.c for PAM and SIA
809  - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola 
810    <pekkas@netcore.fi>
811  - (djm) Don't reinitialise PAM credentials before we have started PAM.
812    Report from Pekka Savola <pekkas@netcore.fi>
813    
814 20020506
815  - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
816  
817 20020501
818  - (djm) Import OpenBSD regression tests. Requires BSD make to run
819  - (djm) Fix readpassphase compilation for systems which have it
820
821 20020429
822  - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
823    sshd_config.
824  - (tim) [contrib/cygwin/README] remove reference to regex.
825    patch from Corinna Vinschen <vinschen@redhat.com>
826
827 20020426
828  - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
829    during distprep only
830  - (djm) Disable PAM password expiry until a complete fix for bug #188 
831    exists
832  - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on 
833    patch from openssh@misc.tecq.org
834
835 20020425
836  - (stevesk) [defines.h] remove USE_TIMEVAL; unused
837  - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
838    support.  bug #184.  most from dcole@keysoftsys.com.
839
840 20020424
841  - (djm) OpenBSD CVS Sync
842    - markus@cvs.openbsd.org 2002/04/23 12:54:10
843      [version.h]
844      3.2.1
845    - djm@cvs.openbsd.org 2002/04/23 22:16:29
846      [sshd.c]
847      Improve error message; ok markus@ stevesk@
848
849 20020423
850  - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
851  - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
852  - (markus) OpenBSD CVS Sync
853    - markus@cvs.openbsd.org 2002/04/23 12:58:26
854      [radix.c]
855      send complete ticket; semerad@ss1000.ms.mff.cuni.cz
856  - (djm) Trim ChangeLog to include only post-3.1 changes
857  - (djm) Update RPM spec file versions
858  - (djm) Redhat spec enables KrbV by default
859  - (djm) Applied OpenSC smartcard updates from Markus & 
860    Antti Tapaninen <aet@cc.hut.fi>
861  - (djm) Define BROKEN_REALPATH for AIX, patch from 
862    Antti Tapaninen <aet@cc.hut.fi>
863  - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from 
864    Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
865    <phgrau@zedat.fu-berlin.de>
866  - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. 
867    Reported by Doug Manton <dmanton@emea.att.com>
868  - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
869    Robert Urban <urban@spielwiese.de>
870  - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid 
871    sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
872    <Matthew_Clarke@mindlink.bc.ca>
873  - (djm) Make privsep work with PAM (still experimental)
874  - (djm) OpenBSD CVS Sync
875    - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
876      [servconf.c]
877      No, afs requires explicit enabling
878    - markus@cvs.openbsd.org 2002/04/20 09:14:58
879      [bufaux.c bufaux.h]
880      add buffer_{get,put}_short
881    - markus@cvs.openbsd.org 2002/04/20 09:17:19
882      [radix.c]
883      rewrite using the buffer_* API, fixes overflow; ok deraadt@
884    - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
885      [sshd.8 sshd_config]
886      document default AFSTokenPassing no; ok deraadt@
887    - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
888      [sshconnect1.c]
889      spelling in error message; ok markus@
890    - markus@cvs.openbsd.org 2002/04/22 06:15:47
891      [radix.c]
892      fix check for overflow
893    - markus@cvs.openbsd.org 2002/04/22 16:16:53
894      [servconf.c sshd.8 sshd_config]
895      do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
896    - markus@cvs.openbsd.org 2002/04/22 21:04:52
897      [channels.c clientloop.c clientloop.h ssh.c]
898      request reply (success/failure) for -R style fwd in protocol v2,
899      depends on ordered replies.
900      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
901
902 20020421
903  - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
904    entropy.c needs seteuid(getuid()) for the setuid(original_uid) to 
905    succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208
906
907 20020418
908  - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from 
909    Sturle Sunde <sturle.sunde@usit.uio.no>
910
911 20020417
912  - (djm) Tell users to configure /dev/random support into OpenSSL in 
913    INSTALL
914  - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
915  - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
916    if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
917
918 20020415
919  - (djm) Unbreak "make install". Fix from Darren Tucker 
920    <dtucker@zip.com.au>
921  - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
922  - (tim) [configure.ac] add tests for recvmsg and sendmsg.
923    [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
924    systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
925
926 20020414
927  - (djm) ssh-rand-helper improvements
928    - Add commandline debugging options
929    - Don't write binary data if stdout is a tty (use hex instead)
930    - Give it a manpage
931  - (djm) Random number collection doc fixes from Ben
932
933 20020413
934  - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
935
936 20020412
937  - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
938  - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
939    to -h on testing for /bin being symbolic link
940  - (bal) Mistaken in Cygwin scripts for ssh starting.  Patch by
941    Corinna Vinschen <vinschen@redhat.com> 
942  - (bal) disable privsep if no MAP_ANON.  We can re-enable it
943    after the release when we can do more testing.
944
945 20020411
946  - (stevesk) [auth-sia.c] cleanup
947  - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
948    defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
949    openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
950    ok stevesk@
951
952 20020410
953  - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
954  - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
955  - (bal) OpenBSD CVS Sync
956    - markus@cvs.openbsd.org 2002/04/10 08:21:47
957      [auth1.c compat.c compat.h]
958      strip '@' from username only for KerbV and known broken clients, 
959      bug #204
960    - markus@cvs.openbsd.org 2002/04/10 08:56:01
961      [version.h]
962      OpenSSH_3.2
963  - Added p1 to idenify Portable release version.
964
965 20020408
966  - (bal) Minor OpenSC updates.  Fix up header locations and update
967    README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
968
969 20020407
970  - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
971    Future: we may want to test if fd passing works correctly.
972  - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
973    and no fd passing support.
974  - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
975    monitor_mm.c
976  - (stevesk) remove configure support for poll.h; it was removed
977    from sshd.c a long time ago.
978  - (stevesk) --with-privsep-user; default sshd
979  - (stevesk) wrap munmap() with HAVE_MMAP also.
980
981 20020406
982  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
983    <carsten.grohmann@dr-baldeweg.de>
984  - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
985  - (bal) OpenBSD CVS Sync
986    - djm@cvs.openbsd.org 2002/04/06 00:30:08
987      [sftp-client.c]
988      Fix occasional corruption on upload due to bad reuse of request 
989      id, spotted by chombier@mac.com; ok markus@
990    - mouring@cvs.openbsd.org 2002/04/06 18:24:09
991      [scp.c]
992      Fixes potental double // within path.
993      http://bugzilla.mindrot.org/show_bug.cgi?id=76
994  - (bal) Slight update to OpenSC support.  Better version checking. patch
995    by Juha Yrjölä <jyrjola@cc.hut.fi> 
996  - (bal) Revered out of runtime IRIX detection of joblimits.  Code is
997    incomplete.
998  - (bal) Quiet down configure.ac if /bin/test does not exist.
999  - (bal) We no longer use atexit()/xatexit()/on_exit()
1000
1001 20020405
1002  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
1003    Juha Yrjölä <jyrjola@cc.hut.fi>
1004  - (bal) Minor documentation update to reflect smartcard library
1005    support changes.
1006  - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
1007    using internal version only.
1008  - (bal) OpenBSD CVS Sync
1009    - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
1010      [sshd.8]
1011      clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
1012
1013 20020404
1014  - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
1015     auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
1016  - (bal) OpenBSD CVS Sync
1017    - markus@cvs.openbsd.org 2002/04/03 09:26:11
1018      [cipher.c myproposal.h]
1019      re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
1020
1021 20020402
1022  - (bal) Hand Sync of scp.c (reverted to upstream code)
1023    - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
1024      [scp.c]
1025      stretch banners
1026  - (bal) CVS ID sync of uidswap.c
1027  - (bal) OpenBSD CVS Sync (now for the real sync)
1028    - markus@cvs.openbsd.org 2002/03/27 22:21:45
1029      [ssh-keygen.c]
1030      try to import keys with extra trailing === (seen with ssh.com < 
1031      2.0.12)
1032    - markus@cvs.openbsd.org 2002/03/28 15:34:51
1033      [session.c]
1034      do not call record_login twice (for use_privsep)
1035    - markus@cvs.openbsd.org 2002/03/29 18:59:32
1036      [session.c session.h]
1037      retrieve last login time before the pty is allocated, store per 
1038      session
1039    - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
1040      [sshd.8]
1041      RSA key modulus size minimum 768; ok markus@
1042    - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
1043      [auth-rsa.c ssh-rsa.c ssh.h]
1044      make RSA modulus minimum #define; ok markus@
1045    - markus@cvs.openbsd.org 2002/03/30 18:51:15
1046      [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
1047      check waitpid for EINTR; based on patch from peter@ifm.liu.se
1048    - markus@cvs.openbsd.org 2002/04/01 22:02:16
1049      [sftp-client.c]
1050      20480 is an upper limit for older server
1051    - markus@cvs.openbsd.org 2002/04/01 22:07:17
1052      [sftp-client.c]
1053      fallback to stat if server does not support lstat
1054    - markus@cvs.openbsd.org 2002/04/02 11:49:39
1055      [ssh-agent.c]
1056      check $SHELL for -k and -d, too;
1057      http://bugzilla.mindrot.org/show_bug.cgi?id=199
1058    - markus@cvs.openbsd.org 2002/04/02 17:37:48
1059      [sftp.c]
1060      always call log_init()
1061    - markus@cvs.openbsd.org 2002/04/02 20:11:38
1062      [ssh-rsa.c]
1063      ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
1064  - (bal) mispelling in uidswap.c (portable only)
1065
1066 20020401
1067  - (stevesk) [monitor.c] PAM should work again; will *not* work with
1068    UsePrivilegeSeparation=yes.
1069  - (stevesk) [auth1.c] fix password auth for protocol 1 when
1070    !USE_PAM && !HAVE_OSF_SIA; merge issue.
1071
1072 20020331
1073  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
1074    Solaris 8
1075  - (tim) [sshconnect2.c] change uint32_t to u_int32_t
1076
1077 20020330
1078  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
1079    bug 167
1080
1081 20020327
1082  - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 
1083    kent@lysator.liu.se
1084  - (bal) OpenBSD CVS Sync
1085    - markus@cvs.openbsd.org 2002/03/26 11:34:49
1086      [ssh.1 sshd.8]
1087      update to recent drafts
1088    - markus@cvs.openbsd.org 2002/03/26 11:37:05
1089      [ssh.c]
1090      update Copyright
1091    - markus@cvs.openbsd.org 2002/03/26 15:23:40
1092      [bufaux.c]
1093      do not talk about packets in bufaux
1094    - rees@cvs.openbsd.org 2002/03/26 18:46:59
1095      [scard.c]
1096      try_AUT0 in read_pubkey too, for those paranoid few who want to 
1097      acl 'sh'
1098    - markus@cvs.openbsd.org 2002/03/26 22:50:39
1099      [channels.h]
1100      CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
1101    - markus@cvs.openbsd.org 2002/03/26 23:13:03
1102      [auth-rsa.c]
1103      disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
1104    - markus@cvs.openbsd.org 2002/03/26 23:14:51
1105      [kex.c]
1106      generate a new cookie for each SSH2_MSG_KEXINIT message we send out
1107    - mouring@cvs.openbsd.org 2002/03/27 11:45:42
1108      [monitor.c]
1109      monitor_allowed_key() returns int instead of pointer.  ok markus@
1110   
1111 20020325
1112  - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
1113  - (bal) OpenBSD CVS Sync
1114    - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
1115      [sshd.c]
1116      setproctitle() after preauth child; ok markus@
1117    - markus@cvs.openbsd.org 2002/03/24 16:00:27
1118      [serverloop.c]
1119      remove unused debug
1120    - markus@cvs.openbsd.org 2002/03/24 16:01:13
1121      [packet.c]
1122      debug->debug3 for extra padding
1123    - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
1124      [kexgex.c]
1125      typo; ok markus@
1126    - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
1127      [monitor_fdpass.c]
1128      minor cleanup and more error checking; ok markus@
1129    - markus@cvs.openbsd.org 2002/03/24 18:05:29
1130      [scard.c]
1131      we need to figure out AUT0 for sc_private_encrypt, too
1132    - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
1133      [monitor.c]
1134      remove "\n" from fatal()
1135    - markus@cvs.openbsd.org 2002/03/25 09:21:13
1136      [auth-rsa.c]
1137      return 0 (not NULL); tomh@po.crl.go.jp
1138    - markus@cvs.openbsd.org 2002/03/25 09:25:06
1139      [auth-rh-rsa.c]
1140      rm bogus comment
1141    - markus@cvs.openbsd.org 2002/03/25 17:34:27
1142      [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
1143      change sc_get_key to sc_get_keys and hide smartcard details in scard.c
1144    - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
1145      [monitor_mm.c monitor_wrap.c]
1146      ssize_t args use "%ld" and cast to (long)
1147      size_t args use "%lu" and cast to (u_long)
1148      ok markus@ and thanks millert@
1149    - markus@cvs.openbsd.org 2002/03/25 21:04:02
1150      [ssh.c]
1151      simplify num_identity_files handling
1152    - markus@cvs.openbsd.org 2002/03/25 21:13:51
1153      [channels.c channels.h compat.c compat.h nchan.c]
1154      don't send stderr data after EOF, accept this from older known 
1155      (broken) sshd servers only, fixes
1156      http://bugzilla.mindrot.org/show_bug.cgi?id=179
1157    - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
1158      [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
1159      $OpenBSD$
1160
1161 20020324
1162  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
1163    it can be removed. only used on solaris. will no longer compile with
1164    privsep shuffling.
1165
1166 20020322
1167  - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
1168  - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
1169  - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
1170  - (stevesk) [monitor_fdpass.c] support for access rights style file
1171    descriptor passing
1172  - (stevesk) [auth2.c] merge cleanup/sync
1173  - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
1174    is missing CMSG_LEN() and CMSG_SPACE() macros.
1175  - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
1176    platforms may need this--I'm not sure.  mmap() issues will need to be
1177    addressed further.
1178  - (tim) [cipher.c] fix problem with OpenBSD sync
1179  - (stevesk) [LICENCE] OpenBSD sync
1180
1181 20020321
1182  - (bal) OpenBSD CVS Sync
1183    - itojun@cvs.openbsd.org 2002/03/08 06:10:16
1184      [sftp-client.c]
1185      printf type mismatch
1186    - itojun@cvs.openbsd.org 2002/03/11 03:18:49
1187      [sftp-client.c]
1188      correct type mismatches (u_int64_t != unsigned long long)
1189    - itojun@cvs.openbsd.org 2002/03/11 03:19:53
1190      [sftp-client.c]
1191      indent
1192    - markus@cvs.openbsd.org 2002/03/14 15:24:27
1193      [sshconnect1.c]
1194      don't trust size sent by (rogue) server; noted by 
1195      s.esser@e-matters.de
1196    - markus@cvs.openbsd.org 2002/03/14 16:38:26
1197      [sshd.c]
1198      split out ssh1 session key decryption; ok provos@
1199    - markus@cvs.openbsd.org 2002/03/14 16:56:33
1200      [auth-rh-rsa.c auth-rsa.c auth.h]
1201      split auth_rsa() for better readability and privsep; ok provos@
1202    - itojun@cvs.openbsd.org 2002/03/15 11:00:38
1203      [auth.c]
1204      fix file type checking (use S_ISREG).  ok by markus
1205    - markus@cvs.openbsd.org 2002/03/16 11:24:53
1206      [compress.c]
1207      skip inflateEnd if inflate fails; ok provos@
1208    - markus@cvs.openbsd.org 2002/03/16 17:22:09
1209      [auth-rh-rsa.c auth.h]
1210      split auth_rhosts_rsa(), ok provos@
1211    - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
1212      [auth-krb5.c]
1213      BSD license.  from Daniel Kouril via Dug Song.  ok markus@
1214    - provos@cvs.openbsd.org 2002/03/17 20:25:56
1215      [auth.c auth.h auth1.c auth2.c]
1216      getpwnamallow returns struct passwd * only if user valid; 
1217      okay markus@
1218    - provos@cvs.openbsd.org 2002/03/18 01:12:14
1219      [auth.h auth1.c auth2.c sshd.c]
1220      have the authentication functions return the authentication context
1221      and then do_authenticated; okay millert@
1222    - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
1223      [auth-krb4.c]
1224      set client to NULL after xfree(), from Rolf Braun 
1225      <rbraun+ssh@andrew.cmu.edu>
1226    - provos@cvs.openbsd.org 2002/03/18 03:41:08
1227      [auth.c session.c]
1228      move auth_approval into getpwnamallow with help from millert@
1229    - markus@cvs.openbsd.org 2002/03/18 17:13:15
1230      [cipher.c cipher.h]
1231      export/import cipher states; needed by ssh-privsep
1232    - markus@cvs.openbsd.org 2002/03/18 17:16:38
1233      [packet.c packet.h]
1234      export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
1235    - markus@cvs.openbsd.org 2002/03/18 17:23:31
1236      [key.c key.h]
1237      add key_demote() for ssh-privsep
1238    - provos@cvs.openbsd.org 2002/03/18 17:25:29
1239      [bufaux.c bufaux.h]
1240      buffer_skip_string and extra sanity checking; needed by ssh-privsep
1241    - provos@cvs.openbsd.org 2002/03/18 17:31:54
1242      [compress.c]
1243      export compression streams for ssh-privsep
1244    - provos@cvs.openbsd.org 2002/03/18 17:50:31
1245      [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c]
1246      [auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c]
1247      [kexgex.c servconf.c]
1248      [session.h servconf.h serverloop.c session.c sshd.c]
1249      integrate privilege separated openssh; its turned off by default 
1250      for now. work done by me and markus@
1251    - provos@cvs.openbsd.org 2002/03/18 17:53:08
1252      [sshd.8]
1253      credits for privsep
1254    - provos@cvs.openbsd.org 2002/03/18 17:59:09
1255      [sshd.8]
1256      document UsePrivilegeSeparation
1257    - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
1258      [servconf.c]
1259      UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
1260      provos@
1261    - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
1262      [pathnames.h servconf.c servconf.h sshd.c]
1263      _PATH_PRIVSEP_CHROOT_DIR; ok provos@
1264    - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
1265      [sshd.8]
1266      Banner has no default.
1267    - mpech@cvs.openbsd.org 2002/03/19 06:32:56
1268      [sftp-int.c]
1269      use xfree() after xstrdup().
1270
1271      markus@ ok
1272    - markus@cvs.openbsd.org 2002/03/19 10:35:39
1273      [auth-options.c auth.h session.c session.h sshd.c]
1274      clean up prototypes
1275    - markus@cvs.openbsd.org 2002/03/19 10:49:35
1276      [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h]
1277      [packet.c session.c sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c]
1278      [sshconnect2.c sshd.c ttymodes.c]
1279      KNF whitespace
1280    - markus@cvs.openbsd.org 2002/03/19 14:27:39
1281      [auth.c auth1.c auth2.c]
1282      make getpwnamallow() allways call pwcopy()
1283    - markus@cvs.openbsd.org 2002/03/19 15:31:47
1284      [auth.c]
1285      check for NULL; from provos@
1286    - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
1287      [servconf.c servconf.h ssh.h sshd.c]
1288      for unprivileged user, group do:
1289      pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@
1290    - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
1291      [sshd.c]
1292      strerror() on chdir() fail; ok provos@
1293    - markus@cvs.openbsd.org 2002/03/21 10:21:20
1294      [ssh-add.c]
1295      ignore errors for nonexisting default keys in ssh-add,
1296      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
1297    - jakob@cvs.openbsd.org 2002/03/21 15:17:26
1298      [clientloop.c ssh.1]
1299      add built-in command line for adding new port forwardings on the fly.
1300      based on a patch from brian wellington. ok markus@.
1301    - markus@cvs.openbsd.org 2002/03/21 16:38:06
1302      [scard.c]
1303      make compile w/ openssl 0.9.7
1304    - markus@cvs.openbsd.org 2002/03/21 16:54:53
1305      [scard.c scard.h ssh-keygen.c]
1306      move key upload to scard.[ch]
1307    - markus@cvs.openbsd.org 2002/03/21 16:57:15
1308      [scard.c]
1309      remove const
1310    - markus@cvs.openbsd.org 2002/03/21 16:58:13
1311      [clientloop.c]
1312      remove unused
1313    - rees@cvs.openbsd.org 2002/03/21 18:08:15
1314      [scard.c]
1315      In sc_put_key(), sc_reader_id should be id.
1316    - markus@cvs.openbsd.org 2002/03/21 20:51:12
1317      [sshd_config]
1318      add privsep (off)
1319    - markus@cvs.openbsd.org 2002/03/21 21:23:34
1320      [sshd.c]
1321      add privsep_preauth() and remove 1 goto; ok provos@
1322    - rees@cvs.openbsd.org 2002/03/21 21:54:34
1323      [scard.c scard.h ssh-keygen.c]
1324      Add PIN-protection for secret key.
1325    - rees@cvs.openbsd.org 2002/03/21 22:44:05
1326      [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
1327      Add PIN-protection for secret key.
1328    - markus@cvs.openbsd.org 2002/03/21 23:07:37
1329      [clientloop.c]
1330      remove unused, sync w/ cmdline patch in my tree.
1331
1332 20020317
1333  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is 
1334    wanted, warn if directory does not exist. Put system directories in 
1335    front of PATH for finding entorpy commands.
1336  - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
1337    build fixes.  Patch by Darren Tucker <dtucker@zip.com.au>
1338    [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
1339    postinstall check for $piddir and add if necessary.
1340
1341 20020311
1342  - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
1343    build on all platforms that support SVR4 style package tools. Now runs
1344    from build dir. Parts are based on patches from Antonio Navarro, and
1345    Darren Tucker.
1346
1347 20020308
1348  - (djm) Revert bits of Markus' OpenSSL compat patch which was 
1349    accidentally committed.
1350  - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6. 
1351    Known issue: Blowfish for SSH1 does not work
1352  - (stevesk) entropy.c: typo in debug message
1353  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1354
1355 $Id$
This page took 0.650297 seconds and 5 git commands to generate.