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