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