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