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