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