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