]> andersk Git - openssh.git/blob - ChangeLog
- markus@cvs.openbsd.org 2002/03/06 00:23:27
[openssh.git] / ChangeLog
1 20020307
2  - (djm) OpenBSD CVS Sync
3    - markus@cvs.openbsd.org 2002/03/06 00:20:54
4      [compat.c dh.c]
5      compat.c
6    - markus@cvs.openbsd.org 2002/03/06 00:23:27
7      [compat.c dh.c]
8      undo
9
10 20020305
11    - stevesk@cvs.openbsd.org 2002/03/02 09:34:42
12      [LICENCE]
13      correct copyright dates for scp license; ok markus@
14
15 20020304
16  - OpenBSD CVS Sync
17    - deraadt@cvs.openbsd.org 2002/02/26 18:52:32
18      [sftp.1]
19      Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
20    - mouring@cvs.openbsd.org 2002/02/26 19:04:37
21      [sftp.1]
22      > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
23      Last Ic on the first line should not have a space between it and the final
24      comma.
25    - deraadt@cvs.openbsd.org 2002/02/26 19:06:43
26      [sftp.1]
27      no, look closely.  the comma was highlighted. split .Ic even more
28    - stevesk@cvs.openbsd.org 2002/02/26 20:03:51
29      [misc.c]
30      use socklen_t
31    - stevesk@cvs.openbsd.org 2002/02/27 21:23:13
32      [canohost.c channels.c packet.c sshd.c]
33      remove unneeded casts in [gs]etsockopt(); ok markus@
34    - markus@cvs.openbsd.org 2002/02/28 15:46:33
35      [authfile.c kex.c kexdh.c kexgex.c key.c ssh-dss.c]
36      add some const EVP_MD for openssl-0.9.7
37    - stevesk@cvs.openbsd.org 2002/02/28 19:36:28
38      [auth.c match.c match.h]
39      delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers
40      for sshd -u0; ok markus@
41    - stevesk@cvs.openbsd.org 2002/02/28 20:36:42
42      [sshd.8]
43      DenyUsers allows user@host pattern also
44    - stevesk@cvs.openbsd.org 2002/02/28 20:46:10
45      [sshd.8]
46      -u0 DNS for user@host
47    - stevesk@cvs.openbsd.org 2002/02/28 20:56:00
48      [auth.c]
49      log user not allowed details, from dwd@bell-labs.com; ok markus@
50    - markus@cvs.openbsd.org 2002/03/01 13:12:10
51      [auth.c match.c match.h]
52      undo the 'delay hostname lookup' change
53      match.c must not use compress.c (via canonhost.c/packet.c)
54      thanks to wilfried@
55    - markus@cvs.openbsd.org 2002/03/04 12:43:06
56      [auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
57    - markus@cvs.openbsd.org 2002/03/04 13:10:46
58      [misc.c]
59      error-> debug, because O_NONBLOCK for /dev/null causes too many different 
60      errnos; ok stevesk@, deraadt@
61      unused include
62    - stevesk@cvs.openbsd.org 2002/03/04 17:27:39
63      [auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h 
64       channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h 
65       groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h 
66       servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h 
67       uuencode.c xmalloc.h]
68      $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
69      missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
70      files.  ok markus@
71    - stevesk@cvs.openbsd.org 2002/03/04 18:30:23
72      [ssh-keyscan.c]
73      handle connection close during read of protocol version string.
74      fixes erroneous "bad greeting".  ok markus@
75    - markus@cvs.openbsd.org 2002/03/04 19:37:58
76      [channels.c]
77      off by one; thanks to joost@pine.nl
78  - (bal) Added contrib/aix/ to support BFF package generation provided
79    by Darren Tucker <dtucker@zip.com.au>
80 20020226
81  - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
82    based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney)
83    Bug 45 [configure.ac] modify skey test to work around conflict with autoconf
84    reported by nolan@naic.edu (Michael Nolan)
85    patch by  Pekka Savola <pekkas@netcore.fi>
86    Bug 74 [configure.ac defines.h] add sig_atomic_t test
87    reported by dwd@bell-labs.com (Dave Dykstra)
88    Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com
89    [configure.ac Makefile.in] link libwrap only with sshd
90    based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>
91    Bug 123 link libpam only with sshd
92    reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
93    [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
94    [acconfig.h] remove unused HAVE_REGCOMP
95    [configure.ac] put back in search for prngd-socket
96  - (stevesk) openbsd-compat/base64.h: typo in comment
97  - (bal) Update sshd_config CVSID
98  - (bal) OpenBSD CVS Sync
99    - markus@cvs.openbsd.org 2002/02/15 23:54:10
100      [auth-krb5.c]
101      krb5_get_err_text() does not like context==NULL; he@nordu.net via google; 
102      ok provos@
103    - markus@cvs.openbsd.org 2002/02/22 12:20:34
104      [log.c log.h ssh-keyscan.c]
105      overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
106    - markus@cvs.openbsd.org 2002/02/23 17:59:02
107      [kex.c kexdh.c kexgex.c]
108      don't allow garbage after payload.
109    - stevesk@cvs.openbsd.org 2002/02/24 16:09:52
110      [sshd.c]
111      use u_char* here; ok markus@
112    - markus@cvs.openbsd.org 2002/02/24 16:57:19
113      [sftp-client.c]
114      early close(), missing free; ok stevesk@
115    - markus@cvs.openbsd.org 2002/02/24 16:58:32
116      [packet.c]
117      make 'cp' unsigned and merge with 'ucp'; ok stevesk@
118    - markus@cvs.openbsd.org 2002/02/24 18:31:09
119      [uuencode.c]
120      typo in comment
121    - markus@cvs.openbsd.org 2002/02/24 19:14:59
122      [auth2.c authfd.c authfd.h authfile.c kexdh.c kexgex.c key.c key.h 
123       ssh-dss.c ssh-dss.h ssh-keygen.c ssh-rsa.c ssh-rsa.h sshconnect2.c]
124      signed vs. unsigned: make size arguments u_int, ok stevesk@
125    - stevesk@cvs.openbsd.org 2002/02/24 19:59:42
126      [channels.c misc.c]
127      disable Nagle in connect_to() and channel_post_port_listener() (port
128      forwarding endpoints).  the intention is to preserve the on-the-wire
129      appearance to applications at either end; the applications can then
130      enable TCP_NODELAY according to their requirements. ok markus@
131    - markus@cvs.openbsd.org 2002/02/25 16:33:27
132      [ssh-keygen.c sshconnect2.c uuencode.c uuencode.h]
133      more u_* fixes
134  - (bal) Imported missing fatal.c and fixed up Makefile.in
135  - (tim) [configure.ac] correction to Bug 123 fix
136      [configure.ac] correction to sig_atomic_t test
137
138 20020225
139  - (bal) Last AIX patch.  Moved aix_usrinfo() outside of do_setuserconext()
140    since we need more session information than provided by that function.
141
142 20020224
143  - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we
144    need to do the jobs (AIX still does not fully compile, but that is
145    coming).
146  - (bal) Part two.. Drop unused AIX header, fix up missing char *cp.  All
147    that is left is handling aix_usrinfo().
148  - (tim) [loginrec.c session.c sshlogin.c sshlogin.h] Bug 84
149    patch by wknox@mitre.org (William Knox).
150    [sshlogin.h] declare record_utmp_only for session.c
151
152 20020221
153  - (bal) Minor session.c fixup for cygwin.  mispelt 'is_winnt' variable.
154
155 20020219
156  - (djm) OpenBSD CVS Sync
157    - mpech@cvs.openbsd.org 2002/02/13 08:33:47
158      [ssh-keyscan.1]
159      When you give command examples and etc., in a manual page prefix them with:     $ command
160      or
161      # command
162    - markus@cvs.openbsd.org 2002/02/14 23:27:59
163      [channels.c]
164      increase the SSH v2 window size to 4 packets. comsumes a little
165      bit more memory for slow receivers but increases througput.
166    - markus@cvs.openbsd.org 2002/02/14 23:28:00
167      [channels.h session.c ssh.c]
168      increase the SSH v2 window size to 4 packets. comsumes a little
169      bit more memory for slow receivers but increases througput.
170    - markus@cvs.openbsd.org 2002/02/14 23:41:01
171      [authfile.c cipher.c cipher.h kex.c kex.h packet.c]
172      hide some more implementation details of cipher.[ch] and prepares for move
173      to EVP, ok deraadt@
174    - stevesk@cvs.openbsd.org 2002/02/16 14:53:37
175      [ssh-keygen.1]
176      -t required now for key generation
177    - stevesk@cvs.openbsd.org 2002/02/16 20:40:08
178      [ssh-keygen.c]
179      default to rsa keyfile path for non key generation operations where
180      keyfile not specified.  fixes core dump in those cases.  ok markus@
181    - millert@cvs.openbsd.org 2002/02/16 21:27:53
182      [auth.h]
183      Part one of userland __P removal.  Done with a simple regexp with 
184      some minor hand editing to make comments line up correctly.  Another 
185      pass is forthcoming that handles the cases that could not be done 
186      automatically.
187    - millert@cvs.openbsd.org 2002/02/17 19:42:32
188      [auth.h]
189      Manual cleanup of remaining userland __P use (excluding packages 
190      maintained outside the tree)
191    - markus@cvs.openbsd.org 2002/02/18 13:05:32
192      [cipher.c cipher.h]
193      switch to EVP, ok djm@ deraadt@
194    - markus@cvs.openbsd.org 2002/02/18 17:55:20
195      [ssh.1]
196      -q: Fatal errors are _not_ displayed.
197    - deraadt@cvs.openbsd.org 2002/02/19 02:50:59
198      [sshd_config]
199      stategy is not an english word
200  - (bal) Migrated IRIX jobs/projects/audit/etc code to 
201    openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
202  - (bal) Migrated AIX getuserattr and usrinfo code to 
203    openbsd-compat/port-aix.[c] to improve readilbity of do_child() and
204    simplify our diffs against upstream source.
205  - (bal) OpenBSD CVS Sync
206    - markus@cvs.openbsd.org 2002/02/15 23:11:26
207      [session.c]
208      split do_child(), ok mouring@
209    - markus@cvs.openbsd.org 2002/02/16 00:51:44
210      [session.c]
211      typo
212  - (bal) CVS ID sync since the last two patches were merged mistakenly
213
214 20020218
215  - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess
216
217 20020213
218  - (djm) Don't use system sys/queue.h on AIX. Report from 
219    gert@greenie.muc.de
220  - (djm) Bug #114 - not starting PAM for SSH protocol 1 invalid users
221
222 20020213
223  - (djm) OpenBSD CVS Sync
224    - markus@cvs.openbsd.org 2002/02/11 16:10:15
225      [kex.c]
226      restore kexinit handler if we reset the dispatcher, this unbreaks
227      rekeying s/kex_clear_dispatch/kex_reset_dispatch/
228    - markus@cvs.openbsd.org 2002/02/11 16:15:46
229      [sshconnect1.c]
230      include md5.h, not evp.h
231    - markus@cvs.openbsd.org 2002/02/11 16:17:55
232      [sshd.c]
233      do not complain about port > 1024 if rhosts-auth is disabled
234    - markus@cvs.openbsd.org 2002/02/11 16:19:39
235      [sshd.c]
236      include md5.h not hmac.h
237    - markus@cvs.openbsd.org 2002/02/11 16:21:42
238      [match.c]
239      support up to 40 algorithms per proposal
240    - djm@cvs.openbsd.org 2002/02/12 12:32:27
241      [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
242      Perform multiple overlapping read/write requests in file transfer. Mostly
243      done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
244    - djm@cvs.openbsd.org 2002/02/12 12:44:46
245      [sftp-client.c]
246      Let overlapped upload path handle servers which reorder ACKs. This may be
247      permitted by the protocol spec; ok markus@
248    - markus@cvs.openbsd.org 2002/02/13 00:28:13
249      [sftp-server.c]
250      handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@
251    - markus@cvs.openbsd.org 2002/02/13 00:39:15
252      [readpass.c]
253      readpass.c is not longer from UCB, since we now use readpassphrase(3)
254    - djm@cvs.openbsd.org 2002/02/13 00:59:23
255      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp.h]
256      [sftp-int.c sftp-int.h]
257      API cleanup and backwards compat for filexfer v.0 servers; ok markus@
258  - (djm) Sync openbsd-compat with OpenBSD CVS too
259  - (djm) Bug #106: Add --without-rpath configure option. Patch from 
260    Nicolas.Williams@ubsw.com
261  - (tim) [configure.ac, defines.h ] add rpc/rpc.h for INADDR_LOOPBACK
262     on SCO OSR3
263
264 20020210
265  - (djm) OpenBSD CVS Sync
266    - deraadt@cvs.openbsd.org 2002/02/09 17:37:34
267      [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1]
268      move ssh config files to /etc/ssh
269  - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
270    - deraadt@cvs.openbsd.org 2002/02/10 01:07:05
271      [readconf.h sshd.8]
272      more /etc/ssh; openbsd@davidkrause.com
273
274 20020208
275  - (djm) OpenBSD CVS Sync
276    - markus@cvs.openbsd.org 2002/02/04 12:15:25
277      [sshd.c]
278      add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
279      fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
280    - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
281      [ssh-agent.1]
282      more sync for default ssh-add identities; ok markus@
283    - djm@cvs.openbsd.org 2002/02/05 00:00:46
284      [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
285      Add "-B" option to specify copy buffer length (default 32k); ok markus@
286    - markus@cvs.openbsd.org 2002/02/05 14:32:55
287      [channels.c channels.h ssh.c]
288      merge channel_request() into channel_request_start()
289    - markus@cvs.openbsd.org 2002/02/06 14:22:42
290      [sftp.1]
291      sort options; ok mpech@, stevesk@
292    - mpech@cvs.openbsd.org 2002/02/06 14:27:23
293      [sftp.c]
294      sync usage() with manual.
295    - markus@cvs.openbsd.org 2002/02/06 14:37:22
296      [session.c]
297      minor KNF
298    - markus@cvs.openbsd.org 2002/02/06 14:55:16
299      [channels.c clientloop.c serverloop.c ssh.c]
300      channel_new never returns NULL, mouring@; ok djm@
301    - markus@cvs.openbsd.org 2002/02/07 09:35:39
302      [ssh.c]
303      remove bogus comments
304
305 20020205
306  - (djm) Cleanup after sync:
307    - :%s/reverse_mapping_check/verify_reverse_mapping/g
308  - (djm) OpenBSD CVS Sync
309    - stevesk@cvs.openbsd.org 2002/01/24 21:09:25
310      [channels.c misc.c misc.h packet.c]
311      add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
312      no nagle changes just yet; ok djm@ markus@
313    - stevesk@cvs.openbsd.org 2002/01/24 21:13:23
314      [packet.c]
315      need misc.h for set_nodelay()
316    - markus@cvs.openbsd.org 2002/01/25 21:00:24
317      [sshconnect2.c]
318      unused include
319    - markus@cvs.openbsd.org 2002/01/25 21:42:11
320      [ssh-dss.c ssh-rsa.c]
321      use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
322      don't use evp_md->md_size, it's not public.
323    - markus@cvs.openbsd.org 2002/01/25 22:07:40
324      [kex.c kexdh.c kexgex.c key.c mac.c]
325      use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
326    - stevesk@cvs.openbsd.org 2002/01/26 16:44:22
327      [includes.h session.c]
328      revert code to add x11 localhost display authorization entry for
329      hostname/unix:d and uts.nodename/unix:d if nodename was different than
330      hostname.  just add entry for unix:d instead.  ok markus@
331    - stevesk@cvs.openbsd.org 2002/01/27 14:57:46
332      [channels.c servconf.c servconf.h session.c sshd.8 sshd_config]
333      add X11UseLocalhost; ok markus@
334    - stevesk@cvs.openbsd.org 2002/01/27 18:08:17
335      [ssh.c]
336      handle simple case to identify FamilyLocal display; ok markus@
337    - markus@cvs.openbsd.org 2002/01/29 14:27:57
338      [ssh-add.c]
339      exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@
340    - markus@cvs.openbsd.org 2002/01/29 14:32:03
341      [auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c]
342      [servconf.c servconf.h session.c sshd.8 sshd_config]
343      s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; 
344      ok stevesk@
345    - stevesk@cvs.openbsd.org 2002/01/29 16:29:02
346      [session.c]
347      limit subsystem length in log; ok markus@
348    - markus@cvs.openbsd.org 2002/01/29 16:41:19
349      [ssh-add.1]
350      add DIAGNOSTICS; ok stevesk@
351    - markus@cvs.openbsd.org 2002/01/29 22:46:41
352      [session.c]
353      don't depend on servconf.c; ok djm@
354    - markus@cvs.openbsd.org 2002/01/29 23:50:37
355      [scp.1 ssh.1]
356      mention exit status; ok stevesk@
357    - markus@cvs.openbsd.org 2002/01/31 13:35:11
358      [kexdh.c kexgex.c]
359      cross check announced key type and type from key blob
360    - markus@cvs.openbsd.org 2002/01/31 15:00:05
361      [serverloop.c]
362      no need for WNOHANG; ok stevesk@
363    - markus@cvs.openbsd.org 2002/02/03 17:53:25
364      [auth1.c serverloop.c session.c session.h]
365      don't use channel_input_channel_request and callback
366      use new server_input_channel_req() instead:
367         server_input_channel_req does generic request parsing on server side
368         session_input_channel_req handles just session specific things now
369      ok djm@
370    - markus@cvs.openbsd.org 2002/02/03 17:55:55
371      [channels.c channels.h]
372      remove unused channel_input_channel_request
373    - markus@cvs.openbsd.org 2002/02/03 17:58:21
374      [channels.c channels.h ssh.c]
375      generic callbacks are not really used, remove and
376      add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
377      ok djm@
378    - markus@cvs.openbsd.org 2002/02/03 17:59:23
379      [sshconnect2.c]
380      more cross checking if announced vs. used key type; ok stevesk@
381    - stevesk@cvs.openbsd.org 2002/02/03 22:35:57
382      [ssh.1 sshd.8]
383      some KeepAlive cleanup/clarify; ok markus@
384    - stevesk@cvs.openbsd.org 2002/02/03 23:22:59
385      [ssh-agent.1]
386      ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.
387    - stevesk@cvs.openbsd.org 2002/02/04 00:53:39
388      [ssh-agent.c]
389      unneeded includes
390    - markus@cvs.openbsd.org 2002/02/04 11:58:10
391      [auth2.c]
392      cross checking of announced vs actual pktype in pubkey/hostbaed auth; 
393      ok stevesk@
394    - markus@cvs.openbsd.org 2002/02/04 12:15:25
395      [log.c log.h readconf.c servconf.c]
396      add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
397      fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
398    - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
399      [ssh-add.1]
400      more sync for default ssh-add identities; ok markus@
401    - djm@cvs.openbsd.org 2002/02/04 21:53:12
402      [sftp.1 sftp.c]
403      Add "-P" option to directly connect to a local sftp-server. Should be 
404      useful for regression testing; ok markus@
405    - djm@cvs.openbsd.org 2002/02/05 00:00:46
406      [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
407      Add "-B" option to specify copy buffer length (default 32k); ok markus@
408
409 20020130
410  - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
411  - (tim) [configure.ac] fix logic on when ssh-rand-helper is installed.
412    [sshd_config] put back in line that tells what PATH was compiled into sshd.
413
414 20020125
415  - (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn't 
416    and grabbing can cause deadlocks with kinput2. 
417
418 20020124
419  - (stevesk) Makefile.in: bug #61; delete commented line for now.
420
421 20020123
422  - (djm) Fix non-standard shell syntax in autoconf. Patch from 
423    Dave Dykstra <dwd@bell-labs.com>
424  - (stevesk) fix --with-zlib=
425  - (djm) Use case statements in autoconf to clean up some tests
426  - (bal) reverted out of 5/2001 change to atexit().  I assume I
427    did it to handle SonyOS.  If that is the case than we will
428    do a special case for them.
429
430 20020122
431  - (djm) autoconf hacking:
432    - We don't support --without-zlib currently, so don't allow it.
433    - Rework cryptographic random number support detection. We now detect 
434      whether OpenSSL seeds itself. If it does, then we don't bother with 
435      the ssh-rand-helper program. You can force the use of ssh-rand-helper
436      using the --with-rand-helper configure argument
437    - Simplify and clean up ssh-rand-helper configuration
438    - Add OpenSSL sanity check: verify that header version matches version
439      reported by library
440  - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday
441  - OpenBSD CVS Sync
442    - djm@cvs.openbsd.org 2001/12/21 08:52:22
443      [ssh-keygen.1 ssh-keygen.c]
444      Remove default (rsa1) key type; ok markus@
445    - djm@cvs.openbsd.org 2001/12/21 08:53:45
446      [readpass.c]
447      Avoid interruptable passphrase read; ok markus@
448    - djm@cvs.openbsd.org 2001/12/21 10:06:43
449      [ssh-add.1 ssh-add.c]
450      Try all standard key files (id_rsa, id_dsa, identity) when invoked with
451      no arguments; ok markus@
452    - markus@cvs.openbsd.org 2001/12/21 12:17:33
453      [serverloop.c]
454      remove ifdef for USE_PIPES since fdin != fdout; ok djm@
455    - deraadt@cvs.openbsd.org 2001/12/24 07:29:43
456      [ssh-add.c]
457      try all listed keys.. how did this get broken?
458    - markus@cvs.openbsd.org 2001/12/25 18:49:56
459      [key.c]
460      be more careful on allocation
461    - markus@cvs.openbsd.org 2001/12/25 18:53:00
462      [auth1.c]
463      be more carefull on allocation
464    - markus@cvs.openbsd.org 2001/12/27 18:10:29
465      [ssh-keygen.c]
466      -t is only needed for key generation (unbreaks -i, -e, etc).
467    - markus@cvs.openbsd.org 2001/12/27 18:22:16
468      [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c]
469      [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
470      call fatal() for openssl allocation failures
471    - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
472      [sshd.8]
473      clarify -p; ok markus@
474    - markus@cvs.openbsd.org 2001/12/27 18:26:13
475      [authfile.c]
476      missing include
477    - markus@cvs.openbsd.org 2001/12/27 19:37:23
478      [dh.c kexdh.c kexgex.c]
479      always use BN_clear_free instead of BN_free
480    - markus@cvs.openbsd.org 2001/12/27 19:54:53
481      [auth1.c auth.h auth-rh-rsa.c]
482      auth_rhosts_rsa now accept generic keys.
483    - markus@cvs.openbsd.org 2001/12/27 20:39:58
484      [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h]
485      [serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
486      get rid of packet_integrity_check, use packet_done() instead.
487    - markus@cvs.openbsd.org 2001/12/28 12:14:27
488      [auth1.c auth2.c auth2-chall.c auth-rsa.c channels.c clientloop.c]
489      [kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c]
490      [ssh.c sshconnect1.c sshconnect2.c sshd.c]
491      s/packet_done/packet_check_eom/ (end-of-message); ok djm@
492    - markus@cvs.openbsd.org 2001/12/28 13:57:33
493      [auth1.c kexdh.c kexgex.c packet.c packet.h sshconnect1.c sshd.c]
494      packet_get_bignum* no longer returns a size
495    - markus@cvs.openbsd.org 2001/12/28 14:13:13
496      [bufaux.c bufaux.h packet.c]
497      buffer_get_bignum: int -> void
498    - markus@cvs.openbsd.org 2001/12/28 14:50:54
499      [auth1.c auth-rsa.c channels.c dispatch.c kex.c kexdh.c kexgex.c]
500      [packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c]
501      [sshconnect2.c sshd.c]
502      packet_read* no longer return the packet length, since it's not used.
503    - markus@cvs.openbsd.org 2001/12/28 15:06:00
504      [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
505      [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c]
506      remove plen from the dispatch fn. it's no longer used.
507    - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
508      [ssh.1 sshd.8]
509      document LogLevel DEBUG[123]; ok markus@
510    - stevesk@cvs.openbsd.org 2001/12/29 21:56:01
511      [authfile.c channels.c compress.c packet.c sftp-server.c]
512      [ssh-agent.c ssh-keygen.c]
513      remove unneeded casts and some char->u_char cleanup; ok markus@
514    - stevesk@cvs.openbsd.org 2002/01/03 04:11:08
515      [ssh_config]
516      grammar in comment
517    - stevesk@cvs.openbsd.org 2002/01/04 17:59:17
518      [readconf.c servconf.c]
519      remove #ifdef _PATH_XAUTH/#endif; ok markus@
520    - stevesk@cvs.openbsd.org 2002/01/04 18:14:16
521      [servconf.c sshd.8]
522      protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and
523      /etc/ssh_host_dsa_key like we have in sshd_config.  ok markus@
524    - markus@cvs.openbsd.org 2002/01/05 10:43:40
525      [channels.c]
526      fix hanging x11 channels for rejected cookies (e.g. 
527      XAUTHORITY=/dev/null xbiff) bug #36, based on patch from
528      djast@cs.toronto.edu
529    - stevesk@cvs.openbsd.org 2002/01/05 21:51:56
530      [ssh.1 sshd.8]
531      some missing and misplaced periods
532    - markus@cvs.openbsd.org 2002/01/09 13:49:27
533      [ssh-keygen.c]
534      append \n only for public keys
535    - markus@cvs.openbsd.org 2002/01/09 17:16:00
536      [channels.c]
537      merge channel_pre_open_15/channel_pre_open_20; ok provos@
538    - markus@cvs.openbsd.org 2002/01/09 17:26:35
539      [channels.c nchan.c]
540      replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); 
541      ok provos@
542    - markus@cvs.openbsd.org 2002/01/10 11:13:29
543      [serverloop.c]
544      skip client_alive_check until there are channels; ok beck@
545    - markus@cvs.openbsd.org 2002/01/10 11:24:04
546      [clientloop.c]
547      handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@
548    - markus@cvs.openbsd.org 2002/01/10 12:38:26
549      [nchan.c]
550      remove dead code (skip drain)
551    - markus@cvs.openbsd.org 2002/01/10 12:47:59
552      [nchan.c]
553      more unused code (with channels.c:1.156)
554    - markus@cvs.openbsd.org 2002/01/11 10:31:05
555      [packet.c]
556      handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
557    - markus@cvs.openbsd.org 2002/01/11 13:36:43
558      [ssh2.h]
559      add defines for msg type ranges
560    - markus@cvs.openbsd.org 2002/01/11 13:39:36
561      [auth2.c dispatch.c dispatch.h kex.c]
562      a single dispatch_protocol_error() that sends a message of 
563      type 'UNIMPLEMENTED'
564      dispatch_range(): set handler for a ranges message types
565      use dispatch_protocol_ignore() for authentication requests after
566      successful authentication (the drafts requirement).
567      serverloop/clientloop now send a 'UNIMPLEMENTED' message instead 
568      of exiting.
569    - markus@cvs.openbsd.org 2002/01/11 20:14:11
570      [auth2-chall.c auth-skey.c]
571      use strlcpy not strlcat; mouring@
572    - markus@cvs.openbsd.org 2002/01/11 23:02:18
573      [readpass.c]
574      use _PATH_TTY
575    - markus@cvs.openbsd.org 2002/01/11 23:02:51
576      [auth2-chall.c]
577      use snprintf; mouring@
578    - markus@cvs.openbsd.org 2002/01/11 23:26:30
579      [auth-skey.c]
580      use snprintf; mouring@
581    - markus@cvs.openbsd.org 2002/01/12 13:10:29
582      [auth-skey.c]
583      undo local change
584    - provos@cvs.openbsd.org 2002/01/13 17:27:07
585      [ssh-agent.c]
586      change to use queue.h macros; okay markus@
587    - markus@cvs.openbsd.org 2002/01/13 17:57:37
588      [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
589      use buffer API and avoid static strings of fixed size; 
590      ok provos@/mouring@
591    - markus@cvs.openbsd.org 2002/01/13 21:31:20
592      [channels.h nchan.c]
593      add chan_set_[io]state(), order states, state is now an u_int,
594      simplifies debugging messages; ok provos@
595    - markus@cvs.openbsd.org 2002/01/14 13:22:35
596      [nchan.c]
597      chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@
598    - markus@cvs.openbsd.org 2002/01/14 13:34:07
599      [nchan.c]
600      merge chan_[io]buf_empty[12]; ok provos@
601    - markus@cvs.openbsd.org 2002/01/14 13:40:10
602      [nchan.c]
603      correct fn names for ssh2, do not switch from closed to closed; 
604      ok provos@
605    - markus@cvs.openbsd.org 2002/01/14 13:41:13
606      [nchan.c]
607      remove duplicated code; ok provos@
608    - markus@cvs.openbsd.org 2002/01/14 13:55:55
609      [channels.c channels.h nchan.c]
610      remove function pointers for events, remove chan_init*; ok provos@
611    - markus@cvs.openbsd.org 2002/01/14 13:57:03
612      [channels.h nchan.c]
613      (c) 2002
614    - markus@cvs.openbsd.org 2002/01/16 13:17:51
615      [channels.c channels.h serverloop.c ssh.c]
616      wrapper for channel_setup_fwd_listener
617    - stevesk@cvs.openbsd.org 2002/01/16 17:40:23
618      [sshd_config]
619      The stategy now used for options in the default sshd_config shipped
620      with OpenSSH is to specify options with their default value where
621      possible, but leave them commented.  Uncommented options change a
622      default value.  Subsystem is currently the only default option
623      changed.  ok markus@
624    - stevesk@cvs.openbsd.org 2002/01/16 17:42:33
625      [ssh.1]
626      correct defaults for -i/IdentityFile; ok markus@
627    - stevesk@cvs.openbsd.org 2002/01/16 17:55:33
628      [ssh_config]
629      correct some commented defaults.  add Ciphers default.  ok markus@
630    - stevesk@cvs.openbsd.org 2002/01/17 04:27:37
631      [log.c]
632      casts to silence enum type warnings for bugzilla bug 37; ok markus@
633    - stevesk@cvs.openbsd.org 2002/01/18 17:14:16
634      [sshd.8]
635      correct Ciphers default; paola.mannaro@ubs.com
636    - stevesk@cvs.openbsd.org 2002/01/18 18:14:17
637      [authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c]
638      unneeded cast cleanup; ok markus@
639    - stevesk@cvs.openbsd.org 2002/01/18 20:46:34
640      [sshd.8]
641      clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from
642      allard@oceanpark.com; ok markus@
643    - markus@cvs.openbsd.org 2002/01/21 15:13:51
644      [sshconnect.c]
645      use read_passphrase+ECHO in confirm(), allows use of ssh-askpass
646      for hostkey confirm.
647    - markus@cvs.openbsd.org 2002/01/21 22:30:12
648      [cipher.c compat.c myproposal.h]
649      remove "rijndael-*", just use "aes-" since this how rijndael is called
650      in the drafts; ok stevesk@
651    - markus@cvs.openbsd.org 2002/01/21 23:27:10
652      [channels.c nchan.c]
653      cleanup channels faster if the are empty and we are in drain-state; 
654      ok deraadt@
655    - stevesk@cvs.openbsd.org 2002/01/22 02:52:41
656      [servconf.c]
657      typo in error message; from djast@cs.toronto.edu
658  - (djm) Make auth2-pam.c compile again after dispatch.h and packet.h 
659    changes
660  - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as 
661    bogus in configure
662  - (djm) Use local sys/queue.h if necessary in ssh-agent.c
663
664 20020121
665  - (djm) Rework ssh-rand-helper:
666    - Reduce quantity of ifdef code, in preparation for ssh_rand_conf
667    - Always seed from system calls, even when doing PRNGd seeding
668    - Tidy and comment #define knobs
669    - Remove unused facility for multiple runs through command list
670    - KNF, cleanup, update copyright
671
672 20020114
673  - (djm) Bug #50 - make autoconf entropy path checks more robust
674
675 20020108
676  - (djm) Merge Cygwin copy_environment with do_pam_environment, removing 
677    fixed env var size limit in the process. Report from Corinna Vinschen 
678    <vinschen@redhat.com>
679  - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX.  does
680    not depend on transition links.  from Lutz Jaenicke.
681
682 20020106
683  - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
684    for all platforms except HP-UX, which is "/usr/spool/sockets/X11/%u".
685
686 20020105
687  - (bal) NCR requies use_pipes to operate correctly.
688  - (stevesk) fix spurious ; from NCR change.
689
690 20020103
691  - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from 
692    Roger Cornelius <rac@tenzing.org>
693
694 20011229
695  - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen 
696    <vinschen@redhat.com> Could be abused to guess valid usernames
697  - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
698    <vinschen@redhat.com>
699
700 20011228
701  - (djm) Remove recommendation to use GNU make, we should support most
702    make programs.
703
704 20011225
705  - (stevesk) [Makefile.in ssh-rand-helper.c]
706    portable lib and __progname support for ssh-rand-helper; ok djm@
707
708 20011223
709  - (bal) Removed contrib/chroot.diff and noted in contrib/README that it
710    was not being maintained.
711
712 20011222
713  - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from 
714    solar@openwall.com
715  - (djm) Rework entropy code. If the OpenSSL PRNG is has not been 
716    internally seeded, execute a subprogram "ssh-rand-helper" to obtain
717    some entropy for us. Rewrite the old in-process entropy collecter as
718    an example ssh-rand-helper.
719  - (djm) Always perform ssh_prng_cmds path lookups in configure, even if
720    we don't end up using ssh_prng_cmds (so we always get a valid file) 
721       
722 20011221
723  - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
724    server. I have found this necessary to avoid server hangs with X input
725    extensions (e.g. kinput2). Enable by setting the environment variable
726    "GNOME_SSH_ASKPASS_NOGRAB"
727   - OpenBSD CVS Sync
728    - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
729      [channels.c pathnames.h]
730      use only one path to X11 UNIX domain socket vs. an array of paths
731      to try.  report from djast@cs.toronto.edu.  ok markus@
732    - markus@cvs.openbsd.org 2001/12/09 18:45:56
733      [auth2.c auth2-chall.c auth.h]
734      add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
735      fixes memleak.
736    - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
737      [sshd.c]
738      possible fd leak on error; ok markus@
739    - markus@cvs.openbsd.org 2001/12/10 20:34:31
740      [ssh-keyscan.c]
741      check that server supports v1 for -t rsa1, report from wirth@dfki.de
742    - jakob@cvs.openbsd.org 2001/12/18 10:04:21
743      [auth.h hostfile.c hostfile.h]
744      remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@
745    - jakob@cvs.openbsd.org 2001/12/18 10:05:15
746      [auth2.c]
747      log fingerprint on successful public key authentication; ok markus@
748    - jakob@cvs.openbsd.org 2001/12/18 10:06:24
749      [auth-rsa.c]
750      log fingerprint on successful public key authentication, simplify 
751      usage of key structs; ok markus@
752    - deraadt@cvs.openbsd.org 2001/12/19 07:18:56
753      [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h]
754      [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c]
755      [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c]
756      [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c]
757      [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c]
758      [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c]
759      [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config]
760      [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c]
761      basic KNF done while i was looking for something else
762    - markus@cvs.openbsd.org 2001/12/19 16:09:39
763      [serverloop.c]
764      fix race between SIGCHLD and select with an additional pipe.  writing
765      to the pipe on SIGCHLD wakes up select(). using pselect() is not
766      portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
767      initial idea by pmenage@ensim.com; ok deraadt@, djm@
768    - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
769      [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
770      change the buffer/packet interface to use void* vs. char*; ok markus@
771    - markus@cvs.openbsd.org 2001/12/20 16:37:29
772      [channels.c channels.h session.c]
773      setup x11 listen socket for just one connect if the client requests so.
774      (v2 only, but the openssh client does not support this feature).
775    - djm@cvs.openbsd.org 2001/12/20 22:50:24
776      [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
777      [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c]
778      [sshconnect2.c]
779      Conformance fix: we should send failing packet sequence number when
780      responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
781      yakk@yakk.dot.net; ok markus@
782
783 20011219
784  - (stevesk) OpenBSD CVS sync X11 localhost display
785    - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
786      [channels.h channels.c session.c]
787      sshd X11 fake server will now listen on localhost by default:
788      $ echo $DISPLAY
789      localhost:12.0
790      $ netstat -an|grep 6012
791      tcp        0      0  127.0.0.1.6012         *.*                    LISTEN
792      tcp6       0      0  ::1.6012               *.*                    LISTEN
793      sshd_config gatewayports=yes can be used to revert back to the old
794      behavior.  will control this with another option later.  ok markus@
795    - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
796      [includes.h session.c]
797      handle utsname.nodename case for FamilyLocal X authorization; ok markus@
798         
799 20011207
800  - (bal) PCRE no longer required.  Banished from the source along with
801    fake-regex.h
802  - (bal) OpenBSD CVS Sync
803    - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
804      [channels.c sshconnect.c]
805      shutdown(sock, SHUT_RDWR) not needed here; ok markus@
806    - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
807      [channels.c session.c]
808      strncpy->strlcpy.  remaining strncpy's are necessary.  ok markus@
809    - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
810      [channels.c]
811      disable nagle for X11 fake server and client TCPs.  from netbsd.
812      ok markus@
813
814 20011206
815  - (bal) OpenBSD CVS Sync
816    - deraadt@cvs.openbsd.org 2001/11/14 20:45:08
817      [sshd.c]
818      errno saving wrapping in a signal handler
819    - markus@cvs.openbsd.org 2001/11/16 12:46:13
820      [ssh-keyscan.c]
821      handle empty lines instead of dumping core; report from sha@sha-1.net
822    - stevesk@cvs.openbsd.org 2001/11/17 19:14:34
823      [auth2.c auth.c readconf.c servconf.c ssh-agent.c ssh-keygen.c]
824      enum/int type cleanup where it made sense to do so; ok markus@
825    - markus@cvs.openbsd.org 2001/11/19 11:20:21
826      [sshd.c]
827      fd leak on HUP; ok stevesk@
828    - stevesk@cvs.openbsd.org 2001/11/19 18:40:46
829      [ssh-agent.1]
830      clarify/state that private keys are not exposed to clients using the 
831      agent; ok markus@
832    - mpech@cvs.openbsd.org 2001/11/19 19:02:16
833      [deattack.c radix.c]
834      kill more registers
835      millert@ ok
836    - markus@cvs.openbsd.org 2001/11/21 15:51:24
837      [key.c]
838      mem leak
839    - stevesk@cvs.openbsd.org 2001/11/21 18:49:14
840      [ssh-keygen.1]
841      more on passphrase construction; ok markus@
842    - stevesk@cvs.openbsd.org 2001/11/22 05:27:29
843      [ssh-keyscan.c]
844      don't use "\n" in fatal()
845    - markus@cvs.openbsd.org 2001/11/22 12:34:22
846      [clientloop.c serverloop.c sshd.c]
847      volatile sig_atomic_t
848    - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
849      [channels.h]
850      remove dead function prototype; ok markus@
851    - markus@cvs.openbsd.org 2001/11/29 22:08:48
852      [auth-rsa.c]
853      fix protocol error: send 'failed' message instead of a 2nd challenge
854      (happens if the same key is in authorized_keys twice).
855      reported Ralf_Meister@genua.de; ok djm@
856    - stevesk@cvs.openbsd.org 2001/11/30 20:39:28
857      [ssh.c]
858      sscanf() length dependencies are clearer now; can also shrink proto
859      and data if desired, but i have not done that.  ok markus@
860    - markus@cvs.openbsd.org 2001/12/01 21:41:48
861      [session.c sshd.8]
862      don't pass user defined variables to /usr/bin/login
863    - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
864      [sftp-common.c]
865      zap };
866    - itojun@cvs.openbsd.org 2001/12/05 03:50:01
867      [clientloop.c serverloop.c sshd.c]
868      deal with LP64 printf issue with sig_atomic_t.  from thorpej
869    - itojun@cvs.openbsd.org 2001/12/05 03:56:39
870      [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c 
871       sshconnect2.c]
872      make it compile with more strict prototype checking
873    - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
874      [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c 
875       key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c 
876       sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c]
877      minor KNF
878    - markus@cvs.openbsd.org 2001/12/05 15:04:48
879      [version.h]
880      post 3.0.2
881    - markus@cvs.openbsd.org 2001/12/05 16:54:51
882      [compat.c match.c match.h]
883      make theo and djm happy: bye bye regexp
884    - markus@cvs.openbsd.org 2001/12/06 13:30:06
885      [servconf.c servconf.h sshd.8 sshd.c]
886      add -o to sshd, too. ok deraadt@
887  - (bal) Minor white space fix up in servconf.c
888
889 20011126
890  - (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
891    openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
892    Allow SSHD to install as service under WIndows 9x/Me
893    [configure.ac] Fix to allow linking against PCRE on Cygwin
894    Patches by Corinna Vinschen <vinschen@redhat.com>
895
896 20011115
897  - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian 
898    <djast@cs.toronto.edu> Fix from markus@
899  - (djm) Release 3.0.1p1
900
901 20011113
902  - (djm) Fix early (and double) free of remote user when using Kerberos. 
903    Patch from Simon Wilkinson <simon@sxw.org.uk>
904  - (djm) AIX login{success,failed} changes. Move loginsuccess call to 
905    do_authenticated. Call loginfailed for protocol 2 failures > MAX like 
906    we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>,
907    K.Wolkersdorfer@fz-juelich.de and others
908  - (djm) OpenBSD CVS Sync
909    - dugsong@cvs.openbsd.org 2001/11/11 18:47:10
910      [auth-krb5.c]
911      fix krb5 authorization check. found by <jhawk@MIT.EDU>. from 
912      art@, deraadt@ ok
913    - markus@cvs.openbsd.org  2001/11/12 11:17:07
914      [servconf.c]
915      enable authorized_keys2 again. tested by fries@
916    - markus@cvs.openbsd.org  2001/11/13 02:03:57
917      [version.h]
918      enter 3.0.1
919  - (djm) Bump RPM package versions
920
921 20011112
922  - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>
923  - (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>
924  - OpenBSD CVS Sync
925    - markus@cvs.openbsd.org 2001/10/24 08:41:41
926      [sshd.c]
927      mention remote port in debug message
928    - markus@cvs.openbsd.org 2001/10/24 08:41:20
929      [ssh.c]
930      remove unused
931    - markus@cvs.openbsd.org 2001/10/24 08:51:35
932      [clientloop.c ssh.c]
933      ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
934    - markus@cvs.openbsd.org 2001/10/24 19:57:40
935      [clientloop.c]
936      make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
937    - markus@cvs.openbsd.org 2001/10/25 21:14:32
938      [ssh-keygen.1 ssh-keygen.c]
939      better docu for fingerprinting, ok deraadt@
940    - markus@cvs.openbsd.org 2001/10/29 19:27:15
941      [sshconnect2.c]
942      hostbased: check for client hostkey before building chost
943    - markus@cvs.openbsd.org 2001/10/30 20:29:09
944      [ssh.1]
945      ssh.1
946    - markus@cvs.openbsd.org 2001/11/07 16:03:17
947      [packet.c packet.h sshconnect2.c]
948      pad using the padding field from the ssh2 packet instead of sending
949      extra ignore messages. tested against several other ssh servers.
950    - markus@cvs.openbsd.org 2001/11/07 21:40:21
951      [ssh-rsa.c]
952      ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
953    - markus@cvs.openbsd.org 2001/11/07 22:10:28
954      [ssh-dss.c ssh-rsa.c]
955      missing free and sync dss/rsa code.
956    - markus@cvs.openbsd.org 2001/11/07 22:12:01
957      [sshd.8]
958      s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
959    - markus@cvs.openbsd.org 2001/11/07 22:41:51
960      [auth2.c auth-rh-rsa.c]
961      unused includes
962    - markus@cvs.openbsd.org 2001/11/07 22:53:21
963      [channels.h]
964      crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
965    - markus@cvs.openbsd.org 2001/11/08 10:51:08
966      [readpass.c]
967      don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.
968    - markus@cvs.openbsd.org 2001/11/08 17:49:53
969      [ssh.1]
970      mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
971    - markus@cvs.openbsd.org 2001/11/08 20:02:24
972      [auth.c]
973      don't print ROOT in CAPS for the authentication messages, i.e.
974         Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
975      becomes
976         Accepted publickey for root from 127.0.0.1 port 42734 ssh2
977    - markus@cvs.openbsd.org 2001/11/09 18:59:23
978      [clientloop.c serverloop.c]
979      don't memset too much memory, ok millert@
980      original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com
981    - markus@cvs.openbsd.org 2001/11/10 13:19:45
982      [sshd.c]
983      cleanup libwrap support (remove bogus comment, bogus close(), add 
984      debug, etc).
985    - markus@cvs.openbsd.org 2001/11/10 13:22:42
986      [ssh-rsa.c]
987      KNF (unexpand)
988    - markus@cvs.openbsd.org 2001/11/10 13:37:20
989      [packet.c]
990      remove extra debug()
991    - markus@cvs.openbsd.org 2001/11/11 13:02:31
992      [servconf.c]
993      make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if 
994      AuthorizedKeysFile is specified.
995  - (djm) Reorder portable-specific server options so that they come first. 
996    This should help reduce diff collisions for new server options (as they
997    will appear at the end)
998
999 20011109
1000  - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
1001    if permit_empty_passwd == 0 so null password check cannot be bypassed.
1002    jayaraj@amritapuri.com OpenBSD bug 2168
1003    - markus@cvs.openbsd.org 2001/11/09 19:08:35
1004      [sshd.c]
1005      remove extra trailing dot from log message; pilot@naughty.monkey.org
1006
1007 20011103
1008  - (tim) [ contrib/caldera/openssh.spec contrib/caldera/sshd.init] Updates 
1009    from Raymund Will <ray@caldera.de>
1010    [acconfig.h configure.in] Clean up login checks.
1011    Problem reported by Jim Knoble <jmknoble@pobox.com>
1012
1013 20011101
1014  - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)
1015
1016 20011031
1017  - (djm) Unsmoke drugs: config files should be noreplace.
1018
1019 20011030
1020  - (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6 
1021    by default (can force IPv4 using --define "noipv6 1")
1022
1023 20011029
1024  - (tim) [TODO defines.h loginrec.c] Change the references to configure.in
1025    to configure.ac
1026
1027 20011028
1028  - (djm) Avoid bug in Solaris PAM libs
1029  - (djm) Disconnect if no tty and PAM reports password expired
1030  - (djm) Fix for PAM password changes being echoed (from stevesk)
1031  - (stevesk) Fix compile problem with PAM password change fix
1032  - (stevesk) README: zlib location is http://www.gzip.org/zlib/
1033
1034 20011027
1035  - (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
1036    Patch by Robert Dahlem <Robert.Dahlem@siemens.com>
1037
1038 20011026
1039  - (bal) Set the correct current time in login_utmp_only().  Patch by
1040    Wayne Davison <wayned@users.sourceforge.net>
1041  - (tim) [scard/Makefile.in] Fix install: when building outside of source
1042          tree and using --src=/full_path/to/openssh
1043          Patch by Mark D. Baushke <mdb@juniper.net>
1044
1045 20011025
1046  - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c.  Patch
1047    by todd@
1048  - (tim) [configure.ac] Give path given in --with-xxx= for pcre,zlib, and
1049          tcp-wrappers precedence over system libraries and includes.
1050          Report from Dave Dykstra <dwd@bell-labs.com>
1051
1052 20011024
1053  - (bal) Should be 3.0p1 not 3.0p2.  Corrected version.h already.
1054  - (tim) configure.in -> configure.ac
1055
1056 20011023
1057  - (bal) Updated version to 3.0p1 in preparing for release.
1058  - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
1059  - (tim) [configure.in] Fix test for broken dirname. Based on patch from
1060          Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
1061          [contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
1062          contrib/suse/openssh.spec] Update version to match version.h
1063
1064 20011022
1065  - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
1066    Report from Michal Zalewski <lcamtuf@coredump.cx>
1067
1068 20011021
1069  - (tim) [configure.in] Clean up library testing. Add optional PATH to
1070          --with-pcre, --with-zlib, and --with-tcp-wrappers. Based on
1071          patch by albert chin (china@thewrittenword.com)
1072          Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading
1073          of patches to configure.in. Replace obsolete AC_STRUCT_ST_BLKSIZE
1074          with AC_CHECK_MEMBERS. Add test for broken dirname() on
1075          Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu>
1076          [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t test.
1077          patch by albert chin (china@thewrittenword.com)
1078          [scp.c] Replace obsolete HAVE_ST_BLKSIZE with
1079          HAVE_STRUCT_STAT_ST_BLKSIZE.
1080          [Makefile.in] When running make in top level, always do make
1081          in openbsd-compat. patch by Dave Dykstra <dwd@bell-labs.com>
1082
1083 20011019
1084  - (bal) Fixed up init.d symlink issue and piddir stuff.  Patches by
1085    Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de 
1086
1087 20011012
1088  - (djm) OpenBSD CVS Sync
1089    - markus@cvs.openbsd.org 2001/10/10 22:18:47
1090      [channels.c channels.h clientloop.c nchan.c serverloop.c]
1091      [session.c session.h]
1092      try to keep channels open until an exit-status message is sent.
1093      don't kill the login shells if the shells stdin/out/err is closed.
1094      this should now work:
1095      ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
1096    - markus@cvs.openbsd.org 2001/10/11 13:45:21
1097      [session.c]
1098      delay detach of session if a channel gets closed but the child is 
1099      still alive.  however, release pty, since the fd's to the child are 
1100      already closed.
1101    - markus@cvs.openbsd.org 2001/10/11 15:24:00
1102      [clientloop.c]
1103      clear select masks if we return before calling select().
1104  - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
1105  - (djm) Clean some autoconf-2.52 junk when doing "make distclean"
1106  - (djm) Cleanup sshpty.c a little
1107  - (bal) First wave of contrib/solaris/ package upgrades.  Still more
1108    work needs to be done, but it is a 190% better then the stuff we
1109    had before!
1110  - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
1111    set right.
1112
1113 20011010
1114  - (djm) OpenBSD CVS Sync
1115    - markus@cvs.openbsd.org 2001/10/04 14:34:16
1116      [key.c]
1117      call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
1118    - markus@cvs.openbsd.org 2001/10/04 15:05:40
1119      [channels.c serverloop.c]
1120      comment out bogus conditions for selecting on connection_in
1121    - markus@cvs.openbsd.org 2001/10/04 15:12:37
1122      [serverloop.c]
1123      client_alive_check cleanup
1124    - markus@cvs.openbsd.org 2001/10/06 00:14:50
1125      [sshconnect.c]
1126      remove unused argument
1127    - markus@cvs.openbsd.org 2001/10/06 00:36:42
1128      [session.c]
1129      fix typo in error message, sync with do_exec_nopty
1130    - markus@cvs.openbsd.org 2001/10/06 11:18:19
1131      [sshconnect1.c sshconnect2.c sshconnect.c]
1132      unify hostkey check error messages, simplify prompt.
1133    - markus@cvs.openbsd.org 2001/10/07 10:29:52
1134      [authfile.c]
1135      grammer; Matthew_Clarke@mindlink.bc.ca
1136    - markus@cvs.openbsd.org 2001/10/07 17:49:40
1137      [channels.c channels.h]
1138      avoid possible FD_ISSET overflow for channels established
1139      during channnel_after_select() (used for dynamic channels).
1140    - markus@cvs.openbsd.org 2001/10/08 11:48:57
1141      [channels.c]
1142      better debug
1143    - markus@cvs.openbsd.org 2001/10/08 16:15:47
1144      [sshconnect.c]
1145      use correct family for -b option
1146    - markus@cvs.openbsd.org 2001/10/08 19:05:05
1147      [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
1148      some more IPv4or6 cleanup
1149    - markus@cvs.openbsd.org 2001/10/09 10:12:08
1150      [session.c]
1151      chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
1152    - markus@cvs.openbsd.org 2001/10/09 19:32:49
1153      [session.c]
1154      stat subsystem command before calling do_exec, and return error to client.
1155    - markus@cvs.openbsd.org 2001/10/09 19:51:18
1156      [serverloop.c]
1157      close all channels if the connection to the remote host has been closed,
1158      should fix sshd's hanging with WCHAN==wait
1159    - markus@cvs.openbsd.org 2001/10/09 21:59:41
1160      [channels.c channels.h serverloop.c session.c session.h]
1161      simplify session close: no more delayed session_close, no more 
1162      blocking wait() calls.
1163  - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c 
1164  - (bal) seed_init() and seed_rng() required in ssh-keyscan.c
1165
1166 20011007
1167  - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
1168    Prompted by Matthew Vernon <matthew@sel.cam.ac.uk> 
1169
1170 20011005
1171  - (bal) AES works under Cray, no more hack. 
1172
1173 20011004
1174  - (bal) nchan2.ms resync.  BSD License applied.
1175
1176 20011003
1177  - (bal) CVS ID fix up in version.h
1178  - (bal) OpenBSD CVS Sync:
1179    - markus@cvs.openbsd.org 2001/09/27 11:58:16
1180      [compress.c]
1181      mem leak; chombier@mac.com
1182    - markus@cvs.openbsd.org 2001/09/27 11:59:37
1183      [packet.c]
1184      missing called=1; chombier@mac.com
1185    - markus@cvs.openbsd.org 2001/09/27 15:31:17
1186      [auth2.c auth2-chall.c sshconnect1.c]
1187      typos; from solar
1188    - camield@cvs.openbsd.org 2001/09/27 17:53:24
1189      [sshd.8]
1190      don't talk about compile-time options
1191      ok markus@
1192    - djm@cvs.openbsd.org 2001/09/28 12:07:09
1193      [ssh-keygen.c]
1194      bzero private key after loading to smartcard; ok markus@
1195    - markus@cvs.openbsd.org 2001/09/28 15:46:29
1196      [ssh.c]
1197      bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
1198    - markus@cvs.openbsd.org 2001/10/01 08:06:28
1199      [scp.c]
1200      skip filenames containing \n; report jdamery@chiark.greenend.org.uk
1201      and matthew@debian.org
1202    - markus@cvs.openbsd.org 2001/10/01 21:38:53
1203      [channels.c channels.h ssh.c sshd.c]
1204      remove ugliness; vp@drexel.edu via angelos
1205    - markus@cvs.openbsd.org 2001/10/01 21:51:16
1206      [readconf.c readconf.h ssh.1 sshconnect.c]
1207      add NoHostAuthenticationForLocalhost; note that the hostkey is
1208      now check for localhost, too.
1209    - djm@cvs.openbsd.org 2001/10/02 08:38:50
1210      [ssh-add.c]
1211      return non-zero exit code on error; ok markus@
1212    - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
1213      [sshd.c]
1214      #include "channels.h" for channel_set_af()
1215    - markus@cvs.openbsd.org 2001/10/03 10:01:20
1216      [auth.c]
1217      use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
1218
1219 20011001
1220  - (stevesk) loginrec.c: fix type conversion problems exposed when using
1221    64-bit off_t.
1222         
1223 20010929
1224  - (bal) move reading 'config.h' up higher.  Patch by albert chin
1225    <china@thewrittenword.com)
1226
1227 20010928
1228  - (djm) OpenBSD CVS sync:
1229    - djm@cvs.openbsd.org 2001/09/28 09:49:31
1230      [scard.c]
1231      Fix segv when smartcard communication error occurs during key load. 
1232      ok markus@
1233  - (djm) Update spec files for new x11-askpass
1234
1235 20010927
1236  - (stevesk) session.c: declare do_pre_login() before use
1237    wayned@users.sourceforge.net
1238
1239 20010925
1240  - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
1241  - (djm) Sync $sysconfdir/moduli
1242  - (djm) Add AC_SYS_LARGEFILE configure test
1243  - (djm) Avoid bad and unportable sprintf usage in compat code
1244
1245 20010923
1246  - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
1247    by stevesk@
1248  - (bal) Removed 'extern int optopt;' since it is dead wood.
1249  - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
1250
1251 20010923
1252  - (bal) OpenBSD CVS Sync
1253    - markus@cvs.openbsd.org 2001/09/23 11:09:13
1254      [authfile.c]
1255      relax permission check for private key files.
1256    - markus@cvs.openbsd.org 2001/09/23 09:58:13
1257      [LICENCE]
1258      new rijndael implementation
1259
1260 20010920
1261  - (tim) [scard/Makefile.in] Don't strip the Java binary
1262  - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
1263  - (bal) OpenBSD CVS Sync
1264    - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
1265      [sshd.8]
1266      fix ClientAliveCountMax
1267    - markus@cvs.openbsd.org 2001/09/20 13:46:48
1268      [auth2.c]
1269      key_read returns now -1 or 1
1270    - markus@cvs.openbsd.org 2001/09/20 13:50:40
1271      [compat.c compat.h ssh.c]
1272      bug compat: request a dummy channel for -N (no shell) sessions + 
1273      cleanup; vinschen@redhat.com
1274    - mouring@cvs.openbsd.org 2001/09/20 20:57:51
1275      [sshd_config]
1276      CheckMail removed.  OKed stevesk@
1277
1278 20010919
1279  - (bal) OpenBSD Sync
1280    - markus@cvs.openbsd.org 2001/09/19 10:08:51
1281      [sshd.8]
1282      command=xxx applies to subsystem now, too
1283    - markus@cvs.openbsd.org 2001/09/19 13:23:29
1284      [key.c]
1285      key_read() now returns -1 on type mismatch, too
1286    - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
1287      [readconf.c readconf.h scp.c sftp.c ssh.1]
1288      add ClearAllForwardings ssh option and set it in scp and sftp; ok 
1289      markus@
1290    - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
1291      [authfd.c]
1292      use sizeof addr vs. SUN_LEN(addr) for sockaddr_un.  Stevens 
1293      blesses this and we do it this way elsewhere.  this helps in 
1294      portable because not all systems have SUN_LEN() and 
1295      sockaddr_un.sun_len.  ok markus@
1296    - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
1297      [sshd.8]
1298      missing -t in usage
1299    - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
1300      [sshd.8]
1301      don't advertise -V in usage; ok markus@
1302  - (bal) openbsd-compat/vis.[ch] is dead wood.  Removed.
1303
1304 20010918
1305  - (djm) Configure support for smartcards. Based on Ben's work.
1306  - (djm) Revert setgroups call, it causes problems on OS-X
1307  - (djm) Avoid warning on BSDgetopt
1308  - (djm) More makefile infrastructre for smartcard support, also based
1309    on Ben's work
1310  - (djm) Specify --datadir in RPM spec files so smartcard applet gets
1311     put somewhere sane. Add Ssh.bin to manifest.
1312  - (djm) Make smartcard support conditional in Redhat RPM spec
1313  - (bal) LICENCE update.  Has not been done in a while.
1314  - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
1315    returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
1316    check. ok Lutz Jaenicke
1317  - (bal) OpenBSD CVS Sync
1318    - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
1319      [scp.1 scp.c sftp.1 sftp.c]
1320      add -Fssh_config option; ok markus@
1321    - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
1322      [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
1323      u_char*/char* cleanup; ok markus
1324    - markus@cvs.openbsd.org 2001/09/17 20:22:14
1325      [scard.c]
1326      never keep a connection to the smartcard open.
1327      allows ssh-keygen -D U while the agent is running; report from 
1328      jakob@
1329    - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
1330      [sftp.1 sftp.c]
1331      cleanup and document -1, -s and -S; ok markus@
1332    - markus@cvs.openbsd.org 2001/09/17 20:50:22
1333      [key.c ssh-keygen.c]
1334      better error handling if you try to export a bad key to ssh.com
1335    - markus@cvs.openbsd.org 2001/09/17 20:52:47
1336      [channels.c channels.h clientloop.c]
1337      try to fix agent-forwarding-backconnection-bug, as seen on HPUX, 
1338      for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
1339    - markus@cvs.openbsd.org 2001/09/17 21:04:02
1340      [channels.c serverloop.c]
1341      don't send fake dummy packets on CR (\r)
1342      bugreport from yyua@cs.sfu.ca via solar@@openwall.com
1343    - markus@cvs.openbsd.org 2001/09/17 21:09:47
1344      [compat.c]
1345      more versions suffering the SSH_BUG_DEBUG bug;
1346      3.0.x reported by dbutts@maddog.storability.com
1347    - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
1348      [scp.1]
1349      missing -B in usage string
1350
1351 20010917
1352  - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
1353  - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
1354          rename getopt() to BSDgetopt() to keep form conflicting with
1355          system getopt().
1356          [Makefile.in configure.in] disable filepriv until I can add
1357          missing procpriv calls.
1358
1359 20010916
1360  - (djm) Workaround XFree breakage in RPM spec file
1361  - (bal) OpenBSD CVS Sync
1362     - markus@cvs.openbsd.org 2001/09/16 14:46:54
1363       [session.c]
1364       calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
1365       pr 1943b
1366
1367 20010915
1368  - (djm) Make do_pre_login static to avoid prototype #ifdef hell
1369  - (djm) Sync scard/ stuff
1370  - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
1371    Redhat
1372  - (djm) Redhat initscript config sanity checking from Pekka Savola 
1373    <pekkas@netcore.fi>
1374  - (djm) Clear supplemental groups at sshd start to prevent them from 
1375    being propogated to random PAM modules. Based on patch from Redhat via
1376    Pekka Savola <pekkas@netcore.fi>
1377  - (djm) Make sure rijndael.c picks config.h
1378  - (djm) Ensure that u_char gets defined
1379
1380 20010914
1381  - (bal) OpenBSD CVS Sync
1382    - markus@cvs.openbsd.org 2001/09/13
1383      [rijndael.c rijndael.h]
1384      missing $OpenBSD
1385    - markus@cvs.openbsd.org 2001/09/14
1386      [session.c]
1387      command=xxx overwrites subsystems, too
1388    - markus@cvs.openbsd.org 2001/09/14
1389      [sshd.c]
1390      typo
1391
1392 20010913
1393  - (bal) OpenBSD CVS Sync
1394    - markus@cvs.openbsd.org 2001/08/23 11:31:59
1395      [cipher.c cipher.h]
1396      switch to the optimised AES reference code from
1397      http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
1398
1399 20010912
1400  - (bal) OpenBSD CVS Sync
1401    - jakob@cvs.openbsd.org 2001/08/16 19:18:34
1402      [servconf.c servconf.h session.c sshd.8]
1403      deprecate CheckMail. ok markus@
1404    - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
1405      [ssh.1 sshd.8]
1406      document case sensitivity for ssh, sshd and key file
1407      options and arguments; ok markus@
1408    - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
1409      [servconf.h]
1410      typo in comment
1411    - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
1412      [ssh.1 sshd.8]
1413      minor typos and cleanup
1414    - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
1415      [ssh.1]
1416      hostname not optional; ok markus@
1417    - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
1418      [sshd.8]
1419      no rexd; ok markus@
1420    - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
1421      [ssh.1]
1422      document cipher des for protocol 1; ok deraadt@
1423    - camield@cvs.openbsd.org 2001/08/23 17:59:31
1424      [sshd.c]
1425      end request with 0, not NULL
1426      ok markus@
1427    - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
1428      [ssh-agent.1]
1429      fix usage; ok markus@
1430    - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
1431      [ssh-add.1 ssh-keyscan.1]
1432      minor cleanup
1433    - danh@cvs.openbsd.org 2001/08/27 22:02:13
1434      [ssh-keyscan.c]
1435      fix memory fault if non-existent filename is given to the -f option
1436      ok markus@
1437    - markus@cvs.openbsd.org 2001/08/28 09:51:26
1438      [readconf.c]
1439      don't set DynamicForward unless Host matches
1440    - markus@cvs.openbsd.org 2001/08/28 15:39:48
1441      [ssh.1 ssh.c]
1442      allow: ssh -F configfile host
1443    - markus@cvs.openbsd.org 2001/08/29 20:44:03
1444      [scp.c]
1445      clear the malloc'd buffer, otherwise source() will leak malloc'd 
1446      memory; ok theo@
1447    - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
1448      [sshd.8]
1449      add text about -u0 preventing DNS requests; ok markus@
1450    - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
1451      [ssh.1 ssh.c]
1452      document -D and DynamicForward; ok markus@
1453    - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
1454      [ssh.c]
1455      validate ports for -L/-R; ok markus@
1456    - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
1457      [ssh.1 sshd.8]
1458      additional documentation for GatewayPorts; ok markus@
1459    - naddy@cvs.openbsd.org 2001/08/30 15:42:36
1460      [ssh.1]
1461      add -D to synopsis line; ok markus@
1462    - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
1463      [readconf.c ssh.1]
1464      validate ports for LocalForward/RemoteForward.
1465      add host/port alternative syntax for IPv6 (like -L/-R).
1466      ok markus@
1467    - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
1468      [auth-options.c sshd.8]
1469      validate ports for permitopen key file option. add host/port
1470      alternative syntax for IPv6. ok markus@
1471    - markus@cvs.openbsd.org 2001/08/30 22:22:32
1472      [ssh-keyscan.c]
1473      do not pass pointers to longjmp; fix from wayne@blorf.net
1474    - markus@cvs.openbsd.org 2001/08/31 11:46:39
1475      [sshconnect2.c]
1476      disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
1477      messages
1478    - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
1479      [readconf.c readconf.h ssh.c]
1480      fatal() for nonexistent -Fssh_config. ok markus@
1481    - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
1482      [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
1483      avoid first person in manual pages
1484    - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
1485      [scp.c]
1486      don't forward agent for non third-party copies; ok markus@
1487
1488 20010815
1489  - (bal) Fixed stray code in readconf.c that went in by mistake.
1490  - OpenBSD CVS Sync
1491    - markus@cvs.openbsd.org 2001/08/07 10:37:46
1492      [authfd.c authfd.h]
1493      extended failure messages from galb@vandyke.com
1494    - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
1495      [scp.1]
1496      when describing the -o option, give -o Protocol=1 as the specific example
1497      since we are SICK AND TIRED of clueless people who cannot have difficulty
1498      thinking on their own.
1499    - markus@cvs.openbsd.org 2001/08/08 18:20:15
1500      [uidswap.c]
1501      permanently_set_uid is a noop if user is not privilegued;
1502      fixes bug on solaris; from sbi@uchicago.edu
1503    - markus@cvs.openbsd.org 2001/08/08 21:34:19
1504      [uidswap.c]
1505      undo last change; does not work for sshd
1506    - jakob@cvs.openbsd.org 2001/08/11 22:51:27
1507      [ssh.c tildexpand.c]
1508      fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. 
1509      ok markus@
1510    - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
1511      [scp.c]
1512      don't need main prototype (also sync with rcp); ok markus@
1513    - markus@cvs.openbsd.org 2001/08/14 09:23:02
1514      [sftp.1 sftp-int.c]
1515      "bye"; hk63a@netscape.net
1516    - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
1517      [scp.1 sftp.1 ssh.1]
1518      consistent documentation and example of ``-o ssh_option'' for sftp and
1519      scp; document keyword=argument for ssh.
1520  - (bal) QNX resync.   OK tim@
1521
1522 20010814
1523  - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
1524    for some #ifdef _CRAY code; ok wendyp@cray.com
1525  - (stevesk) sshpty.c: return 0 on error in cray pty code;
1526    ok wendyp@cray.com
1527  - (stevesk) bsd-cray.c: utmp strings are not C strings
1528  - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
1529
1530 20010812
1531  - (djm) Fix detection of long long int support. Based on patch from 
1532    Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
1533
1534 20010808
1535  - (bal) Minor correction to inet_ntop.h.  _BSD_RRESVPORT_H should be
1536    _BSD_INET_NTOP_H.  Pointed out by Mark Miller <markm@swoon.net> 
1537
1538 20010807
1539  - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
1540          openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
1541          in. Needed for sshconnect.c
1542          [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
1543          [configure.in] make tests with missing libraries fail
1544          patch by Wendy Palm <wendyp@cray.com>
1545          Added openbsd-compat/bsd-cray.h. Selective patches from
1546          William L. Jones <jones@mail.utexas.edu> 
1547
1548 20010806
1549  - OpenBSD CVS Sync
1550    - markus@cvs.openbsd.org 2001/07/22 21:32:27
1551      [sshpty.c]
1552      update comment
1553    - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
1554      [ssh.1]
1555      There is no option "Compress", point to "Compression" instead; ok 
1556      markus
1557    - markus@cvs.openbsd.org 2001/07/22 22:04:19
1558      [readconf.c ssh.1]
1559      enable challenge-response auth by default; ok millert@
1560    - markus@cvs.openbsd.org 2001/07/22 22:24:16
1561      [sshd.8]
1562      Xr login.conf
1563    - markus@cvs.openbsd.org 2001/07/23 09:06:28
1564      [sshconnect2.c]
1565      reorder default sequence of userauth methods to match ssh behaviour:
1566      hostbased,publickey,keyboard-interactive,password
1567    - markus@cvs.openbsd.org 2001/07/23 12:47:05
1568      [ssh.1]
1569      sync PreferredAuthentications
1570    - aaron@cvs.openbsd.org 2001/07/23 14:14:18
1571      [ssh-keygen.1]
1572      Fix typo.
1573    - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
1574      [auth2.c auth-rsa.c]
1575      use %lu; ok markus@
1576    - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
1577      [xmalloc.c]
1578      no zero size xstrdup() error; ok markus@
1579    - markus@cvs.openbsd.org 2001/07/25 11:59:35
1580      [scard.c]
1581      typo in comment
1582    - markus@cvs.openbsd.org 2001/07/25 14:35:18
1583      [readconf.c ssh.1 ssh.c sshconnect.c]
1584      cleanup connect(); connection_attempts 4 -> 1; from 
1585      eivind@freebsd.org
1586    - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
1587      [sshd.8 sshd.c]
1588      add -t option to test configuration file and keys; pekkas@netcore.fi
1589      ok markus@
1590    - rees@cvs.openbsd.org 2001/07/26 20:04:27
1591      [scard.c ssh-keygen.c]
1592      Inquire Cyberflex class for 0xf0 cards
1593      change aid to conform to 7816-5
1594      remove gratuitous fid selects
1595    - millert@cvs.openbsd.org 2001/07/27 14:50:45
1596      [ssh.c]
1597      If smart card support is compiled in and a smart card is being used
1598      for authentication, make it the first method used.  markus@ OK
1599    - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
1600      [scp.c]
1601      shorten lines
1602    - markus@cvs.openbsd.org 2001/07/28 09:21:15
1603      [sshd.8]
1604      cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
1605    - mouring@cvs.openbsd.org 2001/07/29 17:02:46
1606      [scp.1]
1607      Clarified -o option in scp.1  OKed by Markus@
1608    - jakob@cvs.openbsd.org 2001/07/30 16:06:07
1609      [scard.c scard.h]
1610      better errorcodes from sc_*; ok markus@
1611    - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
1612      [rijndael.c rijndael.h]
1613      new BSD-style license:
1614      Brian Gladman <brg@gladman.plus.com>:
1615      >I have updated my code at:
1616      >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
1617      >with a copyright notice as follows:
1618      >[...]
1619      >I am not sure which version of my old code you are using but I am
1620      >happy for the notice above to be substituted for my existing copyright
1621      >intent if this meets your purpose.
1622    - jakob@cvs.openbsd.org 2001/07/31 08:41:10
1623      [scard.c]
1624      do not complain about missing smartcards. ok markus@
1625    - jakob@cvs.openbsd.org 2001/07/31 09:28:44
1626      [readconf.c readconf.h ssh.1 ssh.c]
1627      add 'SmartcardDevice' client option to specify which smartcard device 
1628      is used to access a smartcard used for storing the user's private RSA 
1629      key. ok markus@.
1630    - jakob@cvs.openbsd.org 2001/07/31 12:42:50
1631      [sftp-int.c sftp-server.c]
1632      avoid paths beginning with "//"; <vinschen@redhat.com>
1633      ok markus@
1634    - jakob@cvs.openbsd.org 2001/07/31 12:53:34
1635      [scard.c]
1636      close smartcard connection if card is missing
1637    - markus@cvs.openbsd.org 2001/08/01 22:03:33
1638      [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c 
1639       ssh-agent.c ssh.c]
1640      use strings instead of ints for smartcard reader ids
1641    - markus@cvs.openbsd.org 2001/08/01 22:16:45
1642      [ssh.1 sshd.8]
1643      refer to current ietf drafts for protocol v2
1644    - markus@cvs.openbsd.org 2001/08/01 23:33:09
1645      [ssh-keygen.c]
1646      allow uploading RSA keys for non-default AUT0 (sha1 over passphrase 
1647      like sectok).
1648   - markus@cvs.openbsd.org 2001/08/01 23:38:45
1649      [scard.c ssh.c]
1650      support finish rsa keys.
1651      free public keys after login -> call finish -> close smartcard.
1652    - markus@cvs.openbsd.org 2001/08/02 00:10:17
1653      [ssh-keygen.c]
1654      add -D readerid option (download, i.e. print public RSA key to stdout).
1655      check for card present when uploading keys.
1656      use strings instead of ints for smartcard reader ids, too.
1657    - jakob@cvs.openbsd.org 2001/08/02 08:58:35
1658      [ssh-keygen.c]
1659      change -u (upload smartcard key) to -U. ok markus@
1660    - jakob@cvs.openbsd.org 2001/08/02 15:06:52
1661      [ssh-keygen.c]
1662      more verbose usage(). ok markus@
1663    - jakob@cvs.openbsd.org 2001/08/02 15:07:23
1664      [ssh-keygen.1]
1665      document smartcard upload/download. ok markus@
1666    - jakob@cvs.openbsd.org 2001/08/02 15:32:10
1667      [ssh.c]
1668      add smartcard to usage(). ok markus@
1669    - jakob@cvs.openbsd.org 2001/08/02 15:43:57
1670      [ssh-agent.c ssh.c ssh-keygen.c]
1671      add /* SMARTCARD */ to #else/#endif. ok markus@
1672   - jakob@cvs.openbsd.org 2001/08/02 16:14:05
1673      [scard.c ssh-agent.c ssh.c ssh-keygen.c]
1674      clean up some /* SMARTCARD */. ok markus@
1675    - mpech@cvs.openbsd.org 2001/08/02 18:37:35
1676      [ssh-keyscan.1]
1677      o) .Sh AUTHOR -> .Sh AUTHORS;
1678      o) .Sh EXAMPLE -> .Sh EXAMPLES;
1679      o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
1680  
1681      millert@ ok
1682    - jakob@cvs.openbsd.org 2001/08/03 10:31:19
1683      [ssh-add.1]
1684      document smartcard options. ok markus@
1685    - jakob@cvs.openbsd.org 2001/08/03 10:31:30
1686      [ssh-add.c ssh-agent.c ssh-keyscan.c]
1687      improve usage(). ok markus@
1688    - markus@cvs.openbsd.org 2001/08/05 23:18:20
1689      [ssh-keyscan.1 ssh-keyscan.c]
1690      ssh 2 support; from wayned@users.sourceforge.net
1691    - markus@cvs.openbsd.org 2001/08/05 23:29:58
1692      [ssh-keyscan.c]
1693      make -t dsa work with commercial servers, too
1694    - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
1695      [scp.c]
1696      use alarm vs. setitimer for portable; ok markus@
1697  - (bal) ssh-keyscan double -lssh hack due to seed_rng().
1698  - (bal) Second around of UNICOS patches.  A few other things left. 
1699    Patches by William L. Jones <jones@mail.utexas.edu> 
1700
1701 20010803
1702  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
1703    a fast UltraSPARC.
1704
1705 20010726
1706  - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
1707    handler has converged.
1708
1709 20010725
1710  - (bal) Added 'install-nokeys' to Makefile to assist package builders.
1711
1712 20010724
1713  - (bal) 4711 not 04711 for ssh binary.
1714
1715 20010722
1716  - (bal) Starting the Unicossmk merger.  File merged TODO, configure.in,
1717          myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
1718          Added openbsd-compat/bsd-cray.c.  Rest will be merged after
1719          approval.  Selective patches from William L. Jones 
1720          <jones@mail.utexas.edu> 
1721  - OpenBSD CVS Sync
1722    - markus@cvs.openbsd.org 2001/07/18 21:10:43
1723      [sshpty.c]
1724      pr #1946, allow sshd if /dev is readonly
1725    - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
1726      [ssh-agent.c]
1727      chdir("/") from bbraun@synack.net; ok markus@
1728    - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
1729      [ssh.1]
1730      escape chars are below now
1731    - markus@cvs.openbsd.org 2001/07/20 14:46:11
1732      [ssh-agent.c]
1733      do not exit() from signal handlers; ok deraadt@
1734    - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
1735      [ssh.1]
1736      "the" command line
1737
1738 20010719
1739  - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
1740          report from Mark Miller <markm@swoon.net>
1741
1742 20010718
1743  - OpenBSD CVS Sync
1744    - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
1745      [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
1746      delete spurious #includes; ok deraadt@ markus@
1747    - markus@cvs.openbsd.org 2001/07/15 16:17:08
1748      [serverloop.c]
1749      schedule client alive for ssh2 only, greg@cheers.bungi.com
1750    - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
1751      [ssh-agent.1]
1752      -d will not fork; ok markus@
1753    - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
1754      [ssh-agent.c]
1755      typo in usage; ok markus@
1756    - markus@cvs.openbsd.org 2001/07/17 20:48:42
1757      [ssh-agent.c]
1758      update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
1759    - markus@cvs.openbsd.org 2001/07/17 21:04:58
1760      [channels.c channels.h clientloop.c nchan.c serverloop.c]
1761      keep track of both maxfd and the size of the malloc'ed fdsets.
1762      update maxfd if maxfd gets closed.
1763    - mouring@cvs.openbsd.org 2001/07/18 16:45:52
1764      [scp.c]
1765      Missing -o in scp usage()
1766  - (bal) Cleaned up trailing spaces in ChangeLog.
1767  - (bal) Allow sshd to switch user context without password for Cygwin.
1768          Patch by Corinna Vinschen <vinschen@redhat.com>
1769  - (bal) Updated cygwin README and ssh-host-config.  Patch by
1770          Corinna Vinschen <vinschen@redhat.com>
1771
1772 20010715
1773  - (bal) Set "BROKEN_GETADDRINFO" for darwin platform.  Reported by
1774    Josh Larios <jdlarios@cac.washington.edu>
1775  - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
1776          needed by openbsd-compat/fake-getaddrinfo.c
1777
1778 20010714
1779  - (stevesk) change getopt() declaration
1780  - (stevesk) configure.in: use ll suffix for long long constant
1781    in snprintf() test
1782
1783 20010713
1784  - (djm) Enable /etc/nologin check on PAM systems, as some lack the
1785    pam_nologin module. Report from William Yodlowsky
1786    <bsd@openbsd.rutgers.edu>
1787  - (djm) Revert dirname fix, a better one is on its way.
1788  - OpenBSD CVS Sync
1789    - markus@cvs.openbsd.org 2001/07/04 22:47:19
1790      [ssh-agent.c]
1791      ignore SIGPIPE when debugging, too
1792    - markus@cvs.openbsd.org 2001/07/04 23:13:10
1793      [scard.c scard.h ssh-agent.c]
1794      handle card removal more gracefully, add sc_close() to scard.h
1795    - markus@cvs.openbsd.org 2001/07/04 23:39:07
1796      [ssh-agent.c]
1797      for smartcards remove both RSA1/2 keys
1798    - markus@cvs.openbsd.org 2001/07/04 23:49:27
1799      [ssh-agent.c]
1800      handle mutiple adds of the same smartcard key
1801    - espie@cvs.openbsd.org 2001/07/05 11:43:33
1802      [sftp-glob.c]
1803      Directly cast to the right type. Ok markus@
1804    - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
1805      [sshconnect1.c]
1806      statement after label; ok dugsong@
1807    - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
1808      [servconf.c]
1809      fix ``MaxStartups max''; ok markus@
1810    - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
1811      [ssh.c]
1812      Use getopt(3); markus@ ok.
1813    - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
1814      [session.c sftp-int.c]
1815      correct type on last arg to execl(); nordin@cse.ogi.edu
1816    - markus@cvs.openbsd.org 2001/07/10 21:49:12
1817      [readpass.c]
1818      don't panic if fork or pipe fail (just return an empty passwd).
1819    - itojun@cvs.openbsd.org 2001/07/11 00:24:53
1820      [servconf.c]
1821      make it compilable in all 4 combination of KRB4/KRB5 settings.
1822      dugsong ok
1823      XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
1824      -I/usr/include/kerberosV?
1825    - markus@cvs.openbsd.org 2001/07/11 16:29:59
1826      [ssh.c]
1827      sort options string, fix -p, add -k
1828    - markus@cvs.openbsd.org 2001/07/11 18:26:15
1829      [auth.c]
1830      no need to call dirname(pw->pw_dir).
1831      note that dirname(3) modifies its argument on some systems.
1832  - (djm) Reorder Makefile.in so clean targets work a little better when
1833    run directly from Makefile.in
1834  - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
1835
1836 20010711
1837  - (djm) dirname(3) may modify its argument on glibc and other systems.
1838    Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
1839
1840 20010704
1841  - OpenBSD CVS Sync
1842    - markus@cvs.openbsd.org 2001/06/25 08:25:41
1843      [channels.c channels.h cipher.c clientloop.c compat.c compat.h
1844       hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
1845       session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
1846      update copyright for 2001
1847    - markus@cvs.openbsd.org 2001/06/25 17:18:27
1848      [ssh-keygen.1]
1849      sshd(8) will never read the private keys, but ssh(1) does;
1850      hugh@mimosa.com
1851    - provos@cvs.openbsd.org 2001/06/25 17:54:47
1852      [auth.c auth.h auth-rsa.c]
1853      terminate secure_filename checking after checking homedir.  that way
1854      it works on AFS.  okay markus@
1855    - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
1856      [auth2.c sshconnect2.c]
1857      prototype cleanup; ok markus@
1858    - markus@cvs.openbsd.org 2001/06/26 02:47:07
1859      [ssh-keygen.c]
1860      allow loading a private RSA key to a cyberflex card.
1861    - markus@cvs.openbsd.org 2001/06/26 04:07:06
1862      [ssh-agent.1 ssh-agent.c]
1863      add debug flag
1864    - markus@cvs.openbsd.org 2001/06/26 04:59:59
1865      [authfd.c authfd.h ssh-add.c]
1866      initial support for smartcards in the agent
1867    - markus@cvs.openbsd.org 2001/06/26 05:07:43
1868      [ssh-agent.c]
1869      update usage
1870    - markus@cvs.openbsd.org 2001/06/26 05:33:34
1871      [ssh-agent.c]
1872      more smartcard support.
1873    - mpech@cvs.openbsd.org 2001/06/26 05:48:07
1874      [sshd.8]
1875      remove unnecessary .Pp between .It;
1876      millert@ ok
1877    - markus@cvs.openbsd.org 2001/06/26 05:50:11
1878      [auth2.c]
1879      new interface for secure_filename()
1880    - itojun@cvs.openbsd.org 2001/06/26 06:32:58
1881      [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
1882       buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
1883       compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
1884       hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
1885       radix.h readconf.h readpass.h rsa.h]
1886      prototype pedant.  not very creative...
1887      - () -> (void)
1888      - no variable names
1889    - itojun@cvs.openbsd.org 2001/06/26 06:33:07
1890      [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
1891       sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
1892       ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
1893      prototype pedant.  not very creative...
1894      - () -> (void)
1895      - no variable names
1896    - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
1897      [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
1898       servconf.c servconf.h session.c sshconnect1.c sshd.c]
1899      Kerberos v5 support for SSH1, mostly from Assar Westerlund
1900      <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
1901    - markus@cvs.openbsd.org 2001/06/26 17:25:34
1902      [ssh.1]
1903      document SSH_ASKPASS; fubob@MIT.EDU
1904    - markus@cvs.openbsd.org 2001/06/26 17:27:25
1905      [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
1906       canohost.h channels.h cipher.h clientloop.h compat.h compress.h
1907       crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
1908       hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
1909       packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
1910       session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
1911       sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
1912       tildexpand.h uidswap.h uuencode.h xmalloc.h]
1913      remove comments from .h, since they are cut&paste from the .c files
1914      and out of sync
1915    - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
1916      [servconf.c]
1917      #include <kafs.h>
1918    - markus@cvs.openbsd.org 2001/06/26 20:14:11
1919      [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
1920      add smartcard support to the client, too (now you can use both
1921      the agent and the client).
1922    - markus@cvs.openbsd.org 2001/06/27 02:12:54
1923      [serverloop.c serverloop.h session.c session.h]
1924      quick hack to make ssh2 work again.
1925    - markus@cvs.openbsd.org 2001/06/27 04:48:53
1926      [auth.c match.c sshd.8]
1927      tridge@samba.org
1928    - markus@cvs.openbsd.org 2001/06/27 05:35:42
1929      [ssh-keygen.c]
1930      use cyberflex_inq_class to inquire class.
1931    - markus@cvs.openbsd.org 2001/06/27 05:42:25
1932      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
1933      s/generate_additional_parameters/rsa_generate_additional_parameters/
1934      http://www.humppa.com/
1935    - markus@cvs.openbsd.org 2001/06/27 06:26:36
1936      [ssh-add.c]
1937      convert to getopt(3)
1938    - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
1939      [ssh-keygen.c]
1940      '\0' terminated data[] is ok; ok markus@
1941    - markus@cvs.openbsd.org 2001/06/29 07:06:34
1942      [ssh-keygen.c]
1943      new error handling for cyberflex_*
1944    - markus@cvs.openbsd.org 2001/06/29 07:11:01
1945      [ssh-keygen.c]
1946      initialize early
1947    - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
1948      [clientloop.c]
1949      sync function definition with declaration; ok markus@
1950    - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
1951      [channels.c]
1952      use socklen_t for getsockopt arg #5; ok markus@
1953    - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
1954      [channels.c channels.h clientloop.c]
1955      adress -> address; ok markus@
1956    - markus@cvs.openbsd.org 2001/07/02 13:59:15
1957      [serverloop.c session.c session.h]
1958      wait until !session_have_children(); bugreport from
1959      Lutz.Jaenicke@aet.TU-Cottbus.DE
1960    - markus@cvs.openbsd.org 2001/07/02 22:29:20
1961      [readpass.c]
1962      do not return NULL, use "" instead.
1963    - markus@cvs.openbsd.org 2001/07/02 22:40:18
1964      [ssh-keygen.c]
1965      update for sectok.h interface changes.
1966    - markus@cvs.openbsd.org 2001/07/02 22:52:57
1967      [channels.c channels.h serverloop.c]
1968      improve cleanup/exit logic in ssh2:
1969      stop listening to channels, detach channel users (e.g. sessions).
1970      wait for children (i.e. dying sessions), send exit messages,
1971      cleanup all channels.
1972  - (bal) forget a few new files in sync up.
1973  - (bal) Makefile fix up requires scard.c
1974  - (stevesk) sync misc.h
1975  - (stevesk) more sync for session.c
1976  - (stevesk) sync servconf.h (comments)
1977  - (tim) [contrib/caldera/openssh.spec] sync with Caldera
1978  - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
1979          issue warning (line 1: tokens ignored at end of directive line)
1980  - (tim) [sshconnect1.c] give the compiler something to do for success:
1981          if KRB5 and AFS are not defined
1982          (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
1983
1984 20010629
1985  - (bal) Removed net_aton() since we don't use it any more
1986  - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
1987  - (bal) Updated zlib's home.  Thanks to David Howe <DaveHowe@gmx.co.uk>.
1988  - (stevesk) remove _REENTRANT #define
1989  - (stevesk) session.c: use u_int for envsize
1990  - (stevesk) remove cli.[ch]
1991
1992 20010628
1993  - (djm) Sync openbsd-compat with -current libc
1994  - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
1995    broken makefile
1996  - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
1997  - (bal) Remove getusershell() since it's no longer used.
1998
1999 20010627
2000  - (djm) Reintroduce pam_session call for non-pty sessions.
2001  - (djm) Remove redundant and incorrect test for max auth attempts in
2002    PAM kbdint code. Based on fix from Matthew Melvin
2003   <matthewm@webcentral.com.au>
2004  - (djm) Rename sysconfdir/primes => sysconfdir/moduli
2005  - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
2006    existing primes->moduli if it exists.
2007  - (djm) Sync with -current openbsd-compat/readpassphrase.c:
2008    - djm@cvs.openbsd.org 2001/06/27 13:23:30
2009      typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
2010  - (djm) Turn up warnings if gcc or egcs detected
2011  - (stevesk) for HP-UX 11.X use X/Open socket interface;
2012     pulls in modern socket prototypes and eliminates a number of compiler
2013     warnings.  see xopen_networking(7).
2014  - (stevesk) fix x11 forwarding from _PATH_XAUTH change
2015  - (stevesk) use X/Open socket interface for HP-UX 10.X also
2016
2017 20010625
2018  - OpenBSD CVS Sync
2019    - markus@cvs.openbsd.org 2001/06/21 21:08:25
2020      [session.c]
2021      don't reset forced_command (we allow multiple login shells in
2022      ssh2); dwd@bell-labs.com
2023    - mpech@cvs.openbsd.org 2001/06/22 10:17:51
2024      [ssh.1 sshd.8 ssh-keyscan.1]
2025      o) .Sh AUTHOR -> .Sh AUTHORS;
2026      o) remove unnecessary .Pp;
2027      o) better -mdoc style;
2028      o) typo;
2029      o) sort SEE ALSO;
2030      aaron@ ok
2031    - provos@cvs.openbsd.org 2001/06/22 21:27:08
2032      [dh.c pathnames.h]
2033      use /etc/moduli instead of /etc/primes, okay markus@
2034    - provos@cvs.openbsd.org 2001/06/22 21:28:53
2035      [sshd.8]
2036      document /etc/moduli
2037    - markus@cvs.openbsd.org 2001/06/22 21:55:49
2038      [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
2039       ssh-keygen.1]
2040      merge authorized_keys2 into authorized_keys.
2041      authorized_keys2 is used for backward compat.
2042      (just append authorized_keys2 to authorized_keys).
2043    - provos@cvs.openbsd.org 2001/06/22 21:57:59
2044      [dh.c]
2045      increase linebuffer to deal with larger moduli; use rewind instead of
2046      close/open
2047    - markus@cvs.openbsd.org 2001/06/22 22:21:20
2048      [sftp-server.c]
2049      allow long usernames/groups in readdir
2050    - markus@cvs.openbsd.org 2001/06/22 23:35:21
2051      [ssh.c]
2052      don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
2053    - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
2054      [scp.c]
2055      slightly better care
2056    - markus@cvs.openbsd.org 2001/06/23 00:20:57
2057      [auth2.c auth.c auth.h auth-rh-rsa.c]
2058      *known_hosts2 is obsolete for hostbased authentication and
2059      only used for backward compat. merge ssh1/2 hostkey check
2060      and move it to auth.c
2061    - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
2062      [sftp.1 sftp-server.8 ssh-keygen.1]
2063      join .%A entries; most by bk@rt.fm
2064    - markus@cvs.openbsd.org 2001/06/23 02:34:33
2065      [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
2066       sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
2067      get rid of known_hosts2, use it for hostkey lookup, but do not
2068      modify.
2069    - markus@cvs.openbsd.org 2001/06/23 03:03:59
2070      [sshd.8]
2071      draft-ietf-secsh-dh-group-exchange-01.txt
2072    - markus@cvs.openbsd.org 2001/06/23 03:04:42
2073      [auth2.c auth-rh-rsa.c]
2074      restore correct ignore_user_known_hosts logic.
2075    - markus@cvs.openbsd.org 2001/06/23 05:26:02
2076      [key.c]
2077      handle sigature of size 0 (some broken clients send this).
2078    - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
2079      [sftp.1 sftp-server.8 ssh-keygen.1]
2080      ok, tmac is now fixed
2081    - markus@cvs.openbsd.org 2001/06/23 06:41:10
2082      [ssh-keygen.c]
2083      try to decode ssh-3.0.0 private rsa keys
2084      (allow migration to openssh, not vice versa), #910
2085    - itojun@cvs.openbsd.org 2001/06/23 15:12:20
2086      [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
2087       canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
2088       hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
2089       readpass.c scp.c servconf.c serverloop.c session.c sftp.c
2090       sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
2091       ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
2092       ssh-keygen.c ssh-keyscan.c]
2093      more strict prototypes.  raise warning level in Makefile.inc.
2094      markus ok'ed
2095      TODO; cleanup headers
2096    - markus@cvs.openbsd.org 2001/06/23 17:05:22
2097      [ssh-keygen.c]
2098      fix import for (broken?) ssh.com/f-secure private keys
2099      (i tested > 1000 RSA keys)
2100    - itojun@cvs.openbsd.org 2001/06/23 17:48:18
2101      [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
2102      kill whitespace at EOL.
2103    - markus@cvs.openbsd.org 2001/06/23 19:12:43
2104      [sshd.c]
2105      pidfile/sigterm race; bbraun@synack.net
2106    - markus@cvs.openbsd.org 2001/06/23 22:37:46
2107      [sshconnect1.c]
2108      consistent with ssh2: skip key if empty passphrase is entered,
2109      retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2110    - markus@cvs.openbsd.org 2001/06/24 05:25:10
2111      [auth-options.c match.c match.h]
2112      move ip+hostname check to match.c
2113    - markus@cvs.openbsd.org 2001/06/24 05:35:33
2114      [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
2115      switch to readpassphrase(3)
2116      2.7/8-stable needs readpassphrase.[ch] from libc
2117    - markus@cvs.openbsd.org 2001/06/24 05:47:13
2118      [sshconnect2.c]
2119      oops, missing format string
2120    - markus@cvs.openbsd.org 2001/06/24 17:18:31
2121      [ttymodes.c]
2122      passing modes works fine: debug2->3
2123  - (djm) -Wall fix for session.c
2124  - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
2125    Solaris
2126
2127 20010622
2128  - (stevesk) handle systems without pw_expire and pw_change.
2129
2130 20010621
2131  - OpenBSD CVS Sync
2132    - markus@cvs.openbsd.org 2001/06/16 08:49:38
2133      [misc.c]
2134      typo; dunlap@apl.washington.edu
2135    - markus@cvs.openbsd.org 2001/06/16 08:50:39
2136      [channels.h]
2137      bad //-style comment; thx to stevev@darkwing.uoregon.edu
2138    - markus@cvs.openbsd.org 2001/06/16 08:57:35
2139      [scp.c]
2140      no stdio or exit() in signal handlers.
2141    - markus@cvs.openbsd.org 2001/06/16 08:58:34
2142      [misc.c]
2143      copy pw_expire and pw_change, too.
2144    - markus@cvs.openbsd.org 2001/06/19 12:34:09
2145      [session.c]
2146      cleanup forced command handling, from dwd@bell-labs.com
2147    - markus@cvs.openbsd.org 2001/06/19 14:09:45
2148      [session.c sshd.8]
2149      disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
2150    - markus@cvs.openbsd.org 2001/06/19 15:40:45
2151      [session.c]
2152      allocate and free at the same level.
2153    - markus@cvs.openbsd.org 2001/06/20 13:56:39
2154      [channels.c channels.h clientloop.c packet.c serverloop.c]
2155      move from channel_stop_listening to channel_free_all,
2156      call channel_free_all before calling waitpid() in serverloop.
2157      fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
2158
2159 20010615
2160  - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
2161    around grantpt().
2162  - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
2163
2164 20010614
2165  - OpenBSD CVS Sync
2166    - markus@cvs.openbsd.org 2001/06/13 09:10:31
2167      [session.c]
2168      typo, use pid not s->pid, mstone@cs.loyola.edu
2169
2170 20010613
2171  - OpenBSD CVS Sync
2172    - markus@cvs.openbsd.org 2001/06/12 10:58:29
2173      [session.c]
2174      merge session_free into session_close()
2175      merge pty_cleanup_proc into session_pty_cleanup()
2176    - markus@cvs.openbsd.org 2001/06/12 16:10:38
2177      [session.c]
2178      merge ssh1/ssh2 tty msg parse and alloc code
2179    - markus@cvs.openbsd.org 2001/06/12 16:11:26
2180      [packet.c]
2181      do not log() packet_set_maxsize
2182    - markus@cvs.openbsd.org 2001/06/12 21:21:29
2183      [session.c]
2184      remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
2185      we do already trust $HOME/.ssh
2186      you can use .ssh/sshrc and .ssh/environment if you want to customize
2187      the location of the xauth cookies
2188    - markus@cvs.openbsd.org 2001/06/12 21:30:57
2189      [session.c]
2190      unused
2191
2192 20010612
2193  - scp.c ID update (upstream synced vfsprintf() from us)
2194  - OpenBSD CVS Sync
2195   - markus@cvs.openbsd.org 2001/06/10 11:29:20
2196      [dispatch.c]
2197      we support rekeying
2198      protocol errors are fatal.
2199    - markus@cvs.openbsd.org 2001/06/11 10:18:24
2200      [session.c]
2201      reset pointer to NULL after xfree(); report from solar@openwall.com
2202    - markus@cvs.openbsd.org 2001/06/11 16:04:38
2203      [sshd.8]
2204      typo; bdubreuil@crrel.usace.army.mil
2205
2206 20010611
2207  - (bal) NeXT/MacOS X lack libgen.h and dirname().  Patch by Mark Miller
2208    <markm@swoon.net>
2209  - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
2210    types.  Patch by Jan IVEN <Jan.Iven@cern.ch>
2211  - (bal) Fixed Makefile.in so that 'configure; make install' works.
2212
2213 20010610
2214  - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c
2215
2216 20010609
2217  - OpenBSD CVS Sync
2218    - markus@cvs.openbsd.org 2001/05/30 12:55:13
2219      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
2220       packet.c serverloop.c session.c ssh.c ssh1.h]
2221      channel layer cleanup: merge header files and split .c files
2222    - markus@cvs.openbsd.org 2001/05/30 15:20:10
2223      [ssh.c]
2224      merge functions, simplify.
2225    - markus@cvs.openbsd.org 2001/05/31 10:30:17
2226      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
2227       packet.c serverloop.c session.c ssh.c]
2228      undo the .c file split, just merge the header and keep the cvs
2229      history
2230  - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
2231    out of ssh Attic)
2232  - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
2233    Attic.
2234  - OpenBSD CVS Sync
2235    - markus@cvs.openbsd.org 2001/05/31 13:08:04
2236      [sshd_config]
2237      group options and add some more comments
2238    - markus@cvs.openbsd.org 2001/06/03 14:55:39
2239      [channels.c channels.h session.c]
2240      use fatal_register_cleanup instead of atexit, sync with x11 authdir
2241      handling
2242    - markus@cvs.openbsd.org 2001/06/03 19:36:44
2243      [ssh-keygen.1]
2244      1-2 bits of entrophy per character (not per word), ok stevesk@
2245    - markus@cvs.openbsd.org 2001/06/03 19:38:42
2246      [scp.c]
2247      pass -v to ssh; from slade@shore.net
2248    - markus@cvs.openbsd.org 2001/06/03 20:06:11
2249      [auth2-chall.c]
2250      the challenge response device decides how to handle non-existing
2251      users.
2252      -> fake challenges for skey and cryptocard
2253    - markus@cvs.openbsd.org 2001/06/04 21:59:43
2254      [channels.c channels.h session.c]
2255      switch uid when cleaning up tmp files and sockets; reported by
2256      zen-parse@gmx.net on bugtraq
2257    - markus@cvs.openbsd.org 2001/06/04 23:07:21
2258      [clientloop.c serverloop.c sshd.c]
2259      set flags in the signal handlers, do real work in the main loop,
2260      ok provos@
2261    - markus@cvs.openbsd.org 2001/06/04 23:16:16
2262      [session.c]
2263      merge ssh1/2 x11-fwd setup, create listener after tmp-dir
2264    - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
2265      [ssh-keyscan.1 ssh-keyscan.c]
2266      License clarification from David Mazieres, ok deraadt@
2267    - markus@cvs.openbsd.org 2001/06/05 10:24:32
2268      [channels.c]
2269      don't delete the auth socket in channel_stop_listening()
2270      auth_sock_cleanup_proc() will take care of this.
2271    - markus@cvs.openbsd.org 2001/06/05 16:46:19
2272      [session.c]
2273      let session_close() delete the pty.  deny x11fwd if xauthfile is set.
2274    - markus@cvs.openbsd.org 2001/06/06 23:13:54
2275      [ssh-dss.c ssh-rsa.c]
2276      cleanup, remove old code
2277    - markus@cvs.openbsd.org 2001/06/06 23:19:35
2278      [ssh-add.c]
2279      remove debug message; Darren.Moffat@eng.sun.com
2280    - markus@cvs.openbsd.org 2001/06/07 19:57:53
2281      [auth2.c]
2282      style is used for bsdauth.
2283      disconnect on user/service change (ietf-drafts)
2284    - markus@cvs.openbsd.org 2001/06/07 20:23:05
2285      [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
2286       sshconnect.c sshconnect1.c]
2287      use xxx_put_cstring()
2288    - markus@cvs.openbsd.org 2001/06/07 22:25:02
2289      [session.c]
2290      don't overwrite errno
2291      delay deletion of the xauth cookie
2292    - markus@cvs.openbsd.org 2001/06/08 15:25:40
2293      [includes.h pathnames.h readconf.c servconf.c]
2294      move the path for xauth to pathnames.h
2295  - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
2296  - (bal) ANSIify strmode()
2297  - (bal) --with-catman should be --with-mantype patch by Dave
2298    Dykstra <dwd@bell-labs.com>
2299
2300 20010606
2301  - OpenBSD CVS Sync
2302    - markus@cvs.openbsd.org 2001/05/17 21:34:15
2303      [ssh.1]
2304      no spaces in PreferredAuthentications;
2305      meixner@rbg.informatik.tu-darmstadt.de
2306    - markus@cvs.openbsd.org 2001/05/18 14:13:29
2307      [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
2308       readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
2309      improved kbd-interactive support. work by per@appgate.com and me
2310    - djm@cvs.openbsd.org 2001/05/19 00:36:40
2311      [session.c]
2312      Disable X11 forwarding if xauth binary is not found. Patch from Nalin
2313      Dahyabhai <nalin@redhat.com>; ok markus@
2314    - markus@cvs.openbsd.org 2001/05/19 16:05:41
2315      [scp.c]
2316      ftruncate() instead of open()+O_TRUNC like rcp.c does
2317      allows scp /path/to/file localhost:/path/to/file
2318    - markus@cvs.openbsd.org 2001/05/19 16:08:43
2319      [sshd.8]
2320      sort options; Matthew.Stier@fnc.fujitsu.com
2321    - markus@cvs.openbsd.org 2001/05/19 16:32:16
2322      [ssh.1 sshconnect2.c]
2323      change preferredauthentication order to
2324         publickey,hostbased,password,keyboard-interactive
2325      document that hostbased defaults to no, document order
2326    - markus@cvs.openbsd.org 2001/05/19 16:46:19
2327      [ssh.1 sshd.8]
2328      document MACs defaults with .Dq
2329    - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
2330      [misc.c misc.h servconf.c sshd.8 sshd.c]
2331      sshd command-line arguments and configuration file options that
2332      specify time may be expressed using a sequence of the form:
2333      time[qualifier], where time is a positive integer value and qualifier
2334      is one of the following:
2335          <none>,s,m,h,d,w
2336      Examples:
2337          600     600 seconds (10 minutes)
2338          10m     10 minutes
2339          1h30m   1 hour 30 minutes (90 minutes)
2340      ok markus@
2341    - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
2342      [channels.c]
2343      typo in error message
2344    - markus@cvs.openbsd.org 2001/05/20 17:20:36
2345      [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
2346       sshd_config]
2347      configurable authorized_keys{,2} location; originally from peter@;
2348      ok djm@
2349    - markus@cvs.openbsd.org 2001/05/24 11:12:42
2350      [auth.c]
2351      fix comment; from jakob@
2352    - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
2353      [clientloop.c readconf.c ssh.c ssh.h]
2354      don't perform escape processing when ``EscapeChar none''; ok markus@
2355    - markus@cvs.openbsd.org 2001/05/25 14:37:32
2356      [ssh-keygen.c]
2357      use -P for -e and -y, too.
2358    - markus@cvs.openbsd.org 2001/05/28 08:04:39
2359      [ssh.c]
2360      fix usage()
2361    - markus@cvs.openbsd.org 2001/05/28 10:08:55
2362      [authfile.c]
2363      key_load_private: set comment to filename for PEM keys
2364    - markus@cvs.openbsd.org 2001/05/28 22:51:11
2365      [cipher.c cipher.h]
2366      simpler 3des for ssh1
2367    - markus@cvs.openbsd.org 2001/05/28 23:14:49
2368      [channels.c channels.h nchan.c]
2369      undo broken channel fix and try a different one. there
2370      should be still some select errors...
2371    - markus@cvs.openbsd.org 2001/05/28 23:25:24
2372      [channels.c]
2373      cleanup, typo
2374    - markus@cvs.openbsd.org 2001/05/28 23:58:35
2375      [packet.c packet.h sshconnect.c sshd.c]
2376      remove some lines, simplify.
2377    - markus@cvs.openbsd.org 2001/05/29 12:31:27
2378      [authfile.c]
2379      typo
2380
2381 20010528
2382  - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
2383    Patch by Corinna Vinschen <vinschen@redhat.com>
2384
2385 20010517
2386  - OpenBSD CVS Sync
2387    - markus@cvs.openbsd.org 2001/05/12 19:53:13
2388      [sftp-server.c]
2389      readlink does not NULL-terminate; mhe@home.se
2390    - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
2391      [ssh.1]
2392      X11 forwarding details improved
2393    - markus@cvs.openbsd.org 2001/05/16 20:51:57
2394      [authfile.c]
2395      return comments for private pem files, too; report from nolan@naic.edu
2396    - markus@cvs.openbsd.org 2001/05/16 21:53:53
2397      [clientloop.c]
2398      check for open sessions before we call select(); fixes the x11 client
2399      bug reported by bowman@math.ualberta.ca
2400    - markus@cvs.openbsd.org 2001/05/16 22:09:21
2401      [channels.c nchan.c]
2402      more select() error fixes (don't set rfd/wfd to -1).
2403  - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
2404  - (bal) Corrected on_exit() emulation via atexit().
2405
2406 20010512
2407  - OpenBSD CVS Sync
2408    - markus@cvs.openbsd.org 2001/05/11 14:59:56
2409      [clientloop.c misc.c misc.h]
2410      add unset_nonblock for stdout/err flushing in client_loop().
2411  - (bal) Patch to partial sync up contrib/solaris/ packaging software.
2412    Patch by pete <ninjaz@webexpress.com>
2413
2414 20010511
2415  - OpenBSD CVS Sync
2416    - markus@cvs.openbsd.org 2001/05/09 22:51:57
2417      [channels.c]
2418      fix -R for protocol 2, noticed by greg@nest.cx.
2419      bug was introduced with experimental dynamic forwarding.
2420    - markus@cvs.openbsd.org 2001/05/09 23:01:31
2421      [rijndael.h]
2422      fix prototype; J.S.Peatfield@damtp.cam.ac.uk
2423
2424 20010509
2425   - OpenBSD CVS Sync
2426    - markus@cvs.openbsd.org 2001/05/06 21:23:31
2427      [cli.c]
2428      cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
2429    - markus@cvs.openbsd.org 2001/05/08 19:17:31
2430      [channels.c serverloop.c clientloop.c]
2431      adds correct error reporting to async connect()s
2432      fixes the server-discards-data-before-connected-bug found by
2433      onoe@sm.sony.co.jp
2434    - mouring@cvs.openbsd.org 2001/05/08 19:45:25
2435      [misc.c misc.h scp.c sftp.c]
2436      Use addargs() in sftp plus some clean up of addargs().  OK Markus
2437    - markus@cvs.openbsd.org 2001/05/06 21:45:14
2438      [clientloop.c]
2439      use atomicio for flushing stdout/stderr bufs. thanks to
2440      jbw@izanami.cee.hw.ac.uk
2441    - markus@cvs.openbsd.org 2001/05/08 22:48:07
2442      [atomicio.c]
2443      no need for xmalloc.h, thanks to espie@
2444  - (bal) UseLogin patch for Solaris/UNICOS.  Patch by Wayne Davison
2445    <wayne@blorf.net>
2446  - (bal) ./configure support to disable SIA on OSF1.  Patch by
2447    Chris Adams <cmadams@hiwaay.net>
2448  - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
2449    <nakaji@tutrp.tut.ac.jp>
2450
2451 20010508
2452  - (bal) Fixed configure test for USE_SIA.
2453
2454 20010506
2455  - (djm) Update config.guess and config.sub with latest versions (from
2456    ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
2457    Suggested by Jason Mader <jason@ncac.gwu.edu>
2458  - (bal) White Space and #ifdef sync with OpenBSD
2459  - (bal) Add 'seed_rng()' to ssh-add.c
2460  - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
2461  - OpenBSD CVS Sync
2462    - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
2463      [sftp.1 ssh-add.1 ssh-keygen.1]
2464      typos, grammar
2465
2466 20010505
2467  - OpenBSD CVS Sync
2468    - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
2469      [ssh.1 sshd.8]
2470      typos
2471    - markus@cvs.openbsd.org 2001/05/04 14:34:34
2472      [channels.c]
2473      channel_new() reallocs channels[], we cannot use Channel *c after
2474      calling channel_new(), XXX fix this in the future...
2475    - markus@cvs.openbsd.org 2001/05/04 23:47:34
2476      [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
2477      move to Channel **channels (instead of Channel *channels), fixes realloc
2478      problems.  channel_new now returns a Channel *, favour Channel * over
2479      channel id.  remove old channel_allocate interface.
2480
2481 20010504
2482  - OpenBSD CVS Sync
2483    - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
2484      [channels.c]
2485      typo in debug() string
2486    - markus@cvs.openbsd.org 2001/05/03 15:45:15
2487      [session.c]
2488      exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
2489    - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
2490      [servconf.c]
2491      remove "\n" from fatal()
2492    - mouring@cvs.openbsd.org 2001/05/03 23:09:53
2493      [misc.c misc.h scp.c sftp.c]
2494      Move colon() and cleanhost() to misc.c where I should I have put it in
2495      the first place
2496  - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
2497  - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
2498    Patch by Egor Duda <deo@logos-m.ru>
2499
2500 20010503
2501  - OpenBSD CVS Sync
2502    - markus@cvs.openbsd.org 2001/05/02 16:41:20
2503      [ssh-add.c]
2504      fix prompt for ssh-add.
2505
2506 20010502
2507  - OpenBSD CVS Sync
2508    - mouring@cvs.openbsd.org 2001/05/02 01:25:39
2509      [readpass.c]
2510      Put the 'const' back into ssh_askpass() function.  Pointed out
2511      by Mark Miller <markm@swoon.net>.  OK Markus
2512
2513 20010501
2514  - OpenBSD CVS Sync
2515    - markus@cvs.openbsd.org 2001/04/30 11:18:52
2516      [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
2517      implement 'ssh -b bind_address' like 'telnet -b'
2518    - markus@cvs.openbsd.org 2001/04/30 15:50:46
2519      [compat.c compat.h kex.c]
2520      allow interop with weaker key generation used by ssh-2.0.x, x < 10
2521    - markus@cvs.openbsd.org 2001/04/30 16:02:49
2522      [compat.c]
2523      ssh-2.0.10 has the weak-key-bug, too.
2524  - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
2525
2526 20010430
2527  - OpenBSD CVS Sync
2528    - markus@cvs.openbsd.org 2001/04/29 18:32:52
2529      [serverloop.c]
2530      fix whitespace
2531    - markus@cvs.openbsd.org 2001/04/29 19:16:52
2532      [channels.c clientloop.c compat.c compat.h serverloop.c]
2533      more ssh.com-2.0.x bug-compat; from per@appgate.com
2534  - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
2535  - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
2536
2537 20010429
2538  - (bal) Updated INSTALL.  PCRE moved to a new place.
2539  - (djm) Release OpenSSH-2.9p1
2540
2541 20010427
2542  - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
2543    patch based on 2.5.2 version by djm.
2544  - (bal) Build manpages and config files once unless changed.  Patch by
2545    Carson Gaspar <carson@taltos.org>
2546  - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna
2547    Vinschen <vinschen@redhat.com>
2548  - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
2549    Pekka Savola <pekkas@netcore.fi>
2550  - (bal) Cygwin lacks setgroups() API.  Patch by Corinna Vinschen
2551    <vinschen@redhat.com>
2552  - (bal) version.h synced, RPM specs updated for 2.9
2553  - (tim) update contrib/caldera files with what Caldera is using.
2554    <sps@caldera.de>
2555
2556 20010425
2557  - OpenBSD CVS Sync
2558    - markus@cvs.openbsd.org 2001/04/23 21:57:07
2559      [ssh-keygen.1 ssh-keygen.c]
2560      allow public key for -e, too
2561    - markus@cvs.openbsd.org 2001/04/23 22:14:13
2562      [ssh-keygen.c]
2563      remove debug
2564  - (bal) Whitespace resync w/ OpenBSD for uidswap.c
2565  - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
2566    (default: off), implies KbdInteractiveAuthentication. Suggestion from
2567    markus@
2568  - (djm) Include crypt.h if available in auth-passwd.c
2569  - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
2570    man page detection fixes for SCO
2571
2572 20010424
2573  - OpenBSD CVS Sync
2574    - markus@cvs.openbsd.org 2001/04/22 23:58:36
2575      [ssh-keygen.1 ssh.1 sshd.8]
2576      document hostbased and other cleanup
2577  - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
2578  - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
2579  - (bal) sys/queue.h is bogus for NCR platform.  Patch by Daniel Carroll
2580    <dan@mesastate.edu>
2581  - (bal) Fixed contrib/postinstall.in.  Patch by wsanders@wsanders.net
2582
2583 20010422
2584  - OpenBSD CVS Sync
2585    - markus@cvs.openbsd.org 2001/04/20 16:32:22
2586      [uidswap.c]
2587      set non-privileged gid before uid; tholo@ and deraadt@
2588    - mouring@cvs.openbsd.org 2001/04/21 00:55:57
2589      [sftp.1]
2590      Spelling
2591    - djm@cvs.openbsd.org 2001/04/22 08:13:30
2592      [ssh.1]
2593      typos spotted by stevesk@; ok deraadt@
2594    - markus@cvs.openbsd.org 2001/04/22 12:34:05
2595      [scp.c]
2596      scp > 2GB; niles@scyld.com; ok deraadt@, djm@
2597    - markus@cvs.openbsd.org 2001/04/22 13:25:37
2598      [ssh-keygen.1 ssh-keygen.c]
2599      rename arguments -x -> -e (export key), -X -> -i (import key)
2600      xref draft-ietf-secsh-publickeyfile-01.txt
2601    - markus@cvs.openbsd.org 2001/04/22 13:32:27
2602      [sftp-server.8 sftp.1 ssh.1 sshd.8]
2603      xref draft-ietf-secsh-*
2604    - markus@cvs.openbsd.org 2001/04/22 13:41:02
2605      [ssh-keygen.1 ssh-keygen.c]
2606      style, noted by stevesk; sort flags in usage
2607
2608 20010421
2609  - OpenBSD CVS Sync
2610    - djm@cvs.openbsd.org 2001/04/20 07:17:51
2611      [clientloop.c ssh.1]
2612      Split out and improve escape character documentation, mention ~R in
2613      ~? help text; ok markus@
2614  - Update RPM spec files for CVS version.h
2615  - (stevesk) set the default PAM service name to __progname instead
2616    of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
2617  - (stevesk) document PAM service name change in INSTALL
2618  - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
2619    fix perl test, fix nroff test, fix Makefile to build outside source tree
2620
2621 20010420
2622  - OpenBSD CVS Sync
2623    - ian@cvs.openbsd.org 2001/04/18 16:21:05
2624      [ssh-keyscan.1]
2625      Fix typo reported in PR/1779
2626    - markus@cvs.openbsd.org 2001/04/18 21:57:42
2627      [readpass.c ssh-add.c]
2628      call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
2629    - markus@cvs.openbsd.org 2001/04/18 22:03:45
2630      [auth2.c sshconnect2.c]
2631      use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
2632    - markus@cvs.openbsd.org 2001/04/18 22:48:26
2633      [auth2.c]
2634      no longer const
2635    - markus@cvs.openbsd.org 2001/04/18 23:43:26
2636      [auth2.c compat.c sshconnect2.c]
2637      more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
2638      (however the 2.1.0 server seems to work only if debug is enabled...)
2639    - markus@cvs.openbsd.org 2001/04/18 23:44:51
2640      [authfile.c]
2641      error->debug; noted by fries@
2642    - markus@cvs.openbsd.org 2001/04/19 00:05:11
2643      [auth2.c]
2644      use local variable, no function call needed.
2645      (btw, hostbased works now with ssh.com >= 2.0.13)
2646   - (bal) Put scp-common.h back into scp.c (it exists in the upstream
2647     tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
2648
2649 20010418
2650   - OpenBSD CVS Sync
2651    - markus@cvs.openbsd.org 2001/04/17 19:34:25
2652      [session.c]
2653      move auth_approval to do_authenticated().
2654      do_child(): nuke hostkeys from memory
2655      don't source .ssh/rc for subsystems.
2656    - markus@cvs.openbsd.org 2001/04/18 14:15:00
2657      [canohost.c]
2658      debug->debug3
2659   - (bal) renabled 'catman-do:' and fixed it.  So now catman pages should
2660     be working again.
2661   - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
2662     Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
2663
2664 20010417
2665   - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
2666     and temporary commented out 'catman-do:' since it is broken.  Patches
2667     for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2668   - OpenBSD CVS Sync
2669    - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
2670      [key.c]
2671      better safe than sorry in later mods; yongari@kt-is.co.kr
2672    - markus@cvs.openbsd.org 2001/04/17 08:14:01
2673      [sshconnect1.c]
2674      check for key!=NULL, thanks to costa
2675    - markus@cvs.openbsd.org 2001/04/17 09:52:48
2676      [clientloop.c]
2677      handle EINTR/EAGAIN on read; ok deraadt@
2678    - markus@cvs.openbsd.org 2001/04/17 10:53:26
2679      [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
2680      add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
2681    - markus@cvs.openbsd.org 2001/04/17 12:55:04
2682      [channels.c ssh.c]
2683      undo socks5 and https support since they are not really used and
2684      only bloat ssh.  remove -D from usage(), since '-D' is experimental.
2685
2686 20010416
2687   - OpenBSD CVS Sync
2688    - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
2689      [ttymodes.c]
2690      fix comments
2691    - markus@cvs.openbsd.org 2001/04/15 08:43:47
2692      [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
2693      some unused variable and typos; from tomh@po.crl.go.jp
2694    - markus@cvs.openbsd.org 2001/04/15 16:58:03
2695      [authfile.c ssh-keygen.c sshd.c]
2696      don't use errno for key_{load,save}_private; discussion w/ solar@openwall
2697    - markus@cvs.openbsd.org 2001/04/15 17:16:00
2698      [clientloop.c]
2699      set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
2700      should fix some of the blocking problems for rsync over SSH-1
2701    - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
2702      [sshd.8]
2703      some ClientAlive cleanup; ok markus@
2704    - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
2705      [readconf.c servconf.c]
2706      use fatal() or error() vs. fprintf(); ok markus@
2707  - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
2708    Roth <roth+openssh@feep.net>
2709  - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
2710   - (djm) OpenBSD CVS Sync
2711    - mouring@cvs.openbsd.org 2001/04/16 02:31:44
2712      [scp.c sftp.c]
2713      IPv6 support for sftp (which I bungled in my last patch) which is
2714      borrowed from scp.c.  Thanks to Markus@ for pointing it out.
2715    - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
2716      [xmalloc.c]
2717      xrealloc dealing with ptr == nULL; mouring
2718    - djm@cvs.openbsd.org 2001/04/16 08:19:31
2719      [session.c]
2720      Split motd and hushlogin checks into seperate functions, helps for
2721      portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
2722  - Fix OSF SIA support displaying too much information for quiet
2723    logins and logins where access was denied by SIA. Patch from Chris Adams
2724    <cmadams@hiwaay.net>
2725
2726 20010415
2727  - OpenBSD CVS Sync
2728    - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
2729      [ssh-add.c]
2730      do not double free
2731    - markus@cvs.openbsd.org 2001/04/14 16:17:14
2732      [channels.c]
2733      remove some channels that are not appropriate for keepalive.
2734    - markus@cvs.openbsd.org 2001/04/14 16:27:57
2735      [ssh-add.c]
2736      use clear_pass instead of xfree()
2737    - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
2738      [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
2739      protocol 2 tty modes support; ok markus@
2740    - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
2741      [scp.c]
2742      'T' handling rcp/scp sync; ok markus@
2743  - Missed sshtty.[ch] in Sync.
2744
2745 20010414
2746  - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
2747  - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
2748    <vinschen@redhat.com>
2749  - OpenBSD CVS Sync
2750    - beck@cvs.openbsd.org 2001/04/13 22:46:54
2751      [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
2752      Add options ClientAliveInterval and ClientAliveCountMax to sshd.
2753      This gives the ability to do a "keepalive" via the encrypted channel
2754      which can't be spoofed (unlike TCP keepalives). Useful for when you want
2755      to use ssh connections to authenticate people for something, and know
2756      relatively quickly when they are no longer authenticated. Disabled
2757      by default (of course). ok markus@
2758
2759 20010413
2760  - OpenBSD CVS Sync
2761    - markus@cvs.openbsd.org 2001/04/12 14:29:09
2762      [ssh.c]
2763      show debug output during option processing, report from
2764      pekkas@netcore.fi
2765    - markus@cvs.openbsd.org 2001/04/12 19:15:26
2766      [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
2767       compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
2768       servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
2769       sshconnect2.c sshd_config]
2770      implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
2771      similar to RhostRSAAuthentication unless you enable (the experimental)
2772      HostbasedUsesNameFromPacketOnly option.  please test. :)
2773    - markus@cvs.openbsd.org 2001/04/12 19:39:27
2774      [readconf.c]
2775      typo
2776    - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
2777      [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
2778      robust port validation; ok markus@ jakob@
2779    - mouring@cvs.openbsd.org 2001/04/12 23:17:54
2780      [sftp-int.c sftp-int.h sftp.1 sftp.c]
2781      Add support for:
2782         sftp [user@]host[:file [file]]  - Fetch remote file(s)
2783         sftp [user@]host[:dir[/]]       - Start in remote dir/
2784      OK deraadt@
2785    - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
2786      [ssh.c]
2787      missing \n in error message
2788  - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
2789    lack it.
2790
2791 20010412
2792  - OpenBSD CVS Sync
2793    - markus@cvs.openbsd.org 2001/04/10 07:46:58
2794      [channels.c]
2795      cleanup socks4 handling
2796    - itojun@cvs.openbsd.org 2001/04/10 09:13:22
2797      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2798      document id_rsa{.pub,}.  markus ok
2799    - markus@cvs.openbsd.org 2001/04/10 12:15:23
2800      [channels.c]
2801      debug cleanup
2802    - djm@cvs.openbsd.org 2001/04/11 07:06:22
2803      [sftp-int.c]
2804      'mget' and 'mput' aliases; ok markus@
2805    - markus@cvs.openbsd.org 2001/04/11 10:59:01
2806      [ssh.c]
2807      use strtol() for ports, thanks jakob@
2808    - markus@cvs.openbsd.org 2001/04/11 13:56:13
2809      [channels.c ssh.c]
2810      https-connect and socks5 support. i feel so bad.
2811    - lebel@cvs.openbsd.org 2001/04/11 16:25:30
2812      [sshd.8 sshd.c]
2813      implement the -e option into sshd:
2814       -e      When this option is specified, sshd will send the output to the
2815               standard error instead of the system log.
2816      markus@ OK.
2817
2818 20010410
2819  - OpenBSD CVS Sync
2820    - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
2821      [sftp.c]
2822      do not modify an actual argv[] entry
2823    - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
2824      [sshd.8]
2825      spelling
2826    - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
2827      [sftp.1]
2828      spelling
2829    - markus@cvs.openbsd.org 2001/04/09 15:12:23
2830      [ssh-add.c]
2831      passphrase caching: ssh-add tries last passphrase, clears passphrase if
2832      not successful and after last try.
2833      based on discussions with espie@, jakob@, ... and code from jakob@ and
2834      wolfgang@wsrcc.com
2835    - markus@cvs.openbsd.org 2001/04/09 15:19:49
2836      [ssh-add.1]
2837      ssh-add retries the last passphrase...
2838    - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
2839      [sshd.8]
2840      ListenAddress mandoc from aaron@
2841
2842 20010409
2843  - (stevesk) use setresgid() for setegid() if needed
2844  - (stevesk) configure.in: typo
2845  - OpenBSD CVS Sync
2846    - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
2847      [sshd.8]
2848      document ListenAddress addr:port
2849    - markus@cvs.openbsd.org 2001/04/08 13:03:00
2850      [ssh-add.c]
2851      init pointers with NULL, thanks to danimal@danimal.org
2852    - markus@cvs.openbsd.org 2001/04/08 11:27:33
2853      [clientloop.c]
2854      leave_raw_mode if ssh2 "session" is closed
2855    - markus@cvs.openbsd.org 2001/04/06 21:00:17
2856      [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
2857       ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
2858      do gid/groups-swap in addition to uid-swap, should help if /home/group
2859      is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
2860      to olar@openwall.com is comments.  we had many requests for this.
2861    - markus@cvs.openbsd.org 2001/04/07 08:55:18
2862      [buffer.c channels.c channels.h readconf.c ssh.c]
2863      allow the ssh client act as a SOCKS4 proxy (dynamic local
2864      portforwarding).  work by Dan Kaminsky <dankamin@cisco.com> and me.
2865      thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
2866      netscape use localhost:1080 as a socks proxy.
2867    - markus@cvs.openbsd.org 2001/04/08 11:24:33
2868      [uidswap.c]
2869      KNF
2870
2871 20010408
2872  - OpenBSD CVS Sync
2873    - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
2874      [hostfile.c]
2875      unused; typo in comment
2876    - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
2877      [servconf.c]
2878      in addition to:
2879      ListenAddress host|ipv4_addr|ipv6_addr
2880      permit:
2881      ListenAddress [host|ipv4_addr|ipv6_addr]:port
2882      ListenAddress host|ipv4_addr:port
2883      sshd.8 updates coming.  ok markus@
2884
2885 20010407
2886  - (bal) CVS ID Resync of version.h
2887  - OpenBSD CVS Sync
2888    - markus@cvs.openbsd.org 2001/04/05 23:39:20
2889      [serverloop.c]
2890      keep the ssh session even if there is no active channel.
2891      this is more in line with the protocol spec and makes
2892         ssh -N -L 1234:server:110 host
2893      more useful.
2894      based on discussion with <mats@mindbright.se> long time ago
2895      and recent mail from <res@shore.net>
2896    - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
2897      [scp.c]
2898      remove trailing / from source paths; fixes pr#1756
2899
2900 20010406
2901  - (stevesk) logintest.c: fix for systems without __progname
2902  - (stevesk) Makefile.in: log.o is in libssh.a
2903  - OpenBSD CVS Sync
2904    - markus@cvs.openbsd.org 2001/04/05 10:00:06
2905      [compat.c]
2906      2.3.x does old  GEX, too; report jakob@
2907    - markus@cvs.openbsd.org 2001/04/05 10:39:03
2908      [compress.c compress.h packet.c]
2909      reset compress state per direction when rekeying.
2910    - markus@cvs.openbsd.org 2001/04/05 10:39:48
2911      [version.h]
2912      temporary version 2.5.4 (supports rekeying).
2913      this is not an official release.
2914    - markus@cvs.openbsd.org 2001/04/05 10:42:57
2915      [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
2916       mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
2917       sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
2918       sshconnect2.c sshd.c]
2919      fix whitespace: unexpand + trailing spaces.
2920    - markus@cvs.openbsd.org 2001/04/05 11:09:17
2921      [clientloop.c compat.c compat.h]
2922      add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
2923    - markus@cvs.openbsd.org 2001/04/05 15:45:43
2924      [ssh.1]
2925      ssh defaults to protocol v2; from quisar@quisar.ambre.net
2926    - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
2927      [canohost.c canohost.h session.c]
2928      move get_remote_name_or_ip() to canohost.[ch]; for portable.  ok markus@
2929    - markus@cvs.openbsd.org 2001/04/05 20:01:10
2930      [clientloop.c]
2931      for ~R print message if server does not support rekeying. (and fix ~R).
2932    - markus@cvs.openbsd.org 2001/04/05 21:02:46
2933      [buffer.c]
2934      better error message
2935    - markus@cvs.openbsd.org 2001/04/05 21:05:24
2936      [clientloop.c ssh.c]
2937      don't request a session for 'ssh -N', pointed out slade@shore.net
2938
2939 20010405
2940  - OpenBSD CVS Sync
2941    - markus@cvs.openbsd.org 2001/04/04 09:48:35
2942      [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
2943      don't sent multiple kexinit-requests.
2944      send newkeys, block while waiting for newkeys.
2945      fix comments.
2946    - markus@cvs.openbsd.org 2001/04/04 14:34:58
2947      [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
2948      enable server side rekeying + some rekey related clientup.
2949      todo: we should not send any non-KEX messages after we send KEXINIT
2950    - markus@cvs.openbsd.org 2001/04/04 15:50:55
2951      [compat.c]
2952      f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
2953    - markus@cvs.openbsd.org 2001/04/04 20:25:38
2954      [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
2955       sshconnect2.c sshd.c]
2956      more robust rekeying
2957      don't send channel data after rekeying is started.
2958    - markus@cvs.openbsd.org 2001/04/04 20:32:56
2959      [auth2.c]
2960      we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
2961    - markus@cvs.openbsd.org 2001/04/04 22:04:35
2962      [kex.c kexgex.c serverloop.c]
2963      parse full kexinit packet.
2964      make server-side more robust, too.
2965    - markus@cvs.openbsd.org 2001/04/04 23:09:18
2966      [dh.c kex.c packet.c]
2967      clear+free keys,iv for rekeying.
2968      + fix DH mem leaks. ok niels@
2969  - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
2970     BROKEN_VHANGUP
2971
2972 20010404
2973  - OpenBSD CVS Sync
2974    - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
2975      [ssh-agent.1]
2976      grammar; slade@shore.net
2977    - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
2978      [sftp-glob.c ssh-agent.c ssh-keygen.c]
2979      free() -> xfree()
2980    - markus@cvs.openbsd.org 2001/04/03 19:53:29
2981      [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
2982      move kex to kex*.c, used dispatch_set() callbacks for kex. should
2983      make rekeying easier.
2984    - todd@cvs.openbsd.org 2001/04/03 21:19:38
2985      [ssh_config]
2986      id_rsa1/2 -> id_rsa; ok markus@
2987    - markus@cvs.openbsd.org 2001/04/03 23:32:12
2988      [kex.c kex.h packet.c sshconnect2.c sshd.c]
2989      undo parts of recent my changes: main part of keyexchange does not
2990      need dispatch-callbacks, since application data is delayed until
2991      the keyexchange completes (if i understand the drafts correctly).
2992      add some infrastructure for re-keying.
2993    - markus@cvs.openbsd.org 2001/04/04 00:06:54
2994      [clientloop.c sshconnect2.c]
2995      enable client rekeying
2996         (1) force rekeying with ~R, or
2997         (2) if the server requests rekeying.
2998      works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
2999  - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
3000
3001 20010403
3002  - OpenBSD CVS Sync
3003    - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
3004      [sshd.8]
3005      typo; ok markus@
3006    - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
3007      [readconf.c servconf.c]
3008      correct comment; ok markus@
3009  - (stevesk) nchan.c: remove ostate checks and add EINVAL to
3010     shutdown(SHUT_RD) error() bypass for HP-UX.
3011
3012 20010402
3013  - (stevesk) log.c openbsd sync; missing newlines
3014  - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
3015
3016 20010330
3017  - (djm) Another openbsd-compat/glob.c sync
3018  - (djm) OpenBSD CVS Sync
3019    - provos@cvs.openbsd.org 2001/03/28 21:59:41
3020      [kex.c kex.h sshconnect2.c sshd.c]
3021      forgot to include min and max params in hash, okay markus@
3022    - provos@cvs.openbsd.org 2001/03/28 22:04:57
3023      [dh.c]
3024      more sanity checking on primes file
3025    - markus@cvs.openbsd.org 2001/03/28 22:43:31
3026      [auth.h auth2.c auth2-chall.c]
3027      check auth_root_allowed for kbd-int auth, too.
3028    - provos@cvs.openbsd.org 2001/03/29 14:24:59
3029      [sshconnect2.c]
3030      use recommended defaults
3031    - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
3032      [sshconnect2.c sshd.c]
3033      need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
3034    - markus@cvs.openbsd.org 2001/03/29 21:17:40
3035      [dh.c dh.h kex.c kex.h]
3036      prepare for rekeying: move DH code to dh.c
3037    - djm@cvs.openbsd.org 2001/03/29 23:42:01
3038      [sshd.c]
3039      Protocol 1 key regeneration log => verbose, some KNF; ok markus@
3040
3041 20010329
3042  - OpenBSD CVS Sync
3043    - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
3044      [ssh.1]
3045      document more defaults; misc. cleanup.  ok markus@
3046    - markus@cvs.openbsd.org 2001/03/26 23:12:42
3047      [authfile.c]
3048      KNF
3049    - markus@cvs.openbsd.org 2001/03/26 23:23:24
3050      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
3051      try to read private f-secure ssh v2 rsa keys.
3052    - markus@cvs.openbsd.org 2001/03/27 10:34:08
3053      [ssh-rsa.c sshd.c]
3054      use EVP_get_digestbynid, reorder some calls and fix missing free.
3055    - markus@cvs.openbsd.org 2001/03/27 10:57:00
3056      [compat.c compat.h ssh-rsa.c]
3057      some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
3058      signatures in SSH protocol 2, ok djm@
3059    - provos@cvs.openbsd.org 2001/03/27 17:46:50
3060      [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
3061      make dh group exchange more flexible, allow min and max group size,
3062      okay markus@, deraadt@
3063    - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
3064      [scp.c]
3065      start to sync scp closer to rcp; ok markus@
3066    - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
3067      [scp.c]
3068      usage more like rcp and add missing -B to usage; ok markus@
3069    - markus@cvs.openbsd.org 2001/03/28 20:50:45
3070      [sshd.c]
3071      call refuse() before close(); from olemx@ans.pl
3072
3073 20010328
3074  - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
3075    resolve linking conflicts with libcrypto. Report and suggested fix
3076    from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3077  - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
3078    fix from Philippe Levan <levan@epix.net>
3079  - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
3080    doesn't work because of conflicts between krbIV's and OpenSSL's des.h
3081  - (djm) Sync openbsd-compat/glob.c
3082
3083 20010327
3084  - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
3085  - Fix pointer issues in waitpid() and wait() replaces.  Patch by Lutz
3086    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3087  - OpenBSD CVS Sync
3088    - djm@cvs.openbsd.org 2001/03/25 00:01:34
3089      [session.c]
3090      shorten; ok markus@
3091    - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
3092      [servconf.c servconf.h session.c sshd.8 sshd_config]
3093      PrintLastLog option; from chip@valinux.com with some minor
3094      changes by me.  ok markus@
3095    - markus@cvs.openbsd.org 2001/03/26 08:07:09
3096      [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
3097       sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
3098      simpler key load/save interface, see authfile.h
3099  - (djm) Reestablish PAM credentials (which can be supplemental group
3100    memberships) after initgroups() blows them away. Report and suggested
3101    fix from Nalin Dahyabhai <nalin@redhat.com>
3102
3103 20010324
3104  - Fixed permissions ssh-keyscan.  Thanks to Christopher Linn <celinn@mtu.edu>.
3105  - OpenBSD CVS Sync
3106    - djm@cvs.openbsd.org 2001/03/23 11:04:07
3107      [compat.c compat.h sshconnect2.c sshd.c]
3108      Compat for OpenSSH with broken Rijndael/AES. ok markus@
3109    - markus@cvs.openbsd.org 2001/03/23 12:02:49
3110      [auth1.c]
3111      authctxt is now passed to do_authenticated
3112    - markus@cvs.openbsd.org 2001/03/23 13:10:57
3113      [sftp-int.c]
3114      fix put, upload to _absolute_ path, ok djm@
3115    - markus@cvs.openbsd.org 2001/03/23 14:28:32
3116      [session.c sshd.c]
3117      ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
3118  - (djm) Pull out our own SIGPIPE hacks
3119
3120 20010323
3121  - OpenBSD CVS Sync
3122    - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
3123      [sshd.c]
3124      do not place linefeeds in buffer
3125
3126 20010322
3127  - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
3128  - (bal) version.c CVS ID resync
3129  - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
3130    resync
3131  - (bal) scp.c CVS ID resync
3132  - OpenBSD CVS Sync
3133    - markus@cvs.openbsd.org 2001/03/20 19:10:16
3134      [readconf.c]
3135      default to SSH protocol version 2
3136    - markus@cvs.openbsd.org 2001/03/20 19:21:21
3137      [session.c]
3138      remove unused arg
3139    - markus@cvs.openbsd.org 2001/03/20 19:21:21
3140      [session.c]
3141      remove unused arg
3142    - markus@cvs.openbsd.org 2001/03/21 11:43:45
3143      [auth1.c auth2.c session.c session.h]
3144      merge common ssh v1/2 code
3145    - jakob@cvs.openbsd.org 2001/03/21 14:20:45
3146      [ssh-keygen.c]
3147      add -B flag to usage
3148    - markus@cvs.openbsd.org 2001/03/21 21:06:30
3149      [session.c]
3150      missing init; from mib@unimelb.edu.au
3151
3152 20010321
3153  - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
3154    VanDevender <stevev@darkwing.uoregon.edu>
3155  - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
3156    from Solar Designer <solar@openwall.com>
3157  - (djm) Don't loop forever when changing password via PAM. Patch
3158    from Solar Designer <solar@openwall.com>
3159  - (djm) Generate config files before build
3160  - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
3161    suggested fix from Mike Battersby <mib@unimelb.edu.au>
3162
3163 20010320
3164  - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
3165  - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
3166  - (bal) Oops.  Missed globc.h change (OpenBSD CVS).
3167  - (djm) OpenBSD CVS Sync
3168    - markus@cvs.openbsd.org 2001/03/19 17:07:23
3169      [auth.c readconf.c]
3170      undo /etc/shell and proto 2,1 change for openssh-2.5.2
3171    - markus@cvs.openbsd.org 2001/03/19 17:12:10
3172      [version.h]
3173      version 2.5.2
3174  - (djm) Update RPM spec version
3175  - (djm) Release 2.5.2p1
3176 - tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
3177   change S_ISLNK macro to work for UnixWare 2.03
3178 - tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
3179   add get_arg_max(). Use sysconf() if ARG_MAX is not defined
3180
3181 20010319
3182  - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
3183    do it implicitly.
3184  - (djm) Add getusershell() functions from OpenBSD CVS
3185  - OpenBSD CVS Sync
3186    - markus@cvs.openbsd.org 2001/03/18 12:07:52
3187      [auth-options.c]
3188      ignore permitopen="host:port" if AllowTcpForwarding==no
3189  - (djm) Make scp work on systems without 64-bit ints
3190  - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
3191    move HAVE_LONG_LONG_INT where it works
3192  - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
3193    stuff.  Change suggested by Mark Miller <markm@swoon.net>
3194  - (bal) Small fix to scp.  %lu vs %ld
3195  - (bal) NeXTStep lacks S_ISLNK.  Plus split up S_IS*
3196  - (djm) OpenBSD CVS Sync
3197    - djm@cvs.openbsd.org     2001/03/19 03:52:51
3198      [sftp-client.c]
3199      Report ssh connection closing correctly; ok deraadt@
3200    - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
3201      [compat.c compat.h sshd.c]
3202      specifically version match on ssh scanners.  do not log scan
3203      information to the console
3204    - djm@cvs.openbsd.org      2001/03/19 12:10:17
3205      [sshd.8]
3206      Document permitopen authorized_keys option; ok markus@
3207    - djm@cvs.openbsd.org     2001/03/19 05:49:52
3208      [ssh.1]
3209      document PreferredAuthentications option; ok markus@
3210  - (bal) Minor NeXT fixed.  Forgot to #undef NGROUPS_MAX
3211
3212 20010318
3213  - (bal) Fixed scp type casing issue which causes "scp: protocol error:
3214    size not delimited" fatal errors when tranfering.
3215  - OpenBSD CVS Sync
3216    - markus@cvs.openbsd.org 2001/03/17 17:27:59
3217      [auth.c]
3218      check /etc/shells, too
3219  - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
3220      openbsd-compat/fake-regex.h
3221
3222 20010317
3223  - Support usrinfo() on AIX. Based on patch from Gert Doering
3224    <gert@greenie.muc.de>
3225  - OpenBSD CVS Sync
3226    - markus@cvs.openbsd.org 2001/03/15 15:05:59
3227      [scp.c]
3228      use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
3229    - markus@cvs.openbsd.org 2001/03/15 22:07:08
3230      [session.c]
3231      pass Session to do_child + KNF
3232    - djm@cvs.openbsd.org 2001/03/16 08:16:18
3233      [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
3234      Revise globbing for get/put to be more shell-like. In particular,
3235      "get/put file* directory/" now works. ok markus@
3236    - markus@cvs.openbsd.org 2001/03/16 09:55:53
3237      [sftp-int.c]
3238      fix memset and whitespace
3239    - markus@cvs.openbsd.org 2001/03/16 13:44:24
3240      [sftp-int.c]
3241      discourage strcat/strcpy
3242    - markus@cvs.openbsd.org 2001/03/16 19:06:30
3243      [auth-options.c channels.c channels.h serverloop.c session.c]
3244      implement "permitopen" key option, restricts -L style forwarding to
3245      to specified host:port pairs. based on work by harlan@genua.de
3246  - Check for gl_matchc support in glob_t and fall back to the
3247    openbsd-compat/glob.[ch] support if it does not exist.
3248
3249 20010315
3250  - OpenBSD CVS Sync
3251    - markus@cvs.openbsd.org 2001/03/14 08:57:14
3252      [sftp-client.c]
3253      Wall
3254    - markus@cvs.openbsd.org 2001/03/14 15:15:58
3255      [sftp-int.c]
3256      add version command
3257    - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
3258      [sftp-server.c]
3259      note no getopt()
3260  - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
3261  - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
3262
3263 20010314
3264  - OpenBSD CVS Sync
3265    - markus@cvs.openbsd.org 2001/03/13 17:34:42
3266      [auth-options.c]
3267      missing xfree, deny key on parse error; ok stevesk@
3268    - djm@cvs.openbsd.org 2001/03/13 22:42:54
3269      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
3270      sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
3271  - (bal) Fix strerror() in bsd-misc.c
3272  - (djm) Add replacement glob() from OpenBSD libc if the system glob is
3273    missing or lacks the GLOB_ALTDIRFUNC extension
3274  - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
3275    relatively. Avoids conflict between glob.h and /usr/include/glob.h
3276
3277 20010313
3278  - OpenBSD CVS Sync
3279    - markus@cvs.openbsd.org 2001/03/12 22:02:02
3280      [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
3281      remove old key_fingerprint interface, s/_ex//
3282
3283 20010312
3284  - OpenBSD CVS Sync
3285    - markus@cvs.openbsd.org 2001/03/11 13:25:36
3286      [auth2.c key.c]
3287      debug
3288    - jakob@cvs.openbsd.org 2001/03/11 15:03:16
3289      [key.c key.h]
3290      add improved fingerprint functions. based on work by Carsten
3291      Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
3292    - jakob@cvs.openbsd.org 2001/03/11 15:04:16
3293      [ssh-keygen.1 ssh-keygen.c]
3294      print both md5, sha1 and bubblebabble fingerprints when using
3295      ssh-keygen -l -v. ok markus@.
3296    - jakob@cvs.openbsd.org 2001/03/11 15:13:09
3297      [key.c]
3298      cleanup & shorten some var names key_fingerprint_bubblebabble.
3299    - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
3300      [ssh-keygen.c]
3301      KNF, and SHA1 binary output is just creeping featurism
3302  - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
3303    test if snprintf() supports %ll
3304    add /dev to search path for PRNGD/EGD socket
3305    fix my mistake in USER_PATH test program
3306  - OpenBSD CVS Sync
3307    - markus@cvs.openbsd.org 2001/03/11 18:29:51
3308      [key.c]
3309      style+cleanup
3310    - markus@cvs.openbsd.org 2001/03/11 22:33:24
3311      [ssh-keygen.1 ssh-keygen.c]
3312      remove -v again. use -B instead for bubblebabble. make -B consistent
3313      with -l and make -B work with /path/to/known_hosts. ok deraadt@
3314  - (djm) Bump portable version number for generating test RPMs
3315  - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
3316  - (bal) Reorder includes in Makefile.
3317
3318 20010311
3319  - OpenBSD CVS Sync
3320    - markus@cvs.openbsd.org 2001/03/10 12:48:27
3321      [sshconnect2.c]
3322      ignore nonexisting private keys; report rjmooney@mediaone.net
3323    - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
3324      [readconf.c ssh_config]
3325      default to SSH2, now that m68k runs fast
3326    - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
3327      [ttymodes.c ttymodes.h]
3328      remove unused sgtty macros; ok markus@
3329    - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
3330      [compat.c compat.h sshconnect.c]
3331      all known netscreen ssh versions, and older versions of OSU ssh cannot
3332      handle password padding (newer OSU is fixed)
3333  - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
3334    make sure $bindir is in USER_PATH so scp will work
3335  - OpenBSD CVS Sync
3336    - markus@cvs.openbsd.org 2001/03/10 17:51:04
3337      [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
3338      add PreferredAuthentications
3339
3340 20010310
3341  - OpenBSD CVS Sync
3342    - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
3343      [ssh-keygen.c]
3344      create *.pub files with umask 0644, so that you can mv them to
3345      authorized_keys
3346    - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
3347      [sshd.c]
3348      typo; slade@shore.net
3349  - Removed log.o from sftp client.  Not needed.
3350
3351 20010309
3352  - OpenBSD CVS Sync
3353    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
3354      [auth1.c]
3355      unused; ok markus@
3356    - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
3357      [sftp.1]
3358      spelling, cleanup; ok deraadt@
3359    - markus@cvs.openbsd.org 2001/03/08 21:42:33
3360      [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
3361      implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
3362      no need to do enter passphrase or do expensive sign operations if the
3363      server does not accept key).
3364
3365 20010308
3366  - OpenBSD CVS Sync
3367    - djm@cvs.openbsd.org 2001/03/07 10:11:23
3368      [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
3369      Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
3370      functions and small protocol change.
3371    - markus@cvs.openbsd.org 2001/03/08 00:15:48
3372      [readconf.c ssh.1]
3373      turn off useprivilegedports by default. only rhost-auth needs
3374      this. older sshd's may need this, too.
3375  - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
3376    Dirk Markwardt <D.Markwardt@tu-bs.de>
3377
3378 20010307
3379  - (bal) OpenBSD CVS Sync
3380    - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
3381      [ssh-keyscan.c]
3382      appease gcc
3383    - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
3384      [sftp-int.c sftp.1 sftp.c]
3385      sftp -b batchfile; mouring@etoh.eviladmin.org
3386    - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
3387      [sftp.1]
3388      order things
3389    - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
3390      [ssh.1 sshd.8]
3391      the name "secure shell" is boring, noone ever uses it
3392    - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
3393      [ssh.1]
3394      removed dated comment
3395  - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3396
3397 20010306
3398  - (bal) OpenBSD CVS Sync
3399    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
3400      [sshd.8]
3401      alpha order; jcs@rt.fm
3402    - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
3403      [servconf.c]
3404      sync error message; ok markus@
3405    - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
3406      [myproposal.h ssh.1]
3407      switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
3408      provos & markus ok
3409    - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
3410      [sshd.8]
3411      detail default hmac setup too
3412    - markus@cvs.openbsd.org 2001/03/05 17:17:21
3413      [kex.c kex.h sshconnect2.c sshd.c]
3414      generate a 2*need size (~300 instead of 1024/2048) random private
3415      exponent during the DH key agreement. according to Niels (the great
3416      german advisor) this is safe since /etc/primes contains strong
3417      primes only.
3418
3419      References:
3420              P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
3421              agreement with short exponents, In Advances in Cryptology
3422              - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
3423    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
3424      [ssh.1]
3425      more ssh_known_hosts2 documentation; ok markus@
3426    - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
3427      [dh.c]
3428      spelling
3429    - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
3430      [authfd.c cli.c ssh-agent.c]
3431      EINTR/EAGAIN handling is required in more cases
3432    - millert@cvs.openbsd.org 2001/03/06 01:06:03
3433      [ssh-keyscan.c]
3434      Don't assume we wil get the version string all in one read().
3435      deraadt@ OK'd
3436    - millert@cvs.openbsd.org 2001/03/06 01:08:27
3437      [clientloop.c]
3438      If read() fails with EINTR deal with it the same way we treat EAGAIN
3439
3440 20010305
3441  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
3442  - (bal) CVS ID touch up on sftp-int.c
3443  - (bal) CVS ID touch up on uuencode.c
3444  - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
3445  - (bal) OpenBSD CVS Sync
3446    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
3447      [sshd.8]
3448      it's the OpenSSH one
3449    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
3450      [ssh-keyscan.c]
3451      inline -> __inline__, and some indent
3452    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
3453      [authfile.c]
3454      improve fd handling
3455    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
3456      [sftp-server.c]
3457      careful with & and &&; markus ok
3458    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
3459      [ssh.c]
3460      -i supports DSA identities now; ok markus@
3461    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
3462      [servconf.c]
3463      grammar; slade@shore.net
3464    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
3465      [ssh-keygen.1 ssh-keygen.c]
3466      document -d, and -t defaults to rsa1
3467    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
3468      [ssh-keygen.1 ssh-keygen.c]
3469      bye bye -d
3470    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
3471      [sshd_config]
3472      activate RSA 2 key
3473    - markus@cvs.openbsd.org 2001/02/22 21:57:27
3474      [ssh.1 sshd.8]
3475      typos/grammar from matt@anzen.com
3476    - markus@cvs.openbsd.org 2001/02/22 21:59:44
3477      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
3478      use pwcopy in ssh.c, too
3479    - markus@cvs.openbsd.org 2001/02/23 15:34:53
3480      [serverloop.c]
3481      debug2->3
3482    - markus@cvs.openbsd.org 2001/02/23 18:15:13
3483      [sshd.c]
3484      the random session key depends now on the session_key_int
3485      sent by the 'attacker'
3486              dig1 = md5(cookie|session_key_int);
3487              dig2 = md5(dig1|cookie|session_key_int);
3488              fake_session_key = dig1|dig2;
3489      this change is caused by a mail from anakin@pobox.com
3490      patch based on discussions with my german advisor niels@openbsd.org
3491    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
3492      [readconf.c]
3493      look for id_rsa by default, before id_dsa
3494    - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
3495      [sshd_config]
3496      ssh2 rsa key before dsa key
3497    - markus@cvs.openbsd.org 2001/02/27 10:35:27
3498      [packet.c]
3499      fix random padding
3500    - markus@cvs.openbsd.org 2001/02/27 11:00:11
3501      [compat.c]
3502      support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
3503    - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
3504      [misc.c]
3505      pull in protos
3506    - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
3507      [sftp.c]
3508      do not kill the subprocess on termination (we will see if this helps
3509      things or hurts things)
3510    - markus@cvs.openbsd.org 2001/02/28 08:45:39
3511      [clientloop.c]
3512      fix byte counts for ssh protocol v1
3513    - markus@cvs.openbsd.org 2001/02/28 08:54:55
3514      [channels.c nchan.c nchan.h]
3515      make sure remote stderr does not get truncated.
3516      remove closed fd's from the select mask.
3517    - markus@cvs.openbsd.org 2001/02/28 09:57:07
3518      [packet.c packet.h sshconnect2.c]
3519      in ssh protocol v2 use ignore messages for padding (instead of
3520      trailing \0).
3521    - markus@cvs.openbsd.org 2001/02/28 12:55:07
3522      [channels.c]
3523      unify debug messages
3524    - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
3525      [misc.c]
3526      for completeness, copy pw_gecos too
3527    - markus@cvs.openbsd.org 2001/02/28 21:21:41
3528      [sshd.c]
3529      generate a fake session id, too
3530    - markus@cvs.openbsd.org 2001/02/28 21:27:48
3531      [channels.c packet.c packet.h serverloop.c]
3532      use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
3533      use random content in ignore messages.
3534    - markus@cvs.openbsd.org 2001/02/28 21:31:32
3535      [channels.c]
3536      typo
3537    - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
3538      [authfd.c]
3539      split line so that p will have an easier time next time around
3540    - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
3541      [ssh.c]
3542      shorten usage by a line
3543    - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
3544      [auth-rsa.c auth2.c deattack.c packet.c]
3545      KNF
3546    - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
3547      [cli.c cli.h rijndael.h ssh-keyscan.1]
3548      copyright notices on all source files
3549    - markus@cvs.openbsd.org 2001/03/01 22:46:37
3550      [ssh.c]
3551      don't truncate remote ssh-2 commands; from mkubita@securities.cz
3552      use min, not max for logging, fixes overflow.
3553    - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
3554      [sshd.8]
3555      explain SIGHUP better
3556    - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
3557      [sshd.8]
3558      doc the dsa/rsa key pair files
3559    - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
3560      [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
3561       scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
3562       ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
3563      make copyright lines the same format
3564    - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
3565      [ssh-keyscan.c]
3566      standard theo sweep
3567    - millert@cvs.openbsd.org 2001/03/03 21:19:41
3568      [ssh-keyscan.c]
3569      Dynamically allocate read_wait and its copies.  Since maxfd is
3570      based on resource limits it is often (usually?) larger than FD_SETSIZE.
3571    - millert@cvs.openbsd.org 2001/03/03 21:40:30
3572      [sftp-server.c]
3573      Dynamically allocate fd_set; deraadt@ OK
3574    - millert@cvs.openbsd.org 2001/03/03 21:41:07
3575      [packet.c]
3576      Dynamically allocate fd_set; deraadt@ OK
3577    - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
3578      [sftp-server.c]
3579      KNF
3580    - markus@cvs.openbsd.org 2001/03/03 23:52:22
3581      [sftp.c]
3582      clean up arg processing. based on work by Christophe_Moret@hp.com
3583    - markus@cvs.openbsd.org 2001/03/03 23:59:34
3584      [log.c ssh.c]
3585      log*.c -> log.c
3586    - markus@cvs.openbsd.org 2001/03/04 00:03:59
3587      [channels.c]
3588      debug1->2
3589    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
3590      [ssh.c]
3591      add -m to usage; ok markus@
3592    - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
3593      [sshd.8]
3594      small cleanup and clarify for PermitRootLogin; ok markus@
3595    - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
3596      [servconf.c sshd.8]
3597      kill obsolete RandomSeed; ok markus@ deraadt@
3598    - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
3599      [sshd.8]
3600      spelling
3601    - millert@cvs.openbsd.org 2001/03/04 17:42:28
3602      [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
3603       ssh.c sshconnect.c sshd.c]
3604      log functions should not be passed strings that end in newline as they
3605      get passed on to syslog() and when logging to stderr, do_log() appends
3606      its own newline.
3607    - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
3608      [sshd.8]
3609      list SSH2 ciphers
3610  - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
3611  - (bal) Fix up logging since it changed.  removed log-*.c
3612  - (djm) Fix up LOG_AUTHPRIV for systems that have it
3613  - (stevesk) OpenBSD sync:
3614    - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
3615      [ssh-keyscan.c]
3616      skip inlining, why bother
3617  - (stevesk) sftp.c: handle __progname
3618
3619 20010304
3620  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
3621  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
3622    give Mark Roth credit for mdoc2man.pl
3623
3624 20010303
3625  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
3626  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
3627  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
3628  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
3629    "--with-egd-pool" configure option with "--with-prngd-socket" and
3630    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
3631    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3632
3633 20010301
3634  - (djm) Properly add -lcrypt if needed.
3635  - (djm) Force standard PAM conversation function in a few more places.
3636    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
3637    <nalin@redhat.com>
3638  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
3639    <vinschen@redhat.com>
3640  - (djm) Released 2.5.1p2
3641
3642 20010228
3643  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
3644    "Bad packet length" bugs.
3645  - (djm) Fully revert PAM session patch (again). All PAM session init is
3646    now done before the final fork().
3647  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
3648  - (djm) Remove /tmp from EGD socket search list
3649
3650 20010227
3651  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen
3652    <vinschen@redhat.com>
3653  - (bal) OpenBSD Sync
3654    - markus@cvs.openbsd.org 2001/02/23 15:37:45
3655      [session.c]
3656      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
3657  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble
3658    <jmknoble@jmknoble.cx>
3659  - (djm) Fix up POSIX saved uid support. Report from Mark Miller
3660    <markm@swoon.net>
3661  - (djm) Search for -lcrypt on FreeBSD too
3662  - (djm) fatal() on OpenSSL version mismatch
3663  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
3664  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
3665    <markm@swoon.net>
3666  - (djm) Fix PAM fix
3667  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
3668    change is being made as 2.5.x configfiles are not back-compatible with
3669    2.3.x.
3670  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
3671    <markm@swoon.net>
3672  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
3673    <tim@multitalents.net>
3674  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
3675    <tim@multitalents.net>
3676
3677 20010226
3678  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
3679  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
3680    Based on patch from Tim Rice <tim@multitalents.net>
3681
3682 20010225
3683  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
3684    Patch from Adrian Ho <lexfiend@usa.net>
3685  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
3686    platform defines u_int64_t as being that.
3687
3688 20010224
3689  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna
3690    Vinschen <vinschen@redhat.com>
3691  - (bal) Reorder where 'strftime' is detected to resolve linking
3692    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
3693
3694 20010224
3695  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
3696    Patch by Pekka Savola <pekkas@netcore.fi>
3697  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
3698    some platforms.
3699  - (bal) Generalize lack of UNIX sockets since this also effects Cray
3700    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
3701
3702 20010223
3703  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
3704    <tell@telltronics.org>
3705  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
3706    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
3707  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice
3708    <tim@multitalents.net>
3709
3710 20010222
3711  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
3712  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
3713  - (bal) Removed reference to liblogin from contrib/README.  It was
3714    integrated into OpenSSH a long while ago.
3715  - (stevesk) remove erroneous #ifdef sgi code.
3716    Michael Stone <mstone@cs.loyola.edu>
3717
3718 20010221
3719  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
3720  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice
3721    <tim@multitalents.net>
3722  - (bal) Reverted out of 2001/02/15 patch by djm below because it
3723    breaks Solaris.
3724         - (djm) Move PAM session setup back to before setuid to user.
3725           fixes problems on Solaris-drived PAMs.
3726  - (stevesk) session.c: back out to where we were before:
3727     - (djm) Move PAM session initialisation until after fork in sshd. Patch
3728       from Nalin Dahyabhai <nalin@redhat.com>
3729
3730 20010220
3731  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
3732    getcwd.c.
3733  - (bal) OpenBSD CVS Sync:
3734    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
3735      [sshd.c]
3736      clarify message to make it not mention "ident"
3737
3738 20010219
3739  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
3740    pty.[ch] -> sshpty.[ch]
3741  - (djm) Rework search for OpenSSL location. Skip directories which don't
3742    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
3743    with its limit of 6 -L options.
3744  - OpenBSD CVS Sync:
3745    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
3746      [sftp.1]
3747      typo
3748    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
3749      [ssh.c]
3750      cleanup -V output; noted by millert
3751    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
3752      [sshd.8]
3753      it's the OpenSSH one
3754    - markus@cvs.openbsd.org  2001/02/18 11:33:54
3755      [dispatch.c]
3756      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
3757    - markus@cvs.openbsd.org  2001/02/19 02:53:32
3758      [compat.c compat.h serverloop.c]
3759      ssh-1.2.{18-22} has broken handling of ignore messages; report from
3760      itojun@
3761    - markus@cvs.openbsd.org  2001/02/19 03:35:23
3762      [version.h]
3763      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
3764    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
3765      [scp.c]
3766      np is changed by recursion; vinschen@redhat.com
3767  - Update versions in RPM spec files
3768  - Release 2.5.1p1
3769
3770 20010218
3771  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
3772    <tim@multitalents.net>
3773  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
3774    stevesk
3775  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
3776    <vinschen@redhat.com> and myself.
3777  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
3778    Miskiewicz <misiek@pld.ORG.PL>
3779  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
3780    Todd C. Miller <Todd.Miller@courtesan.com>
3781  - (djm) Use ttyname() to determine name of tty returned by openpty()
3782    rather then risking overflow. Patch from Marek Michalkiewicz
3783    <marekm@amelek.gda.pl>
3784  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
3785    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
3786  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
3787  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
3788    SunOS)
3789  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
3790    <tim@multitalents.net>
3791  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
3792  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
3793  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
3794    SIGALRM.
3795  - (djm) Move entropy.c over to mysignal()
3796  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
3797    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
3798    Miller <Todd.Miller@courtesan.com>
3799  - (djm) Update RPM spec files for 2.5.0p1
3800  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
3801    enable with --with-bsd-auth.
3802  - (stevesk) entropy.c: typo; should be SIGPIPE
3803
3804 20010217
3805  - (bal) OpenBSD Sync:
3806    - markus@cvs.openbsd.org 2001/02/16 13:38:18
3807      [channel.c]
3808      remove debug
3809    - markus@cvs.openbsd.org 2001/02/16 14:03:43
3810      [session.c]
3811      proper payload-length check for x11 w/o screen-number
3812
3813 20010216
3814  - (bal) added '--with-prce'  to allow overriding of system regex when
3815    required (tested by David Dulek <ddulek@fastenal.com>)
3816  - (bal) Added DG/UX case and set that they have a broken IPTOS.
3817  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
3818    Fixes linking on SCO.
3819  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
3820    Nalin Dahyabhai <nalin@redhat.com>
3821  - (djm) BSD license for gnome-ssh-askpass (was X11)
3822  - (djm) KNF on gnome-ssh-askpass
3823  - (djm) USE_PIPES for a few more sysv platforms
3824  - (djm) Cleanup configure.in a little
3825  - (djm) Ask users to check config.log when we can't find necessary libs
3826  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
3827    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
3828  - (djm) OpenBSD CVS:
3829    - markus@cvs.openbsd.org  2001/02/15 16:19:59
3830      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
3831      [sshconnect1.c sshconnect2.c]
3832      genericize password padding function for SSH1 and SSH2.
3833      add stylized echo to 2, too.
3834  - (djm) Add roundup() macro to defines.h
3835  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
3836    needed on Unixware 2.x.
3837
3838 20010215
3839  - (djm) Move PAM session setup back to before setuid to user. Fixes
3840    problems on Solaris-derived PAMs.
3841  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
3842    <Darren.Moffat@eng.sun.com>
3843  - (bal) Sync w/ OpenSSH for new release
3844    - markus@cvs.openbsd.org 2001/02/12 12:45:06
3845      [sshconnect1.c]
3846      fix xmalloc(0), ok dugsong@
3847    - markus@cvs.openbsd.org 2001/02/11 12:59:25
3848      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
3849       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
3850      1) clean up the MAC support for SSH-2
3851      2) allow you to specify the MAC with 'ssh -m'
3852      3) or the 'MACs' keyword in ssh(d)_config
3853      4) add hmac-{md5,sha1}-96
3854              ok stevesk@, provos@
3855    - markus@cvs.openbsd.org 2001/02/12 16:16:23
3856      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
3857       ssh-keygen.c sshd.8]
3858      PermitRootLogin={yes,without-password,forced-commands-only,no}
3859      (before this change, root could login even if PermitRootLogin==no)
3860    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
3861      [clientloop.c packet.c ssh-keyscan.c]
3862      deal with EAGAIN/EINTR selects which were skipped
3863    - markus@cvs.openssh.org 2001/02/13 22:49:40
3864      [auth1.c auth2.c]
3865      setproctitle(user) only if getpwnam succeeds
3866    - markus@cvs.openbsd.org 2001/02/12 23:26:20
3867      [sshd.c]
3868      missing memset; from solar@openwall.com
3869    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
3870      [sftp-int.c]
3871      lumask now works with 1 numeric arg; ok markus@, djm@
3872    - djm@cvs.openbsd.org 2001/02/14 9:46:03
3873      [sftp-client.c sftp-int.c sftp.1]
3874      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
3875      ok markus@
3876  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
3877  - (djm) Move to Jim's 1.2.0 X11 askpass program
3878  - (stevesk) OpenBSD sync:
3879    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
3880      [serverloop.c]
3881      indent
3882
3883 20010214
3884  - (djm) Don't try to close PAM session or delete credentials if the
3885    session has not been open or credentials not set. Based on patch from
3886    Andrew Bartlett <abartlet@pcug.org.au>
3887  - (djm) Move PAM session initialisation until after fork in sshd. Patch
3888    from Nalin Dahyabhai <nalin@redhat.com>
3889  - (bal) Missing function prototype in bsd-snprintf.c patch by
3890    Mark Miller <markm@swoon.net>
3891  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
3892    <cmadams@hiwaay.net> with a little modification and KNF.
3893  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
3894
3895 20010213
3896  - (djm) Only test -S potential EGD sockets if they exist and are readable.
3897  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
3898    I did a base KNF over the whe whole file to make it more acceptable.
3899    (backed out of original patch and removed it from ChangeLog)
3900  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
3901    Tim Rice <tim@multitalents.net>
3902  - (stevesk) auth1.c: fix PAM passwordless check.
3903
3904 20010212
3905  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
3906    --define "skip_gnome_askpass 1", --define "rh7 1" and make the
3907    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
3908    Pekka Savola <pekkas@netcore.fi>
3909  - (djm) Clean up PCRE text in INSTALL
3910  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
3911    <mib@unimelb.edu.au>
3912  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
3913  - (stevesk) session.c: remove debugging code.
3914
3915 20010211
3916  - (bal) OpenBSD Sync
3917    - markus@cvs.openbsd.org 2001/02/07 22:35:46
3918      [auth1.c auth2.c sshd.c]
3919      move k_setpag() to a central place; ok dugsong@
3920    - markus@cvs.openbsd.org 2001/02/10 12:52:02
3921      [auth2.c]
3922      offer passwd before s/key
3923    - markus@cvs.openbsd.org 2001/02/8 22:37:10
3924      [canohost.c]
3925      remove last call to sprintf; ok deraadt@
3926    - markus@cvs.openbsd.org 2001/02/10 1:33:32
3927      [canohost.c]
3928      add debug message, since sshd blocks here if DNS is not available
3929    - markus@cvs.openbsd.org 2001/02/10 12:44:02
3930      [cli.c]
3931      don't call vis() for \r
3932    - danh@cvs.openbsd.org 2001/02/10 0:12:43
3933      [scp.c]
3934      revert a small change to allow -r option to work again; ok deraadt@
3935    - danh@cvs.openbsd.org 2001/02/10 15:14:11
3936      [scp.c]
3937      fix memory leak; ok markus@
3938    - djm@cvs.openbsd.org 2001/02/10 0:45:52
3939      [scp.1]
3940      Mention that you can quote pathnames with spaces in them
3941    - markus@cvs.openbsd.org 2001/02/10 1:46:28
3942      [ssh.c]
3943      remove mapping of argv[0] -> hostname
3944    - markus@cvs.openbsd.org 2001/02/06 22:26:17
3945      [sshconnect2.c]
3946      do not ask for passphrase in batch mode; report from ejb@ql.org
3947    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
3948      [sshconnect.c sshconnect1.c sshconnect2.c]
3949      %.30s is too short for IPv6 numeric address.  use %.128s for now.
3950      markus ok
3951    - markus@cvs.openbsd.org 2001/02/09 12:28:35
3952      [sshconnect2.c]
3953      do not free twice, thanks to /etc/malloc.conf
3954    - markus@cvs.openbsd.org 2001/02/09 17:10:53
3955      [sshconnect2.c]
3956      partial success: debug->log; "Permission denied" if no more auth methods
3957    - markus@cvs.openbsd.org 2001/02/10 12:09:21
3958      [sshconnect2.c]
3959      remove some lines
3960    - markus@cvs.openbsd.org 2001/02/09 13:38:07
3961      [auth-options.c]
3962      reset options if no option is given; from han.holl@prismant.nl
3963    - markus@cvs.openbsd.org 2001/02/08 21:58:28
3964      [channels.c]
3965      nuke sprintf, ok deraadt@
3966    - markus@cvs.openbsd.org 2001/02/08 21:58:28
3967      [channels.c]
3968      nuke sprintf, ok deraadt@
3969    - markus@cvs.openbsd.org 2001/02/06 22:43:02
3970      [clientloop.h]
3971      remove confusing callback code
3972    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
3973      [readconf.c]
3974      snprintf
3975    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
3976      sync with netbsd tree changes.
3977      - more strict prototypes, include necessary headers
3978      - use paths.h/pathnames.h decls
3979      - size_t typecase to int -> u_long
3980    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
3981      [ssh-keyscan.c]
3982      fix size_t -> int cast (use u_long).  markus ok
3983    - markus@cvs.openbsd.org 2001/02/07 22:43:16
3984      [ssh-keyscan.c]
3985      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
3986    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
3987      [ssh-keyscan.c]
3988      do not assume malloc() returns zero-filled region.  found by
3989      malloc.conf=AJ.
3990    - markus@cvs.openbsd.org 2001/02/08 22:35:30
3991      [sshconnect.c]
3992      don't connect if batch_mode is true and stricthostkeychecking set to
3993     'ask'
3994    - djm@cvs.openbsd.org 2001/02/04 21:26:07
3995      [sshd_config]
3996      type: ok markus@
3997    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
3998      [sshd_config]
3999      enable sftp-server by default
4000    - deraadt 2001/02/07 8:57:26
4001      [xmalloc.c]
4002      deal with new ANSI malloc stuff
4003    - markus@cvs.openbsd.org 2001/02/07 16:46:08
4004      [xmalloc.c]
4005      typo in fatal()
4006    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
4007      [xmalloc.c]
4008      fix size_t -> int cast (use u_long).  markus ok
4009    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
4010      [serverloop.c sshconnect1.c]
4011      mitigate SSH1 traffic analysis - from Solar Designer
4012      <solar@openwall.com>, ok provos@
4013  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'
4014    (from the OpenBSD tree)
4015  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
4016  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
4017  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
4018  - (bal) A bit more whitespace cleanup
4019  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
4020    <abartlet@pcug.org.au>
4021  - (stevesk) misc.c: ssh.h not needed.
4022  - (stevesk) compat.c: more friendly cpp error
4023  - (stevesk) OpenBSD sync:
4024    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
4025      [LICENSE]
4026      typos and small cleanup; ok deraadt@
4027
4028 20010210
4029  - (djm) Sync sftp and scp stuff from OpenBSD:
4030    - djm@cvs.openbsd.org     2001/02/07 03:55:13
4031      [sftp-client.c]
4032      Don't free handles before we are done with them. Based on work from
4033      Corinna Vinschen <vinschen@redhat.com>. ok markus@
4034    - djm@cvs.openbsd.org     2001/02/06 22:32:53
4035      [sftp.1]
4036      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
4037    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
4038      [sftp.1]
4039      pretty up significantly
4040    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
4041      [sftp.1]
4042      .Bl-.El mismatch.  markus ok
4043    - djm@cvs.openbsd.org     2001/02/07 06:12:30
4044      [sftp-int.c]
4045      Check that target is a directory before doing ls; ok markus@
4046    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
4047      [scp.c sftp-client.c sftp-server.c]
4048      unsigned long long -> %llu, not %qu.  markus ok
4049    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
4050      [sftp.1 sftp-int.c]
4051      more man page cleanup and sync of help text with man page; ok markus@
4052    - markus@cvs.openbsd.org  2001/02/07 14:58:34
4053      [sftp-client.c]
4054      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
4055    - djm@cvs.openbsd.org     2001/02/07 15:27:19
4056      [sftp.c]
4057      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
4058      <roumen.petrov@skalasoft.com>
4059    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
4060      [sftp-int.c]
4061      portable; ok markus@
4062    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
4063      [sftp-int.c]
4064      lowercase cmds[].c also; ok markus@
4065    - markus@cvs.openbsd.org  2001/02/07 17:04:52
4066      [pathnames.h sftp.c]
4067      allow sftp over ssh protocol 1; ok djm@
4068    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
4069      [scp.c]
4070      memory leak fix, and snprintf throughout
4071    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
4072      [sftp-int.c]
4073      plug a memory leak
4074    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
4075      [session.c sftp-client.c]
4076      %i -> %d
4077    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
4078      [sftp-int.c]
4079      typo
4080    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
4081      [sftp-int.c pathnames.h]
4082      _PATH_LS; ok markus@
4083    - djm@cvs.openbsd.org     2001/02/09 04:46:25
4084      [sftp-int.c]
4085      Check for NULL attribs for chown, chmod & chgrp operations, only send
4086      relevant attribs back to server; ok markus@
4087    - djm@cvs.openbsd.org     2001/02/06 15:05:25
4088      [sftp.c]
4089      Use getopt to process commandline arguments
4090    - djm@cvs.openbsd.org     2001/02/06 15:06:21
4091      [sftp.c ]
4092      Wait for ssh subprocess at exit
4093    - djm@cvs.openbsd.org     2001/02/06 15:18:16
4094      [sftp-int.c]
4095      stat target for remote chdir before doing chdir
4096    - djm@cvs.openbsd.org     2001/02/06 15:32:54
4097      [sftp.1]
4098      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
4099    - provos@cvs.openbsd.org  2001/02/05 22:22:02
4100      [sftp-int.c]
4101      cleanup get_pathname, fix pwd after failed cd. okay djm@
4102  - (djm) Update makefile.in for _PATH_SFTP_SERVER
4103  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
4104
4105 20010209
4106  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
4107    <rjmooney@mediaone.net>
4108  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
4109    main tree while porting forward.  Pointed out by Lutz Jaenicke
4110    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4111  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
4112    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4113  - (stevesk) OpenBSD sync:
4114    - markus@cvs.openbsd.org  2001/02/08 11:20:01
4115      [auth2.c]
4116      strict checking
4117    - markus@cvs.openbsd.org  2001/02/08 11:15:22
4118      [version.h]
4119      update to 2.3.2
4120    - markus@cvs.openbsd.org  2001/02/08 11:12:30
4121      [auth2.c]
4122      fix typo
4123  - (djm) Update spec files
4124  - (bal) OpenBSD sync:
4125    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
4126      [scp.c]
4127      memory leak fix, and snprintf throughout
4128    - markus@cvs.openbsd.org 2001/02/06 22:43:02
4129      [clientloop.c]
4130      remove confusing callback code
4131  - (djm) Add CVS Id's to files that we have missed
4132  - (bal) OpenBSD Sync (more):
4133    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
4134      sync with netbsd tree changes.
4135      - more strict prototypes, include necessary headers
4136      - use paths.h/pathnames.h decls
4137      - size_t typecase to int -> u_long
4138    - markus@cvs.openbsd.org 2001/02/06 22:07:42
4139      [ssh.c]
4140      fatal() if subsystem fails
4141    - markus@cvs.openbsd.org 2001/02/06 22:43:02
4142      [ssh.c]
4143      remove confusing callback code
4144    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
4145      [ssh.c]
4146      add -1 option (force protocol version 1). ok markus@
4147    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
4148      [ssh.c]
4149      reorder -{1,2,4,6} options. ok markus@
4150  - (bal) Missing 'const' in readpass.h
4151  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
4152    - djm@cvs.openbsd.org 2001/02/06 23:30:28
4153      [sftp-client.c]
4154      replace arc4random with counter for request ids; ok markus@
4155  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
4156    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4157
4158 20010208
4159  - (djm) Don't delete external askpass program in make uninstall target.
4160    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
4161  - (djm) Fix linking of sftp, don't need arc4random any more.
4162  - (djm) Try to use shell that supports "test -S" for EGD socket search.
4163    Based on patch from Tim Rice <tim@multitalents.net>
4164
4165 20010207
4166  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
4167    seem lose track of it while in openbsd-compat/  (two confirmed reports)
4168  - (djm) Much KNF on PAM code
4169  - (djm) Revise auth-pam.c conversation function to be a little more
4170    readable.
4171  - (djm) Revise kbd-int PAM conversation function to fold all text messages
4172    to before first prompt. Fixes hangs if last pam_message did not require
4173    a reply.
4174  - (djm) Fix password changing when using PAM kbd-int authentication
4175
4176 20010205
4177  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
4178    that don't have NGROUPS_MAX.
4179  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
4180  - (stevesk) OpenBSD sync:
4181    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
4182      [many files; did this manually to our top-level source dir]
4183      unexpand and remove end-of-line whitespace; ok markus@
4184    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
4185      [sftp-server.c]
4186      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
4187    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
4188      [sftp-int.c]
4189      ? == help
4190    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
4191      [sftp-int.c]
4192      sort commands, so that abbreviations work as expected
4193    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
4194      [sftp-int.c]
4195      debugging sftp: precedence and missing break.  chmod, chown, chgrp
4196      seem to be working now.
4197    - markus@cvs.openbsd.org 2001/02/04 14:41:21
4198      [sftp-int.c]
4199      use base 8 for umask/chmod
4200    - markus@cvs.openbsd.org 2001/02/04 11:11:54
4201      [sftp-int.c]
4202      fix LCD
4203    - markus@cvs.openbsd.org  2001/02/04 08:10:44
4204      [ssh.1]
4205      typo; dpo@club-internet.fr
4206    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
4207      [auth2.c authfd.c packet.c]
4208      remove duplicate #include's; ok markus@
4209    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
4210      [scp.c sshd.c]
4211      alpha happiness
4212    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
4213      [sshd.c]
4214      precedence; ok markus@
4215    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
4216      [ssh.c sshd.c]
4217      make the alpha happy
4218    - markus@cvs.openbsd.org  2001/01/31 13:37:24
4219      [channels.c channels.h serverloop.c ssh.c]
4220      do not disconnect if local port forwarding fails, e.g. if port is
4221      already in use
4222    - markus@cvs.openbsd.org  2001/02/01 14:58:09
4223      [channels.c]
4224      use ipaddr in channel messages, ietf-secsh wants this
4225    - markus@cvs.openbsd.org  2001/01/31 12:26:20
4226      [channels.c]
4227      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
4228      messages; bug report from edmundo@rano.org
4229    - markus@cvs.openbsd.org  2001/01/31 13:48:09
4230      [sshconnect2.c]
4231      unused
4232    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
4233      [sftp-client.c sftp-server.c]
4234      make gcc on the alpha even happier
4235
4236 20010204
4237  - (bal) I think this is the last of the bsd-*.h that don't belong.
4238  - (bal) Minor Makefile fix
4239  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
4240    right.
4241  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
4242  - (bal) next-posix.h changed to bsd-nextstep.h
4243  - (djm) OpenBSD CVS sync:
4244    - markus@cvs.openbsd.org  2001/02/03 03:08:38
4245      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
4246      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
4247      [sshd_config]
4248      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
4249    - markus@cvs.openbsd.org  2001/02/03 03:19:51
4250      [ssh.1 sshd.8 sshd_config]
4251      Skey is now called ChallengeResponse
4252    - markus@cvs.openbsd.org  2001/02/03 03:43:09
4253      [sshd.8]
4254      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
4255      channel. note from Erik.Anggard@cygate.se (pr/1659)
4256    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
4257      [ssh.1]
4258      typos; ok markus@
4259    - djm@cvs.openbsd.org     2001/02/04 04:11:56
4260      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
4261      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
4262      Basic interactive sftp client; ok theo@
4263  - (djm) Update RPM specs for new sftp binary
4264  - (djm) Update several bits for new optional reverse lookup stuff. I
4265    think I got them all.
4266  - (djm) Makefile.in fixes
4267  - (stevesk) add mysignal() wrapper and use it for the protocol 2
4268    SIGCHLD handler.
4269  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
4270
4271 20010203
4272  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
4273  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
4274    based file) to ensure #include space does not get confused.
4275  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
4276    platforms so builds fail.  (NeXT being a well known one)
4277
4278 20010202
4279  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
4280    <vinschen@redhat.com>
4281  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
4282    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
4283
4284 20010201
4285  - (bal) Minor fix to Makefile to stop rebuilding executables if no
4286    changes have occured to any of the supporting code.  Patch by
4287    Roumen Petrov <roumen.petrov@skalasoft.com>
4288
4289 20010131
4290  - (djm) OpenBSD CVS Sync:
4291    - djm@cvs.openbsd.org     2001/01/30 15:48:53
4292      [sshconnect.c]
4293      Make warning message a little more consistent. ok markus@
4294  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
4295    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
4296    respectively.
4297  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
4298    passwords.
4299  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
4300    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
4301    assocated.
4302
4303 20010130
4304  - (djm) OpenBSD CVS Sync:
4305    - markus@cvs.openbsd.org  2001/01/29 09:55:37
4306      [channels.c channels.h clientloop.c serverloop.c]
4307      fix select overflow; ok deraadt@ and stevesk@
4308    - markus@cvs.openbsd.org  2001/01/29 12:42:35
4309      [canohost.c canohost.h channels.c clientloop.c]
4310      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
4311    - markus@cvs.openbsd.org  2001/01/29 12:47:32
4312      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
4313      handle rsa_private_decrypt failures; helps against the Bleichenbacher
4314      pkcs#1 attack
4315    - djm@cvs.openbsd.org     2001/01/29 05:36:11
4316      [ssh.1 ssh.c]
4317      Allow invocation of sybsystem by commandline (-s); ok markus@
4318  - (stevesk) configure.in: remove duplicate PROG_LS
4319
4320 20010129
4321  - (stevesk) sftp-server.c: use %lld vs. %qd
4322
4323 20010128
4324  - (bal) Put USE_PIPES back into sco3.2v5
4325  - (bal) OpenBSD Sync
4326    - markus@cvs.openbsd.org 2001/01/28 10:15:34
4327      [dispatch.c]
4328      re-keying is not supported; ok deraadt@
4329    - markus@cvs.openbsd.org 2001/01/28 10:24:04
4330      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
4331      cleanup AUTHORS sections
4332    - markus@cvs.openbsd.org 2001/01/28 10:37:26
4333      [sshd.c sshd.8]
4334      remove -Q, no longer needed
4335    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
4336      [readconf.c ssh.1]
4337      ``StrictHostKeyChecking ask'' documentation and small cleanup.
4338      ok markus@
4339    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
4340      [sshd.8]
4341      spelling.  ok markus@
4342    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
4343      [xmalloc.c]
4344      use size_t for strlen() return.  ok markus@
4345    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
4346      [authfile.c]
4347      spelling.  use sizeof vs. strlen().  ok markus@
4348    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
4349      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
4350       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
4351       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
4352       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
4353       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
4354       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
4355      $OpenBSD$
4356   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
4357
4358 20010126
4359  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
4360    Petrov <roumen.petrov@skalasoft.com>
4361  - (bal) OpenBSD Sync
4362    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
4363      [ssh-agent.c]
4364      call _exit() in signal handler
4365
4366 20010125
4367  - (djm) Sync bsd-* support files:
4368    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
4369      [rresvport.c bindresvport.c]
4370      new bindresvport() semantics that itojun, shin, jean-luc and i have
4371      agreed on, which will be happy for the future. bindresvport_sa() for
4372      sockaddr *, too.  docs later..
4373    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
4374      [bindresvport.c]
4375      in bindresvport(), if sin is non-NULL, example sin->sin_family for
4376      the actual family being processed
4377  - (djm) Mention PRNGd in documentation, it is nicer than EGD
4378  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
4379  - (bal) AC_FUNC_STRFTIME added to autoconf
4380  - (bal) OpenBSD Resync
4381    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
4382      [channels.c]
4383      missing freeaddrinfo(); ok markus@
4384
4385 20010124
4386  - (bal) OpenBSD Resync
4387    - markus@cvs.openbsd.org 2001/01/23 10:45:10
4388      [ssh.h]
4389      nuke comment
4390  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
4391  - (bal) #ifdef around S_IFSOCK if platform does not support it.
4392    patch by Tim Rice <tim@multitalents.net>
4393  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
4394  - (stevesk) sftp-server.c: fix chmod() mode mask
4395
4396 20010123
4397  - (bal) regexp.h typo in configure.in.  Should have been regex.h
4398  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
4399  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
4400  - (bal) OpenBSD Resync
4401    - markus@cvs.openbsd.org 2001/01/22 8:15:00
4402      [auth-krb4.c sshconnect1.c]
4403      only AFS needs radix.[ch]
4404    - markus@cvs.openbsd.org 2001/01/22 8:32:53
4405      [auth2.c]
4406      no need to include; from mouring@etoh.eviladmin.org
4407    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
4408      [key.c]
4409      free() -> xfree(); ok markus@
4410    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
4411      [sshconnect2.c sshd.c]
4412      fix memory leaks in SSH2 key exchange; ok markus@
4413    - markus@cvs.openbsd.org 2001/01/22 23:06:39
4414      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
4415       sshconnect1.c sshconnect2.c sshd.c]
4416      rename skey -> challenge response.
4417      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
4418
4419
4420 20010122
4421  - (bal) OpenBSD Resync
4422    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
4423      [servconf.c ssh.h sshd.c]
4424      only auth-chall.c needs #ifdef SKEY
4425    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
4426      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4427       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
4428       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
4429       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
4430       ssh1.h sshconnect1.c sshd.c ttymodes.c]
4431      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
4432    - markus@cvs.openbsd.org 2001/01/19 16:48:14
4433      [sshd.8]
4434      fix typo; from stevesk@
4435    - markus@cvs.openbsd.org 2001/01/19 16:50:58
4436      [ssh-dss.c]
4437      clear and free digest, make consistent with other code (use dlen); from
4438      stevesk@
4439    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
4440      [auth-options.c auth-options.h auth-rsa.c auth2.c]
4441      pass the filename to auth_parse_options()
4442    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
4443      [readconf.c]
4444      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
4445    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
4446      [sshconnect2.c]
4447      dh_new_group() does not return NULL.  ok markus@
4448    - markus@cvs.openbsd.org 2001/01/20 21:33:42
4449      [ssh-add.c]
4450      do not loop forever if askpass does not exist; from
4451      andrew@pimlott.ne.mediaone.net
4452    - djm@cvs.openbsd.org 2001/01/20 23:00:56
4453      [servconf.c]
4454      Check for NULL return from strdelim; ok markus
4455    - djm@cvs.openbsd.org 2001/01/20 23:02:07
4456      [readconf.c]
4457      KNF; ok markus
4458    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
4459      [ssh-keygen.1]
4460      remove -R flag; ok markus@
4461    - markus@cvs.openbsd.org 2001/01/21 19:05:40
4462      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
4463       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4464       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
4465       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
4466       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
4467       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
4468       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
4469       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
4470       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
4471       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
4472       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
4473       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
4474       ttysmodes.c uidswap.c xmalloc.c]
4475      split ssh.h and try to cleanup the #include mess. remove unnecessary
4476      #includes.  rename util.[ch] -> misc.[ch]
4477  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
4478  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
4479    conflict when compiling for non-kerb install
4480  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
4481    on 1/19.
4482
4483 20010120
4484  - (bal) OpenBSD Resync
4485    - markus@cvs.openbsd.org 2001/01/19 12:45:26
4486      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
4487      only auth-chall.c needs #ifdef SKEY
4488  - (bal) Slight auth2-pam.c clean up.
4489  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
4490    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
4491
4492 20010119
4493  - (djm) Update versions in RPM specfiles
4494  - (bal) OpenBSD Resync
4495    - markus@cvs.openbsd.org 2001/01/18 16:20:21
4496      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
4497       sshd.8 sshd.c]
4498      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
4499      systems
4500    - markus@cvs.openbsd.org 2001/01/18 16:59:59
4501      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
4502       session.h sshconnect1.c]
4503      1) removes fake skey from sshd, since this will be much
4504         harder with /usr/libexec/auth/login_XXX
4505      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
4506      3) make addition of BSD_AUTH and other challenge reponse methods
4507         easier.
4508    - markus@cvs.openbsd.org 2001/01/18 17:12:43
4509      [auth-chall.c auth2-chall.c]
4510      rename *-skey.c *-chall.c since the files are not skey specific
4511  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
4512    to fix NULL pointer deref and fake authloop breakage in PAM code.
4513  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
4514  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
4515
4516 20010118
4517  - (bal) Super Sized OpenBSD Resync
4518    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
4519      [sshd.c]
4520      maxfd+1
4521    - markus@cvs.openbsd.org 2001/01/13 17:59:18
4522      [ssh-keygen.1]
4523      small ssh-keygen manpage cleanup; stevesk@pobox.com
4524    - markus@cvs.openbsd.org 2001/01/13 18:03:07
4525      [scp.c ssh-keygen.c sshd.c]
4526      getopt() returns -1 not EOF; stevesk@pobox.com
4527    - markus@cvs.openbsd.org 2001/01/13 18:06:54
4528      [ssh-keyscan.c]
4529      use SSH_DEFAULT_PORT; from stevesk@pobox.com
4530    - markus@cvs.openbsd.org 2001/01/13 18:12:47
4531      [ssh-keyscan.c]
4532      free() -> xfree(); fix memory leak; from stevesk@pobox.com
4533    - markus@cvs.openbsd.org 2001/01/13 18:14:13
4534      [ssh-add.c]
4535      typo, from stevesk@sweden.hp.com
4536    - markus@cvs.openbsd.org 2001/01/13 18:32:50
4537      [packet.c session.c ssh.c sshconnect.c sshd.c]
4538      split out keepalive from packet_interactive (from dale@accentre.com)
4539      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
4540    - markus@cvs.openbsd.org 2001/01/13 18:36:45
4541      [packet.c packet.h]
4542      reorder, typo
4543    - markus@cvs.openbsd.org 2001/01/13 18:38:00
4544      [auth-options.c]
4545      fix comment
4546    - markus@cvs.openbsd.org 2001/01/13 18:43:31
4547      [session.c]
4548      Wall
4549    - markus@cvs.openbsd.org 2001/01/13 19:14:08
4550      [clientloop.h clientloop.c ssh.c]
4551      move callback to headerfile
4552    - markus@cvs.openbsd.org 2001/01/15 21:40:10
4553      [ssh.c]
4554      use log() instead of stderr
4555    - markus@cvs.openbsd.org 2001/01/15 21:43:51
4556      [dh.c]
4557      use error() not stderr!
4558    - markus@cvs.openbsd.org 2001/01/15 21:45:29
4559      [sftp-server.c]
4560      rename must fail if newpath exists, debug off by default
4561    - markus@cvs.openbsd.org 2001/01/15 21:46:38
4562      [sftp-server.c]
4563      readable long listing for sftp-server, ok deraadt@
4564    - markus@cvs.openbsd.org 2001/01/16 19:20:06
4565      [key.c ssh-rsa.c]
4566      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
4567      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
4568      since they are in the wrong format, too. they must be removed from
4569      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
4570      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
4571      .ssh/authorized_keys2) additionally, we now check that
4572      BN_num_bits(rsa->n) >= 768.
4573    - markus@cvs.openbsd.org 2001/01/16 20:54:27
4574      [sftp-server.c]
4575      remove some statics. simpler handles; idea from nisse@lysator.liu.se
4576    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
4577      [bufaux.c radix.c sshconnect.h sshconnect1.c]
4578      indent
4579  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
4580    be missing such feature.
4581
4582
4583 20010117
4584  - (djm) Only write random seed file at exit
4585  - (djm) Make PAM support optional, enable with --with-pam
4586  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
4587    provides a crypt() of its own)
4588  - (djm) Avoid a warning in bsd-bindresvport.c
4589  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
4590    can cause weird segfaults errors on Solaris
4591  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
4592  - (djm) Add --with-pam to RPM spec files
4593
4594 20010115
4595  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
4596  - (bal) utimes() support via utime() interface on machine that lack utimes().
4597
4598 20010114
4599  - (stevesk) initial work for OpenBSD "support supplementary group in
4600    {Allow,Deny}Groups" patch:
4601    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
4602    - add bsd-getgrouplist.h
4603    - new files groupaccess.[ch]
4604    - build but don't use yet (need to merge auth.c changes)
4605  - (stevesk) complete:
4606    - markus@cvs.openbsd.org  2001/01/13 11:56:48
4607      [auth.c sshd.8]
4608      support supplementary group in {Allow,Deny}Groups
4609      from stevesk@pobox.com
4610
4611 20010112
4612  - (bal) OpenBSD Sync
4613    - markus@cvs.openbsd.org 2001/01/10 22:56:22
4614      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
4615      cleanup sftp-server implementation:
4616      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
4617      parse SSH2_FILEXFER_ATTR_EXTENDED
4618      send SSH2_FX_EOF if readdir returns no more entries
4619      reply to SSH2_FXP_EXTENDED message
4620      use #defines from the draft
4621      move #definations to sftp.h
4622      more info:
4623      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
4624    - markus@cvs.openbsd.org 2001/01/10 19:43:20
4625      [sshd.c]
4626      XXX - generate_empheral_server_key() is not safe against races,
4627      because it calls log()
4628    - markus@cvs.openbsd.org 2001/01/09 21:19:50
4629      [packet.c]
4630      allow TCP_NDELAY for ipv6; from netbsd via itojun@
4631
4632 20010110
4633  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
4634    Bladt Norbert <Norbert.Bladt@adi.ch>
4635
4636 20010109
4637  - (bal) Resync CVS ID of cli.c
4638  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
4639    code.
4640  - (bal) OpenBSD Sync
4641    - markus@cvs.openbsd.org 2001/01/08 22:29:05
4642      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
4643       sshd_config version.h]
4644      implement option 'Banner /etc/issue.net' for ssh2, move version to
4645      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
4646      is enabled).
4647    - markus@cvs.openbsd.org 2001/01/08 22:03:23
4648      [channels.c ssh-keyscan.c]
4649      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
4650    - markus@cvs.openbsd.org 2001/01/08 21:55:41
4651      [sshconnect1.c]
4652      more cleanups and fixes from stevesk@pobox.com:
4653      1) try_agent_authentication() for loop will overwrite key just
4654         allocated with key_new(); don't alloc
4655      2) call ssh_close_authentication_connection() before exit
4656         try_agent_authentication()
4657      3) free mem on bad passphrase in try_rsa_authentication()
4658    - markus@cvs.openbsd.org 2001/01/08 21:48:17
4659      [kex.c]
4660      missing free; thanks stevesk@pobox.com
4661   - (bal) Detect if clock_t structure exists, if not define it.
4662   - (bal) Detect if O_NONBLOCK exists, if not define it.
4663   - (bal) removed news4-posix.h (now empty)
4664   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
4665     instead of 'int'
4666  - (stevesk) sshd_config: sync
4667  - (stevesk) defines.h: remove spurious ``;''
4668
4669 20010108
4670  - (bal) Fixed another typo in cli.c
4671  - (bal) OpenBSD Sync
4672    - markus@cvs.openbsd.org 2001/01/07 21:26:55
4673      [cli.c]
4674      typo
4675    - markus@cvs.openbsd.org 2001/01/07 21:26:55
4676      [cli.c]
4677      missing free, stevesk@pobox.com
4678    - markus@cvs.openbsd.org 2001/01/07 19:06:25
4679      [auth1.c]
4680      missing free, stevesk@pobox.com
4681    - markus@cvs.openbsd.org 2001/01/07 11:28:04
4682      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
4683       ssh.h sshd.8 sshd.c]
4684      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
4685      syslog priority changes:
4686              fatal() LOG_ERR  -> LOG_CRIT
4687              log()   LOG_INFO -> LOG_NOTICE
4688  - Updated TODO
4689
4690 20010107
4691  - (bal) OpenBSD Sync
4692    - markus@cvs.openbsd.org 2001/01/06 11:23:27
4693      [ssh-rsa.c]
4694      remove unused
4695    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
4696      [ssh-keyscan.1]
4697      missing .El
4698    - markus@cvs.openbsd.org 2001/01/04 22:41:03
4699      [session.c sshconnect.c]
4700      consistent use of _PATH_BSHELL; from stevesk@pobox.com
4701    - djm@cvs.openbsd.org 2001/01/04 22:35:32
4702      [ssh.1 sshd.8]
4703      Mention AES as available SSH2 Cipher; ok markus
4704    - markus@cvs.openbsd.org 2001/01/04 22:25:58
4705      [sshd.c]
4706      sync usage()/man with defaults; from stevesk@pobox.com
4707    - markus@cvs.openbsd.org 2001/01/04 22:21:26
4708      [sshconnect2.c]
4709      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
4710      that prints a banner (e.g. /etc/issue.net)
4711
4712 20010105
4713  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
4714  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
4715
4716 20010104
4717  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
4718    work by Chris Vaughan <vaughan99@yahoo.com>
4719
4720 20010103
4721  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
4722    tree (mainly positioning)
4723  - (bal) OpenSSH CVS Update
4724    - markus@cvs.openbsd.org 2001/01/02 20:41:02
4725      [packet.c]
4726      log remote ip on disconnect; PR 1600 from jcs@rt.fm
4727    - markus@cvs.openbsd.org 2001/01/02 20:50:56
4728      [sshconnect.c]
4729      strict_host_key_checking for host_status != HOST_CHANGED &&
4730      ip_status == HOST_CHANGED
4731  - (bal) authfile.c: Synced CVS ID tag
4732  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
4733  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
4734    patch by Tim Rice <tim@multitalents.net>
4735  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
4736    and sftp-server.8 manpage.
4737
4738 20010102
4739  - (bal) OpenBSD CVS Update
4740    - markus@cvs.openbsd.org 2001/01/01 14:52:49
4741      [scp.c]
4742      use shared fatal(); from stevesk@pobox.com
4743
4744 20001231
4745  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
4746    for multiple reasons.
4747  - (bal) Reverted out of a partial NeXT patch.
4748
4749 20001230
4750  - (bal) OpenBSD CVS Update
4751    - markus@cvs.openbsd.org 2000/12/28 18:58:30
4752      [ssh-keygen.c]
4753      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
4754    - markus@cvs.openbsd.org 2000/12/29 22:19:13
4755      [channels.c]
4756      missing xfree; from vaughan99@yahoo.com
4757  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
4758  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
4759    Suggested by Christian Kurz <shorty@debian.org>
4760  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
4761     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
4762     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4763
4764 20001229
4765  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
4766    Kurz <shorty@debian.org>
4767  - (bal) OpenBSD CVS Update
4768    - markus@cvs.openbsd.org 2000/12/28 14:25:51
4769      [auth.h auth2.c]
4770      count authentication failures only
4771    - markus@cvs.openbsd.org 2000/12/28 14:25:03
4772      [sshconnect.c]
4773      fingerprint for MITM attacks, too.
4774    - markus@cvs.openbsd.org 2000/12/28 12:03:57
4775      [sshd.8 sshd.c]
4776      document -D
4777    - markus@cvs.openbsd.org 2000/12/27 14:19:21
4778      [serverloop.c]
4779      less chatty
4780    - markus@cvs.openbsd.org 2000/12/27 12:34
4781      [auth1.c sshconnect2.c sshd.c]
4782      typo
4783    - markus@cvs.openbsd.org 2000/12/27 12:30:19
4784      [readconf.c readconf.h ssh.1 sshconnect.c]
4785      new option: HostKeyAlias: allow the user to record the host key
4786      under a different name. This is useful for ssh tunneling over
4787      forwarded connections or if you run multiple sshd's on different
4788      ports on the same machine.
4789    - markus@cvs.openbsd.org 2000/12/27 11:51:53
4790      [ssh.1 ssh.c]
4791      multiple -t force pty allocation, document ORIGINAL_COMMAND
4792    - markus@cvs.openbsd.org 2000/12/27 11:41:31
4793      [sshd.8]
4794      update for ssh-2
4795  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
4796    fix merge.
4797
4798 20001228
4799  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
4800    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
4801  - (djm) Update to new x11-askpass in RPM spec
4802  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
4803    header.  Patch by Tim Rice <tim@multitalents.net>
4804  - Updated TODO w/ known HP/UX issue
4805  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
4806    bad reference to 'NeXT including it else were' on the #ifdef version.
4807
4808 20001227
4809  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
4810    Takumi Yamane <yamtak@b-session.com>
4811  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
4812    by Corinna Vinschen <vinschen@redhat.com>
4813  - (djm) Fix catman-do target for non-bash
4814  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
4815    Takumi Yamane <yamtak@b-session.com>
4816  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
4817    by Corinna Vinschen <vinschen@redhat.com>
4818  - (djm) Fix catman-do target for non-bash
4819  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
4820  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
4821    'RLIMIT_NOFILE'
4822  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
4823    the info in COPYING.Ylonen has been moved to the start of each
4824    SSH1-derived file and README.Ylonen is well out of date.
4825
4826 20001223
4827  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
4828    if a change to config.h has occurred.  Suggested by Gert Doering
4829    <gert@greenie.muc.de>
4830  - (bal) OpenBSD CVS Update:
4831    - markus@cvs.openbsd.org 2000/12/22 16:49:40
4832      [ssh-keygen.c]
4833      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
4834
4835 20001222
4836  - Updated RCSID for pty.c
4837  - (bal) OpenBSD CVS Updates:
4838   - markus@cvs.openbsd.org 2000/12/21 15:10:16
4839     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
4840     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
4841   - markus@cvs.openbsd.org 2000/12/20 19:26:56
4842     [authfile.c]
4843     allow ssh -i userkey for root
4844   - markus@cvs.openbsd.org 2000/12/20 19:37:21
4845     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
4846     fix prototypes; from stevesk@pobox.com
4847   - markus@cvs.openbsd.org 2000/12/20 19:32:08
4848     [sshd.c]
4849     init pointer to NULL; report from Jan.Ivan@cern.ch
4850   - markus@cvs.openbsd.org 2000/12/19 23:17:54
4851     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
4852      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
4853      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
4854      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
4855      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
4856      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
4857      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
4858      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
4859      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
4860     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
4861     unsigned' with u_char.
4862
4863 20001221
4864  - (stevesk) OpenBSD CVS updates:
4865    - markus@cvs.openbsd.org 2000/12/19 15:43:45
4866      [authfile.c channels.c sftp-server.c ssh-agent.c]
4867      remove() -> unlink() for consistency
4868    - markus@cvs.openbsd.org 2000/12/19 15:48:09
4869      [ssh-keyscan.c]
4870      replace <ssl/x.h> with <openssl/x.h>
4871    - markus@cvs.openbsd.org 2000/12/17 02:33:40
4872      [uidswap.c]
4873      typo; from wsanchez@apple.com
4874
4875 20001220
4876  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
4877    and Linux-PAM. Based on report and fix from Andrew Morgan
4878    <morgan@transmeta.com>
4879
4880 20001218
4881  - (stevesk) rsa.c: entropy.h not needed.
4882  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
4883    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
4884
4885 20001216
4886  - (stevesk) OpenBSD CVS updates:
4887    - markus@cvs.openbsd.org 2000/12/16 02:53:57
4888      [scp.c]
4889      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
4890    - markus@cvs.openbsd.org 2000/12/16 02:39:57
4891      [scp.c]
4892      unused; from stevesk@pobox.com
4893
4894 20001215
4895  - (stevesk) Old OpenBSD patch wasn't completely applied:
4896    - markus@cvs.openbsd.org 2000/01/24 22:11:20
4897      [scp.c]
4898      allow '.' in usernames; from jedgar@fxp.org
4899  - (stevesk) OpenBSD CVS updates:
4900    - markus@cvs.openbsd.org 2000/12/13 16:26:53
4901      [ssh-keyscan.c]
4902      fatal already adds \n; from stevesk@pobox.com
4903    - markus@cvs.openbsd.org 2000/12/13 16:25:44
4904      [ssh-agent.c]
4905      remove redundant spaces; from stevesk@pobox.com
4906    - ho@cvs.openbsd.org 2000/12/12 15:50:21
4907      [pty.c]
4908      When failing to set tty owner and mode on a read-only filesystem, don't
4909      abort if the tty already has correct owner and reasonably sane modes.
4910      Example; permit 'root' to login to a firewall with read-only root fs.
4911      (markus@ ok)
4912    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
4913      [pty.c]
4914      KNF
4915    - markus@cvs.openbsd.org 2000/12/12 14:45:21
4916      [sshd.c]
4917      source port < 1024 is no longer required for rhosts-rsa since it
4918      adds no additional security.
4919    - markus@cvs.openbsd.org 2000/12/12 16:11:49
4920      [ssh.1 ssh.c]
4921      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
4922      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
4923      these changes should not change the visible default behaviour of the ssh client.
4924    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
4925      [scp.c]
4926      when copying 0-sized files, do not re-print ETA time at completion
4927    - provos@cvs.openbsd.org 2000/12/15 10:30:15
4928      [kex.c kex.h sshconnect2.c sshd.c]
4929      compute diffie-hellman in parallel between server and client. okay markus@
4930
4931 20001213
4932  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
4933    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
4934  - (stevesk) OpenBSD CVS update:
4935    - markus@cvs.openbsd.org 2000/12/12 15:30:02
4936      [ssh-keyscan.c ssh.c sshd.c]
4937      consistently use __progname; from stevesk@pobox.com
4938
4939 20001211
4940  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
4941    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
4942    <pekka@netcore.fi>
4943  - (bal) OpenbSD CVS update
4944    - markus@cvs.openbsd.org 2000/12/10 17:01:53
4945      [sshconnect1.c]
4946      always request new challenge for skey/tis-auth, fixes interop with
4947      other implementations; report from roth@feep.net
4948
4949 20001210
4950  - (bal) OpenBSD CVS updates
4951    - markus@cvs.openbsd.org 2000/12/09 13:41:51
4952      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
4953      undo rijndael changes
4954    - markus@cvs.openbsd.org 2000/12/09 13:48:31
4955      [rijndael.c]
4956      fix byte order bug w/o introducing new implementation
4957    - markus@cvs.openbsd.org 2000/12/09 14:08:27
4958      [sftp-server.c]
4959      "" -> "." for realpath; from vinschen@redhat.com
4960    - markus@cvs.openbsd.org 2000/12/09 14:06:54
4961      [ssh-agent.c]
4962      extern int optind; from stevesk@sweden.hp.com
4963    - provos@cvs.openbsd.org 2000/12/09 23:51:11
4964      [compat.c]
4965      remove unnecessary '\n'
4966
4967 20001209
4968  - (bal) OpenBSD CVS updates:
4969    - djm@cvs.openbsd.org 2000/12/07 4:24:59
4970      [ssh.1]
4971      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
4972
4973 20001207
4974  - (bal) OpenBSD CVS updates:
4975    - markus@cvs.openbsd.org 2000/12/06 22:58:14
4976      [compat.c compat.h packet.c]
4977      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
4978    - markus@cvs.openbsd.org 2000/12/06 23:10:39
4979      [rijndael.c]
4980      unexpand(1)
4981    - markus@cvs.openbsd.org 2000/12/06 23:05:43
4982      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
4983      new rijndael implementation. fixes endian bugs
4984
4985 20001206
4986  - (bal) OpenBSD CVS updates:
4987    - markus@cvs.openbsd.org 2000/12/05 20:34:09
4988      [channels.c channels.h clientloop.c serverloop.c]
4989      async connects for -R/-L; ok deraadt@
4990    - todd@cvs.openssh.org 2000/12/05 16:47:28
4991      [sshd.c]
4992      tweak comment to reflect real location of pid file; ok provos@
4993  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
4994    have it (used in ssh-keyscan).
4995  - (stevesk) OpenBSD CVS update:
4996    - markus@cvs.openbsd.org 2000/12/06 19:57:48
4997      [ssh-keyscan.c]
4998      err(3) -> internal error(), from stevesk@sweden.hp.com
4999
5000 20001205
5001  - (bal) OpenBSD CVS updates:
5002    - markus@cvs.openbsd.org 2000/12/04 19:24:02
5003      [ssh-keyscan.c ssh-keyscan.1]
5004      David Maziere's ssh-keyscan, ok niels@
5005  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
5006    to the recent OpenBSD source tree.
5007  - (stevesk) fix typos in contrib/hpux/README
5008
5009 20001204
5010  - (bal) More C functions defined in NeXT that are unaccessable without
5011    defining -POSIX.
5012  - (bal) OpenBSD CVS updates:
5013    - markus@cvs.openbsd.org 2000/12/03 11:29:04
5014      [compat.c]
5015      remove fallback to SSH_BUG_HMAC now that the drafts are updated
5016    - markus@cvs.openbsd.org 2000/12/03 11:27:55
5017      [compat.c]
5018      correctly match "2.1.0.pl2 SSH" etc; from
5019      pekkas@netcore.fi/bugzilla.redhat
5020    - markus@cvs.openbsd.org 2000/12/03 11:15:03
5021      [auth2.c compat.c compat.h sshconnect2.c]
5022      support f-secure/ssh.com 2.0.12; ok niels@
5023
5024 20001203
5025  - (bal) OpenBSD CVS updates:
5026   - markus@cvs.openbsd.org 2000/11/30 22:54:31
5027     [channels.c]
5028     debug->warn if tried to do -R style fwd w/o client requesting this;
5029     ok neils@
5030   - markus@cvs.openbsd.org 2000/11/29 20:39:17
5031     [cipher.c]
5032     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
5033   - markus@cvs.openbsd.org 2000/11/30 18:33:05
5034     [ssh-agent.c]
5035     agents must not dump core, ok niels@
5036   - markus@cvs.openbsd.org 2000/11/30 07:04:02
5037     [ssh.1]
5038     T is for both protocols
5039   - markus@cvs.openbsd.org 2000/12/01 00:00:51
5040     [ssh.1]
5041     typo; from green@FreeBSD.org
5042   - markus@cvs.openbsd.org 2000/11/30 07:02:35
5043     [ssh.c]
5044     check -T before isatty()
5045   - provos@cvs.openbsd.org 2000/11/29 13:51:27
5046     [sshconnect.c]
5047     show IP address and hostname when new key is encountered. okay markus@
5048   - markus@cvs.openbsd.org 2000/11/30 22:53:35
5049     [sshconnect.c]
5050     disable agent/x11/port fwding if hostkey has changed; ok niels@
5051   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
5052     [sshd.c]
5053     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
5054     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
5055  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
5056    PAM authentication using KbdInteractive.
5057  - (djm) Added another TODO
5058
5059 20001202
5060  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
5061  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
5062    <mstone@cs.loyola.edu>
5063
5064 20001129
5065  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
5066    if there are background children with open fds.
5067  - (djm) bsd-rresvport.c bzero -> memset
5068  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
5069    still fail during compilation of sftp-server).
5070  - (djm) Fail if ar is not found during configure
5071  - (djm) OpenBSD CVS updates:
5072    - provos@cvs.openbsd.org  2000/11/22 08:38:31
5073      [sshd.8]
5074      talk about /etc/primes, okay markus@
5075    - markus@cvs.openbsd.org  2000/11/23 14:03:48
5076      [ssh.c sshconnect1.c sshconnect2.c]
5077      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
5078      defaults
5079    - markus@cvs.openbsd.org  2000/11/25 09:42:53
5080      [sshconnect1.c]
5081      reorder check for illegal ciphers, bugreport from espie@
5082    - markus@cvs.openbsd.org  2000/11/25 10:19:34
5083      [ssh-keygen.c ssh.h]
5084      print keytype when generating a key.
5085      reasonable defaults for RSA1/RSA/DSA keys.
5086  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
5087    more manpage paths in fixpaths calls
5088  - (djm) Also add xauth path at Pekka's suggestion.
5089  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
5090
5091 20001125
5092  - (djm) Give up privs when reading seed file
5093
5094 20001123
5095  - (bal) Merge OpenBSD changes:
5096    - markus@cvs.openbsd.org  2000/11/15 22:31:36
5097      [auth-options.c]
5098      case insensitive key options; from stevesk@sweeden.hp.com
5099    - markus@cvs.openbsd.org  2000/11/16 17:55:43
5100      [dh.c]
5101      do not use perror() in sshd, after child is forked()
5102    - markus@cvs.openbsd.org  2000/11/14 23:42:40
5103      [auth-rsa.c]
5104      parse option only if key matches; fix some confusing seen by the client
5105    - markus@cvs.openbsd.org  2000/11/14 23:44:19
5106      [session.c]
5107      check no_agent_forward_flag for ssh-2, too
5108    - markus@cvs.openbsd.org  2000/11/15
5109      [ssh-agent.1]
5110      reorder SYNOPSIS; typo, use .It
5111    - markus@cvs.openbsd.org  2000/11/14 23:48:55
5112      [ssh-agent.c]
5113      do not reorder keys if a key is removed
5114    - markus@cvs.openbsd.org  2000/11/15 19:58:08
5115      [ssh.c]
5116      just ignore non existing user keys
5117    - millert@cvs.openbsd.org  200/11/15 20:24:43
5118      [ssh-keygen.c]
5119      Add missing \n at end of error message.
5120
5121 20001122
5122  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
5123    are compilable.
5124  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
5125
5126 20001117
5127  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
5128    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
5129  - (stevesk) Reworked progname support.
5130  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
5131    Shinichi Maruyama <marya@st.jip.co.jp>
5132
5133 20001116
5134  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
5135    releases.
5136  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
5137    <roth@feep.net>
5138
5139 20001113
5140  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
5141    contrib/README
5142  - (djm) Merge OpenBSD changes:
5143    - markus@cvs.openbsd.org  2000/11/06 16:04:56
5144      [channels.c channels.h clientloop.c nchan.c serverloop.c]
5145      [session.c ssh.c]
5146      agent forwarding and -R for ssh2, based on work from
5147      jhuuskon@messi.uku.fi
5148    - markus@cvs.openbsd.org  2000/11/06 16:13:27
5149      [ssh.c sshconnect.c sshd.c]
5150      do not disabled rhosts(rsa) if server port > 1024; from
5151      pekkas@netcore.fi
5152    - markus@cvs.openbsd.org  2000/11/06 16:16:35
5153      [sshconnect.c]
5154      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
5155    - markus@cvs.openbsd.org  2000/11/09 18:04:40
5156      [auth1.c]
5157      typo; from mouring@pconline.com
5158    - markus@cvs.openbsd.org  2000/11/12 12:03:28
5159      [ssh-agent.c]
5160      off-by-one when removing a key from the agent
5161    - markus@cvs.openbsd.org  2000/11/12 12:50:39
5162      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
5163      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
5164      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
5165      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
5166      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
5167      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
5168      add support for RSA to SSH2.  please test.
5169      there are now 3 types of keys: RSA1 is used by ssh-1 only,
5170      RSA and DSA are used by SSH2.
5171      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
5172      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
5173      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
5174  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
5175  - (djm) Change to interim version
5176  - (djm) Fix RPM spec file stupidity
5177  - (djm) fixpaths to DSA and RSA keys too
5178
5179 20001112
5180  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
5181    Phillips Porch <root@theporch.com>
5182  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
5183    <dcp@sgi.com>
5184  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
5185    failed ioctl(TIOCSCTTY) call.
5186
5187 20001111
5188  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
5189    packaging files
5190  - (djm) Fix new Makefile.in warnings
5191  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
5192    promoted to type int. Report and fix from Dan Astoorian
5193    <djast@cs.toronto.edu>
5194  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
5195    it wrong. Report from Bennett Todd <bet@rahul.net>
5196
5197 20001110
5198  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
5199  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
5200  - (bal) Added in check to verify S/Key library is being detected in
5201    configure.in
5202  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
5203    Patch by Mark Miller <markm@swoon.net>
5204  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
5205    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
5206  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
5207
5208 20001107
5209  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
5210    Mark Miller <markm@swoon.net>
5211  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
5212    Jarno Huuskonen <jhuuskon@messi.uku.fi>
5213  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
5214    Mark D. Roth <roth@feep.net>
5215
5216 20001106
5217  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
5218  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
5219  - (djm) Remove UPGRADING document in favour of a link to the better
5220    maintained FAQ on www.openssh.com
5221  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
5222    <pekkas@netcore.fi>
5223  - (djm) Don't need X11-askpass in RPM spec file if building without it
5224    from Pekka Savola <pekkas@netcore.fi>
5225  - (djm) Release 2.3.0p1
5226  - (bal) typo in configure.in in regards to --with-ldflags from Marko
5227    Asplund <aspa@kronodoc.fi>
5228  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
5229
5230 20001105
5231  - (bal) Sync with OpenBSD:
5232    - markus@cvs.openbsd.org 2000/10/31 9:31:58
5233      [compat.c]
5234      handle all old openssh versions
5235    - markus@cvs.openbsd.org 2000/10/31 13:1853
5236      [deattack.c]
5237      so that large packets do not wrap "n"; from netbsd
5238  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
5239  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
5240  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
5241    setsid() into more common files
5242  - (stevesk) pty.c: use __hpux to identify HP-UX.
5243  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
5244    bsd-waitpid.c
5245
5246 20001029
5247  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
5248  - (stevesk) Create contrib/cygwin/ directory; patch from
5249    Corinna Vinschen <vinschen@redhat.com>
5250  - (bal) Resolved more $xno and $xyes issues in configure.in
5251  - (bal) next-posix.h - spelling and forgot a prototype
5252
5253 20001028
5254  - (djm) fix select hack in serverloop.c from Philippe WILLEM
5255    <Philippe.WILLEM@urssaf.fr>
5256  - (djm) Fix mangled AIXAUTHENTICATE code
5257  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
5258    <markus.friedl@informatik.uni-erlangen.de>
5259  - (djm) Sync with OpenBSD:
5260    - markus@cvs.openbsd.org  2000/10/16 15:46:32
5261      [ssh.1]
5262      fixes from pekkas@netcore.fi
5263    - markus@cvs.openbsd.org  2000/10/17 14:28:11
5264      [atomicio.c]
5265      return number of characters processed; ok deraadt@
5266    - markus@cvs.openbsd.org  2000/10/18 12:04:02
5267      [atomicio.c]
5268      undo
5269    - markus@cvs.openbsd.org  2000/10/18 12:23:02
5270      [scp.c]
5271      replace atomicio(read,...) with read(); ok deraadt@
5272    - markus@cvs.openbsd.org  2000/10/18 12:42:00
5273      [session.c]
5274      restore old record login behaviour
5275    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
5276      [auth-skey.c]
5277      fmt string problem in unused code
5278    - provos@cvs.openbsd.org  2000/10/19 10:45:16
5279      [sshconnect2.c]
5280      don't reference freed memory. okay deraadt@
5281    - markus@cvs.openbsd.org  2000/10/21 11:04:23
5282      [canohost.c]
5283      typo, eramore@era-t.ericsson.se; ok niels@
5284    - markus@cvs.openbsd.org  2000/10/23 13:31:55
5285      [cipher.c]
5286      non-alignment dependent swap_bytes(); from
5287      simonb@wasabisystems.com/netbsd
5288    - markus@cvs.openbsd.org  2000/10/26 12:38:28
5289      [compat.c]
5290      add older vandyke products
5291    - markus@cvs.openbsd.org  2000/10/27 01:32:19
5292      [channels.c channels.h clientloop.c serverloop.c session.c]
5293      [ssh.c util.c]
5294      enable non-blocking IO on channels, and tty's (except for the
5295      client ttys).
5296
5297 20001027
5298  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
5299
5300 20001025
5301  - (djm) Added WARNING.RNG file and modified configure to ask users of the
5302    builtin entropy code to read it.
5303  - (djm) Prefer builtin regex to PCRE.
5304  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
5305  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
5306    <proski@gnu.org>
5307
5308 20001020
5309  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
5310  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
5311    is more correct then current version.
5312
5313 20001018
5314  - (stevesk) Add initial support for setproctitle().  Current
5315    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
5316  - (stevesk) Add egd startup scripts to contrib/hpux/
5317
5318 20001017
5319  - (djm) Add -lregex to cywin libs from Corinna Vinschen
5320    <vinschen@cygnus.com>
5321  - (djm) Don't rely on atomicio's retval to determine length of askpass
5322    supplied passphrase. Problem report from Lutz Jaenicke
5323    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5324  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
5325  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
5326    <nakaji@tutrp.tut.ac.jp>
5327
5328 20001016
5329  - (djm) Sync with OpenBSD:
5330    - markus@cvs.openbsd.org  2000/10/14 04:01:15
5331      [cipher.c]
5332      debug3
5333    - markus@cvs.openbsd.org  2000/10/14 04:07:23
5334      [scp.c]
5335      remove spaces from arguments; from djm@mindrot.org
5336    - markus@cvs.openbsd.org  2000/10/14 06:09:46
5337      [ssh.1]
5338      Cipher is for SSH-1 only
5339    - markus@cvs.openbsd.org  2000/10/14 06:12:09
5340      [servconf.c servconf.h serverloop.c session.c sshd.8]
5341      AllowTcpForwarding; from naddy@
5342    - markus@cvs.openbsd.org  2000/10/14 06:16:56
5343      [auth2.c compat.c compat.h sshconnect2.c version.h]
5344      OpenSSH_2.3; note that is is not complete, but the version number
5345      needs to be changed for interoperability reasons
5346    - markus@cvs.openbsd.org  2000/10/14 06:19:45
5347      [auth-rsa.c]
5348      do not send RSA challenge if key is not allowed by key-options; from
5349      eivind@ThinkSec.com
5350    - markus@cvs.openbsd.org  2000/10/15 08:14:01
5351      [rijndael.c session.c]
5352      typos; from stevesk@sweden.hp.com
5353    - markus@cvs.openbsd.org  2000/10/15 08:18:31
5354      [rijndael.c]
5355      typo
5356  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
5357    through diffs
5358  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
5359    <pekkas@netcore.fi>
5360  - (djm) Update version in Redhat spec file
5361  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
5362    Redhat 7.0 spec file
5363  - (djm) Make inability to read/write PRNG seedfile non-fatal
5364
5365
5366 20001015
5367  - (djm) Fix ssh2 hang on background processes at logout.
5368
5369 20001014
5370  - (bal) Add support for realpath and getcwd for platforms with broken
5371    or missing realpath implementations for sftp-server.
5372  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
5373  - (bal) Add support for GNU rx library for those lacking regexp support
5374  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
5375  - (djm) Revert SSH2 serverloop hack, will find a better way.
5376  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
5377    from Martin Johansson <fatbob@acc.umu.se>
5378  - (djm) Big OpenBSD sync:
5379    - markus@cvs.openbsd.org  2000/09/30 10:27:44
5380      [log.c]
5381      allow loglevel debug
5382    - markus@cvs.openbsd.org  2000/10/03 11:59:57
5383      [packet.c]
5384      hmac->mac
5385    - markus@cvs.openbsd.org  2000/10/03 12:03:03
5386      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
5387      move fake-auth from auth1.c to individual auth methods, disables s/key in
5388      debug-msg
5389    - markus@cvs.openbsd.org  2000/10/03 12:16:48
5390      ssh.c
5391      do not resolve canonname, i have no idea why this was added oin ossh
5392    - markus@cvs.openbsd.org  2000/10/09 15:30:44
5393      ssh-keygen.1 ssh-keygen.c
5394      -X now reads private ssh.com DSA keys, too.
5395    - markus@cvs.openbsd.org  2000/10/09 15:32:34
5396      auth-options.c
5397      clear options on every call.
5398    - markus@cvs.openbsd.org  2000/10/09 15:51:00
5399      authfd.c authfd.h
5400      interop with ssh-agent2, from <res@shore.net>
5401    - markus@cvs.openbsd.org  2000/10/10 14:20:45
5402      compat.c
5403      use rexexp for version string matching
5404    - provos@cvs.openbsd.org  2000/10/10 22:02:18
5405      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
5406      First rough implementation of the diffie-hellman group exchange.  The
5407      client can ask the server for bigger groups to perform the diffie-hellman
5408      in, thus increasing the attack complexity when using ciphers with longer
5409      keys.  University of Windsor provided network, T the company.
5410    - markus@cvs.openbsd.org  2000/10/11 13:59:52
5411      [auth-rsa.c auth2.c]
5412      clear auth options unless auth sucessfull
5413    - markus@cvs.openbsd.org  2000/10/11 14:00:27
5414      [auth-options.h]
5415      clear auth options unless auth sucessfull
5416    - markus@cvs.openbsd.org  2000/10/11 14:03:27
5417      [scp.1 scp.c]
5418      support 'scp -o' with help from mouring@pconline.com
5419    - markus@cvs.openbsd.org  2000/10/11 14:11:35
5420      [dh.c]
5421      Wall
5422    - markus@cvs.openbsd.org  2000/10/11 14:14:40
5423      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
5424      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
5425      add support for s/key (kbd-interactive) to ssh2, based on work by
5426      mkiernan@avantgo.com and me
5427    - markus@cvs.openbsd.org  2000/10/11 14:27:24
5428      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
5429      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
5430      [sshconnect2.c sshd.c]
5431      new cipher framework
5432    - markus@cvs.openbsd.org  2000/10/11 14:45:21
5433      [cipher.c]
5434      remove DES
5435    - markus@cvs.openbsd.org  2000/10/12 03:59:20
5436      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
5437      enable DES in SSH-1 clients only
5438    - markus@cvs.openbsd.org  2000/10/12 08:21:13
5439      [kex.h packet.c]
5440      remove unused
5441    - markus@cvs.openbsd.org  2000/10/13 12:34:46
5442      [sshd.c]
5443      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
5444    - markus@cvs.openbsd.org  2000/10/13 12:59:15
5445      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
5446      rijndael/aes support
5447    - markus@cvs.openbsd.org  2000/10/13 13:10:54
5448      [sshd.8]
5449      more info about -V
5450    - markus@cvs.openbsd.org  2000/10/13 13:12:02
5451      [myproposal.h]
5452      prefer no compression
5453  - (djm) Fix scp user@host handling
5454  - (djm) Don't clobber ssh_prng_cmds on install
5455  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
5456    u_intXX_t types on all platforms.
5457  - (stevesk) rijndael.c: cleanup missing declaration warnings.
5458  - (stevesk) ~/.hushlogin shouldn't cause required password change to
5459    be bypassed.
5460  - (stevesk) Display correct path to ssh-askpass in configure output.
5461    Report from Lutz Jaenicke.
5462
5463 20001007
5464  - (stevesk) Print PAM return value in PAM log messages to aid
5465    with debugging.
5466  - (stevesk) Fix detection of pw_class struct member in configure;
5467    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
5468
5469 20001002
5470  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
5471  - (djm) Add host system and CC to end-of-configure report. Suggested by
5472    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5473
5474 20000931
5475  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
5476
5477 20000930
5478  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
5479  - (djm) Support in bsd-snprintf.c for long long conversions from
5480    Ben Lindstrom <mouring@pconline.com>
5481  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
5482  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
5483    very short lived X connections. Bug report from Tobias Oetiker
5484    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
5485  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
5486    patch from Pekka Savola <pekkas@netcore.fi>
5487  - (djm) Forgot to cvs add LICENSE file
5488  - (djm) Add LICENSE to RPM spec files
5489  - (djm) CVS OpenBSD sync:
5490    - markus@cvs.openbsd.org  2000/09/26 13:59:59
5491      [clientloop.c]
5492      use debug2
5493    - markus@cvs.openbsd.org  2000/09/27 15:41:34
5494      [auth2.c sshconnect2.c]
5495      use key_type()
5496    - markus@cvs.openbsd.org  2000/09/28 12:03:18
5497      [channels.c]
5498      debug -> debug2 cleanup
5499  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
5500    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
5501    <Alain.St-Denis@ec.gc.ca>
5502  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
5503    Problem was caused by interrupted read in ssh-add. Report from Donald
5504    J. Barry <don@astro.cornell.edu>
5505
5506 20000929
5507  - (djm) Fix SSH2 not terminating until all background tasks done problem.
5508  - (djm) Another off-by-one fix from Pavel Kankovsky
5509    <peak@argo.troja.mff.cuni.cz>
5510  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
5511    tidy necessary differences. Use Markus' new debugN() in entropy.c
5512  - (djm) Merged big SCO portability patch from Tim Rice
5513    <tim@multitalents.net>
5514
5515 20000926
5516  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
5517  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
5518  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
5519    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
5520
5521 20000924
5522  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
5523  - (djm) A bit more cleanup - created cygwin_util.h
5524  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
5525    <markm@swoon.net>
5526
5527 20000923
5528  - (djm) Fix address logging in utmp from Kevin Steves
5529    <stevesk@sweden.hp.com>
5530  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
5531  - (djm) Seperate tests for int64_t and u_int64_t types
5532  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
5533    <stevesk@sweden.hp.com>
5534  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
5535  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
5536    Michael Stone <mstone@cs.loyola.edu>
5537  - (djm) OpenBSD CVS sync:
5538    - markus@cvs.openbsd.org  2000/09/17 09:38:59
5539      [sshconnect2.c sshd.c]
5540      fix DEBUG_KEXDH
5541    - markus@cvs.openbsd.org  2000/09/17 09:52:51
5542      [sshconnect.c]
5543      yes no; ok niels@
5544    - markus@cvs.openbsd.org  2000/09/21 04:55:11
5545      [sshd.8]
5546      typo
5547    - markus@cvs.openbsd.org  2000/09/21 05:03:54
5548      [serverloop.c]
5549      typo
5550    - markus@cvs.openbsd.org  2000/09/21 05:11:42
5551      scp.c
5552      utime() to utimes(); mouring@pconline.com
5553    - markus@cvs.openbsd.org  2000/09/21 05:25:08
5554      sshconnect2.c
5555      change login logic in ssh2, allows plugin of other auth methods
5556    - markus@cvs.openbsd.org  2000/09/21 05:25:35
5557      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
5558      [serverloop.c]
5559      add context to dispatch_run
5560    - markus@cvs.openbsd.org  2000/09/21 05:07:52
5561      authfd.c authfd.h ssh-agent.c
5562      bug compat for old ssh.com software
5563
5564 20000920
5565  - (djm) Fix bad path substitution. Report from Andrew Miner
5566    <asminer@cs.iastate.edu>
5567
5568 20000916
5569  - (djm) Fix SSL search order from Lutz Jaenicke
5570    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5571  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
5572  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
5573  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
5574    Patch from Larry Jones <larry.jones@sdrc.com>
5575  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
5576    password change patch.
5577  - (djm) Bring licenses on my stuff in line with OpenBSD's
5578  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
5579    Kevin Steves <stevesk@sweden.hp.com>
5580  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
5581  - (djm) Re-enable int64_t types - we need them for sftp
5582  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
5583  - (djm) Update Redhat SPEC file accordingly
5584  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
5585  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
5586  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
5587    <Dirk.DeWachter@rug.ac.be>
5588  - (djm) Fixprogs and entropy list fixes from Larry Jones
5589    <larry.jones@sdrc.com>
5590  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
5591    <tyoshida@gemini.rc.kyushu-u.ac.jp>
5592  - (djm) Merge OpenBSD changes:
5593    - markus@cvs.openbsd.org  2000/09/05 02:59:57
5594      [session.c]
5595      print hostname (not hushlogin)
5596    - markus@cvs.openbsd.org  2000/09/05 13:18:48
5597      [authfile.c ssh-add.c]
5598      enable ssh-add -d for DSA keys
5599    - markus@cvs.openbsd.org  2000/09/05 13:20:49
5600      [sftp-server.c]
5601      cleanup
5602    - markus@cvs.openbsd.org  2000/09/06 03:46:41
5603      [authfile.h]
5604      prototype
5605    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
5606      [ALL]
5607      cleanup copyright notices on all files.  I have attempted to be
5608      accurate with the details.  everything is now under Tatu's licence
5609      (which I copied from his readme), and/or the core-sdi bsd-ish thing
5610      for deattack, or various openbsd developers under a 2-term bsd
5611      licence.  We're not changing any rules, just being accurate.
5612    - markus@cvs.openbsd.org  2000/09/07 14:40:30
5613      [channels.c channels.h clientloop.c serverloop.c ssh.c]
5614      cleanup window and packet sizes for ssh2 flow control; ok niels
5615    - markus@cvs.openbsd.org  2000/09/07 14:53:00
5616      [scp.c]
5617      typo
5618    - markus@cvs.openbsd.org  2000/09/07 15:13:37
5619      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
5620      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
5621      [pty.c readconf.c]
5622      some more Copyright fixes
5623    - markus@cvs.openbsd.org  2000/09/08 03:02:51
5624      [README.openssh2]
5625      bye bye
5626    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
5627      [LICENCE cipher.c]
5628      a few more comments about it being ARC4 not RC4
5629    - markus@cvs.openbsd.org  2000/09/12 14:53:11
5630      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
5631      multiple debug levels
5632    - markus@cvs.openbsd.org  2000/09/14 14:25:15
5633      [clientloop.c]
5634      typo
5635    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
5636      [ssh-agent.c]
5637      check return value for setenv(3) for failure, and deal appropriately
5638
5639 20000913
5640  - (djm) Fix server not exiting with jobs in background.
5641
5642 20000905
5643  - (djm) Import OpenBSD CVS changes
5644    - markus@cvs.openbsd.org  2000/08/31 15:52:24
5645      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
5646      implement a SFTP server. interops with sftp2, scp2 and the windows
5647      client from ssh.com
5648    - markus@cvs.openbsd.org  2000/08/31 15:56:03
5649      [README.openssh2]
5650      sync
5651    - markus@cvs.openbsd.org  2000/08/31 16:05:42
5652      [session.c]
5653      Wall
5654    - markus@cvs.openbsd.org  2000/08/31 16:09:34
5655      [authfd.c ssh-agent.c]
5656      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
5657    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
5658      [scp.1 scp.c]
5659      cleanup and fix -S support; stevesk@sweden.hp.com
5660    - markus@cvs.openbsd.org  2000/09/01 16:29:32
5661      [sftp-server.c]
5662      portability fixes
5663    - markus@cvs.openbsd.org  2000/09/01 16:32:41
5664      [sftp-server.c]
5665      fix cast; mouring@pconline.com
5666    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
5667      [ssh-add.1 ssh.1]
5668      add missing .El against .Bl.
5669    - markus@cvs.openbsd.org  2000/09/04 13:03:41
5670      [session.c]
5671      missing close; ok theo
5672    - markus@cvs.openbsd.org  2000/09/04 13:07:21
5673      [session.c]
5674      fix get_last_login_time order; from andre@van-veen.de
5675    - markus@cvs.openbsd.org  2000/09/04 13:10:09
5676      [sftp-server.c]
5677      more cast fixes; from mouring@pconline.com
5678    - markus@cvs.openbsd.org  2000/09/04 13:06:04
5679      [session.c]
5680      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
5681  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
5682  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
5683
5684 20000903
5685  - (djm) Fix Redhat init script
5686
5687 20000901
5688  - (djm) Pick up Jim's new X11-askpass
5689  - (djm) Release 2.2.0p1
5690
5691 20000831
5692  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
5693    <acox@cv.telegroup.com>
5694  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
5695
5696 20000830
5697  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
5698  - (djm) Periodically rekey arc4random
5699  - (djm) Clean up diff against OpenBSD.
5700  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
5701    <stevesk@sweden.hp.com>
5702  - (djm) Quieten the pam delete credentials error message
5703  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
5704    Kevin Steves <stevesk@sweden.hp.com>
5705  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
5706  - (djm) Fix doh in bsd-arc4random.c
5707
5708 20000829
5709  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
5710    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
5711    Garrick James <garrick@james.net>
5712  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
5713    Bastian Trompetter <btrompetter@firemail.de>
5714  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
5715  - More OpenBSD updates:
5716    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
5717      [scp.c]
5718      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
5719    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
5720      [session.c]
5721      Wall
5722    - markus@cvs.openbsd.org  2000/08/26 04:33:43
5723      [compat.c]
5724      ssh.com-2.3.0
5725    - markus@cvs.openbsd.org  2000/08/27 12:18:05
5726      [compat.c]
5727      compatibility with future ssh.com versions
5728    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
5729      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
5730      print uid/gid as unsigned
5731    - markus@cvs.openbsd.org  2000/08/28 13:51:00
5732      [ssh.c]
5733      enable -n and -f for ssh2
5734    - markus@cvs.openbsd.org  2000/08/28 14:19:53
5735      [ssh.c]
5736      allow combination of -N and -f
5737    - markus@cvs.openbsd.org  2000/08/28 14:20:56
5738      [util.c]
5739      util.c
5740    - markus@cvs.openbsd.org  2000/08/28 14:22:02
5741      [util.c]
5742      undo
5743    - markus@cvs.openbsd.org  2000/08/28 14:23:38
5744      [util.c]
5745      don't complain if setting NONBLOCK fails with ENODEV
5746
5747 20000823
5748  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
5749    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
5750    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
5751    <kajiyama@grad.sccs.chukyo-u.ac.jp>
5752  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
5753  - (djm) Add local version to version.h
5754  - (djm) Don't reseed arc4random everytime it is used
5755  - (djm) OpenBSD CVS updates:
5756    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
5757      [ssh.c]
5758      accept remsh as a valid name as well; roman@buildpoint.com
5759    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
5760      [deattack.c crc32.c packet.c]
5761      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
5762      libz crc32 function yet, because it has ugly "long"'s in it;
5763      oneill@cs.sfu.ca
5764    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
5765      [scp.1 scp.c]
5766      -S prog support; tv@debian.org
5767    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
5768      [scp.c]
5769      knf
5770    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
5771      [log-client.c]
5772      shorten
5773    - markus@cvs.openbsd.org  2000/08/19 12:48:11
5774      [channels.c channels.h clientloop.c ssh.c ssh.h]
5775      support for ~. in ssh2
5776    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
5777      [crc32.h]
5778      proper prototype
5779    - markus@cvs.openbsd.org  2000/08/19 15:34:44
5780      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
5781      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
5782      [fingerprint.c fingerprint.h]
5783      add SSH2/DSA support to the agent and some other DSA related cleanups.
5784      (note that we cannot talk to ssh.com's ssh2 agents)
5785    - markus@cvs.openbsd.org  2000/08/19 15:55:52
5786      [channels.c channels.h clientloop.c]
5787      more ~ support for ssh2
5788    - markus@cvs.openbsd.org  2000/08/19 16:21:19
5789      [clientloop.c]
5790      oops
5791    - millert@cvs.openbsd.org 2000/08/20 12:25:53
5792      [session.c]
5793      We have to stash the result of get_remote_name_or_ip() before we
5794      close our socket or getpeername() will get EBADF and the process
5795      will exit.  Only a problem for "UseLogin yes".
5796    - millert@cvs.openbsd.org 2000/08/20 12:30:59
5797      [session.c]
5798      Only check /etc/nologin if "UseLogin no" since login(1) may have its
5799      own policy on determining who is allowed to login when /etc/nologin
5800      is present.  Also use the _PATH_NOLOGIN define.
5801    - millert@cvs.openbsd.org 2000/08/20 12:42:43
5802      [auth1.c auth2.c session.c ssh.c]
5803      Add calls to setusercontext() and login_get*().  We basically call
5804      setusercontext() in most places where previously we did a setlogin().
5805      Add default login.conf file and put root in the "daemon" login class.
5806    - millert@cvs.openbsd.org 2000/08/21 10:23:31
5807      [session.c]
5808      Fix incorrect PATH setting; noted by Markus.
5809
5810 20000818
5811  - (djm) OpenBSD CVS changes:
5812    - markus@cvs.openbsd.org  2000/07/22 03:14:37
5813      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
5814      random early drop; ok theo, niels
5815    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
5816      [ssh.1]
5817      typo
5818    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
5819      [sshd.8]
5820      many fixes from pepper@mail.reppep.com
5821    - provos@cvs.openbsd.org  2000/08/01 13:01:42
5822      [Makefile.in util.c aux.c]
5823      rename aux.c to util.c to help with cygwin port
5824    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
5825      [authfd.c]
5826      correct sun_len; Alexander@Leidinger.net
5827    - provos@cvs.openbsd.org  2000/08/02 10:27:17
5828      [readconf.c sshd.8]
5829      disable kerberos authentication by default
5830    - provos@cvs.openbsd.org  2000/08/02 11:27:05
5831      [sshd.8 readconf.c auth-krb4.c]
5832      disallow kerberos authentication if we can't verify the TGT; from
5833      dugsong@
5834      kerberos authentication is on by default only if you have a srvtab.
5835    - markus@cvs.openbsd.org  2000/08/04 14:30:07
5836      [auth.c]
5837      unused
5838    - markus@cvs.openbsd.org  2000/08/04 14:30:35
5839      [sshd_config]
5840      MaxStartups
5841    - markus@cvs.openbsd.org  2000/08/15 13:20:46
5842      [authfd.c]
5843      cleanup; ok niels@
5844    - markus@cvs.openbsd.org  2000/08/17 14:05:10
5845      [session.c]
5846      cleanup login(1)-like jobs, no duplicate utmp entries
5847    - markus@cvs.openbsd.org  2000/08/17 14:06:34
5848      [session.c sshd.8 sshd.c]
5849       sshd -u len, similar to telnetd
5850  - (djm) Lastlog was not getting closed after writing login entry
5851  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
5852
5853 20000816
5854  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
5855  - (djm) Fix strerror replacement for old SunOS. Based on patch from
5856    Charles Levert <charles@comm.polymtl.ca>
5857  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
5858    implementation.
5859  - (djm) SUN_LEN macro for systems which lack it
5860
5861 20000815
5862  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
5863  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
5864    Michael Stone <mstone@cs.loyola.edu>
5865  - (djm) Don't seek in directory based lastlogs
5866  - (djm) Fix --with-ipaddr-display configure option test. Patch from
5867    Jarno Huuskonen <jhuuskon@messi.uku.fi>
5868  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5869
5870 20000813
5871  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
5872    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
5873
5874 20000809
5875  - (djm) Define AIX hard limits if headers don't. Report from
5876    Bill Painter <william.t.painter@lmco.com>
5877  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
5878    <charles@comm.polymtl.ca>
5879
5880 20000808
5881  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
5882    time, spec file cleanup.
5883
5884 20000807
5885  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
5886  - (djm) Suppress error messages on channel close shutdown() failurs
5887    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
5888  - (djm) Add some more entropy collection commands from Lutz Jaenicke
5889
5890 20000725
5891  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
5892
5893 20000721
5894  - (djm) OpenBSD CVS updates:
5895    - markus@cvs.openbsd.org  2000/07/16 02:27:22
5896      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
5897      [sshconnect1.c sshconnect2.c]
5898      make ssh-add accept dsa keys (the agent does not)
5899    - djm@cvs.openbsd.org     2000/07/17 19:25:02
5900      [sshd.c]
5901      Another closing of stdin; ok deraadt
5902    - markus@cvs.openbsd.org  2000/07/19 18:33:12
5903      [dsa.c]
5904      missing free, reorder
5905    - markus@cvs.openbsd.org  2000/07/20 16:23:14
5906      [ssh-keygen.1]
5907      document input and output files
5908
5909 20000720
5910  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
5911
5912 20000716
5913  - (djm) Release 2.1.1p4
5914
5915 20000715
5916  - (djm) OpenBSD CVS updates
5917    - provos@cvs.openbsd.org  2000/07/13 16:53:22
5918      [aux.c readconf.c servconf.c ssh.h]
5919      allow multiple whitespace but only one '=' between tokens, bug report from
5920      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
5921    - provos@cvs.openbsd.org  2000/07/13 17:14:09
5922      [clientloop.c]
5923      typo; todd@fries.net
5924    - provos@cvs.openbsd.org  2000/07/13 17:19:31
5925      [scp.c]
5926      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
5927    - markus@cvs.openbsd.org  2000/07/14 16:59:46
5928      [readconf.c servconf.c]
5929      allow leading whitespace. ok niels
5930    - djm@cvs.openbsd.org     2000/07/14 22:01:38
5931      [ssh-keygen.c ssh.c]
5932      Always create ~/.ssh with mode 700; ok Markus
5933  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
5934    - Include floatingpoint.h for entropy.c
5935    - strerror replacement
5936
5937 20000712
5938  - (djm) Remove -lresolve for Reliant Unix
5939  - (djm) OpenBSD CVS Updates:
5940    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
5941      [session.c sshd.c ]
5942      make MaxStartups code still work with -d; djm
5943    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
5944      [readconf.c ssh_config]
5945      disable FallBackToRsh by default
5946  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
5947    Ben Lindstrom <mouring@pconline.com>
5948  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
5949    spec file.
5950  - (djm) Released 2.1.1p3
5951
5952 20000711
5953  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
5954    <tbert@abac.com>
5955  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
5956  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
5957    <mouring@pconline.com>
5958  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
5959    from Jim Watt <jimw@peisj.pebio.com>
5960  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
5961    to compile on more platforms (incl NeXT).
5962  - (djm) Added bsd-inet_aton and configure support for NeXT
5963  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
5964  - (djm) OpenBSD CVS updates:
5965    - markus@cvs.openbsd.org  2000/06/26 03:22:29
5966      [authfd.c]
5967      cleanup, less cut&paste
5968    - markus@cvs.openbsd.org  2000/06/26 15:59:19
5969      [servconf.c servconf.h session.c sshd.8 sshd.c]
5970      MaxStartups: limit number of unauthenticated connections, work by
5971      theo and me
5972    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
5973      [session.c]
5974      use no_x11_forwarding_flag correctly; provos ok
5975    - provos@cvs.openbsd.org  2000/07/05 15:35:57
5976      [sshd.c]
5977      typo
5978    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
5979      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
5980      Insert more missing .El directives. Our troff really should identify
5981      these and spit out a warning.
5982    - todd@cvs.openbsd.org    2000/07/06 21:55:04
5983      [auth-rsa.c auth2.c ssh-keygen.c]
5984      clean code is good code
5985    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
5986      [serverloop.c]
5987      sense of port forwarding flag test was backwards
5988    - provos@cvs.openbsd.org  2000/07/08 17:17:31
5989      [compat.c readconf.c]
5990      replace strtok with strsep; from David Young <dyoung@onthejob.net>
5991    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
5992      [auth.h]
5993      KNF
5994    - ho@cvs.openbsd.org      2000/07/08 19:27:33
5995      [compat.c readconf.c]
5996      Better conditions for strsep() ending.
5997    - ho@cvs.openbsd.org      2000/07/10 10:27:05
5998      [readconf.c]
5999      Get the correct message on errors. (niels@ ok)
6000    - ho@cvs.openbsd.org      2000/07/10 10:30:25
6001      [cipher.c kex.c servconf.c]
6002      strtok() --> strsep(). (niels@ ok)
6003  - (djm) Fix problem with debug mode and MaxStartups
6004  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
6005    builds)
6006  - (djm) Add strsep function from OpenBSD libc for systems that lack it
6007
6008 20000709
6009  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
6010    Kevin Steves <stevesk@sweden.hp.com>
6011  - (djm) Match prototype and function declaration for rresvport_af.
6012    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
6013  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
6014    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
6015  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
6016    <jimw@peisj.pebio.com>
6017  - (djm) Fix pam sprintf fix
6018  - (djm) Cleanup entropy collection code a little more. Split initialisation
6019    from seeding, perform intialisation immediatly at start, be careful with
6020    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
6021  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
6022    Including sigaction() et al. replacements
6023  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
6024    <tbert@abac.com>
6025
6026 20000708
6027  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
6028    Aaron Hopkins <aaron@die.net>
6029  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
6030    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6031  - (djm) Fixed undefined variables for OSF SIA. Report from
6032    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
6033  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
6034    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
6035  - (djm) Don't use inet_addr.
6036
6037 20000702
6038  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
6039  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
6040    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
6041  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
6042    Chris, the Young One <cky@pobox.com>
6043  - (djm) Fix scp progress meter on really wide terminals. Based on patch
6044    from James H. Cloos Jr. <cloos@jhcloos.com>
6045
6046 20000701
6047  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
6048  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
6049  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
6050    <vinschen@cygnus.com>
6051  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
6052  - (djm) Added check for broken snprintf() functions which do not correctly
6053    terminate output string and attempt to use replacement.
6054  - (djm) Released 2.1.1p2
6055
6056 20000628
6057  - (djm) Fixes to lastlog code for Irix
6058  - (djm) Use atomicio in loginrec
6059  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
6060    Irix 6.x array sessions, project id's, and system audit trail id.
6061  - (djm) Added 'distprep' make target to simplify packaging
6062  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
6063    support. Enable using "USE_SIA=1 ./configure [options]"
6064
6065 20000627
6066  - (djm) Fixes to login code - not setting li->uid, cleanups
6067  - (djm) Formatting
6068
6069 20000626
6070  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
6071  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
6072  - (djm) Added password expiry checking (no password change support)
6073  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
6074    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6075  - (djm) Fix fixed EGD code.
6076  - OpenBSD CVS update
6077    - provos@cvs.openbsd.org  2000/06/25 14:17:58
6078      [channels.c]
6079      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
6080
6081 20000623
6082  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
6083    Svante Signell <svante.signell@telia.com>
6084  - (djm) Autoconf logic to define sa_family_t if it is missing
6085  - OpenBSD CVS Updates:
6086    - markus@cvs.openbsd.org  2000/06/22 10:32:27
6087      [sshd.c]
6088      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
6089    - djm@cvs.openbsd.org     2000/06/22 17:55:00
6090      [auth-krb4.c key.c radix.c uuencode.c]
6091      Missing CVS idents; ok markus
6092
6093 20000622
6094  - (djm) Automatically generate host key during "make install". Suggested
6095    by Gary E. Miller <gem@rellim.com>
6096  - (djm) Paranoia before kill() system call
6097  - OpenBSD CVS Updates:
6098    - markus@cvs.openbsd.org  2000/06/18 18:50:11
6099      [auth2.c compat.c compat.h sshconnect2.c]
6100      make userauth+pubkey interop with ssh.com-2.2.0
6101    - markus@cvs.openbsd.org  2000/06/18 20:56:17
6102      [dsa.c]
6103      mem leak + be more paranoid in dsa_verify.
6104    - markus@cvs.openbsd.org  2000/06/18 21:29:50
6105      [key.c]
6106      cleanup fingerprinting, less hardcoded sizes
6107    - markus@cvs.openbsd.org  2000/06/19 19:39:45
6108      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
6109      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
6110      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
6111      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
6112      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
6113      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
6114      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
6115      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
6116      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
6117      OpenBSD tag
6118    - markus@cvs.openbsd.org  2000/06/21 10:46:10
6119      sshconnect2.c missing free; nuke old comment
6120
6121 20000620
6122  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
6123    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
6124    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
6125  - (djm) Typo in loginrec.c
6126
6127 20000618
6128  - (djm) Add summary of configure options to end of ./configure run
6129  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
6130    Michael Stone <mstone@cs.loyola.edu>
6131  - (djm) rusage is a privileged operation on some Unices (incl.
6132    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
6133  - (djm) Avoid PAM failures when running without a TTY. Report from
6134    Martin Petrak <petrak@spsknm.schools.sk>
6135  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
6136    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
6137  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
6138  - OpenBSD CVS updates:
6139    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
6140      [channels.c]
6141      everyone says "nix it" (remove protocol 2 debugging message)
6142    - markus@cvs.openbsd.org  2000/06/17 13:24:34
6143      [sshconnect.c]
6144      allow extended server banners
6145    - markus@cvs.openbsd.org  2000/06/17 14:30:10
6146      [sshconnect.c]
6147      missing atomicio, typo
6148    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
6149      [servconf.c servconf.h session.c sshd.8 sshd_config]
6150      add support for ssh v2 subsystems. ok markus@.
6151    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
6152      [readconf.c servconf.c]
6153      include = in WHITESPACE; markus ok
6154    - markus@cvs.openbsd.org  2000/06/17 19:09:10
6155      [auth2.c]
6156      implement bug compatibility with ssh-2.0.13 pubkey, server side
6157    - markus@cvs.openbsd.org  2000/06/17 21:00:28
6158      [compat.c]
6159      initial support for ssh.com's 2.2.0
6160    - markus@cvs.openbsd.org  2000/06/17 21:16:09
6161      [scp.c]
6162      typo
6163    - markus@cvs.openbsd.org  2000/06/17 22:05:02
6164      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
6165      split auth-rsa option parsing into auth-options
6166      add options support to authorized_keys2
6167    - markus@cvs.openbsd.org  2000/06/17 22:42:54
6168      [session.c]
6169      typo
6170
6171 20000613
6172  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
6173   - Platform define for SCO 3.x which breaks on /dev/ptmx
6174   - Detect and try to fix missing MAXPATHLEN
6175  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
6176    <P.S.S.Camp@ukc.ac.uk>
6177
6178 20000612
6179  - (djm) Glob manpages in RPM spec files to catch compressed files
6180  - (djm) Full license in auth-pam.c
6181  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
6182  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
6183   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
6184      def'd
6185   - Set AIX to use preformatted manpages
6186
6187 20000610
6188  - (djm) Minor doc tweaks
6189  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
6190
6191 20000609
6192  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
6193    (in favour of utmpx) on Solaris 8
6194
6195 20000606
6196  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
6197    list of commands (by default). Removed verbose debugging (by default).
6198  - (djm) Increased command entropy estimates and default entropy collection
6199    timeout
6200  - (djm) Remove duplicate headers from loginrec.c
6201  - (djm) Don't add /usr/local/lib to library search path on Irix
6202  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
6203    <tibbs@math.uh.edu>
6204  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
6205    <zack@wolery.cumb.org>
6206  - (djm) OpenBSD CVS updates:
6207   - todd@cvs.openbsd.org
6208     [sshconnect2.c]
6209     teach protocol v2 to count login failures properly and also enable an
6210     explanation of why the password prompt comes up again like v1; this is NOT
6211     crypto
6212   - markus@cvs.openbsd.org
6213     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
6214     xauth_location support; pr 1234
6215     [readconf.c sshconnect2.c]
6216     typo, unused
6217     [session.c]
6218     allow use_login only for login sessions, otherwise remote commands are
6219     execed with uid==0
6220     [sshd.8]
6221     document UseLogin better
6222     [version.h]
6223     OpenSSH 2.1.1
6224     [auth-rsa.c]
6225     fix match_hostname() logic for auth-rsa: deny access if we have a
6226     negative match or no match at all
6227     [channels.c hostfile.c match.c]
6228     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
6229     kris@FreeBSD.org
6230
6231 20000606
6232  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
6233    configure.
6234
6235 20000604
6236  - Configure tweaking for new login code on Irix 5.3
6237  - (andre) login code changes based on djm feedback
6238
6239 20000603
6240  - (andre) New login code
6241     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
6242     - Add loginrec.[ch], logintest.c and autoconf code
6243
6244 20000531
6245  - Cleanup of auth.c, login.c and fake-*
6246  - Cleanup of auth-pam.c, save and print "account expired" error messages
6247  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
6248  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
6249    of fallback DIY code.
6250
6251 20000530
6252  - Define atexit for old Solaris
6253  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
6254    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
6255  - OpenBSD CVS updates:
6256   - markus@cvs.openbsd.org
6257     [session.c]
6258     make x11-fwd work w/ localhost (xauth add host/unix:11)
6259     [cipher.c compat.c readconf.c servconf.c]
6260     check strtok() != NULL; ok niels@
6261     [key.c]
6262     fix key_read() for uuencoded keys w/o '='
6263     [serverloop.c]
6264     group ssh1 vs. ssh2 in serverloop
6265     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
6266     split kexinit/kexdh, factor out common code
6267     [readconf.c ssh.1 ssh.c]
6268     forwardagent defaults to no, add ssh -A
6269   - theo@cvs.openbsd.org
6270     [session.c]
6271     just some line shortening
6272  - Released 2.1.0p3
6273
6274 20000520
6275  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
6276  - Don't touch utmp if USE_UTMPX defined
6277  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
6278  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
6279  - HPUX and Configure fixes from Lutz Jaenicke
6280    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6281  - Use mkinstalldirs script to make directories instead of non-portable
6282    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6283  - Doc cleanup
6284
6285 20000518
6286  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
6287  - OpenBSD CVS updates:
6288   - markus@cvs.openbsd.org
6289     [sshconnect.c]
6290     copy only ai_addrlen bytes; misiek@pld.org.pl
6291     [auth.c]
6292     accept an empty shell in authentication; bug reported by
6293     chris@tinker.ucr.edu
6294     [serverloop.c]
6295     we don't have stderr for interactive terminal sessions (fcntl errors)
6296
6297 20000517
6298  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
6299   - Fixes command line printing segfaults (spotter: Bladt Norbert)
6300   - Fixes erroneous printing of debug messages to syslog
6301   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
6302   - Gives useful error message if PRNG initialisation fails
6303   - Reduced ssh startup delay
6304   - Measures cumulative command time rather than the time between reads
6305     after select()
6306   - 'fixprogs' perl script to eliminate non-working entropy commands, and
6307     optionally run 'ent' to measure command entropy
6308  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
6309  - Avoid WCOREDUMP complation errors for systems that lack it
6310  - Avoid SIGCHLD warnings from entropy commands
6311  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
6312  - OpenBSD CVS update:
6313   - markus@cvs.openbsd.org
6314     [ssh.c]
6315     fix usage()
6316     [ssh2.h]
6317     draft-ietf-secsh-architecture-05.txt
6318     [ssh.1]
6319     document ssh -T -N (ssh2 only)
6320     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
6321     enable nonblocking IO for sshd w/ proto 1, too; split out common code
6322     [aux.c]
6323     missing include
6324  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
6325   - INSTALL typo and URL fix
6326   - Makefile fix
6327   - Solaris fixes
6328  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
6329    <ksakai@kso.netwk.ntt-at.co.jp>
6330  - RSAless operation patch from kevin_oconnor@standardandpoors.com
6331  - Detect OpenSSL seperatly from RSA
6332  - Better test for RSA (more compatible with RSAref). Based on work by
6333    Ed Eden <ede370@stl.rural.usda.gov>
6334
6335 20000513
6336  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
6337    <misiek@pld.org.pl>
6338
6339 20000511
6340  - Fix for prng_seed permissions checking from Lutz Jaenicke
6341    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6342  - "make host-key" fix for Irix
6343
6344 20000509
6345  - OpenBSD CVS update
6346   - markus@cvs.openbsd.org
6347     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
6348     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
6349     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
6350   - hugh@cvs.openbsd.org
6351     [ssh.1]
6352     - zap typo
6353     [ssh-keygen.1]
6354     - One last nit fix. (markus approved)
6355     [sshd.8]
6356     - some markus certified spelling adjustments
6357   - markus@cvs.openbsd.org
6358     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
6359     [sshconnect2.c ]
6360     - bug compat w/ ssh-2.0.13 x11, split out bugs
6361     [nchan.c]
6362     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
6363     [ssh-keygen.c]
6364     - handle escapes in real and original key format, ok millert@
6365     [version.h]
6366     - OpenSSH-2.1
6367  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
6368  - Doc updates
6369  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
6370    by Andre Lucas <andre.lucas@dial.pipex.com>
6371
6372 20000508
6373  - Makefile and RPM spec fixes
6374  - Generate DSA host keys during "make key" or RPM installs
6375  - OpenBSD CVS update
6376   - markus@cvs.openbsd.org
6377     [clientloop.c sshconnect2.c]
6378     - make x11-fwd interop w/ ssh-2.0.13
6379     [README.openssh2]
6380     - interop w/ SecureFX
6381  - Release 2.0.0beta2
6382
6383  - Configure caching and cleanup patch from Andre Lucas'
6384    <andre.lucas@dial.pipex.com>
6385
6386 20000507
6387  - Remove references to SSLeay.
6388  - Big OpenBSD CVS update
6389   - markus@cvs.openbsd.org
6390     [clientloop.c]
6391     - typo
6392     [session.c]
6393     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
6394     [session.c]
6395     - update proctitle for proto 1, too
6396     [channels.h nchan.c serverloop.c session.c sshd.c]
6397     - use c-style comments
6398   - deraadt@cvs.openbsd.org
6399     [scp.c]
6400     - more atomicio
6401   - markus@cvs.openbsd.org
6402     [channels.c]
6403     - set O_NONBLOCK
6404     [ssh.1]
6405     - update AUTHOR
6406     [readconf.c ssh-keygen.c ssh.h]
6407     - default DSA key file ~/.ssh/id_dsa
6408     [clientloop.c]
6409     - typo, rm verbose debug
6410   - deraadt@cvs.openbsd.org
6411     [ssh-keygen.1]
6412     - document DSA use of ssh-keygen
6413     [sshd.8]
6414     - a start at describing what i understand of the DSA side
6415     [ssh-keygen.1]
6416     - document -X and -x
6417     [ssh-keygen.c]
6418     - simplify usage
6419   - markus@cvs.openbsd.org
6420     [sshd.8]
6421     - there is no rhosts_dsa
6422     [ssh-keygen.1]
6423     - document -y, update -X,-x
6424     [nchan.c]
6425     - fix close for non-open ssh1 channels
6426     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
6427     - s/DsaKey/HostDSAKey/, document option
6428     [sshconnect2.c]
6429     - respect number_of_password_prompts
6430     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
6431     - GatewayPorts for sshd, ok deraadt@
6432     [ssh-add.1 ssh-agent.1 ssh.1]
6433     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
6434     [ssh.1]
6435     - more info on proto 2
6436     [sshd.8]
6437     - sync AUTHOR w/ ssh.1
6438     [key.c key.h sshconnect.c]
6439     - print key type when talking about host keys
6440     [packet.c]
6441     - clear padding in ssh2
6442     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
6443     - replace broken uuencode w/ libc b64_ntop
6444     [auth2.c]
6445     - log failure before sending the reply
6446     [key.c radix.c uuencode.c]
6447     - remote trailing comments before calling __b64_pton
6448     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
6449     [sshconnect2.c sshd.8]
6450     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
6451  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
6452
6453 20000502
6454  - OpenBSD CVS update
6455    [channels.c]
6456    - init all fds, close all fds.
6457    [sshconnect2.c]
6458    - check whether file exists before asking for passphrase
6459    [servconf.c servconf.h sshd.8 sshd.c]
6460    - PidFile, pr 1210
6461    [channels.c]
6462    - EINTR
6463    [channels.c]
6464    - unbreak, ok niels@
6465    [sshd.c]
6466    - unlink pid file, ok niels@
6467    [auth2.c]
6468    - Add missing #ifdefs; ok - markus
6469  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
6470    gathering commands from a text file
6471  - Release 2.0.0beta1
6472
6473 20000501
6474  - OpenBSD CVS update
6475    [packet.c]
6476    - send debug messages in SSH2 format
6477    [scp.c]
6478    - fix very rare EAGAIN/EINTR issues; based on work by djm
6479    [packet.c]
6480    - less debug, rm unused
6481    [auth2.c]
6482    - disable kerb,s/key in ssh2
6483    [sshd.8]
6484    - Minor tweaks and typo fixes.
6485    [ssh-keygen.c]
6486    - Put -d into usage and reorder. markus ok.
6487  - Include missing headers for OpenSSL tests. Fix from Phil Karn
6488    <karn@ka9q.ampr.org>
6489  - Fixed __progname symbol collisions reported by Andre Lucas
6490    <andre.lucas@dial.pipex.com>
6491  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
6492    <gd@hilb1.medat.de>
6493  - Add some missing ifdefs to auth2.c
6494  - Deprecate perl-tk askpass.
6495  - Irix portability fixes - don't include netinet headers more than once
6496  - Make sure we don't save PRNG seed more than once
6497
6498 20000430
6499  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
6500  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
6501    patch.
6502    - Adds timeout to entropy collection
6503    - Disables slow entropy sources
6504    - Load and save seed file
6505  - Changed entropy seed code to user per-user seeds only (server seed is
6506    saved in root's .ssh directory)
6507  - Use atexit() and fatal cleanups to save seed on exit
6508  - More OpenBSD updates:
6509    [session.c]
6510    - don't call chan_write_failed() if we are not writing
6511    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
6512    - keysize warnings error() -> log()
6513
6514 20000429
6515  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
6516    [README.openssh2]
6517    - interop w/ F-secure windows client
6518    - sync documentation
6519    - ssh_host_dsa_key not ssh_dsa_key
6520    [auth-rsa.c]
6521    - missing fclose
6522    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
6523    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
6524    [sshd.c uuencode.c uuencode.h authfile.h]
6525    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
6526      for trading keys with the real and the original SSH, directly from the
6527      people who invented the SSH protocol.
6528    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
6529    [sshconnect1.c sshconnect2.c]
6530    - split auth/sshconnect in one file per protocol version
6531    [sshconnect2.c]
6532    - remove debug
6533    [uuencode.c]
6534    - add trailing =
6535    [version.h]
6536    - OpenSSH-2.0
6537    [ssh-keygen.1 ssh-keygen.c]
6538    - add -R flag: exit code indicates if RSA is alive
6539    [sshd.c]
6540    - remove unused
6541      silent if -Q is specified
6542    [ssh.h]
6543    - host key becomes /etc/ssh_host_dsa_key
6544    [readconf.c servconf.c ]
6545    - ssh/sshd default to proto 1 and 2
6546    [uuencode.c]
6547    - remove debug
6548    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
6549    - xfree DSA blobs
6550    [auth2.c serverloop.c session.c]
6551    - cleanup logging for sshd/2, respect PasswordAuth no
6552    [sshconnect2.c]
6553    - less debug, respect .ssh/config
6554    [README.openssh2 channels.c channels.h]
6555    - clientloop.c session.c ssh.c
6556    - support for x11-fwding, client+server
6557
6558 20000421
6559  - Merge fix from OpenBSD CVS
6560   [ssh-agent.c]
6561   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
6562     via Debian bug #59926
6563  - Define __progname in session.c if libc doesn't
6564  - Remove indentation on autoconf #include statements to avoid bug in
6565    DEC Tru64 compiler. Report and fix from David Del Piero
6566    <David.DelPiero@qed.qld.gov.au>
6567
6568 20000420
6569  - Make fixpaths work with perl4, patch from Andre Lucas
6570    <andre.lucas@dial.pipex.com>
6571  - Sync with OpenBSD CVS:
6572   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
6573   - pid_t
6574   [session.c]
6575   - remove bogus chan_read_failed. this could cause data
6576     corruption (missing data) at end of a SSH2 session.
6577  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
6578   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
6579   - Use vhangup to clean up Linux ttys
6580   - Force posix getopt processing on GNU libc systems
6581  - Debian bug #55910 - remove references to ssl(8) manpages
6582  - Debian bug #58031 - ssh_config lies about default cipher
6583
6584 20000419
6585  - OpenBSD CVS updates
6586    [channels.c]
6587    - fix pr 1196, listen_port and port_to_connect interchanged
6588    [scp.c]
6589    - after completion, replace the progress bar ETA counter with a final
6590      elapsed time; my idea, aaron wrote the patch
6591    [ssh_config sshd_config]
6592    - show 'Protocol' as an example, ok markus@
6593    [sshd.c]
6594    - missing xfree()
6595  - Add missing header to bsd-misc.c
6596
6597 20000416
6598  - Reduce diff against OpenBSD source
6599    - All OpenSSL includes are now unconditionally referenced as
6600      openssl/foo.h
6601    - Pick up formatting changes
6602    - Other minor changed (typecasts, etc) that I missed
6603
6604 20000415
6605  - OpenBSD CVS updates.
6606    [ssh.1 ssh.c]
6607    - ssh -2
6608    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
6609    [session.c sshconnect.c]
6610    - check payload for (illegal) extra data
6611    [ALL]
6612    whitespace cleanup
6613
6614 20000413
6615  - INSTALL doc updates
6616  - Merged OpenBSD updates to include paths.
6617
6618 20000412
6619  - OpenBSD CVS updates:
6620    - [channels.c]
6621      repair x11-fwd
6622    - [sshconnect.c]
6623      fix passwd prompt for ssh2, less debugging output.
6624    - [clientloop.c compat.c dsa.c kex.c sshd.c]
6625      less debugging output
6626    - [kex.c kex.h sshconnect.c sshd.c]
6627      check for reasonable public DH values
6628    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
6629      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
6630      add Cipher and Protocol options to ssh/sshd, e.g.:
6631      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
6632      arcfour,3des-cbc'
6633    - [sshd.c]
6634      print 1.99 only if server supports both
6635
6636 20000408
6637  - Avoid some compiler warnings in fake-get*.c
6638  - Add IPTOS macros for systems which lack them
6639  - Only set define entropy collection macros if they are found
6640  - More large OpenBSD CVS updates:
6641    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
6642      [session.h ssh.h sshd.c README.openssh2]
6643      ssh2 server side, see README.openssh2; enable with 'sshd -2'
6644    - [channels.c]
6645      no adjust after close
6646    - [sshd.c compat.c ]
6647      interop w/ latest ssh.com windows client.
6648
6649 20000406
6650  - OpenBSD CVS update:
6651    - [channels.c]
6652      close efd on eof
6653    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
6654      ssh2 client implementation, interops w/ ssh.com and lsh servers.
6655    - [sshconnect.c]
6656      missing free.
6657    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
6658      remove unused argument, split cipher_mask()
6659    - [clientloop.c]
6660      re-order: group ssh1 vs. ssh2
6661  - Make Redhat spec require openssl >= 0.9.5a
6662
6663 20000404
6664  - Add tests for RAND_add function when searching for OpenSSL
6665  - OpenBSD CVS update:
6666    - [packet.h packet.c]
6667      ssh2 packet format
6668    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
6669      [channels.h channels.c]
6670      channel layer support for ssh2
6671    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
6672      DSA, keyexchange, algorithm agreement for ssh2
6673  - Generate manpages before make install not at the end of make all
6674  - Don't seed the rng quite so often
6675  - Always reseed rng when requested
6676
6677 20000403
6678  - Wrote entropy collection routines for systems that lack /dev/random
6679    and EGD
6680  - Disable tests and typedefs for 64 bit types. They are currently unused.
6681
6682 20000401
6683  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
6684    - [auth.c session.c sshd.c auth.h]
6685      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
6686    - [bufaux.c bufaux.h]
6687      support ssh2 bignums
6688    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
6689      [readconf.c ssh.c ssh.h serverloop.c]
6690      replace big switch() with function tables (prepare for ssh2)
6691    - [ssh2.h]
6692      ssh2 message type codes
6693    - [sshd.8]
6694      reorder Xr to avoid cutting
6695    - [serverloop.c]
6696      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
6697    - [channels.c]
6698      missing close
6699      allow bigger packets
6700    - [cipher.c cipher.h]
6701      support ssh2 ciphers
6702    - [compress.c]
6703      cleanup, less code
6704    - [dispatch.c dispatch.h]
6705      function tables for different message types
6706    - [log-server.c]
6707      do not log() if debuggin to stderr
6708      rename a cpp symbol, to avoid param.h collision
6709    - [mpaux.c]
6710      KNF
6711    - [nchan.c]
6712      sync w/ channels.c
6713
6714 20000326
6715  - Better tests for OpenSSL w/ RSAref
6716  - Added replacement setenv() function from OpenBSD libc. Suggested by
6717    Ben Lindstrom <mouring@pconline.com>
6718  - OpenBSD CVS update
6719    - [auth-krb4.c]
6720      -Wall
6721    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
6722      [match.h ssh.c ssh.h sshconnect.c sshd.c]
6723      initial support for DSA keys. ok deraadt@, niels@
6724    - [cipher.c cipher.h]
6725      remove unused cipher_attack_detected code
6726    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
6727      Fix some formatting problems I missed before.
6728    - [ssh.1 sshd.8]
6729      fix spelling errors, From: FreeBSD
6730    - [ssh.c]
6731      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
6732
6733 20000324
6734  - Released 1.2.3
6735
6736 20000317
6737  - Clarified --with-default-path option.
6738  - Added -blibpath handling for AIX to work around stupid runtime linking.
6739    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
6740    <jmknoble@jmknoble.cx>
6741  - Checks for 64 bit int types. Problem report from Mats Fredholm
6742    <matsf@init.se>
6743  - OpenBSD CVS updates:
6744    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
6745      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
6746      [sshd.c]
6747      pedantic: signed vs. unsigned, void*-arithm, etc
6748    - [ssh.1 sshd.8]
6749      Various cleanups and standardizations.
6750  - Runtime error fix for HPUX from Otmar Stahl
6751    <O.Stahl@lsw.uni-heidelberg.de>
6752
6753 20000316
6754  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
6755    Hesprich <dghespri@sprintparanet.com>
6756  - Propogate LD through to Makefile
6757  - Doc cleanups
6758  - Added blurb about "scp: command not found" errors to UPGRADING
6759
6760 20000315
6761  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
6762    problems with gcc/Solaris.
6763  - Don't free argument to putenv() after use (in setenv() replacement).
6764    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
6765  - Created contrib/ subdirectory. Included helpers from Phil Hands'
6766    Debian package, README file and chroot patch from Ricardo Cerqueira
6767    <rmcc@clix.pt>
6768  - Moved gnome-ssh-askpass.c to contrib directory and removed config
6769    option.
6770  - Slight cleanup to doc files
6771  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
6772
6773 20000314
6774  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
6775    peter@frontierflying.com
6776  - Include /usr/local/include and /usr/local/lib for systems that don't
6777    do it themselves
6778  - -R/usr/local/lib for Solaris
6779  - Fix RSAref detection
6780  - Fix IN6_IS_ADDR_V4MAPPED macro
6781
6782 20000311
6783  - Detect RSAref
6784  - OpenBSD CVS change
6785    [sshd.c]
6786     - disallow guessing of root password
6787  - More configure fixes
6788  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
6789
6790 20000309
6791  - OpenBSD CVS updates to v1.2.3
6792    [ssh.h atomicio.c]
6793     - int atomicio -> ssize_t (for alpha). ok deraadt@
6794    [auth-rsa.c]
6795     - delay MD5 computation until client sends response, free() early, cleanup.
6796    [cipher.c]
6797     - void* -> unsigned char*, ok niels@
6798    [hostfile.c]
6799     - remove unused variable 'len'. fix comments.
6800     - remove unused variable
6801    [log-client.c log-server.c]
6802     - rename a cpp symbol, to avoid param.h collision
6803    [packet.c]
6804     - missing xfree()
6805     - getsockname() requires initialized tolen; andy@guildsoftware.com
6806     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
6807    from Holger.Trapp@Informatik.TU-Chemnitz.DE
6808    [pty.c pty.h]
6809     - register cleanup for pty earlier. move code for pty-owner handling to
6810       pty.c ok provos@, dugsong@
6811    [readconf.c]
6812     - turn off x11-fwd for the client, too.
6813    [rsa.c]
6814     - PKCS#1 padding
6815    [scp.c]
6816     - allow '.' in usernames; from jedgar@fxp.org
6817    [servconf.c]
6818     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
6819     - sync with sshd_config
6820    [ssh-keygen.c]
6821     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
6822    [ssh.1]
6823     - Change invalid 'CHAT' loglevel to 'VERBOSE'
6824    [ssh.c]
6825     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
6826     - turn off x11-fwd for the client, too.
6827    [sshconnect.c]
6828     - missing xfree()
6829     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
6830     - read error vs. "Connection closed by remote host"
6831    [sshd.8]
6832     - ie. -> i.e.,
6833     - do not link to a commercial page..
6834     - sync with sshd_config
6835    [sshd.c]
6836     - no need for poll.h; from bright@wintelcom.net
6837     - log with level log() not fatal() if peer behaves badly.
6838     - don't panic if client behaves strange. ok deraadt@
6839     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
6840     - delay close() of pty until the pty has been chowned back to root
6841     - oops, fix comment, too.
6842     - missing xfree()
6843     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
6844       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
6845     - register cleanup for pty earlier. move code for pty-owner handling to
6846       pty.c ok provos@, dugsong@
6847     - create x11 cookie file
6848     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
6849     - version 1.2.3
6850  - Cleaned up
6851  - Removed warning workaround for Linux and devpts filesystems (no longer
6852    required after OpenBSD updates)
6853
6854 20000308
6855  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
6856
6857 20000307
6858  - Released 1.2.2p1
6859
6860 20000305
6861  - Fix DEC compile fix
6862  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
6863  - Check for getpagesize in libucb.a if not found in libc. Fix for old
6864    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
6865  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
6866    Mate Wierdl <mw@moni.msci.memphis.edu>
6867
6868 20000303
6869  - Added "make host-key" target, Suggestion from Dominik Brettnacher
6870  <domi@saargate.de>
6871  - Don't permanently fail on bind() if getaddrinfo has more choices left for
6872    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
6873    Miskiewicz <misiek@pld.org.pl>
6874  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6875  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
6876
6877 20000302
6878  - Big cleanup of autoconf code
6879    - Rearranged to be a little more logical
6880    - Added -R option for Solaris
6881    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
6882      to detect library and header location _and_ ensure library has proper
6883      RSA support built in (this is a problem with OpenSSL 0.9.5).
6884  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
6885  - Avoid warning message with Unix98 ptys
6886  - Warning was valid - possible race condition on PTYs. Avoided using
6887    platform-specific code.
6888  - Document some common problems
6889  - Allow root access to any key. Patch from
6890    markus.friedl@informatik.uni-erlangen.de
6891
6892 20000207
6893  - Removed SOCKS code. Will support through a ProxyCommand.
6894
6895 20000203
6896  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
6897  - Add --with-ssl-dir option
6898
6899 20000202
6900  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
6901    <jmd@aoe.vt.edu>
6902  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
6903  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
6904    <haruyama@nt.phys.s.u-tokyo.ac.jp>
6905
6906 20000201
6907  - Use socket pairs by default (instead of pipes). Prevents race condition
6908    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
6909
6910 20000127
6911  - Seed OpenSSL's random number generator before generating RSA keypairs
6912  - Split random collector into seperate file
6913  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
6914
6915 20000126
6916  - Released 1.2.2 stable
6917
6918  - NeXT keeps it lastlog in /usr/adm. Report from
6919    mouring@newton.pconline.com
6920  - Added note in UPGRADING re interop with commercial SSH using idea.
6921    Report from Jim Knoble <jmknoble@jmknoble.cx>
6922  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
6923    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
6924
6925 20000125
6926  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
6927    <andre.lucas@dial.pipex.com>
6928  - Reorder PAM initialisation so it does not mess up lastlog. Reported
6929    by Andre Lucas <andre.lucas@dial.pipex.com>
6930  - Use preformatted manpages on SCO, report from Gary E. Miller
6931    <gem@rellim.com>
6932  - New URL for x11-ssh-askpass.
6933  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
6934    <jmknoble@jmknoble.cx>
6935  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
6936    Jim Knoble <jmknoble@jmknoble.cx>
6937  - Updated RPM spec files to use DESTDIR
6938
6939 20000124
6940  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
6941    increment)
6942
6943 20000123
6944  - OpenBSD CVS:
6945    - [packet.c]
6946      getsockname() requires initialized tolen; andy@guildsoftware.com
6947  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
6948    <drankin@bohemians.lexington.ky.us>
6949  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
6950
6951 20000122
6952  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
6953    <bent@clark.net>
6954  - Merge preformatted manpage patch from Andre Lucas
6955    <andre.lucas@dial.pipex.com>
6956  - Make IPv4 use the default in RPM packages
6957  - Irix uses preformatted manpages
6958  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
6959    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
6960  - OpenBSD CVS updates:
6961    - [packet.c]
6962      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
6963      from Holger.Trapp@Informatik.TU-Chemnitz.DE
6964    - [sshd.c]
6965      log with level log() not fatal() if peer behaves badly.
6966    - [readpass.c]
6967      instead of blocking SIGINT, catch it ourselves, so that we can clean
6968      the tty modes up and kill ourselves -- instead of our process group
6969      leader (scp, cvs, ...) going away and leaving us in noecho mode.
6970      people with cbreak shells never even noticed..
6971    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
6972      ie. -> i.e.,
6973
6974 20000120
6975  - Don't use getaddrinfo on AIX
6976  - Update to latest OpenBSD CVS:
6977    - [auth-rsa.c]
6978      - fix user/1056, sshd keeps restrictions; dbt@meat.net
6979    - [sshconnect.c]
6980      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
6981      - destroy keys earlier
6982      - split key exchange (kex) and user authentication (user-auth),
6983        ok: provos@
6984    - [sshd.c]
6985      - no need for poll.h; from bright@wintelcom.net
6986      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
6987      - split key exchange (kex) and user authentication (user-auth),
6988        ok: provos@
6989  - Big manpage and config file cleanup from Andre Lucas
6990    <andre.lucas@dial.pipex.com>
6991    - Re-added latest (unmodified) OpenBSD manpages
6992  - Doc updates
6993  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
6994    Christos Zoulas <christos@netbsd.org>
6995
6996 20000119
6997  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
6998  - Compile fix from Darren_Hall@progressive.com
6999  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
7000    addresses using getaddrinfo(). Added a configure switch to make the
7001    default lookup mode AF_INET
7002
7003 20000118
7004  - Fixed --with-pid-dir option
7005  - Makefile fix from Gary E. Miller <gem@rellim.com>
7006  - Compile fix for HPUX and Solaris from Andre Lucas
7007    <andre.lucas@dial.pipex.com>
7008
7009 20000117
7010  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
7011    port, ignore EINVAL errors (Linux) when searching for free port.
7012  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
7013    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
7014  - Document location of Redhat PAM file in INSTALL.
7015  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
7016    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
7017    deliver (no IPv6 kernel support)
7018  - Released 1.2.1pre27
7019
7020  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
7021  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
7022    <jhuuskon@hytti.uku.fi>
7023  - Fix hang on logout if processes are still using the pty. Needs
7024    further testing.
7025  - Patch from Christos Zoulas <christos@zoulas.com>
7026    - Try $prefix first when looking for OpenSSL.
7027    - Include sys/types.h when including sys/socket.h in test programs
7028  - Substitute PID directory in sshd.8. Suggestion from Andrew
7029    Stribblehill <a.d.stribblehill@durham.ac.uk>
7030
7031 20000116
7032  - Renamed --with-xauth-path to --with-xauth
7033  - Added --with-pid-dir option
7034  - Released 1.2.1pre26
7035
7036  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
7037  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
7038    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
7039
7040 20000115
7041  - Add --with-xauth-path configure directive and explicit test for
7042    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
7043    Nordby <anders@fix.no>
7044  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
7045    openpty. Report from John Seifarth <john@waw.be>
7046  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
7047    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
7048    <gem@rellim.com>
7049  - Use __snprintf and __vnsprintf if they are found where snprintf and
7050    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
7051    and others.
7052
7053 20000114
7054  - Merged OpenBSD IPv6 patch:
7055    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
7056      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
7057      [hostfile.c sshd_config]
7058      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
7059      features: sshd allows multiple ListenAddress and Port options. note
7060      that libwrap is not IPv6-ready. (based on patches from
7061      fujiwara@rcac.tdi.co.jp)
7062    - [ssh.c canohost.c]
7063      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
7064      from itojun@
7065    - [channels.c]
7066      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
7067    - [packet.h]
7068      allow auth-kerberos for IPv4 only
7069    - [scp.1 sshd.8 servconf.h scp.c]
7070      document -4, -6, and 'ssh -L 2022/::1/22'
7071    - [ssh.c]
7072      'ssh @host' is illegal (null user name), from
7073      karsten@gedankenpolizei.de
7074    - [sshconnect.c]
7075      better error message
7076    - [sshd.c]
7077      allow auth-kerberos for IPv4 only
7078  - Big IPv6 merge:
7079    - Cleanup overrun in sockaddr copying on RHL 6.1
7080    - Replacements for getaddrinfo, getnameinfo, etc based on versions
7081      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
7082    - Replacement for missing structures on systems that lack IPv6
7083    - record_login needed to know about AF_INET6 addresses
7084    - Borrowed more code from OpenBSD: rresvport_af and requisites
7085
7086 20000110
7087  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
7088
7089 20000107
7090  - New config.sub and config.guess to fix problems on SCO. Supplied
7091    by Gary E. Miller <gem@rellim.com>
7092  - SCO build fix from Gary E. Miller <gem@rellim.com>
7093  - Released 1.2.1pre25
7094
7095 20000106
7096  - Documentation update & cleanup
7097  - Better KrbIV / AFS detection, based on patch from:
7098    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
7099
7100 20000105
7101  - Fixed annoying DES corruption problem. libcrypt has been
7102    overriding symbols in libcrypto. Removed libcrypt and crypt.h
7103    altogether (libcrypto includes its own crypt(1) replacement)
7104  - Added platform-specific rules for Irix 6.x. Included warning that
7105    they are untested.
7106
7107 20000103
7108  - Add explicit make rules for files proccessed by fixpaths.
7109  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
7110    <tnh@kondara.org>
7111  - Removed "nullok" directive from default PAM configuration files.
7112    Added information on enabling EmptyPasswords on openssh+PAM in
7113    UPGRADING file.
7114  - OpenBSD CVS updates
7115    - [ssh-agent.c]
7116      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
7117      dgaudet@arctic.org
7118    - [sshconnect.c]
7119      compare correct version for 1.3 compat mode
7120
7121 20000102
7122  - Prevent multiple inclusion of config.h and defines.h. Suggested
7123    by Andre Lucas <andre.lucas@dial.pipex.com>
7124  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
7125    <dgaudet@arctic.org>
7126
7127 19991231
7128  - Fix password support on systems with a mixture of shadowed and
7129    non-shadowed passwords (e.g. NIS). Report and fix from
7130    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
7131  - Fix broken autoconf typedef detection. Report from Marc G.
7132    Fournier <marc.fournier@acadiau.ca>
7133  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
7134    <Franz.Sirl-kernel@lauterbach.com>
7135  - Prevent typedefs from being compiled more than once. Report from
7136    Marc G. Fournier <marc.fournier@acadiau.ca>
7137  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
7138    <iretd@bigfoot.com>
7139  - Really fix broken default path. Fix from Jim Knoble
7140    <jmknoble@jmknoble.cx>
7141  - Remove test for quad_t. No longer needed.
7142  - Released 1.2.1pre24
7143
7144  - Added support for directory-based lastlogs
7145  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
7146
7147 19991230
7148  - OpenBSD CVS updates:
7149    - [auth-passwd.c]
7150      check for NULL 1st
7151  - Removed most of the pam code into its own file auth-pam.[ch]. This
7152    cleaned up sshd.c up significantly.
7153  - PAM authentication was incorrectly interpreting
7154    "PermitRootLogin without-password". Report from Matthias Andree
7155    <ma@dt.e-technik.uni-dortmund.de
7156  - Several other cleanups
7157  - Merged Dante SOCKS support patch from David Rankin
7158   <drankin@bohemians.lexington.ky.us>
7159  - Updated documentation with ./configure options
7160  - Released 1.2.1pre23
7161
7162 19991229
7163  - Applied another NetBSD portability patch from David Rankin
7164    <drankin@bohemians.lexington.ky.us>
7165  - Fix --with-default-path option.
7166  - Autodetect perl, patch from David Rankin
7167    <drankin@bohemians.lexington.ky.us>
7168  - Print whether OpenSSH was compiled with RSARef, patch from
7169    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
7170  - Calls to pam_setcred, patch from Nalin Dahyabhai
7171    <nalin@thermo.stat.ncsu.edu>
7172  - Detect missing size_t and typedef it.
7173  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
7174  - Minor Makefile cleaning
7175
7176 19991228
7177  - Replacement for getpagesize() for systems which lack it
7178  - NetBSD login.c compile fix from David Rankin
7179   <drankin@bohemians.lexington.ky.us>
7180  - Fully set ut_tv if present in utmp or utmpx
7181  - Portability fixes for Irix 5.3 (now compiles OK!)
7182  - autoconf and other misc cleanups
7183  - Merged AIX patch from Darren Hall <dhall@virage.org>
7184  - Cleaned up defines.h
7185  - Released 1.2.1pre22
7186
7187 19991227
7188  - Automatically correct paths in manpages and configuration files. Patch
7189    and script from Andre Lucas <andre.lucas@dial.pipex.com>
7190  - Removed credits from README to CREDITS file, updated.
7191  - Added --with-default-path to specify custom path for server
7192  - Removed #ifdef trickery from acconfig.h into defines.h
7193  - PAM bugfix. PermitEmptyPassword was being ignored.
7194  - Fixed PAM config files to allow empty passwords if server does.
7195  - Explained spurious PAM auth warning workaround in UPGRADING
7196  - Use last few chars of tty line as ut_id
7197  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
7198  - OpenBSD CVS updates:
7199    - [packet.h auth-rhosts.c]
7200      check format string for packet_disconnect and packet_send_debug, too
7201    - [channels.c]
7202      use packet_get_maxsize for channels. consistence.
7203
7204 19991226
7205  - Enabled utmpx support by default for Solaris
7206  - Cleanup sshd.c PAM a little more
7207  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
7208    X11 ssh-askpass program.
7209  - Disable logging of PAM success and failures, PAM is verbose enough.
7210    Unfortunatly there is currently no way to disable auth failure
7211    messages. Mention this in UPGRADING file and sent message to PAM
7212    developers
7213  - OpenBSD CVS update:
7214    - [ssh-keygen.1 ssh.1]
7215      remove ref to .ssh/random_seed, mention .ssh/environment in
7216      .Sh FILES, too
7217  - Released 1.2.1pre21
7218  - Fixed implicit '.' in default path, report from Jim Knoble
7219    <jmknoble@jmknoble.cx>
7220  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
7221
7222 19991225
7223  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
7224  - Cleanup of auth-passwd.c for shadow and MD5 passwords
7225  - Cleanup and bugfix of PAM authentication code
7226  - Released 1.2.1pre20
7227
7228  - Merged fixes from Ben Taylor <bent@clark.net>
7229  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
7230  - Disabled logging of PAM password authentication failures when password
7231    is empty. (e.g start of authentication loop). Reported by Naz
7232    <96na@eng.cam.ac.uk>)
7233
7234 19991223
7235  - Merged later HPUX patch from Andre Lucas
7236    <andre.lucas@dial.pipex.com>
7237  - Above patch included better utmpx support from Ben Taylor
7238    <bent@clark.net>
7239
7240 19991222
7241  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
7242    <pope@netguide.dk>
7243  - Fix login.c breakage on systems which lack ut_host in struct
7244    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
7245
7246 19991221
7247  - Integration of large HPUX patch from Andre Lucas
7248    <andre.lucas@dial.pipex.com>. Integrating it had a few other
7249    benefits:
7250    - Ability to disable shadow passwords at configure time
7251    - Ability to disable lastlog support at configure time
7252    - Support for IP address in $DISPLAY
7253  - OpenBSD CVS update:
7254    - [sshconnect.c]
7255    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
7256  - Fix DISABLE_SHADOW support
7257  - Allow MD5 passwords even if shadow passwords are disabled
7258  - Release 1.2.1pre19
7259
7260 19991218
7261  - Redhat init script patch from Chun-Chung Chen
7262    <cjj@u.washington.edu>
7263  - Avoid breakage on systems without IPv6 headers
7264
7265 19991216
7266  - Makefile changes for Solaris from Peter Kocks
7267    <peter.kocks@baygate.com>
7268  - Minor updates to docs
7269  - Merged OpenBSD CVS changes:
7270    - [authfd.c ssh-agent.c]
7271      keysize warnings talk about identity files
7272    - [packet.c]
7273      "Connection closed by x.x.x.x": fatal() -> log()
7274  - Correctly handle empty passwords in shadow file. Patch from:
7275    "Chris, the Young One" <cky@pobox.com>
7276  - Released 1.2.1pre18
7277
7278 19991215
7279  - Integrated patchs from Juergen Keil <jk@tools.de>
7280    - Avoid void* pointer arithmatic
7281    - Use LDFLAGS correctly
7282    - Fix SIGIO error in scp
7283    - Simplify status line printing in scp
7284  - Added better test for inline functions compiler support from
7285    Darren_Hall@progressive.com
7286
7287 19991214
7288  - OpenBSD CVS Changes
7289    - [canohost.c]
7290      fix get_remote_port() and friends for sshd -i;
7291      Holger.Trapp@Informatik.TU-Chemnitz.DE
7292    - [mpaux.c]
7293      make code simpler. no need for memcpy. niels@ ok
7294    - [pty.c]
7295      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
7296      fix proto; markus
7297    - [ssh.1]
7298       typo; mark.baushke@solipsa.com
7299    - [channels.c ssh.c ssh.h sshd.c]
7300      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
7301    - [sshconnect.c]
7302      move checking of hostkey into own function.
7303    - [version.h]
7304      OpenSSH-1.2.1
7305  - Clean up broken includes in pty.c
7306  - Some older systems don't have poll.h, they use sys/poll.h instead
7307  - Doc updates
7308
7309 19991211
7310  - Fix compilation on systems with AFS. Reported by
7311    aloomis@glue.umd.edu
7312  - Fix installation on Solaris. Reported by
7313    Gordon Rowell <gordonr@gormand.com.au>
7314  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
7315    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
7316  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
7317  - Compile fix from David Agraz <dagraz@jahoopa.com>
7318  - Avoid compiler warning in bsd-snprintf.c
7319  - Added pam_limits.so to default PAM config. Suggested by
7320    Jim Knoble <jmknoble@jmknoble.cx>
7321
7322 19991209
7323  - Import of patch from Ben Taylor <bent@clark.net>:
7324    - Improved PAM support
7325    - "uninstall" rule for Makefile
7326    - utmpx support
7327    - Should fix PAM problems on Solaris
7328  - OpenBSD CVS updates:
7329    - [readpass.c]
7330      avoid stdio; based on work by markus, millert, and I
7331    - [sshd.c]
7332      make sure the client selects a supported cipher
7333    - [sshd.c]
7334      fix sighup handling.  accept would just restart and daemon handled
7335      sighup only after the next connection was accepted. use poll on
7336      listen sock now.
7337    - [sshd.c]
7338      make that a fatal
7339  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
7340    to fix libwrap support on NetBSD
7341  - Released 1.2pre17
7342
7343 19991208
7344  - Compile fix for Solaris with /dev/ptmx from
7345    David Agraz <dagraz@jahoopa.com>
7346
7347 19991207
7348  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
7349    fixes compatability with 4.x and 5.x
7350  - Fixed default SSH_ASKPASS
7351  - Fix PAM account and session being called multiple times. Problem
7352    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
7353  - Merged more OpenBSD changes:
7354    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
7355      move atomicio into it's own file.  wrap all socket write()s which
7356      were doing write(sock, buf, len) != len, with atomicio() calls.
7357    - [auth-skey.c]
7358      fd leak
7359    - [authfile.c]
7360      properly name fd variable
7361    - [channels.c]
7362      display great hatred towards strcpy
7363    - [pty.c pty.h sshd.c]
7364      use openpty() if it exists (it does on BSD4_4)
7365    - [tildexpand.c]
7366      check for ~ expansion past MAXPATHLEN
7367  - Modified helper.c to use new atomicio function.
7368  - Reformat Makefile a little
7369  - Moved RC4 routines from rc4.[ch] into helper.c
7370  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
7371  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
7372  - Tweaked Redhat spec
7373  - Clean up bad imports of a few files (forgot -kb)
7374  - Released 1.2pre16
7375
7376 19991204
7377  - Small cleanup of PAM code in sshd.c
7378  - Merged OpenBSD CVS changes:
7379    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
7380      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
7381    - [auth-rsa.c]
7382      warn only about mismatch if key is _used_
7383      warn about keysize-mismatch with log() not error()
7384      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
7385      ports are u_short
7386    - [hostfile.c]
7387      indent, shorter warning
7388    - [nchan.c]
7389      use error() for internal errors
7390    - [packet.c]
7391      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
7392      serverloop.c
7393      indent
7394    - [ssh-add.1 ssh-add.c ssh.h]
7395      document $SSH_ASKPASS, reasonable default
7396    - [ssh.1]
7397      CheckHostIP is not available for connects via proxy command
7398    - [sshconnect.c]
7399      typo
7400      easier to read client code for passwd and skey auth
7401      turn of checkhostip for proxy connects, since we don't know the remote ip
7402
7403 19991126
7404  - Add definition for __P()
7405  - Added [v]snprintf() replacement for systems that lack it
7406
7407 19991125
7408  - More reformatting merged from OpenBSD CVS
7409  - Merged OpenBSD CVS changes:
7410    - [channels.c]
7411      fix packet_integrity_check() for !have_hostname_in_open.
7412      report from mrwizard@psu.edu via djm@ibs.com.au
7413    - [channels.c]
7414      set SO_REUSEADDR and SO_LINGER for forwarded ports.
7415      chip@valinux.com via damien@ibs.com.au
7416    - [nchan.c]
7417      it's not an error() if shutdown_write failes in nchan.
7418    - [readconf.c]
7419      remove dead #ifdef-0-code
7420    - [readconf.c servconf.c]
7421      strcasecmp instead of tolower
7422    - [scp.c]
7423      progress meter overflow fix from damien@ibs.com.au
7424    - [ssh-add.1 ssh-add.c]
7425      SSH_ASKPASS support
7426    - [ssh.1 ssh.c]
7427      postpone fork_after_authentication until command execution,
7428      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
7429      plus: use daemon() for backgrounding
7430  - Added BSD compatible install program and autoconf test, thanks to
7431    Niels Kristian Bech Jensen <nkbj@image.dk>
7432  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
7433  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
7434  - Release 1.2pre15
7435
7436 19991124
7437  - Merged very large OpenBSD source code reformat
7438  - OpenBSD CVS updates
7439    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
7440      [ssh.h sshd.8 sshd.c]
7441      syslog changes:
7442      * Unified Logmessage for all auth-types, for success and for failed
7443      * Standard connections get only ONE line in the LOG when level==LOG:
7444        Auth-attempts are logged only, if authentication is:
7445           a) successfull or
7446           b) with passwd or
7447           c) we had more than AUTH_FAIL_LOG failues
7448      * many log() became verbose()
7449      * old behaviour with level=VERBOSE
7450    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
7451      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
7452      messages. allows use of s/key in windows (ttssh, securecrt) and
7453      ssh-1.2.27 clients without 'ssh -v', ok: niels@
7454    - [sshd.8]
7455      -V, for fallback to openssh in SSH2 compatibility mode
7456    - [sshd.c]
7457      fix sigchld race; cjc5@po.cwru.edu
7458
7459 19991123
7460  - Added SuSE package files from Chris Saia <csaia@wtower.com>
7461  - Restructured package-related files under packages/*
7462  - Added generic PAM config
7463  - Numerous little Solaris fixes
7464  - Add recommendation to use GNU make to INSTALL document
7465
7466 19991122
7467  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
7468  - OpenBSD CVS Changes
7469    - [ssh-keygen.c]
7470      don't create ~/.ssh only if the user wants to store the private
7471      key there. show fingerprint instead of public-key after
7472      keygeneration. ok niels@
7473  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
7474  - Added timersub() macro
7475  - Tidy RCSIDs of bsd-*.c
7476  - Added autoconf test and macro to deal with old PAM libraries
7477    pam_strerror definition (one arg vs two).
7478  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
7479  - Retry /dev/urandom reads interrupted by signal (report from
7480    Robert Hardy <rhardy@webcon.net>)
7481  - Added a setenv replacement for systems which lack it
7482  - Only display public key comment when presenting ssh-askpass dialog
7483  - Released 1.2pre14
7484
7485  - Configure, Make and changelog corrections from Tudor Bosman
7486    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
7487
7488 19991121
7489  - OpenBSD CVS Changes:
7490    - [channels.c]
7491      make this compile, bad markus
7492    - [log.c readconf.c servconf.c ssh.h]
7493      bugfix: loglevels are per host in clientconfig,
7494      factor out common log-level parsing code.
7495    - [servconf.c]
7496      remove unused index (-Wall)
7497    - [ssh-agent.c]
7498      only one 'extern char *__progname'
7499    - [sshd.8]
7500      document SIGHUP, -Q to synopsis
7501    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
7502      [channels.c clientloop.c]
7503      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
7504      [hope this time my ISP stays alive during commit]
7505    - [OVERVIEW README] typos; green@freebsd
7506    - [ssh-keygen.c]
7507      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
7508      exit if writing the key fails (no infinit loop)
7509      print usage() everytime we get bad options
7510    - [ssh-keygen.c] overflow, djm@mindrot.org
7511    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
7512
7513 19991120
7514  - Merged more Solaris support from Marc G. Fournier
7515    <marc.fournier@acadiau.ca>
7516  - Wrote autoconf tests for integer bit-types
7517  - Fixed enabling kerberos support
7518  - Fix segfault in ssh-keygen caused by buffer overrun in filename
7519    handling.
7520
7521 19991119
7522  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
7523  - Merged OpenBSD CVS changes
7524    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
7525      more %d vs. %s in fmt-strings
7526    - [authfd.c]
7527      Integers should not be printed with %s
7528  - EGD uses a socket, not a named pipe. Duh.
7529  - Fix includes in fingerprint.c
7530  - Fix scp progress bar bug again.
7531  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
7532    David Rankin <drankin@bohemians.lexington.ky.us>
7533  - Added autoconf option to enable Kerberos 4 support (untested)
7534  - Added autoconf option to enable AFS support (untested)
7535  - Added autoconf option to enable S/Key support (untested)
7536  - Added autoconf option to enable TCP wrappers support (compiles OK)
7537  - Renamed BSD helper function files to bsd-*
7538  - Added tests for login and daemon and enable OpenBSD replacements for
7539    when they are absent.
7540  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
7541
7542 19991118
7543  - Merged OpenBSD CVS changes
7544    - [scp.c] foregroundproc() in scp
7545    - [sshconnect.h] include fingerprint.h
7546    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
7547      changes.
7548    - [ssh.1] Spell my name right.
7549  - Added openssh.com info to README
7550
7551 19991117
7552  - Merged OpenBSD CVS changes
7553    - [ChangeLog.Ylonen] noone needs this anymore
7554    - [authfd.c] close-on-exec for auth-socket, ok deraadt
7555    - [hostfile.c]
7556      in known_hosts key lookup the entry for the bits does not need
7557      to match, all the information is contained in n and e. This
7558      solves the problem with buggy servers announcing the wrong
7559      modulus length.  markus and me.
7560    - [serverloop.c]
7561      bugfix: check for space if child has terminated, from:
7562      iedowse@maths.tcd.ie
7563    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
7564      [fingerprint.c fingerprint.h]
7565      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
7566    - [ssh-agent.1] typo
7567    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
7568    - [sshd.c]
7569      force logging to stderr while loading private key file
7570      (lost while converting to new log-levels)
7571
7572 19991116
7573  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
7574  - Merged OpenBSD CVS changes:
7575    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
7576      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
7577      the keysize of rsa-parameter 'n' is passed implizit,
7578      a few more checks and warnings about 'pretended' keysizes.
7579    - [cipher.c cipher.h packet.c packet.h sshd.c]
7580      remove support for cipher RC4
7581    - [ssh.c]
7582      a note for legay systems about secuity issues with permanently_set_uid(),
7583      the private hostkey and ptrace()
7584    - [sshconnect.c]
7585      more detailed messages about adding and checking hostkeys
7586
7587 19991115
7588  - Merged OpenBSD CVS changes:
7589    - [ssh-add.c] change passphrase loop logic and remove ref to
7590      $DISPLAY, ok niels
7591  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
7592    modular.
7593  - Revised autoconf support for enabling/disabling askpass support.
7594  - Merged more OpenBSD CVS changes:
7595    [auth-krb4.c]
7596      - disconnect if getpeername() fails
7597      - missing xfree(*client)
7598    [canohost.c]
7599      - disconnect if getpeername() fails
7600      - fix comment: we _do_ disconnect if ip-options are set
7601    [sshd.c]
7602      - disconnect if getpeername() fails
7603      - move checking of remote port to central place
7604    [auth-rhosts.c] move checking of remote port to central place
7605    [log-server.c] avoid extra fd per sshd, from millert@
7606    [readconf.c] print _all_ bad config-options in ssh(1), too
7607    [readconf.h] print _all_ bad config-options in ssh(1), too
7608    [ssh.c] print _all_ bad config-options in ssh(1), too
7609    [sshconnect.c] disconnect if getpeername() fails
7610  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
7611  - Various small cleanups to bring diff (against OpenBSD) size down.
7612  - Merged more Solaris compability from Marc G. Fournier
7613    <marc.fournier@acadiau.ca>
7614  - Wrote autoconf tests for __progname symbol
7615  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
7616  - Released 1.2pre12
7617
7618  - Another OpenBSD CVS update:
7619    - [ssh-keygen.1] fix .Xr
7620
7621 19991114
7622  - Solaris compilation fixes (still imcomplete)
7623
7624 19991113
7625  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7626    - Don't install config files if they already exist
7627    - Fix inclusion of additional preprocessor directives from acconfig.h
7628  - Removed redundant inclusions of config.h
7629  - Added 'Obsoletes' lines to RPM spec file
7630  - Merged OpenBSD CVS changes:
7631    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
7632    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
7633      totalsize, ok niels,aaron
7634  - Delay fork (-f option) in ssh until after port forwarded connections
7635    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
7636  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
7637  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
7638  - Tidied default config file some more
7639  - Revised Redhat initscript to fix bug: sshd (re)start would fail
7640    if executed from inside a ssh login.
7641
7642 19991112
7643  - Merged changes from OpenBSD CVS
7644    - [sshd.c] session_key_int may be zero
7645    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
7646      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
7647      deraadt,millert
7648  - Brought default sshd_config more in line with OpenBSD's
7649  - Grab server in gnome-ssh-askpass (Debian bug #49872)
7650  - Released 1.2pre10
7651
7652  - Added INSTALL documentation
7653  - Merged yet more changes from OpenBSD CVS
7654    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
7655      [ssh.c ssh.h sshconnect.c sshd.c]
7656      make all access to options via 'extern Options options'
7657      and 'extern ServerOptions options' respectively;
7658      options are no longer passed as arguments:
7659       * make options handling more consistent
7660       * remove #include "readconf.h" from ssh.h
7661       * readconf.h is only included if necessary
7662    - [mpaux.c] clear temp buffer
7663    - [servconf.c] print _all_ bad options found in configfile
7664  - Make ssh-askpass support optional through autoconf
7665  - Fix nasty division-by-zero error in scp.c
7666  - Released 1.2pre11
7667
7668 19991111
7669  - Added (untested) Entropy Gathering Daemon (EGD) support
7670  - Fixed /dev/urandom fd leak (Debian bug #49722)
7671  - Merged OpenBSD CVS changes:
7672    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
7673    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
7674    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
7675  - Fix integer overflow which was messing up scp's progress bar for large
7676    file transfers. Fix submitted to OpenBSD developers. Report and fix
7677    from Kees Cook <cook@cpoint.net>
7678  - Merged more OpenBSD CVS changes:
7679    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
7680      + krb-cleanup cleanup
7681    - [clientloop.c log-client.c log-server.c ]
7682      [readconf.c readconf.h servconf.c servconf.h ]
7683      [ssh.1 ssh.c ssh.h sshd.8]
7684      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
7685      obsoletes QuietMode and FascistLogging in sshd.
7686    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
7687      allow session_key_int != sizeof(session_key)
7688      [this should fix the pre-assert-removal-core-files]
7689  - Updated default config file to use new LogLevel option and to improve
7690    readability
7691
7692 19991110
7693  - Merged several minor fixes:
7694    - ssh-agent commandline parsing
7695    - RPM spec file now installs ssh setuid root
7696    - Makefile creates libdir
7697    - Merged beginnings of Solaris compability from Marc G. Fournier
7698      <marc.fournier@acadiau.ca>
7699
7700 19991109
7701  - Autodetection of SSL/Crypto library location via autoconf
7702  - Fixed location of ssh-askpass to follow autoconf
7703  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
7704  - Autodetection of RSAref library for US users
7705  - Minor doc updates
7706  - Merged OpenBSD CVS changes:
7707    - [rsa.c] bugfix: use correct size for memset()
7708    - [sshconnect.c] warn if announced size of modulus 'n' != real size
7709  - Added GNOME passphrase requestor (use --with-gnome-askpass)
7710  - RPM build now creates subpackages
7711  - Released 1.2pre9
7712
7713 19991108
7714  - Removed debian/ directory. This is now being maintained separately.
7715  - Added symlinks for slogin in RPM spec file
7716  - Fixed permissions on manpages in RPM spec file
7717  - Added references to required libraries in README file
7718  - Removed config.h.in from CVS
7719  - Removed pwdb support (better pluggable auth is provided by glibc)
7720  - Made PAM and requisite libdl optional
7721  - Removed lots of unnecessary checks from autoconf
7722  - Added support and autoconf test for openpty() function (Unix98 pty support)
7723  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
7724  - Added TODO file
7725  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
7726    - Added ssh-askpass program
7727    - Added ssh-askpass support to ssh-add.c
7728    - Create symlinks for slogin on install
7729    - Fix "distclean" target in makefile
7730    - Added example for ssh-agent to manpage
7731    - Added support for PAM_TEXT_INFO messages
7732    - Disable internal /etc/nologin support if PAM enabled
7733  - Merged latest OpenBSD CVS changes:
7734    - [all] replace assert() with error, fatal or packet_disconnect
7735    - [sshd.c] don't send fail-msg but disconnect if too many authentication
7736      failures
7737    - [sshd.c] remove unused argument. ok dugsong
7738    - [sshd.c] typo
7739    - [rsa.c] clear buffers used for encryption. ok: niels
7740    - [rsa.c] replace assert() with error, fatal or packet_disconnect
7741    - [auth-krb4.c] remove unused argument. ok dugsong
7742  - Fixed coredump after merge of OpenBSD rsa.c patch
7743  - Released 1.2pre8
7744
7745 19991102
7746  - Merged change from OpenBSD CVS
7747   - One-line cleanup in sshd.c
7748
7749 19991030
7750  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
7751  - Merged latest updates for OpenBSD CVS:
7752    - channels.[ch] - remove broken x11 fix and document istate/ostate
7753    - ssh-agent.c - call setsid() regardless of argv[]
7754    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
7755  - Documentation cleanups
7756  - Renamed README -> README.Ylonen
7757  - Renamed README.openssh ->README
7758
7759 19991029
7760  - Renamed openssh* back to ssh* at request of Theo de Raadt
7761  - Incorporated latest changes from OpenBSD's CVS
7762  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
7763  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
7764  - Make distclean now removed configure script
7765  - Improved PAM logging
7766  - Added some debug() calls for PAM
7767  - Removed redundant subdirectories
7768  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
7769    building on Debian.
7770  - Fixed off-by-one error in PAM env patch
7771  - Released 1.2pre6
7772
7773 19991028
7774  - Further PAM enhancements.
7775    - Much cleaner
7776    - Now uses account and session modules for all logins.
7777  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
7778    - Build fixes
7779    - Autoconf
7780    - Change binary names to open*
7781  - Fixed autoconf script to detect PAM on RH6.1
7782  - Added tests for libpwdb, and OpenBSD functions to autoconf
7783  - Released 1.2pre4
7784
7785  - Imported latest OpenBSD CVS code
7786  - Updated README.openssh
7787  - Released 1.2pre5
7788
7789 19991027
7790  - Adapted PAM patch.
7791  - Released 1.0pre2
7792
7793  - Excised my buggy replacements for strlcpy and mkdtemp
7794  - Imported correct OpenBSD strlcpy and mkdtemp routines.
7795  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
7796  - Picked up correct version number from OpenBSD
7797  - Added sshd.pam PAM configuration file
7798  - Added sshd.init Redhat init script
7799  - Added openssh.spec RPM spec file
7800  - Released 1.2pre3
7801
7802 19991026
7803  - Fixed include paths of OpenSSL functions
7804  - Use OpenSSL MD5 routines
7805  - Imported RC4 code from nanocrypt
7806  - Wrote replacements for OpenBSD arc4random* functions
7807  - Wrote replacements for strlcpy and mkdtemp
7808  - Released 1.0pre1
7809
7810 $Id$
This page took 5.784858 seconds and 5 git commands to generate.