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