]> andersk Git - openssh.git/blob - ChangeLog
- stevesk@cvs.openbsd.org 2002/06/10 17:36:23
[openssh.git] / ChangeLog
1 20020611
2  - (bal) ssh-agent.c RCSD fix (|unexpand already done)
3  - (bal) OpenBSD CVS Sync
4    - stevesk@cvs.openbsd.org 2002/06/09 22:15:15
5      [ssh.1]
6      update for no setuid root and ssh-keysign; ok deraadt@
7    - itojun@cvs.openbsd.org 2002/06/09 22:17:21
8      [sshconnect.c]
9      pass salen to sockaddr_ntop so that we are happy on linux/solaris
10    - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
11      [auth-rsa.c ssh-rsa.c]
12      display minimum RSA modulus in error(); ok markus@
13    - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
14      [ssh-keysign.8]
15      merge in stuff from my man page; ok markus@
16    - stevesk@cvs.openbsd.org 2002/06/10 17:36:23
17      [ssh-add.1 ssh-add.c]
18      use convtime() to parse and validate key lifetime.  can now
19      use '-t 2h' etc.  ok markus@ provos@
20
21 20020609
22  - (bal) OpenBSD CVS Sync
23    - markus@cvs.openbsd.org 2002/06/08 05:07:56
24      [ssh.c]
25      nuke ptrace comment
26    - markus@cvs.openbsd.org 2002/06/08 05:07:09
27      [ssh-keysign.c]
28      only accept 20 byte session ids
29    - markus@cvs.openbsd.org 2002/06/08 05:17:01
30      [readconf.c readconf.h ssh.1 ssh.c]
31      deprecate FallBackToRsh and UseRsh; patch from djm@
32    - markus@cvs.openbsd.org 2002/06/08 05:40:01
33      [readconf.c]
34      just warn about Deprecated options for now
35    - markus@cvs.openbsd.org 2002/06/08 05:41:18
36      [ssh_config]
37      remove FallBackToRsh/UseRsh
38    - markus@cvs.openbsd.org 2002/06/08 12:36:53
39      [scp.c]
40      remove FallBackToRsh
41    - markus@cvs.openbsd.org 2002/06/08 12:46:14
42      [readconf.c]
43      silently ignore deprecated options, since FallBackToRsh might be passed
44      by remote scp commands.
45   - itojun@cvs.openbsd.org 2002/06/08 21:15:27
46      [sshconnect.c]
47      always use getnameinfo.  (diag message only)
48    - markus@cvs.openbsd.org 2002/06/09 04:33:27
49      [sshconnect.c]
50      abort() - > fatal()
51  - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
52    sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
53    independant of them)
54
55 20020607
56  - (bal) Removed --{enable/disable}-suid-ssh
57  - (bal) Missed __progname in ssh-keysign.c  patch by dtucker@zip.com.au
58  - (bal) use 'LOGIN_PROGRAM'  not '/usr/bin/login' in session.c patch by
59    Bertrand.Velle@apogee-com.fr
60
61 20020606
62  - (bal) OpenBSD CVS Sync
63    - markus@cvs.openbsd.org 2002/05/15 21:56:38
64      [servconf.c sshd.8 sshd_config]
65      re-enable privsep and disable setuid for post-3.2.2
66    - markus@cvs.openbsd.org 2002/05/16 22:02:50
67      [cipher.c kex.h mac.c]
68      fix warnings (openssl 0.9.7 requires const)
69    - stevesk@cvs.openbsd.org 2002/05/16 22:09:59
70      [session.c ssh.c]
71      don't limit xauth pathlen on client side and longer print length on
72      server when debug; ok markus@
73    - deraadt@cvs.openbsd.org 2002/05/19 20:54:52
74      [log.h]
75      extra commas in enum not 100% portable
76    - deraadt@cvs.openbsd.org 2002/05/22 23:18:25
77      [ssh.c sshd.c]
78      spelling; abishoff@arc.nasa.gov
79    - markus@cvs.openbsd.org 2002/05/23 19:24:30
80      [authfile.c authfile.h pathnames.h ssh.c sshconnect.c sshconnect.h 
81       sshconnect1.c sshconnect2.c ssh-keysign.8 ssh-keysign.c Makefile.in]
82      add /usr/libexec/ssh-keysign: a setuid helper program for hostbased 
83      authentication in protocol v2 (needs to access the hostkeys).
84    - markus@cvs.openbsd.org 2002/05/23 19:39:34
85      [ssh.c]
86      add comment about ssh-keysign
87    - markus@cvs.openbsd.org 2002/05/24 08:45:14
88      [sshconnect2.c]
89      stat ssh-keysign first, print error if stat fails;
90      some debug->error; fix comment
91    - markus@cvs.openbsd.org 2002/05/25 08:50:39
92      [sshconnect2.c]
93      execlp->execl; from stevesk
94    - markus@cvs.openbsd.org 2002/05/25 18:51:07
95      [auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c
96       auth2-passwd.c auth2-pubkey.c Makefile.in]
97      split auth2.c into one file per method; ok provos@/deraadt@
98    - stevesk@cvs.openbsd.org 2002/05/26 20:35:10
99      [ssh.1]
100      sort ChallengeResponseAuthentication; ok markus@
101    - stevesk@cvs.openbsd.org 2002/05/28 16:45:27
102      [monitor_mm.c]
103      print strerror(errno) on mmap/munmap error; ok markus@
104    - stevesk@cvs.openbsd.org 2002/05/28 17:28:02
105      [uidswap.c]
106      format spec change/casts and some KNF; ok markus@
107    - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
108      [uidswap.c]
109      use correct function name in fatal()
110    - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
111      [ssh.1 sshd.8]
112      spelling
113    - markus@cvs.openbsd.org 2002/05/29 11:21:57
114      [sshd.c]
115      don't start if privsep is enabled and SSH_PRIVSEP_USER or
116      _PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
117    - markus@cvs.openbsd.org 2002/05/30 08:07:31
118      [cipher.c]
119      use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of
120      our own implementation. allow use of AES hardware via libcrypto, 
121      ok deraadt@
122    - markus@cvs.openbsd.org 2002/05/31 10:30:33
123      [sshconnect2.c]
124      extent ssh-keysign protocol:
125      pass # of socket-fd to ssh-keysign, keysign verfies locally used
126      ip-address using this socket-fd, restricts fake local hostnames
127      to actual local hostnames; ok stevesk@
128    - markus@cvs.openbsd.org 2002/05/31 11:35:15
129      [auth.h auth2.c]
130      move Authmethod definitons to per-method file.
131    - markus@cvs.openbsd.org 2002/05/31 13:16:48
132      [key.c]
133      add comment:
134      key_verify returns 1 for a correct signature, 0 for an incorrect signature
135      and -1 on error.
136    - markus@cvs.openbsd.org 2002/05/31 13:20:50
137      [ssh-rsa.c]
138      pad received signature with leading zeros, because RSA_verify expects
139      a signature of RSA_size. the drafts says the signature is transmitted
140      unpadded (e.g. putty does not pad), reported by anakin@pobox.com
141    - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
142      [ssh.h]
143      compatiblity -> compatibility
144      decriptor -> descriptor
145      authentciated -> authenticated
146      transmition -> transmission
147    - markus@cvs.openbsd.org 2002/06/04 19:42:35
148      [monitor.c]
149      only allow enabled authentication methods; ok provos@
150    - markus@cvs.openbsd.org 2002/06/04 19:53:40
151      [monitor.c]
152      save the session id (hash) for ssh2 (it will be passed with the 
153      initial sign request) and verify that this value is used during 
154      authentication; ok provos@
155    - markus@cvs.openbsd.org 2002/06/04 23:02:06
156      [packet.c]
157      remove __FUNCTION__
158    - markus@cvs.openbsd.org 2002/06/04 23:05:49
159      [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c]
160      __FUNCTION__ -> __func__
161    - markus@cvs.openbsd.org 2002/06/05 16:08:07
162      [ssh-agent.1 ssh-agent.c]
163      '-a bind_address' binds the agent to user-specified unix-domain
164      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
165    - markus@cvs.openbsd.org 2002/06/05 16:08:07
166      [ssh-agent.1 ssh-agent.c]
167      '-a bind_address' binds the agent to user-specified unix-domain
168      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
169    - markus@cvs.openbsd.org 2002/06/05 16:48:54
170      [ssh-agent.c]
171      copy current request into an extra buffer and just flush this
172      request on errors, ok provos@
173    - markus@cvs.openbsd.org 2002/06/05 19:57:12
174      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
175      ssh-add -x for lock and -X for unlocking the agent.
176      todo: encrypt private keys with locked...
177    - markus@cvs.openbsd.org 2002/06/05 20:56:39
178      [ssh-add.c]
179      add -x/-X to usage
180    - markus@cvs.openbsd.org 2002/06/05 21:55:44
181      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
182      ssh-add -t life,  Set lifetime (in seconds) when adding identities; 
183      ok provos@
184    - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
185      [monitor.h]
186      no trailing comma in enum; china@thewrittenword.com
187    - markus@cvs.openbsd.org 2002/06/06 17:12:44
188      [sftp-server.c]
189      discard remaining bytes of current request; ok provos@
190    - markus@cvs.openbsd.org 2002/06/06 17:30:11
191      [sftp-server.c]
192      use get_int() macro (hide iqueue)
193  - (bal) Missed msg.[ch] in merge.  Required for ssh-keysign.
194  - (bal) Forgot to add msg.c Makefile.in.
195  - (bal) monitor_mm.c typos.
196  - (bal) Refixed auth2.c.  It was never fully commited while spliting out
197    authentication to different files.
198  - (bal) ssh-keysign should build and install correctly now.  Phase two
199    would be to clean out any dead wood and disable ssh setuid on install.
200  - (bal) Reverse logic, use __func__ first since it's C99
201
202 20020604
203  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
204    setsockopt from debug to error for now).
205
206 20020527
207  - (tim) [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address
208    build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out
209    last monitor_fdpass.c changes that are no longer needed with new tests.
210    Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no>
211
212 20020522
213  - (djm) Fix spelling mistakes, spotted by Solar Designer i
214    <solar@openwall.com>
215  - Sync scard/ (not sure when it drifted)
216  - (djm) OpenBSD CVS Sync:
217    [auth.c]
218    Fix typo/thinko.  Pass in as to auth_approval(), not NULL.
219    Closes PR 2659.
220  - Crank version
221  - Crank RPM spec versions
222
223 20020521
224  - (stevesk) [sshd.c] bug 245; disable setsid() for now
225  - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
226
227 20020517
228  - (tim) [configure.ac] remove extra MD5_MSG="no" line.
229
230 20020515
231  - (bal) CVS ID fix up on auth-passwd.c
232  - (bal) OpenBSD CVS Sync
233    - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
234      [ssh.h]
235      use ssh uid
236    - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
237      [ssh.h]
238      move to sshd.sshd instead
239    - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
240      [ssh.h]
241      typo in comment
242    - itojun@cvs.openbsd.org 2002/05/13 02:37:39
243      [auth-skey.c auth2.c]
244      less warnings.  skey_{respond,query} are public (in auth.h)
245    - markus@cvs.openbsd.org 2002/05/13 20:44:58
246      [auth-options.c auth.c auth.h]
247      move the packet_send_debug handling from auth-options.c to auth.c; 
248      ok provos@
249    - millert@cvs.openbsd.org 2002/05/13 15:53:19
250      [sshd.c]
251      Call setsid() in the child after sshd accepts the connection and forks.
252      This is needed for privsep which calls setlogin() when it changes uids.
253      Without this, there is a race where the login name of an existing 
254      connection, as returned by getlogin(), may be changed to the privsep 
255      user (sshd).  markus@ OK
256    - markus@cvs.openbsd.org 2002/05/13 21:26:49
257      [auth-rhosts.c]
258      handle debug messages during rhosts-rsa and hostbased authentication; 
259      ok provos@
260    - mouring@cvs.openbsd.org 2002/05/15 15:47:49
261      [kex.c monitor.c monitor_wrap.c sshd.c]
262      'monitor' variable clashes with at least one lame platform (NeXT).  i
263      Renamed to 'pmonitor'.  provos@
264    - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
265      [servconf.c sshd.8 sshd_config]
266      enable privsep by default; provos ok
267    - millert@cvs.openbsd.org 2002/05/06 23:34:33
268      [ssh.1 sshd.8]
269      Kill/adjust r(login|exec)d? references now that those are no longer in
270      the tree.
271    - markus@cvs.openbsd.org 2002/05/15 21:02:53
272      [servconf.c sshd.8 sshd_config]
273      disable privsep and enable setuid for the 3.2.2 release
274  - (bal) Fixed up PAM case.  I think.
275  - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
276  - (bal) OpenBSD CVS Sync
277    - markus@cvs.openbsd.org 2002/05/15 21:05:29
278      [version.h]
279      enter OpenSSH_3.2.2
280  - (bal) Caldara, Suse, and Redhat openssh.specs updated.
281
282 20020514
283  - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
284  - (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to
285    match what newer style ptys have when allocated. Based on a patch by
286    Roger Cornelius <rac@tenzing.org>
287  - (tim) [README.privsep] UnixWare 7 and OpenUNIX 8 work.
288  - (tim) [README.privsep] remove reference to UnixWare 7 and OpenUNIX 8
289    from PAM-enabled pragraph. UnixWare has no PAM.
290  - (tim) [contrib/caldera/openssh.spec] update version.
291
292 20020513
293  - (stevesk) add initial README.privsep
294  - (stevesk) [configure.ac] nicer message: --with-privsep-user=user
295  - (djm) Add --with-superuser-path=xxx configure option to specify 
296    what $PATH the superuser receives.
297  - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
298  - (djm) Add --with-privsep-path configure option
299  - (djm) Update RPM spec file: different superuser path, use
300    /var/empty/sshd for privsep
301  - (djm) Bug #234: missing readpassphrase declaration and defines
302  - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ 
303     OpenSSL < 0.9.6
304
305 20020511
306  - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch.
307    Now only searches system and /usr/local/ssl (OpenSSL's default install path)
308    Others must use --with-ssl-dir=....
309  - (tim) [monitor_fdpass.c] fix for systems that have both
310    HAVE_ACCRIGHTS_IN_MSGHDR and HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h 
311    has #define msg_accrights msg_control
312
313 20020510
314  - (stevesk) [auth.c] Shadow account and expiration cleanup.  Now
315    check for root forced expire.  Still don't check for inactive.
316  - (djm) Rework RedHat RPM files. Based on spec from Nalin 
317    Dahyabhai <nalin@redhat.com> and patches from 
318    Pekka Savola <pekkas@netcore.fi>
319  - (djm) Try to drop supplemental groups at daemon startup. Patch from 
320    RedHat
321  - (bal) Back all the way out of auth-passwd.c changes.  Breaks too many
322    things that don't set pw->pw_passwd.
323
324 20020509
325  - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep
326
327 20020508
328  - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is
329    called. Report by Chris Maxwell <maxwell@cs.dal.ca>
330  - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile
331  - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
332
333 20020507
334  - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
335    Add truncate() emulation to address Bug 208
336
337 20020506
338  - (djm) Unbreak auth-passwd.c for PAM and SIA
339  - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola 
340    <pekkas@netcore.fi>
341  - (djm) Don't reinitialise PAM credentials before we have started PAM.
342    Report from Pekka Savola <pekkas@netcore.fi>
343    
344 20020506
345  - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
346  
347 20020501
348  - (djm) Import OpenBSD regression tests. Requires BSD make to run
349  - (djm) Fix readpassphase compilation for systems which have it
350
351 20020429
352  - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
353    sshd_config.
354  - (tim) [contrib/cygwin/README] remove reference to regex.
355    patch from Corinna Vinschen <vinschen@redhat.com>
356
357 20020426
358  - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
359    during distprep only
360  - (djm) Disable PAM password expiry until a complete fix for bug #188 
361    exists
362  - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on 
363    patch from openssh@misc.tecq.org
364
365 20020425
366  - (stevesk) [defines.h] remove USE_TIMEVAL; unused
367  - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
368    support.  bug #184.  most from dcole@keysoftsys.com.
369
370 20020424
371  - (djm) OpenBSD CVS Sync
372    - markus@cvs.openbsd.org 2002/04/23 12:54:10
373      [version.h]
374      3.2.1
375    - djm@cvs.openbsd.org 2002/04/23 22:16:29
376      [sshd.c]
377      Improve error message; ok markus@ stevesk@
378
379 20020423
380  - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
381  - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
382  - (markus) OpenBSD CVS Sync
383    - markus@cvs.openbsd.org 2002/04/23 12:58:26
384      [radix.c]
385      send complete ticket; semerad@ss1000.ms.mff.cuni.cz
386  - (djm) Trim ChangeLog to include only post-3.1 changes
387  - (djm) Update RPM spec file versions
388  - (djm) Redhat spec enables KrbV by default
389  - (djm) Applied OpenSC smartcard updates from Markus & 
390    Antti Tapaninen <aet@cc.hut.fi>
391  - (djm) Define BROKEN_REALPATH for AIX, patch from 
392    Antti Tapaninen <aet@cc.hut.fi>
393  - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from 
394    Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
395    <phgrau@zedat.fu-berlin.de>
396  - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. 
397    Reported by Doug Manton <dmanton@emea.att.com>
398  - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
399    Robert Urban <urban@spielwiese.de>
400  - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid 
401    sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
402    <Matthew_Clarke@mindlink.bc.ca>
403  - (djm) Make privsep work with PAM (still experimental)
404  - (djm) OpenBSD CVS Sync
405    - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
406      [servconf.c]
407      No, afs requires explicit enabling
408    - markus@cvs.openbsd.org 2002/04/20 09:14:58
409      [bufaux.c bufaux.h]
410      add buffer_{get,put}_short
411    - markus@cvs.openbsd.org 2002/04/20 09:17:19
412      [radix.c]
413      rewrite using the buffer_* API, fixes overflow; ok deraadt@
414    - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
415      [sshd.8 sshd_config]
416      document default AFSTokenPassing no; ok deraadt@
417    - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
418      [sshconnect1.c]
419      spelling in error message; ok markus@
420    - markus@cvs.openbsd.org 2002/04/22 06:15:47
421      [radix.c]
422      fix check for overflow
423    - markus@cvs.openbsd.org 2002/04/22 16:16:53
424      [servconf.c sshd.8 sshd_config]
425      do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
426    - markus@cvs.openbsd.org 2002/04/22 21:04:52
427      [channels.c clientloop.c clientloop.h ssh.c]
428      request reply (success/failure) for -R style fwd in protocol v2,
429      depends on ordered replies.
430      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
431
432 20020421
433  - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
434    entropy.c needs seteuid(getuid()) for the setuid(original_uid) to 
435    succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208
436
437 20020418
438  - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from 
439    Sturle Sunde <sturle.sunde@usit.uio.no>
440
441 20020417
442  - (djm) Tell users to configure /dev/random support into OpenSSL in 
443    INSTALL
444  - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
445  - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
446    if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
447
448 20020415
449  - (djm) Unbreak "make install". Fix from Darren Tucker 
450    <dtucker@zip.com.au>
451  - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
452  - (tim) [configure.ac] add tests for recvmsg and sendmsg.
453    [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
454    systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
455
456 20020414
457  - (djm) ssh-rand-helper improvements
458    - Add commandline debugging options
459    - Don't write binary data if stdout is a tty (use hex instead)
460    - Give it a manpage
461  - (djm) Random number collection doc fixes from Ben
462
463 20020413
464  - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
465
466 20020412
467  - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
468  - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
469    to -h on testing for /bin being symbolic link
470  - (bal) Mistaken in Cygwin scripts for ssh starting.  Patch by
471    Corinna Vinschen <vinschen@redhat.com> 
472  - (bal) disable privsep if no MAP_ANON.  We can re-enable it
473    after the release when we can do more testing.
474
475 20020411
476  - (stevesk) [auth-sia.c] cleanup
477  - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
478    defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
479    openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
480    ok stevesk@
481
482 20020410
483  - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
484  - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
485  - (bal) OpenBSD CVS Sync
486    - markus@cvs.openbsd.org 2002/04/10 08:21:47
487      [auth1.c compat.c compat.h]
488      strip '@' from username only for KerbV and known broken clients, 
489      bug #204
490    - markus@cvs.openbsd.org 2002/04/10 08:56:01
491      [version.h]
492      OpenSSH_3.2
493  - Added p1 to idenify Portable release version.
494
495 20020408
496  - (bal) Minor OpenSC updates.  Fix up header locations and update
497    README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
498
499 20020407
500  - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
501    Future: we may want to test if fd passing works correctly.
502  - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
503    and no fd passing support.
504  - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
505    monitor_mm.c
506  - (stevesk) remove configure support for poll.h; it was removed
507    from sshd.c a long time ago.
508  - (stevesk) --with-privsep-user; default sshd
509  - (stevesk) wrap munmap() with HAVE_MMAP also.
510
511 20020406
512  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
513    <carsten.grohmann@dr-baldeweg.de>
514  - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
515  - (bal) OpenBSD CVS Sync
516    - djm@cvs.openbsd.org 2002/04/06 00:30:08
517      [sftp-client.c]
518      Fix occasional corruption on upload due to bad reuse of request 
519      id, spotted by chombier@mac.com; ok markus@
520    - mouring@cvs.openbsd.org 2002/04/06 18:24:09
521      [scp.c]
522      Fixes potental double // within path.
523      http://bugzilla.mindrot.org/show_bug.cgi?id=76
524  - (bal) Slight update to OpenSC support.  Better version checking. patch
525    by Juha Yrjölä <jyrjola@cc.hut.fi> 
526  - (bal) Revered out of runtime IRIX detection of joblimits.  Code is
527    incomplete.
528  - (bal) Quiet down configure.ac if /bin/test does not exist.
529  - (bal) We no longer use atexit()/xatexit()/on_exit()
530
531 20020405
532  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
533    Juha Yrjölä <jyrjola@cc.hut.fi>
534  - (bal) Minor documentation update to reflect smartcard library
535    support changes.
536  - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
537    using internal version only.
538  - (bal) OpenBSD CVS Sync
539    - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
540      [sshd.8]
541      clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
542
543 20020404
544  - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
545     auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
546  - (bal) OpenBSD CVS Sync
547    - markus@cvs.openbsd.org 2002/04/03 09:26:11
548      [cipher.c myproposal.h]
549      re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
550
551 20020402
552  - (bal) Hand Sync of scp.c (reverted to upstream code)
553    - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
554      [scp.c]
555      stretch banners
556  - (bal) CVS ID sync of uidswap.c
557  - (bal) OpenBSD CVS Sync (now for the real sync)
558    - markus@cvs.openbsd.org 2002/03/27 22:21:45
559      [ssh-keygen.c]
560      try to import keys with extra trailing === (seen with ssh.com < 
561      2.0.12)
562    - markus@cvs.openbsd.org 2002/03/28 15:34:51
563      [session.c]
564      do not call record_login twice (for use_privsep)
565    - markus@cvs.openbsd.org 2002/03/29 18:59:32
566      [session.c session.h]
567      retrieve last login time before the pty is allocated, store per 
568      session
569    - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
570      [sshd.8]
571      RSA key modulus size minimum 768; ok markus@
572    - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
573      [auth-rsa.c ssh-rsa.c ssh.h]
574      make RSA modulus minimum #define; ok markus@
575    - markus@cvs.openbsd.org 2002/03/30 18:51:15
576      [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
577      check waitpid for EINTR; based on patch from peter@ifm.liu.se
578    - markus@cvs.openbsd.org 2002/04/01 22:02:16
579      [sftp-client.c]
580      20480 is an upper limit for older server
581    - markus@cvs.openbsd.org 2002/04/01 22:07:17
582      [sftp-client.c]
583      fallback to stat if server does not support lstat
584    - markus@cvs.openbsd.org 2002/04/02 11:49:39
585      [ssh-agent.c]
586      check $SHELL for -k and -d, too;
587      http://bugzilla.mindrot.org/show_bug.cgi?id=199
588    - markus@cvs.openbsd.org 2002/04/02 17:37:48
589      [sftp.c]
590      always call log_init()
591    - markus@cvs.openbsd.org 2002/04/02 20:11:38
592      [ssh-rsa.c]
593      ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
594  - (bal) mispelling in uidswap.c (portable only)
595
596 20020401
597  - (stevesk) [monitor.c] PAM should work again; will *not* work with
598    UsePrivilegeSeparation=yes.
599  - (stevesk) [auth1.c] fix password auth for protocol 1 when
600    !USE_PAM && !HAVE_OSF_SIA; merge issue.
601
602 20020331
603  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
604    Solaris 8
605  - (tim) [sshconnect2.c] change uint32_t to u_int32_t
606
607 20020330
608  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
609    bug 167
610
611 20020327
612  - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 
613    kent@lysator.liu.se
614  - (bal) OpenBSD CVS Sync
615    - markus@cvs.openbsd.org 2002/03/26 11:34:49
616      [ssh.1 sshd.8]
617      update to recent drafts
618    - markus@cvs.openbsd.org 2002/03/26 11:37:05
619      [ssh.c]
620      update Copyright
621    - markus@cvs.openbsd.org 2002/03/26 15:23:40
622      [bufaux.c]
623      do not talk about packets in bufaux
624    - rees@cvs.openbsd.org 2002/03/26 18:46:59
625      [scard.c]
626      try_AUT0 in read_pubkey too, for those paranoid few who want to 
627      acl 'sh'
628    - markus@cvs.openbsd.org 2002/03/26 22:50:39
629      [channels.h]
630      CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
631    - markus@cvs.openbsd.org 2002/03/26 23:13:03
632      [auth-rsa.c]
633      disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
634    - markus@cvs.openbsd.org 2002/03/26 23:14:51
635      [kex.c]
636      generate a new cookie for each SSH2_MSG_KEXINIT message we send out
637    - mouring@cvs.openbsd.org 2002/03/27 11:45:42
638      [monitor.c]
639      monitor_allowed_key() returns int instead of pointer.  ok markus@
640   
641 20020325
642  - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
643  - (bal) OpenBSD CVS Sync
644    - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
645      [sshd.c]
646      setproctitle() after preauth child; ok markus@
647    - markus@cvs.openbsd.org 2002/03/24 16:00:27
648      [serverloop.c]
649      remove unused debug
650    - markus@cvs.openbsd.org 2002/03/24 16:01:13
651      [packet.c]
652      debug->debug3 for extra padding
653    - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
654      [kexgex.c]
655      typo; ok markus@
656    - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
657      [monitor_fdpass.c]
658      minor cleanup and more error checking; ok markus@
659    - markus@cvs.openbsd.org 2002/03/24 18:05:29
660      [scard.c]
661      we need to figure out AUT0 for sc_private_encrypt, too
662    - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
663      [monitor.c]
664      remove "\n" from fatal()
665    - markus@cvs.openbsd.org 2002/03/25 09:21:13
666      [auth-rsa.c]
667      return 0 (not NULL); tomh@po.crl.go.jp
668    - markus@cvs.openbsd.org 2002/03/25 09:25:06
669      [auth-rh-rsa.c]
670      rm bogus comment
671    - markus@cvs.openbsd.org 2002/03/25 17:34:27
672      [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
673      change sc_get_key to sc_get_keys and hide smartcard details in scard.c
674    - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
675      [monitor_mm.c monitor_wrap.c]
676      ssize_t args use "%ld" and cast to (long)
677      size_t args use "%lu" and cast to (u_long)
678      ok markus@ and thanks millert@
679    - markus@cvs.openbsd.org 2002/03/25 21:04:02
680      [ssh.c]
681      simplify num_identity_files handling
682    - markus@cvs.openbsd.org 2002/03/25 21:13:51
683      [channels.c channels.h compat.c compat.h nchan.c]
684      don't send stderr data after EOF, accept this from older known 
685      (broken) sshd servers only, fixes
686      http://bugzilla.mindrot.org/show_bug.cgi?id=179
687    - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
688      [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
689      $OpenBSD$
690
691 20020324
692  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
693    it can be removed. only used on solaris. will no longer compile with
694    privsep shuffling.
695
696 20020322
697  - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
698  - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
699  - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
700  - (stevesk) [monitor_fdpass.c] support for access rights style file
701    descriptor passing
702  - (stevesk) [auth2.c] merge cleanup/sync
703  - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
704    is missing CMSG_LEN() and CMSG_SPACE() macros.
705  - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
706    platforms may need this--I'm not sure.  mmap() issues will need to be
707    addressed further.
708  - (tim) [cipher.c] fix problem with OpenBSD sync
709  - (stevesk) [LICENCE] OpenBSD sync
710
711 20020321
712  - (bal) OpenBSD CVS Sync
713    - itojun@cvs.openbsd.org 2002/03/08 06:10:16
714      [sftp-client.c]
715      printf type mismatch
716    - itojun@cvs.openbsd.org 2002/03/11 03:18:49
717      [sftp-client.c]
718      correct type mismatches (u_int64_t != unsigned long long)
719    - itojun@cvs.openbsd.org 2002/03/11 03:19:53
720      [sftp-client.c]
721      indent
722    - markus@cvs.openbsd.org 2002/03/14 15:24:27
723      [sshconnect1.c]
724      don't trust size sent by (rogue) server; noted by 
725      s.esser@e-matters.de
726    - markus@cvs.openbsd.org 2002/03/14 16:38:26
727      [sshd.c]
728      split out ssh1 session key decryption; ok provos@
729    - markus@cvs.openbsd.org 2002/03/14 16:56:33
730      [auth-rh-rsa.c auth-rsa.c auth.h]
731      split auth_rsa() for better readability and privsep; ok provos@
732    - itojun@cvs.openbsd.org 2002/03/15 11:00:38
733      [auth.c]
734      fix file type checking (use S_ISREG).  ok by markus
735    - markus@cvs.openbsd.org 2002/03/16 11:24:53
736      [compress.c]
737      skip inflateEnd if inflate fails; ok provos@
738    - markus@cvs.openbsd.org 2002/03/16 17:22:09
739      [auth-rh-rsa.c auth.h]
740      split auth_rhosts_rsa(), ok provos@
741    - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
742      [auth-krb5.c]
743      BSD license.  from Daniel Kouril via Dug Song.  ok markus@
744    - provos@cvs.openbsd.org 2002/03/17 20:25:56
745      [auth.c auth.h auth1.c auth2.c]
746      getpwnamallow returns struct passwd * only if user valid; 
747      okay markus@
748    - provos@cvs.openbsd.org 2002/03/18 01:12:14
749      [auth.h auth1.c auth2.c sshd.c]
750      have the authentication functions return the authentication context
751      and then do_authenticated; okay millert@
752    - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
753      [auth-krb4.c]
754      set client to NULL after xfree(), from Rolf Braun 
755      <rbraun+ssh@andrew.cmu.edu>
756    - provos@cvs.openbsd.org 2002/03/18 03:41:08
757      [auth.c session.c]
758      move auth_approval into getpwnamallow with help from millert@
759    - markus@cvs.openbsd.org 2002/03/18 17:13:15
760      [cipher.c cipher.h]
761      export/import cipher states; needed by ssh-privsep
762    - markus@cvs.openbsd.org 2002/03/18 17:16:38
763      [packet.c packet.h]
764      export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
765    - markus@cvs.openbsd.org 2002/03/18 17:23:31
766      [key.c key.h]
767      add key_demote() for ssh-privsep
768    - provos@cvs.openbsd.org 2002/03/18 17:25:29
769      [bufaux.c bufaux.h]
770      buffer_skip_string and extra sanity checking; needed by ssh-privsep
771    - provos@cvs.openbsd.org 2002/03/18 17:31:54
772      [compress.c]
773      export compression streams for ssh-privsep
774    - provos@cvs.openbsd.org 2002/03/18 17:50:31
775      [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c]
776      [auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c]
777      [kexgex.c servconf.c]
778      [session.h servconf.h serverloop.c session.c sshd.c]
779      integrate privilege separated openssh; its turned off by default 
780      for now. work done by me and markus@
781    - provos@cvs.openbsd.org 2002/03/18 17:53:08
782      [sshd.8]
783      credits for privsep
784    - provos@cvs.openbsd.org 2002/03/18 17:59:09
785      [sshd.8]
786      document UsePrivilegeSeparation
787    - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
788      [servconf.c]
789      UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
790      provos@
791    - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
792      [pathnames.h servconf.c servconf.h sshd.c]
793      _PATH_PRIVSEP_CHROOT_DIR; ok provos@
794    - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
795      [sshd.8]
796      Banner has no default.
797    - mpech@cvs.openbsd.org 2002/03/19 06:32:56
798      [sftp-int.c]
799      use xfree() after xstrdup().
800
801      markus@ ok
802    - markus@cvs.openbsd.org 2002/03/19 10:35:39
803      [auth-options.c auth.h session.c session.h sshd.c]
804      clean up prototypes
805    - markus@cvs.openbsd.org 2002/03/19 10:49:35
806      [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h]
807      [packet.c session.c sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c]
808      [sshconnect2.c sshd.c ttymodes.c]
809      KNF whitespace
810    - markus@cvs.openbsd.org 2002/03/19 14:27:39
811      [auth.c auth1.c auth2.c]
812      make getpwnamallow() allways call pwcopy()
813    - markus@cvs.openbsd.org 2002/03/19 15:31:47
814      [auth.c]
815      check for NULL; from provos@
816    - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
817      [servconf.c servconf.h ssh.h sshd.c]
818      for unprivileged user, group do:
819      pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@
820    - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
821      [sshd.c]
822      strerror() on chdir() fail; ok provos@
823    - markus@cvs.openbsd.org 2002/03/21 10:21:20
824      [ssh-add.c]
825      ignore errors for nonexisting default keys in ssh-add,
826      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
827    - jakob@cvs.openbsd.org 2002/03/21 15:17:26
828      [clientloop.c ssh.1]
829      add built-in command line for adding new port forwardings on the fly.
830      based on a patch from brian wellington. ok markus@.
831    - markus@cvs.openbsd.org 2002/03/21 16:38:06
832      [scard.c]
833      make compile w/ openssl 0.9.7
834    - markus@cvs.openbsd.org 2002/03/21 16:54:53
835      [scard.c scard.h ssh-keygen.c]
836      move key upload to scard.[ch]
837    - markus@cvs.openbsd.org 2002/03/21 16:57:15
838      [scard.c]
839      remove const
840    - markus@cvs.openbsd.org 2002/03/21 16:58:13
841      [clientloop.c]
842      remove unused
843    - rees@cvs.openbsd.org 2002/03/21 18:08:15
844      [scard.c]
845      In sc_put_key(), sc_reader_id should be id.
846    - markus@cvs.openbsd.org 2002/03/21 20:51:12
847      [sshd_config]
848      add privsep (off)
849    - markus@cvs.openbsd.org 2002/03/21 21:23:34
850      [sshd.c]
851      add privsep_preauth() and remove 1 goto; ok provos@
852    - rees@cvs.openbsd.org 2002/03/21 21:54:34
853      [scard.c scard.h ssh-keygen.c]
854      Add PIN-protection for secret key.
855    - rees@cvs.openbsd.org 2002/03/21 22:44:05
856      [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
857      Add PIN-protection for secret key.
858    - markus@cvs.openbsd.org 2002/03/21 23:07:37
859      [clientloop.c]
860      remove unused, sync w/ cmdline patch in my tree.
861
862 20020317
863  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is 
864    wanted, warn if directory does not exist. Put system directories in 
865    front of PATH for finding entorpy commands.
866  - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
867    build fixes.  Patch by Darren Tucker <dtucker@zip.com.au>
868    [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
869    postinstall check for $piddir and add if necessary.
870
871 20020311
872  - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
873    build on all platforms that support SVR4 style package tools. Now runs
874    from build dir. Parts are based on patches from Antonio Navarro, and
875    Darren Tucker.
876
877 20020308
878  - (djm) Revert bits of Markus' OpenSSL compat patch which was 
879    accidentally committed.
880  - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6. 
881    Known issue: Blowfish for SSH1 does not work
882  - (stevesk) entropy.c: typo in debug message
883  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
884
885 $Id$
This page took 0.192518 seconds and 5 git commands to generate.