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