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