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