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