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