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