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