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