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