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