]> andersk Git - openssh.git/blob - ChangeLog
- (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
[openssh.git] / ChangeLog
1 20020720
2  - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
3
4 20020719
5  - (tim) [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
6    Patch by dtucker@zip.com.au
7  - (tim) [configure.ac]  test for libxnet on HP. Patch by dtucker@zip.com.au
8
9 20020718
10  - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
11  - (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
12    by ayamura@ayamura.org
13  - (tim) [configure.ac] Bug 267 rework int64_t test.
14  - (tim) [includes.h] Bug 267 add stdint.h
15
16 20020717
17  - (bal) aixbff package updated by dtucker@zip.com.au
18  - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
19    for autoconf 2.53. Based on a patch by jrj@purdue.edu
20
21 20020716
22  - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
23
24 20020715
25  - (bal) OpenBSD CVS Sync
26    - itojun@cvs.openbsd.org 2002/07/12 13:29:09
27      [sshconnect.c]
28      print connect failure during debugging mode.
29    - markus@cvs.openbsd.org 2002/07/12 15:50:17
30      [cipher.c]
31      EVP_CIPH_CUSTOM_IV for our own rijndael
32  - (bal) Remove unused tty defined in do_setusercontext() pointed out by
33    dtucker@zip.com.au plus a a more KNF since I am near it.
34  - (bal) Privsep user creation support in Solaris buildpkg.sh by 
35    dtucker@zip.com.au
36
37 20020714
38  - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
39  - (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
40    openbsd-compat/Makefile.in] support compression on platforms that
41    have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
42    Based on patch from nalin@redhat.com of code extracted from Owl's package
43  - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
44    report by chris@by-design.net
45  - (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
46  - (tim) [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()
47    report by rodney@bond.net
48
49 20020712
50  - (tim) [Makefile.in] quiet down install-files: and check-user:
51  - (tim) [configure.ac] remove unused filepriv line
52
53 20020710
54  - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
55    on /var/empty to 755 Patch by vinschen@redhat.com
56  - (bal) OpenBSD CVS Sync
57    - itojun@cvs.openbsd.org 2002/07/09 11:56:50
58      [sshconnect.c]
59      silently try next address on connect(2).  markus ok
60    - itojun@cvs.openbsd.org 2002/07/09 11:56:27
61      [canohost.c]
62      suppress log on reverse lookup failiure, as there's no real value in
63      doing so.
64      markus ok
65    - itojun@cvs.openbsd.org 2002/07/09 12:04:02
66      [sshconnect.c]
67      ed static function (less warnings)
68    - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
69      [sshd_config.5]
70      clarify no preference ordering in protocol list; ok markus@
71    - itojun@cvs.openbsd.org 2002/07/10 10:28:15
72      [sshconnect.c]
73      bark if all connection attempt fails.
74    - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
75      [rijndael.c]
76      use right sizeof in memcpy; markus ok
77
78 20020709
79  - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
80    lacking that concept can share it. Patch by vinschen@redhat.com
81
82 20020708
83  - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
84    work in a jumpstart environment. patch by kbrint@rufus.net
85  - (tim) [Makefile.in] workaround for broken pakadd on some systems.
86  - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
87    --with-privsep-path=
88
89 20020707
90  - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
91  - (tim) [acconfig.h configure.ac sshd.c]
92    s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
93  - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
94    patch from vinschen@redhat.com
95  - (bal) [realpath.c] Updated with OpenBSD tree.
96  - (bal) OpenBSD CVS Sync
97    - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
98      [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
99      patch memory leaks; grendel@zeitbombe.org
100    - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
101      [channels.c packet.c]
102      blah blah minor nothing as i read and re-read and re-read...
103    - markus@cvs.openbsd.org 2002/07/04 10:41:47
104      [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
105      don't allocate, copy, and discard if there is not interested in the data; 
106      ok deraadt@
107    - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
108      [log.c]
109      KNF
110    - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
111      [ssh-keyscan.c]
112      KNF, realloc fix, and clean usage
113    - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
114      [ssh-keyscan.c]
115      unused variable
116  - (bal) Minor KNF on ssh-keyscan.c
117
118 20020705
119  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
120    Reported by Darren Tucker <dtucker@zip.com.au>
121  - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
122    from vinschen@redhat.com
123
124 20020704
125  - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
126    faster data rate)  Bug #124
127  - (bal) glob.c defines TILDE and AIX also defines it.  #undef it first.
128    bug #265
129  - (bal) One too many nulls in ports-aix.c
130  
131 20020703
132  - (bal) Updated contrib/cygwin/  patch by vinschen@redhat.com 
133  - (bal) minor correction to utimes() replacement.  Patch by
134    onoe@sm.sony.co.jp
135  - OpenBSD CVS Sync
136    - markus@cvs.openbsd.org 2002/06/27 08:49:44
137      [dh.c ssh-keyscan.c sshconnect.c]
138      more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
139    - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
140      [monitor.c]
141      improve mm_zalloc check; markus ok
142    - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
143      [auth2-none.c monitor.c sftp-client.c]
144      use xfree()
145    - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
146      [ssh-keyscan.c]
147      use convtime(); ok markus@
148    - millert@cvs.openbsd.org 2002/06/28 01:49:31
149      [monitor_mm.c]
150      tree(3) wants an int return value for its compare functions and
151      the difference between two pointers is not an int.  Just do the
152      safest thing and store the result in a long and then return 0,
153      -1, or 1 based on that result.
154    - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
155      [monitor_wrap.c]
156      use ssize_t
157    - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
158      [sshd.c]
159      range check -u option at invocation
160    - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
161      [sshd.c]
162      gidset[2] -> gidset[1]; markus ok
163    - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
164      [auth2.c session.c sshd.c]
165      lint asks that we use names that do not overlap
166    - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
167      [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
168       monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
169       sshconnect2.c sshd.c]
170      minor KNF
171    - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
172      [msg.c]
173      %u
174    - markus@cvs.openbsd.org 2002/07/01 19:48:46
175      [sshconnect2.c]
176      for compression=yes, we fallback to no-compression if the server does
177      not support compression, vice versa for compression=no. ok mouring@
178    - markus@cvs.openbsd.org 2002/07/03 09:55:38
179      [ssh-keysign.c]
180      use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
181      in order to avoid a possible Kocher timing attack pointed out by Charles
182      Hannum; ok provos@
183    - markus@cvs.openbsd.org 2002/07/03 14:21:05
184      [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
185      re-enable ssh-keysign's sbit, but make ssh-keysign read 
186      /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled 
187      globally. based on discussions with deraadt, itojun and sommerfeld; 
188      ok itojun@
189  - (bal) Failed password attempts don't increment counter on AIX. Bug #145
190  - (bal) Missed Makefile.in change.  keysign needs readconf.o
191  - (bal) Clean up aix_usrinfo().  Ignore TTY= period I guess.
192   
193 20020702
194  - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & 
195    friends consistently. Spotted by Solar Designer <solar@openwall.com>
196
197 20020629
198  - (bal) fix to auth2-pam.c to swap fatal() arguments,  A bit of style
199    clean up while I'm near it.
200
201 20020628
202  - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
203    options should contain default value.  from solar.
204  - (bal) Cygwin uid0 fix by vinschen@redhat.com
205  - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c.  Otherwise wise
206    have issues of our fixes not propogating right (ie bcopy instead of
207    memmove).  OK tim
208  - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
209    Bug #303
210
211 20020627
212  - OpenBSD CVS Sync
213    - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
214      [monitor.c]
215      correct %u
216    - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
217      [monitor_fdpass.c]
218      use ssize_t for recvmsg() and sendmsg() return
219    - markus@cvs.openbsd.org 2002/06/26 14:51:33
220      [ssh-add.c]
221      fix exit code for -X/-x
222    - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
223      [monitor_wrap.c]
224      more %u
225    - markus@cvs.openbsd.org 2002/06/26 22:27:32
226      [ssh-keysign.c]
227      bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
228
229 20020626
230  - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
231  - (bal) OpenBSD CVS Sync
232    - markus@cvs.openbsd.org 2002/06/23 21:34:07
233      [channels.c]
234      tcode is u_int
235    - markus@cvs.openbsd.org 2002/06/24 13:12:23
236      [ssh-agent.1]
237      the socket name contains ssh-agent's ppid; via mpech@ from form@
238    - markus@cvs.openbsd.org 2002/06/24 14:33:27
239      [channels.c channels.h clientloop.c serverloop.c]
240      move channel counter to u_int
241    - markus@cvs.openbsd.org 2002/06/24 14:55:38
242      [authfile.c kex.c ssh-agent.c]
243      cat to (void) when output from buffer_get_X is ignored
244    - itojun@cvs.openbsd.org 2002/06/24 15:49:22
245      [msg.c]
246      printf type pedant
247    - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
248      [sftp-server.c sshpty.c]
249      explicit (u_int) for uid and gid
250    - markus@cvs.openbsd.org 2002/06/25 16:22:42
251      [authfd.c]
252      unnecessary cast
253    - markus@cvs.openbsd.org 2002/06/25 18:51:04
254      [sshd.c]
255      lightweight do_setusercontext after chroot()
256  - (bal) Updated AIX package build.  Patch by dtucker@zip.com.au
257  - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
258  - (bal) added back in error check for mmap().  I screwed up, Pointed
259    out by stevesk@
260  - (tim) [README.privsep] UnixWare tip no longer needed.
261  - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
262    but it all damned lies.
263  - (stevesk) [README.privsep] more for sshd pseudo-account.
264  - (tim) [contrib/caldera/openssh.spec] add support for privsep
265  - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
266  - (djm) OpenBSD CVS Sync
267    - markus@cvs.openbsd.org 2002/06/26 08:53:12
268      [bufaux.c]
269      limit size of BNs to 8KB; ok provos/deraadt
270    - markus@cvs.openbsd.org 2002/06/26 08:54:18
271      [buffer.c]
272      limit append to 1MB and buffers to 10MB
273    - markus@cvs.openbsd.org 2002/06/26 08:55:02
274      [channels.c]
275      limit # of channels to 10000
276    - markus@cvs.openbsd.org 2002/06/26 08:58:26
277      [session.c]
278      limit # of env vars to 1000; ok deraadt/djm
279    - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
280      [monitor.c]
281      be careful in mm_zalloc
282    - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
283      [session.c]
284      disclose less information from environment files; based on input 
285      from djm, and dschultz@uclink.Berkeley.EDU
286    - markus@cvs.openbsd.org 2002/06/26 13:55:37
287      [auth2-chall.c]
288      make sure # of response matches # of queries, fixes int overflow; 
289      from ISS
290    - markus@cvs.openbsd.org 2002/06/26 13:56:27
291      [version.h]
292      3.4
293  - (djm) Require krb5 devel for RPM build w/ KrbV 
294  - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai 
295    <nalin@redhat.com>
296  - (djm) Update spec files for release 
297  - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
298  - (djm) Release 3.4p1
299  - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
300    by mistake
301
302 20020625
303  - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
304  - (stevesk) [README.privsep] minor updates
305  - (djm) Create privsep directory and warn if privsep user is missing 
306    during make install
307  - (bal) Started list of PrivSep issues in TODO
308  - (bal) if mmap() is substandard, don't allow compression on server side.
309    Post 'event' we will add more options.
310  - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
311  - (bal) moved aix_usrinfo() and noted not setting real TTY.  Patch by
312    dtucker@zip.com.au
313  - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
314    for Cygwin, Cray, & SCO
315
316 20020624
317  - OpenBSD CVS Sync
318    - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
319      [tildexpand.c]
320      KNF
321    - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
322      [cipher.c key.c]
323      KNF
324    - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
325      [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
326       sshpty.c]
327      various KNF and %d for unsigned
328    - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
329      [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
330       sftp.c]
331      bunch of u_int vs int stuff
332    - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
333      [ssh-keygen.c]
334      u_int stuff
335    - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
336      [bufaux.c servconf.c]
337      minor KNF.  things the fingers do while you read
338    - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
339      [ssh-agent.c sshd.c]
340      some minor KNF and %u
341    - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
342      [session.c]
343      compression_level is u_int
344    - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
345      [sshpty.c]
346      KNF
347    - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
348      [channels.c channels.h session.c session.h]
349      display, screen, row, col, xpixel, ypixel are u_int; markus ok
350    - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
351      [packet.c]
352      packet_get_int() returns unsigned for reason & seqnr
353   - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
354     xpixel are u_int.
355
356
357 20020623
358  - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
359  - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
360  - (bal) add extern char *getopt.  Based on report by dtucker@zip.com.au 
361  - OpenBSD CVS Sync
362    - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
363      [ssh.h]
364      correct comment
365    - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
366      [ssh.1]
367      section 5 not 4 for ssh_config
368    - naddy@cvs.openbsd.org 2002/06/22 11:51:39
369      [ssh.1]
370      typo
371    - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
372      [sshd.8]
373      add /var/empty in FILES section
374    - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
375      [sshd.c]
376      check /var/empty owner mode; ok provos@
377    - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
378      [scp.1]
379      typo
380    - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
381      [ssh-agent.1 sshd.8 sshd_config.5]
382      use process ID vs. pid/PID/process identifier
383    - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
384      [sshd.c]
385      don't call setsid() if debugging or run from inetd; no "Operation not
386      permitted" errors now; ok millert@ markus@
387    - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
388      [monitor.c]
389      save auth method before monitor_reset_key_state(); bugzilla bug #284;
390      ok provos@
391
392 20020622
393  - (djm) Update README.privsep; spotted by fries@
394  - (djm) Release 3.3p1
395  - (bal) getopt now can be staticly compiled on those platforms missing
396    optreset.  Patch by binder@arago.de
397
398 20020621
399  - (djm) Sync:
400    - djm@cvs.openbsd.org 2002/06/21 05:50:51
401      [monitor.c]
402      Don't initialise compression buffers when compression=no in sshd_config;
403      ok Niels@
404   - ID sync for auth-passwd.c
405  - (djm) Warn and disable compression on platforms which can't handle both
406    useprivilegeseparation=yes and compression=yes
407  - (djm) contrib/redhat/openssh.spec hacking:
408    - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
409    - Add new {ssh,sshd}_config.5 manpages
410    - Add new ssh-keysign program and remove setuid from ssh client
411
412 20020620
413  - (bal) Fixed AIX environment handling, use setpcred() instead of existing
414    code.  (Bugzilla Bug 261)
415  - (bal) OpenBSD CVS Sync
416    - todd@cvs.openbsd.org 2002/06/14 21:35:00
417      [monitor_wrap.c]
418      spelling; from Brian Poole <raj@cerias.purdue.edu>
419    - markus@cvs.openbsd.org 2002/06/15 00:01:36
420      [authfd.c authfd.h ssh-add.c ssh-agent.c]
421      break agent key lifetime protocol and allow other contraints for key
422      usage.
423    - markus@cvs.openbsd.org 2002/06/15 00:07:38
424      [authfd.c authfd.h ssh-add.c ssh-agent.c]
425      fix stupid typo
426    - markus@cvs.openbsd.org 2002/06/15 01:27:48
427      [authfd.c authfd.h ssh-add.c ssh-agent.c]
428      remove the CONSTRAIN_IDENTITY messages and introduce a new
429      ADD_ID message with contraints instead. contraints can be
430      only added together with the private key.
431    - itojun@cvs.openbsd.org 2002/06/16 21:30:58
432      [ssh-keyscan.c]
433      use TAILQ_xx macro.  from lukem@netbsd.  markus ok
434    - deraadt@cvs.openbsd.org 2002/06/17 06:05:56
435      [scp.c]
436      make usage like man page
437    - deraadt@cvs.openbsd.org 2002/06/19 00:27:55
438      [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c
439       authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1
440       ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c
441       ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c
442       xmalloc.h]
443      KNF done automatically while reading....
444    - markus@cvs.openbsd.org 2002/06/19 18:01:00
445      [cipher.c monitor.c monitor_wrap.c packet.c packet.h]
446      make the monitor sync the transfer ssh1 session key;
447      transfer keycontext only for RC4 (this is still depends on EVP
448      implementation details and is broken).
449    - stevesk@cvs.openbsd.org 2002/06/20 19:56:07
450      [ssh.1 sshd.8]
451      move configuration file options from ssh.1/sshd.8 to
452      ssh_config.5/sshd_config.5; ok deraadt@ millert@
453    - stevesk@cvs.openbsd.org 2002/06/20 20:00:05
454      [scp.1 sftp.1]
455      ssh_config(5)
456    - stevesk@cvs.openbsd.org 2002/06/20 20:03:34
457      [ssh_config sshd_config]
458      refer to config file man page
459    - markus@cvs.openbsd.org 2002/06/20 23:05:56
460      [servconf.c servconf.h session.c sshd.c]
461      allow Compression=yes/no in sshd_config
462    - markus@cvs.openbsd.org 2002/06/20 23:37:12
463      [sshd_config]
464      add Compression
465    - stevesk@cvs.openbsd.org 2002/05/25 20:40:08
466      [LICENCE]
467      missed Per Allansson (auth2-chall.c)
468  - (bal) Cygwin special handling of empty passwords wrong.  Patch by
469    vinschen@redhat.com
470  - (bal) Missed integrating ssh_config.5 and sshd_config.5
471  - (bal) Still more Makefile.in updates for ssh{d}_config.5
472
473 20020613
474  - (bal) typo of setgroup for cygwin.  Patch by vinschen@redhat.com
475
476 20020612
477  - (bal) OpenBSD CVS Sync
478    - markus@cvs.openbsd.org 2002/06/11 23:03:54
479      [ssh.c]
480      remove unused cruft.
481    - markus@cvs.openbsd.org 2002/06/12 01:09:52
482      [ssh.c]
483      ssh_connect returns 0 on success
484  - (bal) Build noop setgroups() for cygwin to clean up code (For other
485    platforms without the setgroups() requirement, you MUST define
486    SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
487  - (bal) Some platforms don't have ONLCR (Notable Mint)
488
489 20020611
490  - (bal) ssh-agent.c RCSD fix (|unexpand already done)
491  - (bal) OpenBSD CVS Sync
492    - stevesk@cvs.openbsd.org 2002/06/09 22:15:15
493      [ssh.1]
494      update for no setuid root and ssh-keysign; ok deraadt@
495    - itojun@cvs.openbsd.org 2002/06/09 22:17:21
496      [sshconnect.c]
497      pass salen to sockaddr_ntop so that we are happy on linux/solaris
498    - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
499      [auth-rsa.c ssh-rsa.c]
500      display minimum RSA modulus in error(); ok markus@
501    - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
502      [ssh-keysign.8]
503      merge in stuff from my man page; ok markus@
504    - stevesk@cvs.openbsd.org 2002/06/10 17:36:23
505      [ssh-add.1 ssh-add.c]
506      use convtime() to parse and validate key lifetime.  can now
507      use '-t 2h' etc.  ok markus@ provos@
508    - stevesk@cvs.openbsd.org 2002/06/10 17:45:20
509      [readconf.c ssh.1]
510      change RhostsRSAAuthentication and RhostsAuthentication default to no
511      since ssh is no longer setuid root by default; ok markus@
512    - stevesk@cvs.openbsd.org 2002/06/10 21:21:10
513      [ssh_config]
514      update defaults for RhostsRSAAuthentication and RhostsAuthentication
515      here too (all options commented out with default value).
516    - markus@cvs.openbsd.org 2002/06/10 22:28:41
517      [channels.c channels.h session.c]
518      move creation of agent socket to session.c; no need for uidswapping
519      in channel.c.
520    - markus@cvs.openbsd.org 2002/06/11 04:14:26
521      [ssh.c sshconnect.c sshconnect.h]
522      no longer use uidswap.[ch] from the ssh client
523      run less code with euid==0 if ssh is installed setuid root
524      just switch the euid, don't switch the complete set of groups
525      (this is only needed by sshd). ok provos@
526    - mpech@cvs.openbsd.org 2002/06/11 05:46:20
527      [auth-krb4.c monitor.h serverloop.c session.c ssh-agent.c sshd.c]
528      pid_t cleanup. Markus need this now to keep hacking.
529      markus@, millert@ ok
530    - itojun@cvs.openbsd.org 2002/06/11 08:11:45
531      [canohost.c]
532      use "ntop" only after initialized
533  - (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
534    vinschen@redhat.com
535
536 20020609
537  - (bal) OpenBSD CVS Sync
538    - markus@cvs.openbsd.org 2002/06/08 05:07:56
539      [ssh.c]
540      nuke ptrace comment
541    - markus@cvs.openbsd.org 2002/06/08 05:07:09
542      [ssh-keysign.c]
543      only accept 20 byte session ids
544    - markus@cvs.openbsd.org 2002/06/08 05:17:01
545      [readconf.c readconf.h ssh.1 ssh.c]
546      deprecate FallBackToRsh and UseRsh; patch from djm@
547    - markus@cvs.openbsd.org 2002/06/08 05:40:01
548      [readconf.c]
549      just warn about Deprecated options for now
550    - markus@cvs.openbsd.org 2002/06/08 05:41:18
551      [ssh_config]
552      remove FallBackToRsh/UseRsh
553    - markus@cvs.openbsd.org 2002/06/08 12:36:53
554      [scp.c]
555      remove FallBackToRsh
556    - markus@cvs.openbsd.org 2002/06/08 12:46:14
557      [readconf.c]
558      silently ignore deprecated options, since FallBackToRsh might be passed
559      by remote scp commands.
560   - itojun@cvs.openbsd.org 2002/06/08 21:15:27
561      [sshconnect.c]
562      always use getnameinfo.  (diag message only)
563    - markus@cvs.openbsd.org 2002/06/09 04:33:27
564      [sshconnect.c]
565      abort() - > fatal()
566  - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
567    sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
568    independant of them)
569
570 20020607
571  - (bal) Removed --{enable/disable}-suid-ssh
572  - (bal) Missed __progname in ssh-keysign.c  patch by dtucker@zip.com.au
573  - (bal) use 'LOGIN_PROGRAM'  not '/usr/bin/login' in session.c patch by
574    Bertrand.Velle@apogee-com.fr
575
576 20020606
577  - (bal) OpenBSD CVS Sync
578    - markus@cvs.openbsd.org 2002/05/15 21:56:38
579      [servconf.c sshd.8 sshd_config]
580      re-enable privsep and disable setuid for post-3.2.2
581    - markus@cvs.openbsd.org 2002/05/16 22:02:50
582      [cipher.c kex.h mac.c]
583      fix warnings (openssl 0.9.7 requires const)
584    - stevesk@cvs.openbsd.org 2002/05/16 22:09:59
585      [session.c ssh.c]
586      don't limit xauth pathlen on client side and longer print length on
587      server when debug; ok markus@
588    - deraadt@cvs.openbsd.org 2002/05/19 20:54:52
589      [log.h]
590      extra commas in enum not 100% portable
591    - deraadt@cvs.openbsd.org 2002/05/22 23:18:25
592      [ssh.c sshd.c]
593      spelling; abishoff@arc.nasa.gov
594    - markus@cvs.openbsd.org 2002/05/23 19:24:30
595      [authfile.c authfile.h pathnames.h ssh.c sshconnect.c sshconnect.h 
596       sshconnect1.c sshconnect2.c ssh-keysign.8 ssh-keysign.c Makefile.in]
597      add /usr/libexec/ssh-keysign: a setuid helper program for hostbased 
598      authentication in protocol v2 (needs to access the hostkeys).
599    - markus@cvs.openbsd.org 2002/05/23 19:39:34
600      [ssh.c]
601      add comment about ssh-keysign
602    - markus@cvs.openbsd.org 2002/05/24 08:45:14
603      [sshconnect2.c]
604      stat ssh-keysign first, print error if stat fails;
605      some debug->error; fix comment
606    - markus@cvs.openbsd.org 2002/05/25 08:50:39
607      [sshconnect2.c]
608      execlp->execl; from stevesk
609    - markus@cvs.openbsd.org 2002/05/25 18:51:07
610      [auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c
611       auth2-passwd.c auth2-pubkey.c Makefile.in]
612      split auth2.c into one file per method; ok provos@/deraadt@
613    - stevesk@cvs.openbsd.org 2002/05/26 20:35:10
614      [ssh.1]
615      sort ChallengeResponseAuthentication; ok markus@
616    - stevesk@cvs.openbsd.org 2002/05/28 16:45:27
617      [monitor_mm.c]
618      print strerror(errno) on mmap/munmap error; ok markus@
619    - stevesk@cvs.openbsd.org 2002/05/28 17:28:02
620      [uidswap.c]
621      format spec change/casts and some KNF; ok markus@
622    - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
623      [uidswap.c]
624      use correct function name in fatal()
625    - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
626      [ssh.1 sshd.8]
627      spelling
628    - markus@cvs.openbsd.org 2002/05/29 11:21:57
629      [sshd.c]
630      don't start if privsep is enabled and SSH_PRIVSEP_USER or
631      _PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
632    - markus@cvs.openbsd.org 2002/05/30 08:07:31
633      [cipher.c]
634      use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of
635      our own implementation. allow use of AES hardware via libcrypto, 
636      ok deraadt@
637    - markus@cvs.openbsd.org 2002/05/31 10:30:33
638      [sshconnect2.c]
639      extent ssh-keysign protocol:
640      pass # of socket-fd to ssh-keysign, keysign verfies locally used
641      ip-address using this socket-fd, restricts fake local hostnames
642      to actual local hostnames; ok stevesk@
643    - markus@cvs.openbsd.org 2002/05/31 11:35:15
644      [auth.h auth2.c]
645      move Authmethod definitons to per-method file.
646    - markus@cvs.openbsd.org 2002/05/31 13:16:48
647      [key.c]
648      add comment:
649      key_verify returns 1 for a correct signature, 0 for an incorrect signature
650      and -1 on error.
651    - markus@cvs.openbsd.org 2002/05/31 13:20:50
652      [ssh-rsa.c]
653      pad received signature with leading zeros, because RSA_verify expects
654      a signature of RSA_size. the drafts says the signature is transmitted
655      unpadded (e.g. putty does not pad), reported by anakin@pobox.com
656    - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
657      [ssh.h]
658      compatiblity -> compatibility
659      decriptor -> descriptor
660      authentciated -> authenticated
661      transmition -> transmission
662    - markus@cvs.openbsd.org 2002/06/04 19:42:35
663      [monitor.c]
664      only allow enabled authentication methods; ok provos@
665    - markus@cvs.openbsd.org 2002/06/04 19:53:40
666      [monitor.c]
667      save the session id (hash) for ssh2 (it will be passed with the 
668      initial sign request) and verify that this value is used during 
669      authentication; ok provos@
670    - markus@cvs.openbsd.org 2002/06/04 23:02:06
671      [packet.c]
672      remove __FUNCTION__
673    - markus@cvs.openbsd.org 2002/06/04 23:05:49
674      [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c]
675      __FUNCTION__ -> __func__
676    - markus@cvs.openbsd.org 2002/06/05 16:08:07
677      [ssh-agent.1 ssh-agent.c]
678      '-a bind_address' binds the agent to user-specified unix-domain
679      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
680    - markus@cvs.openbsd.org 2002/06/05 16:08:07
681      [ssh-agent.1 ssh-agent.c]
682      '-a bind_address' binds the agent to user-specified unix-domain
683      socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
684    - markus@cvs.openbsd.org 2002/06/05 16:48:54
685      [ssh-agent.c]
686      copy current request into an extra buffer and just flush this
687      request on errors, ok provos@
688    - markus@cvs.openbsd.org 2002/06/05 19:57:12
689      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
690      ssh-add -x for lock and -X for unlocking the agent.
691      todo: encrypt private keys with locked...
692    - markus@cvs.openbsd.org 2002/06/05 20:56:39
693      [ssh-add.c]
694      add -x/-X to usage
695    - markus@cvs.openbsd.org 2002/06/05 21:55:44
696      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
697      ssh-add -t life,  Set lifetime (in seconds) when adding identities; 
698      ok provos@
699    - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
700      [monitor.h]
701      no trailing comma in enum; china@thewrittenword.com
702    - markus@cvs.openbsd.org 2002/06/06 17:12:44
703      [sftp-server.c]
704      discard remaining bytes of current request; ok provos@
705    - markus@cvs.openbsd.org 2002/06/06 17:30:11
706      [sftp-server.c]
707      use get_int() macro (hide iqueue)
708  - (bal) Missed msg.[ch] in merge.  Required for ssh-keysign.
709  - (bal) Forgot to add msg.c Makefile.in.
710  - (bal) monitor_mm.c typos.
711  - (bal) Refixed auth2.c.  It was never fully commited while spliting out
712    authentication to different files.
713  - (bal) ssh-keysign should build and install correctly now.  Phase two
714    would be to clean out any dead wood and disable ssh setuid on install.
715  - (bal) Reverse logic, use __func__ first since it's C99
716
717 20020604
718  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
719    setsockopt from debug to error for now).
720
721 20020527
722  - (tim) [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address
723    build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out
724    last monitor_fdpass.c changes that are no longer needed with new tests.
725    Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no>
726
727 20020522
728  - (djm) Fix spelling mistakes, spotted by Solar Designer i
729    <solar@openwall.com>
730  - Sync scard/ (not sure when it drifted)
731  - (djm) OpenBSD CVS Sync:
732    [auth.c]
733    Fix typo/thinko.  Pass in as to auth_approval(), not NULL.
734    Closes PR 2659.
735  - Crank version
736  - Crank RPM spec versions
737
738 20020521
739  - (stevesk) [sshd.c] bug 245; disable setsid() for now
740  - (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
741
742 20020517
743  - (tim) [configure.ac] remove extra MD5_MSG="no" line.
744
745 20020515
746  - (bal) CVS ID fix up on auth-passwd.c
747  - (bal) OpenBSD CVS Sync
748    - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
749      [ssh.h]
750      use ssh uid
751    - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
752      [ssh.h]
753      move to sshd.sshd instead
754    - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
755      [ssh.h]
756      typo in comment
757    - itojun@cvs.openbsd.org 2002/05/13 02:37:39
758      [auth-skey.c auth2.c]
759      less warnings.  skey_{respond,query} are public (in auth.h)
760    - markus@cvs.openbsd.org 2002/05/13 20:44:58
761      [auth-options.c auth.c auth.h]
762      move the packet_send_debug handling from auth-options.c to auth.c; 
763      ok provos@
764    - millert@cvs.openbsd.org 2002/05/13 15:53:19
765      [sshd.c]
766      Call setsid() in the child after sshd accepts the connection and forks.
767      This is needed for privsep which calls setlogin() when it changes uids.
768      Without this, there is a race where the login name of an existing 
769      connection, as returned by getlogin(), may be changed to the privsep 
770      user (sshd).  markus@ OK
771    - markus@cvs.openbsd.org 2002/05/13 21:26:49
772      [auth-rhosts.c]
773      handle debug messages during rhosts-rsa and hostbased authentication; 
774      ok provos@
775    - mouring@cvs.openbsd.org 2002/05/15 15:47:49
776      [kex.c monitor.c monitor_wrap.c sshd.c]
777      'monitor' variable clashes with at least one lame platform (NeXT).  i
778      Renamed to 'pmonitor'.  provos@
779    - deraadt@cvs.openbsd.org 2002/05/04 02:39:35
780      [servconf.c sshd.8 sshd_config]
781      enable privsep by default; provos ok
782    - millert@cvs.openbsd.org 2002/05/06 23:34:33
783      [ssh.1 sshd.8]
784      Kill/adjust r(login|exec)d? references now that those are no longer in
785      the tree.
786    - markus@cvs.openbsd.org 2002/05/15 21:02:53
787      [servconf.c sshd.8 sshd_config]
788      disable privsep and enable setuid for the 3.2.2 release
789  - (bal) Fixed up PAM case.  I think.
790  - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy
791  - (bal) OpenBSD CVS Sync
792    - markus@cvs.openbsd.org 2002/05/15 21:05:29
793      [version.h]
794      enter OpenSSH_3.2.2
795  - (bal) Caldara, Suse, and Redhat openssh.specs updated.
796
797 20020514
798  - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
799  - (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to
800    match what newer style ptys have when allocated. Based on a patch by
801    Roger Cornelius <rac@tenzing.org>
802  - (tim) [README.privsep] UnixWare 7 and OpenUNIX 8 work.
803  - (tim) [README.privsep] remove reference to UnixWare 7 and OpenUNIX 8
804    from PAM-enabled pragraph. UnixWare has no PAM.
805  - (tim) [contrib/caldera/openssh.spec] update version.
806
807 20020513
808  - (stevesk) add initial README.privsep
809  - (stevesk) [configure.ac] nicer message: --with-privsep-user=user
810  - (djm) Add --with-superuser-path=xxx configure option to specify 
811    what $PATH the superuser receives.
812  - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
813  - (djm) Add --with-privsep-path configure option
814  - (djm) Update RPM spec file: different superuser path, use
815    /var/empty/sshd for privsep
816  - (djm) Bug #234: missing readpassphrase declaration and defines
817  - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ 
818     OpenSSL < 0.9.6
819
820 20020511
821  - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch.
822    Now only searches system and /usr/local/ssl (OpenSSL's default install path)
823    Others must use --with-ssl-dir=....
824  - (tim) [monitor_fdpass.c] fix for systems that have both
825    HAVE_ACCRIGHTS_IN_MSGHDR and HAVE_CONTROL_IN_MSGHDR. Ie. sys/socket.h 
826    has #define msg_accrights msg_control
827
828 20020510
829  - (stevesk) [auth.c] Shadow account and expiration cleanup.  Now
830    check for root forced expire.  Still don't check for inactive.
831  - (djm) Rework RedHat RPM files. Based on spec from Nalin 
832    Dahyabhai <nalin@redhat.com> and patches from 
833    Pekka Savola <pekkas@netcore.fi>
834  - (djm) Try to drop supplemental groups at daemon startup. Patch from 
835    RedHat
836  - (bal) Back all the way out of auth-passwd.c changes.  Breaks too many
837    things that don't set pw->pw_passwd.
838
839 20020509
840  - (tim) [Makefile.in] Unbreak make -f Makefile.in distprep
841
842 20020508
843  - (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is
844    called. Report by Chris Maxwell <maxwell@cs.dal.ca>
845  - (tim) [Makefile.in configure.ac] set SHELL variable in Makefile
846  - (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
847
848 20020507
849  - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
850    Add truncate() emulation to address Bug 208
851
852 20020506
853  - (djm) Unbreak auth-passwd.c for PAM and SIA
854  - (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola 
855    <pekkas@netcore.fi>
856  - (djm) Don't reinitialise PAM credentials before we have started PAM.
857    Report from Pekka Savola <pekkas@netcore.fi>
858    
859 20020506
860  - (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
861  
862 20020501
863  - (djm) Import OpenBSD regression tests. Requires BSD make to run
864  - (djm) Fix readpassphase compilation for systems which have it
865
866 20020429
867  - (tim) [contrib/caldera/openssh.spec] update fixUP to reflect changes in
868    sshd_config.
869  - (tim) [contrib/cygwin/README] remove reference to regex.
870    patch from Corinna Vinschen <vinschen@redhat.com>
871
872 20020426
873  - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
874    during distprep only
875  - (djm) Disable PAM password expiry until a complete fix for bug #188 
876    exists
877  - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on 
878    patch from openssh@misc.tecq.org
879
880 20020425
881  - (stevesk) [defines.h] remove USE_TIMEVAL; unused
882  - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
883    support.  bug #184.  most from dcole@keysoftsys.com.
884
885 20020424
886  - (djm) OpenBSD CVS Sync
887    - markus@cvs.openbsd.org 2002/04/23 12:54:10
888      [version.h]
889      3.2.1
890    - djm@cvs.openbsd.org 2002/04/23 22:16:29
891      [sshd.c]
892      Improve error message; ok markus@ stevesk@
893
894 20020423
895  - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
896  - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
897  - (markus) OpenBSD CVS Sync
898    - markus@cvs.openbsd.org 2002/04/23 12:58:26
899      [radix.c]
900      send complete ticket; semerad@ss1000.ms.mff.cuni.cz
901  - (djm) Trim ChangeLog to include only post-3.1 changes
902  - (djm) Update RPM spec file versions
903  - (djm) Redhat spec enables KrbV by default
904  - (djm) Applied OpenSC smartcard updates from Markus & 
905    Antti Tapaninen <aet@cc.hut.fi>
906  - (djm) Define BROKEN_REALPATH for AIX, patch from 
907    Antti Tapaninen <aet@cc.hut.fi>
908  - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from 
909    Kevin Taylor <no@nowhere.org> (??) via Philipp Grau
910    <phgrau@zedat.fu-berlin.de>
911  - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. 
912    Reported by Doug Manton <dmanton@emea.att.com>
913  - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
914    Robert Urban <urban@spielwiese.de>
915  - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid 
916    sizeof(long long int) == 4 breakage. Patch from Matthew Clarke
917    <Matthew_Clarke@mindlink.bc.ca>
918  - (djm) Make privsep work with PAM (still experimental)
919  - (djm) OpenBSD CVS Sync
920    - deraadt@cvs.openbsd.org 2002/04/20 09:02:03
921      [servconf.c]
922      No, afs requires explicit enabling
923    - markus@cvs.openbsd.org 2002/04/20 09:14:58
924      [bufaux.c bufaux.h]
925      add buffer_{get,put}_short
926    - markus@cvs.openbsd.org 2002/04/20 09:17:19
927      [radix.c]
928      rewrite using the buffer_* API, fixes overflow; ok deraadt@
929    - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
930      [sshd.8 sshd_config]
931      document default AFSTokenPassing no; ok deraadt@
932    - stevesk@cvs.openbsd.org 2002/04/21 16:25:06
933      [sshconnect1.c]
934      spelling in error message; ok markus@
935    - markus@cvs.openbsd.org 2002/04/22 06:15:47
936      [radix.c]
937      fix check for overflow
938    - markus@cvs.openbsd.org 2002/04/22 16:16:53
939      [servconf.c sshd.8 sshd_config]
940      do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
941    - markus@cvs.openbsd.org 2002/04/22 21:04:52
942      [channels.c clientloop.c clientloop.h ssh.c]
943      request reply (success/failure) for -R style fwd in protocol v2,
944      depends on ordered replies.
945      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
946
947 20020421
948  - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
949    entropy.c needs seteuid(getuid()) for the setuid(original_uid) to 
950    succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208
951
952 20020418
953  - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from 
954    Sturle Sunde <sturle.sunde@usit.uio.no>
955
956 20020417
957  - (djm) Tell users to configure /dev/random support into OpenSSL in 
958    INSTALL
959  - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
960  - (tim) [configure.ac] Issue warning on --with-default-path=/some_path
961    if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com>
962
963 20020415
964  - (djm) Unbreak "make install". Fix from Darren Tucker 
965    <dtucker@zip.com.au>
966  - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
967  - (tim) [configure.ac] add tests for recvmsg and sendmsg.
968    [monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for
969    systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
970
971 20020414
972  - (djm) ssh-rand-helper improvements
973    - Add commandline debugging options
974    - Don't write binary data if stdout is a tty (use hex instead)
975    - Give it a manpage
976  - (djm) Random number collection doc fixes from Ben
977
978 20020413
979  - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
980
981 20020412
982  - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
983  - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
984    to -h on testing for /bin being symbolic link
985  - (bal) Mistaken in Cygwin scripts for ssh starting.  Patch by
986    Corinna Vinschen <vinschen@redhat.com> 
987  - (bal) disable privsep if no MAP_ANON.  We can re-enable it
988    after the release when we can do more testing.
989
990 20020411
991  - (stevesk) [auth-sia.c] cleanup
992  - (tim) [acconfig.h defines.h includes.h] put includes in includes.h and
993    defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
994    openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
995    ok stevesk@
996
997 20020410
998  - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR
999  - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>
1000  - (bal) OpenBSD CVS Sync
1001    - markus@cvs.openbsd.org 2002/04/10 08:21:47
1002      [auth1.c compat.c compat.h]
1003      strip '@' from username only for KerbV and known broken clients, 
1004      bug #204
1005    - markus@cvs.openbsd.org 2002/04/10 08:56:01
1006      [version.h]
1007      OpenSSH_3.2
1008  - Added p1 to idenify Portable release version.
1009
1010 20020408
1011  - (bal) Minor OpenSC updates.  Fix up header locations and update
1012    README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
1013
1014 20020407
1015  - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
1016    Future: we may want to test if fd passing works correctly.
1017  - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
1018    and no fd passing support.
1019  - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
1020    monitor_mm.c
1021  - (stevesk) remove configure support for poll.h; it was removed
1022    from sshd.c a long time ago.
1023  - (stevesk) --with-privsep-user; default sshd
1024  - (stevesk) wrap munmap() with HAVE_MMAP also.
1025
1026 20020406
1027  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
1028    <carsten.grohmann@dr-baldeweg.de>
1029  - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
1030  - (bal) OpenBSD CVS Sync
1031    - djm@cvs.openbsd.org 2002/04/06 00:30:08
1032      [sftp-client.c]
1033      Fix occasional corruption on upload due to bad reuse of request 
1034      id, spotted by chombier@mac.com; ok markus@
1035    - mouring@cvs.openbsd.org 2002/04/06 18:24:09
1036      [scp.c]
1037      Fixes potental double // within path.
1038      http://bugzilla.mindrot.org/show_bug.cgi?id=76
1039  - (bal) Slight update to OpenSC support.  Better version checking. patch
1040    by Juha Yrjölä <jyrjola@cc.hut.fi> 
1041  - (bal) Revered out of runtime IRIX detection of joblimits.  Code is
1042    incomplete.
1043  - (bal) Quiet down configure.ac if /bin/test does not exist.
1044  - (bal) We no longer use atexit()/xatexit()/on_exit()
1045
1046 20020405
1047  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
1048    Juha Yrjölä <jyrjola@cc.hut.fi>
1049  - (bal) Minor documentation update to reflect smartcard library
1050    support changes.
1051  - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
1052    using internal version only.
1053  - (bal) OpenBSD CVS Sync
1054    - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
1055      [sshd.8]
1056      clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
1057
1058 20020404
1059  - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
1060     auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
1061  - (bal) OpenBSD CVS Sync
1062    - markus@cvs.openbsd.org 2002/04/03 09:26:11
1063      [cipher.c myproposal.h]
1064      re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
1065
1066 20020402
1067  - (bal) Hand Sync of scp.c (reverted to upstream code)
1068    - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
1069      [scp.c]
1070      stretch banners
1071  - (bal) CVS ID sync of uidswap.c
1072  - (bal) OpenBSD CVS Sync (now for the real sync)
1073    - markus@cvs.openbsd.org 2002/03/27 22:21:45
1074      [ssh-keygen.c]
1075      try to import keys with extra trailing === (seen with ssh.com < 
1076      2.0.12)
1077    - markus@cvs.openbsd.org 2002/03/28 15:34:51
1078      [session.c]
1079      do not call record_login twice (for use_privsep)
1080    - markus@cvs.openbsd.org 2002/03/29 18:59:32
1081      [session.c session.h]
1082      retrieve last login time before the pty is allocated, store per 
1083      session
1084    - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
1085      [sshd.8]
1086      RSA key modulus size minimum 768; ok markus@
1087    - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
1088      [auth-rsa.c ssh-rsa.c ssh.h]
1089      make RSA modulus minimum #define; ok markus@
1090    - markus@cvs.openbsd.org 2002/03/30 18:51:15
1091      [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
1092      check waitpid for EINTR; based on patch from peter@ifm.liu.se
1093    - markus@cvs.openbsd.org 2002/04/01 22:02:16
1094      [sftp-client.c]
1095      20480 is an upper limit for older server
1096    - markus@cvs.openbsd.org 2002/04/01 22:07:17
1097      [sftp-client.c]
1098      fallback to stat if server does not support lstat
1099    - markus@cvs.openbsd.org 2002/04/02 11:49:39
1100      [ssh-agent.c]
1101      check $SHELL for -k and -d, too;
1102      http://bugzilla.mindrot.org/show_bug.cgi?id=199
1103    - markus@cvs.openbsd.org 2002/04/02 17:37:48
1104      [sftp.c]
1105      always call log_init()
1106    - markus@cvs.openbsd.org 2002/04/02 20:11:38
1107      [ssh-rsa.c]
1108      ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
1109  - (bal) mispelling in uidswap.c (portable only)
1110
1111 20020401
1112  - (stevesk) [monitor.c] PAM should work again; will *not* work with
1113    UsePrivilegeSeparation=yes.
1114  - (stevesk) [auth1.c] fix password auth for protocol 1 when
1115    !USE_PAM && !HAVE_OSF_SIA; merge issue.
1116
1117 20020331
1118  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
1119    Solaris 8
1120  - (tim) [sshconnect2.c] change uint32_t to u_int32_t
1121
1122 20020330
1123  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
1124    bug 167
1125
1126 20020327
1127  - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 
1128    kent@lysator.liu.se
1129  - (bal) OpenBSD CVS Sync
1130    - markus@cvs.openbsd.org 2002/03/26 11:34:49
1131      [ssh.1 sshd.8]
1132      update to recent drafts
1133    - markus@cvs.openbsd.org 2002/03/26 11:37:05
1134      [ssh.c]
1135      update Copyright
1136    - markus@cvs.openbsd.org 2002/03/26 15:23:40
1137      [bufaux.c]
1138      do not talk about packets in bufaux
1139    - rees@cvs.openbsd.org 2002/03/26 18:46:59
1140      [scard.c]
1141      try_AUT0 in read_pubkey too, for those paranoid few who want to 
1142      acl 'sh'
1143    - markus@cvs.openbsd.org 2002/03/26 22:50:39
1144      [channels.h]
1145      CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
1146    - markus@cvs.openbsd.org 2002/03/26 23:13:03
1147      [auth-rsa.c]
1148      disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
1149    - markus@cvs.openbsd.org 2002/03/26 23:14:51
1150      [kex.c]
1151      generate a new cookie for each SSH2_MSG_KEXINIT message we send out
1152    - mouring@cvs.openbsd.org 2002/03/27 11:45:42
1153      [monitor.c]
1154      monitor_allowed_key() returns int instead of pointer.  ok markus@
1155   
1156 20020325
1157  - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
1158  - (bal) OpenBSD CVS Sync
1159    - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
1160      [sshd.c]
1161      setproctitle() after preauth child; ok markus@
1162    - markus@cvs.openbsd.org 2002/03/24 16:00:27
1163      [serverloop.c]
1164      remove unused debug
1165    - markus@cvs.openbsd.org 2002/03/24 16:01:13
1166      [packet.c]
1167      debug->debug3 for extra padding
1168    - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
1169      [kexgex.c]
1170      typo; ok markus@
1171    - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
1172      [monitor_fdpass.c]
1173      minor cleanup and more error checking; ok markus@
1174    - markus@cvs.openbsd.org 2002/03/24 18:05:29
1175      [scard.c]
1176      we need to figure out AUT0 for sc_private_encrypt, too
1177    - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
1178      [monitor.c]
1179      remove "\n" from fatal()
1180    - markus@cvs.openbsd.org 2002/03/25 09:21:13
1181      [auth-rsa.c]
1182      return 0 (not NULL); tomh@po.crl.go.jp
1183    - markus@cvs.openbsd.org 2002/03/25 09:25:06
1184      [auth-rh-rsa.c]
1185      rm bogus comment
1186    - markus@cvs.openbsd.org 2002/03/25 17:34:27
1187      [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
1188      change sc_get_key to sc_get_keys and hide smartcard details in scard.c
1189    - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
1190      [monitor_mm.c monitor_wrap.c]
1191      ssize_t args use "%ld" and cast to (long)
1192      size_t args use "%lu" and cast to (u_long)
1193      ok markus@ and thanks millert@
1194    - markus@cvs.openbsd.org 2002/03/25 21:04:02
1195      [ssh.c]
1196      simplify num_identity_files handling
1197    - markus@cvs.openbsd.org 2002/03/25 21:13:51
1198      [channels.c channels.h compat.c compat.h nchan.c]
1199      don't send stderr data after EOF, accept this from older known 
1200      (broken) sshd servers only, fixes
1201      http://bugzilla.mindrot.org/show_bug.cgi?id=179
1202    - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
1203      [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
1204      $OpenBSD$
1205
1206 20020324
1207  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
1208    it can be removed. only used on solaris. will no longer compile with
1209    privsep shuffling.
1210
1211 20020322
1212  - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
1213  - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
1214  - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
1215  - (stevesk) [monitor_fdpass.c] support for access rights style file
1216    descriptor passing
1217  - (stevesk) [auth2.c] merge cleanup/sync
1218  - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
1219    is missing CMSG_LEN() and CMSG_SPACE() macros.
1220  - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
1221    platforms may need this--I'm not sure.  mmap() issues will need to be
1222    addressed further.
1223  - (tim) [cipher.c] fix problem with OpenBSD sync
1224  - (stevesk) [LICENCE] OpenBSD sync
1225
1226 20020321
1227  - (bal) OpenBSD CVS Sync
1228    - itojun@cvs.openbsd.org 2002/03/08 06:10:16
1229      [sftp-client.c]
1230      printf type mismatch
1231    - itojun@cvs.openbsd.org 2002/03/11 03:18:49
1232      [sftp-client.c]
1233      correct type mismatches (u_int64_t != unsigned long long)
1234    - itojun@cvs.openbsd.org 2002/03/11 03:19:53
1235      [sftp-client.c]
1236      indent
1237    - markus@cvs.openbsd.org 2002/03/14 15:24:27
1238      [sshconnect1.c]
1239      don't trust size sent by (rogue) server; noted by 
1240      s.esser@e-matters.de
1241    - markus@cvs.openbsd.org 2002/03/14 16:38:26
1242      [sshd.c]
1243      split out ssh1 session key decryption; ok provos@
1244    - markus@cvs.openbsd.org 2002/03/14 16:56:33
1245      [auth-rh-rsa.c auth-rsa.c auth.h]
1246      split auth_rsa() for better readability and privsep; ok provos@
1247    - itojun@cvs.openbsd.org 2002/03/15 11:00:38
1248      [auth.c]
1249      fix file type checking (use S_ISREG).  ok by markus
1250    - markus@cvs.openbsd.org 2002/03/16 11:24:53
1251      [compress.c]
1252      skip inflateEnd if inflate fails; ok provos@
1253    - markus@cvs.openbsd.org 2002/03/16 17:22:09
1254      [auth-rh-rsa.c auth.h]
1255      split auth_rhosts_rsa(), ok provos@
1256    - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
1257      [auth-krb5.c]
1258      BSD license.  from Daniel Kouril via Dug Song.  ok markus@
1259    - provos@cvs.openbsd.org 2002/03/17 20:25:56
1260      [auth.c auth.h auth1.c auth2.c]
1261      getpwnamallow returns struct passwd * only if user valid; 
1262      okay markus@
1263    - provos@cvs.openbsd.org 2002/03/18 01:12:14
1264      [auth.h auth1.c auth2.c sshd.c]
1265      have the authentication functions return the authentication context
1266      and then do_authenticated; okay millert@
1267    - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
1268      [auth-krb4.c]
1269      set client to NULL after xfree(), from Rolf Braun 
1270      <rbraun+ssh@andrew.cmu.edu>
1271    - provos@cvs.openbsd.org 2002/03/18 03:41:08
1272      [auth.c session.c]
1273      move auth_approval into getpwnamallow with help from millert@
1274    - markus@cvs.openbsd.org 2002/03/18 17:13:15
1275      [cipher.c cipher.h]
1276      export/import cipher states; needed by ssh-privsep
1277    - markus@cvs.openbsd.org 2002/03/18 17:16:38
1278      [packet.c packet.h]
1279      export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
1280    - markus@cvs.openbsd.org 2002/03/18 17:23:31
1281      [key.c key.h]
1282      add key_demote() for ssh-privsep
1283    - provos@cvs.openbsd.org 2002/03/18 17:25:29
1284      [bufaux.c bufaux.h]
1285      buffer_skip_string and extra sanity checking; needed by ssh-privsep
1286    - provos@cvs.openbsd.org 2002/03/18 17:31:54
1287      [compress.c]
1288      export compression streams for ssh-privsep
1289    - provos@cvs.openbsd.org 2002/03/18 17:50:31
1290      [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c]
1291      [auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c]
1292      [kexgex.c servconf.c]
1293      [session.h servconf.h serverloop.c session.c sshd.c]
1294      integrate privilege separated openssh; its turned off by default 
1295      for now. work done by me and markus@
1296    - provos@cvs.openbsd.org 2002/03/18 17:53:08
1297      [sshd.8]
1298      credits for privsep
1299    - provos@cvs.openbsd.org 2002/03/18 17:59:09
1300      [sshd.8]
1301      document UsePrivilegeSeparation
1302    - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
1303      [servconf.c]
1304      UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
1305      provos@
1306    - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
1307      [pathnames.h servconf.c servconf.h sshd.c]
1308      _PATH_PRIVSEP_CHROOT_DIR; ok provos@
1309    - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
1310      [sshd.8]
1311      Banner has no default.
1312    - mpech@cvs.openbsd.org 2002/03/19 06:32:56
1313      [sftp-int.c]
1314      use xfree() after xstrdup().
1315
1316      markus@ ok
1317    - markus@cvs.openbsd.org 2002/03/19 10:35:39
1318      [auth-options.c auth.h session.c session.h sshd.c]
1319      clean up prototypes
1320    - markus@cvs.openbsd.org 2002/03/19 10:49:35
1321      [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h]
1322      [packet.c session.c sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c]
1323      [sshconnect2.c sshd.c ttymodes.c]
1324      KNF whitespace
1325    - markus@cvs.openbsd.org 2002/03/19 14:27:39
1326      [auth.c auth1.c auth2.c]
1327      make getpwnamallow() allways call pwcopy()
1328    - markus@cvs.openbsd.org 2002/03/19 15:31:47
1329      [auth.c]
1330      check for NULL; from provos@
1331    - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
1332      [servconf.c servconf.h ssh.h sshd.c]
1333      for unprivileged user, group do:
1334      pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@
1335    - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
1336      [sshd.c]
1337      strerror() on chdir() fail; ok provos@
1338    - markus@cvs.openbsd.org 2002/03/21 10:21:20
1339      [ssh-add.c]
1340      ignore errors for nonexisting default keys in ssh-add,
1341      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
1342    - jakob@cvs.openbsd.org 2002/03/21 15:17:26
1343      [clientloop.c ssh.1]
1344      add built-in command line for adding new port forwardings on the fly.
1345      based on a patch from brian wellington. ok markus@.
1346    - markus@cvs.openbsd.org 2002/03/21 16:38:06
1347      [scard.c]
1348      make compile w/ openssl 0.9.7
1349    - markus@cvs.openbsd.org 2002/03/21 16:54:53
1350      [scard.c scard.h ssh-keygen.c]
1351      move key upload to scard.[ch]
1352    - markus@cvs.openbsd.org 2002/03/21 16:57:15
1353      [scard.c]
1354      remove const
1355    - markus@cvs.openbsd.org 2002/03/21 16:58:13
1356      [clientloop.c]
1357      remove unused
1358    - rees@cvs.openbsd.org 2002/03/21 18:08:15
1359      [scard.c]
1360      In sc_put_key(), sc_reader_id should be id.
1361    - markus@cvs.openbsd.org 2002/03/21 20:51:12
1362      [sshd_config]
1363      add privsep (off)
1364    - markus@cvs.openbsd.org 2002/03/21 21:23:34
1365      [sshd.c]
1366      add privsep_preauth() and remove 1 goto; ok provos@
1367    - rees@cvs.openbsd.org 2002/03/21 21:54:34
1368      [scard.c scard.h ssh-keygen.c]
1369      Add PIN-protection for secret key.
1370    - rees@cvs.openbsd.org 2002/03/21 22:44:05
1371      [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
1372      Add PIN-protection for secret key.
1373    - markus@cvs.openbsd.org 2002/03/21 23:07:37
1374      [clientloop.c]
1375      remove unused, sync w/ cmdline patch in my tree.
1376
1377 20020317
1378  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is 
1379    wanted, warn if directory does not exist. Put system directories in 
1380    front of PATH for finding entorpy commands.
1381  - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
1382    build fixes.  Patch by Darren Tucker <dtucker@zip.com.au>
1383    [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
1384    postinstall check for $piddir and add if necessary.
1385
1386 20020311
1387  - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
1388    build on all platforms that support SVR4 style package tools. Now runs
1389    from build dir. Parts are based on patches from Antonio Navarro, and
1390    Darren Tucker.
1391
1392 20020308
1393  - (djm) Revert bits of Markus' OpenSSL compat patch which was 
1394    accidentally committed.
1395  - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6. 
1396    Known issue: Blowfish for SSH1 does not work
1397  - (stevesk) entropy.c: typo in debug message
1398  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1399
1400 $Id$
This page took 0.14605 seconds and 5 git commands to generate.