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