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