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