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