]> andersk Git - openssh.git/blob - ChangeLog
- djm@cvs.openbsd.org 2001/01/29 05:36:11
[openssh.git] / ChangeLog
1 20000130
2  - (djm) OpenBSD CVS Sync:
3    - markus@cvs.openbsd.org  2001/01/29 09:55:37
4      [channels.c channels.h clientloop.c serverloop.c]
5      fix select overflow; ok deraadt@ and stevesk@
6    - markus@cvs.openbsd.org  2001/01/29 12:42:35
7      [canohost.c canohost.h channels.c clientloop.c]
8      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
9    - markus@cvs.openbsd.org  2001/01/29 12:47:32
10      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
11      handle rsa_private_decrypt failures; helps against the Bleichenbacher
12      pkcs#1 attack
13    - djm@cvs.openbsd.org     2001/01/29 05:36:11
14      [ssh.1 ssh.c]
15      Allow invocation of sybsystem by commandline (-s); ok markus@
16
17 20000129
18  - (stevesk) sftp-server.c: use %lld vs. %qd
19
20 20010128
21  - (bal) Put USE_PIPES back into sco3.2v5
22  - (bal) OpenBSD Sync
23    - markus@cvs.openbsd.org 2001/01/28 10:15:34
24      [dispatch.c]
25      re-keying is not supported; ok deraadt@
26    - markus@cvs.openbsd.org 2001/01/28 10:24:04
27      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
28      cleanup AUTHORS sections
29    - markus@cvs.openbsd.org 2001/01/28 10:37:26
30      [sshd.c sshd.8]
31      remove -Q, no longer needed
32    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
33      [readconf.c ssh.1]
34      ``StrictHostKeyChecking ask'' documentation and small cleanup.
35      ok markus@
36    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
37      [sshd.8] 
38      spelling.  ok markus@
39    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
40      [xmalloc.c]
41      use size_t for strlen() return.  ok markus@
42    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
43      [authfile.c]
44      spelling.  use sizeof vs. strlen().  ok markus@
45    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
46      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
47       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
48       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
49       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
50       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
51       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
52      $OpenBSD$
53   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
54
55 20010126
56  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen 
57    Petrov <roumen.petrov@skalasoft.com>
58  - (bal) OpenBSD Sync
59    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
60      [ssh-agent.c]
61      call _exit() in signal handler
62
63 20010125
64  - (djm) Sync bsd-* support files:
65    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
66      [rresvport.c bindresvport.c]
67      new bindresvport() semantics that itojun, shin, jean-luc and i have 
68      agreed on, which will be happy for the future. bindresvport_sa() for
69      sockaddr *, too.  docs later..
70    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
71      [bindresvport.c]
72      in bindresvport(), if sin is non-NULL, example sin->sin_family for 
73      the actual family being processed
74  - (djm) Mention PRNGd in documentation, it is nicer than EGD
75  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
76  - (bal) AC_FUNC_STRFTIME added to autoconf
77  - (bal) OpenBSD Resync
78    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
79      [channels.c]
80      missing freeaddrinfo(); ok markus@
81
82 20010124
83  - (bal) OpenBSD Resync
84    - markus@cvs.openbsd.org 2001/01/23 10:45:10
85      [ssh.h]
86      nuke comment            
87  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
88  - (bal) #ifdef around S_IFSOCK if platform does not support it.
89    patch by Tim Rice <tim@multitalents.net>
90  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
91  - (stevesk) sftp-server.c: fix chmod() mode mask
92
93 20010123
94  - (bal) regexp.h typo in configure.in.  Should have been regex.h
95  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
96  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT 
97  - (bal) OpenBSD Resync
98    - markus@cvs.openbsd.org 2001/01/22 8:15:00
99      [auth-krb4.c sshconnect1.c]
100      only AFS needs radix.[ch]
101    - markus@cvs.openbsd.org 2001/01/22 8:32:53
102      [auth2.c]
103      no need to include; from mouring@etoh.eviladmin.org
104    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
105      [key.c]
106      free() -> xfree(); ok markus@
107    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
108      [sshconnect2.c sshd.c]
109      fix memory leaks in SSH2 key exchange; ok markus@
110    - markus@cvs.openbsd.org 2001/01/22 23:06:39
111      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
112       sshconnect1.c sshconnect2.c sshd.c]
113      rename skey -> challenge response.
114      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
115
116
117 20010122
118  - (bal) OpenBSD Resync
119    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
120      [servconf.c ssh.h sshd.c]
121      only auth-chall.c needs #ifdef SKEY
122    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
123      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
124       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
125       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
126       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
127       ssh1.h sshconnect1.c sshd.c ttymodes.c]
128      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
129    - markus@cvs.openbsd.org 2001/01/19 16:48:14
130      [sshd.8]
131      fix typo; from stevesk@
132    - markus@cvs.openbsd.org 2001/01/19 16:50:58
133      [ssh-dss.c]
134      clear and free digest, make consistent with other code (use dlen); from 
135      stevesk@
136    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
137      [auth-options.c auth-options.h auth-rsa.c auth2.c]
138      pass the filename to auth_parse_options()
139    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001 
140      [readconf.c]
141      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
142    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
143      [sshconnect2.c]
144      dh_new_group() does not return NULL.  ok markus@
145    - markus@cvs.openbsd.org 2001/01/20 21:33:42
146      [ssh-add.c]
147      do not loop forever if askpass does not exist; from 
148      andrew@pimlott.ne.mediaone.net
149    - djm@cvs.openbsd.org 2001/01/20 23:00:56
150      [servconf.c]
151      Check for NULL return from strdelim; ok markus
152    - djm@cvs.openbsd.org 2001/01/20 23:02:07
153      [readconf.c]
154      KNF; ok markus
155    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
156      [ssh-keygen.1]
157      remove -R flag; ok markus@
158    - markus@cvs.openbsd.org 2001/01/21 19:05:40
159      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
160       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
161       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
162       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
163       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
164       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
165       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
166       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
167       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
168       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
169       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h 
170       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
171       ttysmodes.c uidswap.c xmalloc.c]
172      split ssh.h and try to cleanup the #include mess. remove unnecessary 
173      #includes.  rename util.[ch] -> misc.[ch]
174  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
175  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve 
176    conflict when compiling for non-kerb install
177  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
178    on 1/19.
179
180 20010120
181  - (bal) OpenBSD Resync
182    - markus@cvs.openbsd.org 2001/01/19 12:45:26
183      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
184      only auth-chall.c needs #ifdef SKEY
185  - (bal) Slight auth2-pam.c clean up.
186  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
187    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
188
189 20010119
190  - (djm) Update versions in RPM specfiles
191  - (bal) OpenBSD Resync
192    - markus@cvs.openbsd.org 2001/01/18 16:20:21
193      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
194       sshd.8 sshd.c]
195      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many 
196      systems
197    - markus@cvs.openbsd.org 2001/01/18 16:59:59
198      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
199       session.h sshconnect1.c]
200      1) removes fake skey from sshd, since this will be much
201         harder with /usr/libexec/auth/login_XXX
202      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
203      3) make addition of BSD_AUTH and other challenge reponse methods
204         easier.
205    - markus@cvs.openbsd.org 2001/01/18 17:12:43
206      [auth-chall.c auth2-chall.c]
207      rename *-skey.c *-chall.c since the files are not skey specific
208  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
209    to fix NULL pointer deref and fake authloop breakage in PAM code.
210  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
211  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
212  
213 20010118
214  - (bal) Super Sized OpenBSD Resync
215    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
216      [sshd.c]
217      maxfd+1
218    - markus@cvs.openbsd.org 2001/01/13 17:59:18
219      [ssh-keygen.1]
220      small ssh-keygen manpage cleanup; stevesk@pobox.com
221    - markus@cvs.openbsd.org 2001/01/13 18:03:07
222      [scp.c ssh-keygen.c sshd.c]
223      getopt() returns -1 not EOF; stevesk@pobox.com
224    - markus@cvs.openbsd.org 2001/01/13 18:06:54
225      [ssh-keyscan.c]
226      use SSH_DEFAULT_PORT; from stevesk@pobox.com
227    - markus@cvs.openbsd.org 2001/01/13 18:12:47
228      [ssh-keyscan.c]
229      free() -> xfree(); fix memory leak; from stevesk@pobox.com
230    - markus@cvs.openbsd.org 2001/01/13 18:14:13
231      [ssh-add.c]
232      typo, from stevesk@sweden.hp.com
233    - markus@cvs.openbsd.org 2001/01/13 18:32:50
234      [packet.c session.c ssh.c sshconnect.c sshd.c] 
235      split out keepalive from packet_interactive (from dale@accentre.com)
236      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
237    - markus@cvs.openbsd.org 2001/01/13 18:36:45
238      [packet.c packet.h]
239      reorder, typo
240    - markus@cvs.openbsd.org 2001/01/13 18:38:00
241      [auth-options.c]
242      fix comment
243    - markus@cvs.openbsd.org 2001/01/13 18:43:31
244      [session.c]
245      Wall
246    - markus@cvs.openbsd.org 2001/01/13 19:14:08 
247      [clientloop.h clientloop.c ssh.c]
248      move callback to headerfile
249    - markus@cvs.openbsd.org 2001/01/15 21:40:10
250      [ssh.c]
251      use log() instead of stderr
252    - markus@cvs.openbsd.org 2001/01/15 21:43:51
253      [dh.c]
254      use error() not stderr!
255    - markus@cvs.openbsd.org 2001/01/15 21:45:29
256      [sftp-server.c]
257      rename must fail if newpath exists, debug off by default
258    - markus@cvs.openbsd.org 2001/01/15 21:46:38
259      [sftp-server.c]
260      readable long listing for sftp-server, ok deraadt@
261    - markus@cvs.openbsd.org 2001/01/16 19:20:06
262      [key.c ssh-rsa.c]
263      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from 
264      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys, 
265      since they are in the wrong format, too. they must be removed from 
266      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
267      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP 
268      .ssh/authorized_keys2) additionally, we now check that 
269      BN_num_bits(rsa->n) >= 768.
270    - markus@cvs.openbsd.org 2001/01/16 20:54:27
271      [sftp-server.c]
272      remove some statics. simpler handles; idea from nisse@lysator.liu.se
273    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
274      [bufaux.c radix.c sshconnect.h sshconnect1.c]
275      indent
276  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
277    be missing such feature.
278
279  
280 20010117
281  - (djm) Only write random seed file at exit
282  - (djm) Make PAM support optional, enable with --with-pam
283  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which 
284    provides a crypt() of its own)
285  - (djm) Avoid a warning in bsd-bindresvport.c
286  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
287    can cause weird segfaults errors on Solaris 
288  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
289  - (djm) Add --with-pam to RPM spec files
290
291 20010115
292  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
293  - (bal) utimes() support via utime() interface on machine that lack utimes().
294
295 20010114
296  - (stevesk) initial work for OpenBSD "support supplementary group in
297    {Allow,Deny}Groups" patch:
298    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
299    - add bsd-getgrouplist.h
300    - new files groupaccess.[ch]
301    - build but don't use yet (need to merge auth.c changes)
302  - (stevesk) complete:
303    - markus@cvs.openbsd.org  2001/01/13 11:56:48
304      [auth.c sshd.8]
305      support supplementary group in {Allow,Deny}Groups
306      from stevesk@pobox.com
307         
308 20010112
309  - (bal) OpenBSD Sync
310    - markus@cvs.openbsd.org 2001/01/10 22:56:22
311      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
312      cleanup sftp-server implementation:
313              add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
314              parse SSH2_FILEXFER_ATTR_EXTENDED
315              send SSH2_FX_EOF if readdir returns no more entries
316              reply to SSH2_FXP_EXTENDED message
317              use #defines from the draft
318              move #definations to sftp.h
319      more info:
320      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt 
321    - markus@cvs.openbsd.org 2001/01/10 19:43:20
322      [sshd.c]
323      XXX - generate_empheral_server_key() is not safe against races,
324      because it calls log()     
325    - markus@cvs.openbsd.org 2001/01/09 21:19:50
326      [packet.c]
327      allow TCP_NDELAY for ipv6; from netbsd via itojun@
328
329 20010110
330  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
331    Bladt Norbert <Norbert.Bladt@adi.ch>
332
333 20010109
334  - (bal) Resync CVS ID of cli.c
335  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
336    code.
337  - (bal) OpenBSD Sync
338    - markus@cvs.openbsd.org 2001/01/08 22:29:05
339      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
340       sshd_config version.h]
341      implement option 'Banner /etc/issue.net' for ssh2, move version to
342      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
343      is enabled).
344    - markus@cvs.openbsd.org 2001/01/08 22:03:23
345      [channels.c ssh-keyscan.c]
346      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
347    - markus@cvs.openbsd.org 2001/01/08 21:55:41
348      [sshconnect1.c]
349      more cleanups and fixes from stevesk@pobox.com:
350      1) try_agent_authentication() for loop will overwrite key just
351         allocated with key_new(); don't alloc
352      2) call ssh_close_authentication_connection() before exit
353         try_agent_authentication()
354      3) free mem on bad passphrase in try_rsa_authentication()
355    - markus@cvs.openbsd.org 2001/01/08 21:48:17
356      [kex.c]
357      missing free; thanks stevesk@pobox.com
358   - (bal) Detect if clock_t structure exists, if not define it.
359   - (bal) Detect if O_NONBLOCK exists, if not define it.
360   - (bal) removed news4-posix.h (now empty)
361   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
362     instead of 'int'
363  - (stevesk) sshd_config: sync
364  - (stevesk) defines.h: remove spurious ``;''
365
366 20010108
367  - (bal) Fixed another typo in cli.c
368  - (bal) OpenBSD Sync
369    - markus@cvs.openbsd.org 2001/01/07 21:26:55
370      [cli.c]
371      typo
372    - markus@cvs.openbsd.org 2001/01/07 21:26:55
373      [cli.c]
374      missing free, stevesk@pobox.com
375    - markus@cvs.openbsd.org 2001/01/07 19:06:25
376      [auth1.c]
377      missing free, stevesk@pobox.com
378    - markus@cvs.openbsd.org 2001/01/07 11:28:04
379      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
380       ssh.h sshd.8 sshd.c]
381      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
382      syslog priority changes:
383              fatal() LOG_ERR  -> LOG_CRIT
384              log()   LOG_INFO -> LOG_NOTICE
385  - Updated TODO
386
387 20010107
388  - (bal) OpenBSD Sync
389    - markus@cvs.openbsd.org 2001/01/06 11:23:27
390      [ssh-rsa.c]
391      remove unused
392    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
393      [ssh-keyscan.1]
394      missing .El
395    - markus@cvs.openbsd.org 2001/01/04 22:41:03
396      [session.c sshconnect.c]
397      consistent use of _PATH_BSHELL; from stevesk@pobox.com
398    - djm@cvs.openbsd.org 2001/01/04 22:35:32
399      [ssh.1 sshd.8]
400      Mention AES as available SSH2 Cipher; ok markus
401    - markus@cvs.openbsd.org 2001/01/04 22:25:58
402      [sshd.c]
403      sync usage()/man with defaults; from stevesk@pobox.com
404    - markus@cvs.openbsd.org 2001/01/04 22:21:26
405      [sshconnect2.c]
406      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
407      that prints a banner (e.g. /etc/issue.net)
408  
409 20010105
410  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
411  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
412
413 20010104
414  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
415    work by Chris Vaughan <vaughan99@yahoo.com>
416
417 20010103
418  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
419    tree (mainly positioning)
420  - (bal) OpenSSH CVS Update
421    - markus@cvs.openbsd.org 2001/01/02 20:41:02
422      [packet.c]
423      log remote ip on disconnect; PR 1600 from jcs@rt.fm
424    - markus@cvs.openbsd.org 2001/01/02 20:50:56
425      [sshconnect.c]
426      strict_host_key_checking for host_status != HOST_CHANGED && 
427      ip_status == HOST_CHANGED
428  - (bal) authfile.c: Synced CVS ID tag 
429  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
430  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
431    patch by Tim Rice <tim@multitalents.net>
432  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
433    and sftp-server.8 manpage.
434
435 20010102
436  - (bal) OpenBSD CVS Update
437    - markus@cvs.openbsd.org 2001/01/01 14:52:49
438      [scp.c]
439      use shared fatal(); from stevesk@pobox.com
440
441 20001231
442  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
443    for multiple reasons.
444  - (bal) Reverted out of a partial NeXT patch.
445
446 20001230
447  - (bal) OpenBSD CVS Update
448    - markus@cvs.openbsd.org 2000/12/28 18:58:30
449      [ssh-keygen.c]
450      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
451    - markus@cvs.openbsd.org 2000/12/29 22:19:13
452      [channels.c]
453      missing xfree; from vaughan99@yahoo.com
454  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
455  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
456    Suggested by Christian Kurz <shorty@debain.org>
457  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
458     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke 
459     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
460
461 20001229
462  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian 
463    Kurz <shorty@debain.org>
464  - (bal) OpenBSD CVS Update
465    - markus@cvs.openbsd.org 2000/12/28 14:25:51
466      [auth.h auth2.c]
467      count authentication failures only
468    - markus@cvs.openbsd.org 2000/12/28 14:25:03
469      [sshconnect.c]
470      fingerprint for MITM attacks, too.
471    - markus@cvs.openbsd.org 2000/12/28 12:03:57
472      [sshd.8 sshd.c]
473      document -D
474    - markus@cvs.openbsd.org 2000/12/27 14:19:21
475      [serverloop.c]
476      less chatty
477    - markus@cvs.openbsd.org 2000/12/27 12:34
478      [auth1.c sshconnect2.c sshd.c]
479      typo
480    - markus@cvs.openbsd.org 2000/12/27 12:30:19
481      [readconf.c readconf.h ssh.1 sshconnect.c]
482      new option: HostKeyAlias: allow the user to record the host key
483      under a different name. This is useful for ssh tunneling over
484      forwarded connections or if you run multiple sshd's on different
485      ports on the same machine.
486    - markus@cvs.openbsd.org 2000/12/27 11:51:53
487      [ssh.1 ssh.c]
488      multiple -t force pty allocation, document ORIGINAL_COMMAND
489    - markus@cvs.openbsd.org 2000/12/27 11:41:31
490      [sshd.8]
491      update for ssh-2
492  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
493    fix merge.
494
495 20001228
496  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
497    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
498  - (djm) Update to new x11-askpass in RPM spec
499  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
500    header.  Patch by Tim Rice <tim@multitalents.net>
501  - Updated TODO w/ known HP/UX issue
502  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
503    bad reference to 'NeXT including it else were' on the #ifdef version.
504
505 20001227
506  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by 
507    Takumi Yamane <yamtak@b-session.com>
508  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
509    by Corinna Vinschen <vinschen@redhat.com>
510  - (djm) Fix catman-do target for non-bash
511  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by 
512    Takumi Yamane <yamtak@b-session.com>
513  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
514    by Corinna Vinschen <vinschen@redhat.com>
515  - (djm) Fix catman-do target for non-bash
516  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.  
517  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/ 
518    'RLIMIT_NOFILE'
519  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree, 
520    the info in COPYING.Ylonen has been moved to the start of each 
521    SSH1-derived file and README.Ylonen is well out of date.
522
523 20001223
524  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
525    if a change to config.h has occurred.  Suggested by Gert Doering
526    <gert@greenie.muc.de>
527  - (bal) OpenBSD CVS Update:
528    - markus@cvs.openbsd.org 2000/12/22 16:49:40
529      [ssh-keygen.c]
530      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
531
532 20001222
533  - Updated RCSID for pty.c
534  - (bal) OpenBSD CVS Updates:
535   - markus@cvs.openbsd.org 2000/12/21 15:10:16
536     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
537     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
538   - markus@cvs.openbsd.org 2000/12/20 19:26:56
539     [authfile.c]
540     allow ssh -i userkey for root
541   - markus@cvs.openbsd.org 2000/12/20 19:37:21
542     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
543     fix prototypes; from stevesk@pobox.com
544   - markus@cvs.openbsd.org 2000/12/20 19:32:08
545     [sshd.c]
546     init pointer to NULL; report from Jan.Ivan@cern.ch
547   - markus@cvs.openbsd.org 2000/12/19 23:17:54
548     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
549      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
550      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
551      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
552      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
553      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
554      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
555      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
556      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
557     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
558     unsigned' with u_char.
559
560 20001221
561  - (stevesk) OpenBSD CVS updates:
562    - markus@cvs.openbsd.org 2000/12/19 15:43:45
563      [authfile.c channels.c sftp-server.c ssh-agent.c]
564      remove() -> unlink() for consistency
565    - markus@cvs.openbsd.org 2000/12/19 15:48:09
566      [ssh-keyscan.c]
567      replace <ssl/x.h> with <openssl/x.h>
568    - markus@cvs.openbsd.org 2000/12/17 02:33:40
569      [uidswap.c]
570      typo; from wsanchez@apple.com
571         
572 20001220
573  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code 
574    and Linux-PAM. Based on report and fix from Andrew Morgan
575    <morgan@transmeta.com>
576
577 20001218
578  - (stevesk) rsa.c: entropy.h not needed.
579  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
580    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
581
582 20001216
583  - (stevesk) OpenBSD CVS updates:
584    - markus@cvs.openbsd.org 2000/12/16 02:53:57
585      [scp.c]
586      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
587    - markus@cvs.openbsd.org 2000/12/16 02:39:57
588      [scp.c]
589      unused; from stevesk@pobox.com
590
591 20001215
592  - (stevesk) Old OpenBSD patch wasn't completely applied:
593    - markus@cvs.openbsd.org 2000/01/24 22:11:20
594      [scp.c]
595      allow '.' in usernames; from jedgar@fxp.org
596  - (stevesk) OpenBSD CVS updates:
597    - markus@cvs.openbsd.org 2000/12/13 16:26:53
598      [ssh-keyscan.c]
599      fatal already adds \n; from stevesk@pobox.com
600    - markus@cvs.openbsd.org 2000/12/13 16:25:44
601      [ssh-agent.c]
602      remove redundant spaces; from stevesk@pobox.com
603    - ho@cvs.openbsd.org 2000/12/12 15:50:21
604      [pty.c]
605      When failing to set tty owner and mode on a read-only filesystem, don't
606      abort if the tty already has correct owner and reasonably sane modes.
607      Example; permit 'root' to login to a firewall with read-only root fs.
608      (markus@ ok)
609    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
610      [pty.c]
611      KNF
612    - markus@cvs.openbsd.org 2000/12/12 14:45:21
613      [sshd.c]
614      source port < 1024 is no longer required for rhosts-rsa since it
615      adds no additional security.
616    - markus@cvs.openbsd.org 2000/12/12 16:11:49
617      [ssh.1 ssh.c]
618      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
619      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
620      these changes should not change the visible default behaviour of the ssh client.
621    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
622      [scp.c]
623      when copying 0-sized files, do not re-print ETA time at completion
624    - provos@cvs.openbsd.org 2000/12/15 10:30:15
625      [kex.c kex.h sshconnect2.c sshd.c]
626      compute diffie-hellman in parallel between server and client. okay markus@
627
628 20001213
629  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
630    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
631  - (stevesk) OpenBSD CVS update:
632    - markus@cvs.openbsd.org 2000/12/12 15:30:02
633      [ssh-keyscan.c ssh.c sshd.c]
634      consistently use __progname; from stevesk@pobox.com        
635
636 20001211
637  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
638    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
639    <pekka@netcore.fi>
640  - (bal) OpenbSD CVS update
641    - markus@cvs.openbsd.org 2000/12/10 17:01:53
642      [sshconnect1.c]
643      always request new challenge for skey/tis-auth, fixes interop with
644      other implementations; report from roth@feep.net
645
646 20001210
647  - (bal) OpenBSD CVS updates
648    - markus@cvs.openbsd.org 2000/12/09 13:41:51 
649      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
650      undo rijndael changes
651    - markus@cvs.openbsd.org 2000/12/09 13:48:31 
652      [rijndael.c]
653      fix byte order bug w/o introducing new implementation
654    - markus@cvs.openbsd.org 2000/12/09 14:08:27 
655      [sftp-server.c]
656      "" -> "." for realpath; from vinschen@redhat.com
657    - markus@cvs.openbsd.org 2000/12/09 14:06:54 
658      [ssh-agent.c]
659      extern int optind; from stevesk@sweden.hp.com
660    - provos@cvs.openbsd.org 2000/12/09 23:51:11
661      [compat.c]
662      remove unnecessary '\n'
663
664 20001209
665  - (bal) OpenBSD CVS updates:
666    - djm@cvs.openbsd.org 2000/12/07 4:24:59 
667      [ssh.1]
668      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
669
670 20001207
671  - (bal) OpenBSD CVS updates:
672    - markus@cvs.openbsd.org 2000/12/06 22:58:14 
673      [compat.c compat.h packet.c]
674      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
675    - markus@cvs.openbsd.org 2000/12/06 23:10:39
676      [rijndael.c]
677      unexpand(1)
678    - markus@cvs.openbsd.org 2000/12/06 23:05:43 
679      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
680      new rijndael implementation. fixes endian bugs
681
682 20001206
683  - (bal) OpenBSD CVS updates:
684    - markus@cvs.openbsd.org 2000/12/05 20:34:09
685      [channels.c channels.h clientloop.c serverloop.c]
686      async connects for -R/-L; ok deraadt@
687    - todd@cvs.openssh.org 2000/12/05 16:47:28
688      [sshd.c]
689      tweak comment to reflect real location of pid file; ok provos@
690  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
691    have it (used in ssh-keyscan).
692  - (stevesk) OpenBSD CVS update:
693    - markus@cvs.openbsd.org 2000/12/06 19:57:48
694      [ssh-keyscan.c]
695      err(3) -> internal error(), from stevesk@sweden.hp.com
696
697 20001205
698  - (bal) OpenBSD CVS updates:
699    - markus@cvs.openbsd.org 2000/12/04 19:24:02
700      [ssh-keyscan.c ssh-keyscan.1]
701      David Maziere's ssh-keyscan, ok niels@
702  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
703    to the recent OpenBSD source tree.
704  - (stevesk) fix typos in contrib/hpux/README
705
706 20001204
707  - (bal) More C functions defined in NeXT that are unaccessable without
708    defining -POSIX. 
709  - (bal) OpenBSD CVS updates: 
710    - markus@cvs.openbsd.org 2000/12/03 11:29:04 
711      [compat.c]
712      remove fallback to SSH_BUG_HMAC now that the drafts are updated
713    - markus@cvs.openbsd.org 2000/12/03 11:27:55
714      [compat.c]
715      correctly match "2.1.0.pl2 SSH" etc; from 
716      pekkas@netcore.fi/bugzilla.redhat
717    - markus@cvs.openbsd.org 2000/12/03 11:15:03
718      [auth2.c compat.c compat.h sshconnect2.c]
719      support f-secure/ssh.com 2.0.12; ok niels@
720
721 20001203
722  - (bal) OpenBSD CVS updates:
723   - markus@cvs.openbsd.org 2000/11/30 22:54:31
724     [channels.c]
725     debug->warn if tried to do -R style fwd w/o client requesting this; 
726     ok neils@
727   - markus@cvs.openbsd.org 2000/11/29 20:39:17
728     [cipher.c]
729     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
730   - markus@cvs.openbsd.org 2000/11/30 18:33:05
731     [ssh-agent.c]
732     agents must not dump core, ok niels@
733   - markus@cvs.openbsd.org 2000/11/30 07:04:02 
734     [ssh.1]
735     T is for both protocols
736   - markus@cvs.openbsd.org 2000/12/01 00:00:51
737     [ssh.1]
738     typo; from green@FreeBSD.org
739   - markus@cvs.openbsd.org 2000/11/30 07:02:35
740     [ssh.c]
741     check -T before isatty()
742   - provos@cvs.openbsd.org 2000/11/29 13:51:27
743     [sshconnect.c]
744     show IP address and hostname when new key is encountered. okay markus@ 
745   - markus@cvs.openbsd.org 2000/11/30 22:53:35
746     [sshconnect.c]
747     disable agent/x11/port fwding if hostkey has changed; ok niels@
748   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
749     [sshd.c]
750     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
751     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
752  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
753    PAM authentication using KbdInteractive.
754  - (djm) Added another TODO
755
756 20001202
757  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
758  - (bal) Irix need some sort of mansubdir, patch by Michael Stone 
759    <mstone@cs.loyola.edu>
760
761 20001129
762  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
763    if there are background children with open fds.
764  - (djm) bsd-rresvport.c bzero -> memset
765  - (djm) Don't fail in defines.h on absence of 64 bit types (we will 
766    still fail during compilation of sftp-server).
767  - (djm) Fail if ar is not found during configure
768  - (djm) OpenBSD CVS updates:
769    - provos@cvs.openbsd.org  2000/11/22 08:38:31
770      [sshd.8]
771      talk about /etc/primes, okay markus@
772    - markus@cvs.openbsd.org  2000/11/23 14:03:48
773      [ssh.c sshconnect1.c sshconnect2.c]
774      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
775      defaults
776    - markus@cvs.openbsd.org  2000/11/25 09:42:53
777      [sshconnect1.c]
778      reorder check for illegal ciphers, bugreport from espie@
779    - markus@cvs.openbsd.org  2000/11/25 10:19:34
780      [ssh-keygen.c ssh.h]
781      print keytype when generating a key.
782      reasonable defaults for RSA1/RSA/DSA keys.
783  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
784    more manpage paths in fixpaths calls
785  - (djm) Also add xauth path at Pekka's suggestion.
786  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
787
788 20001125
789  - (djm) Give up privs when reading seed file
790
791 20001123
792  - (bal) Merge OpenBSD changes:
793    - markus@cvs.openbsd.org  2000/11/15 22:31:36
794      [auth-options.c]
795      case insensitive key options; from stevesk@sweeden.hp.com    
796    - markus@cvs.openbsd.org  2000/11/16 17:55:43
797      [dh.c]
798      do not use perror() in sshd, after child is forked()
799    - markus@cvs.openbsd.org  2000/11/14 23:42:40
800      [auth-rsa.c]
801      parse option only if key matches; fix some confusing seen by the client
802    - markus@cvs.openbsd.org  2000/11/14 23:44:19
803      [session.c]
804      check no_agent_forward_flag for ssh-2, too
805    - markus@cvs.openbsd.org  2000/11/15
806      [ssh-agent.1]
807      reorder SYNOPSIS; typo, use .It
808    - markus@cvs.openbsd.org  2000/11/14 23:48:55
809      [ssh-agent.c]
810      do not reorder keys if a key is removed
811    - markus@cvs.openbsd.org  2000/11/15 19:58:08
812      [ssh.c]
813      just ignore non existing user keys   
814    - millert@cvs.openbsd.org  200/11/15 20:24:43
815      [ssh-keygen.c]
816      Add missing \n at end of error message.
817
818 20001122
819  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
820    are compilable.
821  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
822
823 20001117
824  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
825    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
826  - (stevesk) Reworked progname support. 
827  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
828    Shinichi Maruyama <marya@st.jip.co.jp>
829
830 20001116
831  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
832    releases.
833  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
834    <roth@feep.net>
835
836 20001113
837  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to 
838    contrib/README
839  - (djm) Merge OpenBSD changes:
840    - markus@cvs.openbsd.org  2000/11/06 16:04:56
841      [channels.c channels.h clientloop.c nchan.c serverloop.c]
842      [session.c ssh.c]
843      agent forwarding and -R for ssh2, based on work from
844      jhuuskon@messi.uku.fi
845    - markus@cvs.openbsd.org  2000/11/06 16:13:27
846      [ssh.c sshconnect.c sshd.c]
847      do not disabled rhosts(rsa) if server port > 1024; from
848      pekkas@netcore.fi
849    - markus@cvs.openbsd.org  2000/11/06 16:16:35
850      [sshconnect.c]
851      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
852    - markus@cvs.openbsd.org  2000/11/09 18:04:40
853      [auth1.c]
854      typo; from mouring@pconline.com
855    - markus@cvs.openbsd.org  2000/11/12 12:03:28
856      [ssh-agent.c]
857      off-by-one when removing a key from the agent
858    - markus@cvs.openbsd.org  2000/11/12 12:50:39
859      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
860      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
861      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
862      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
863      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
864      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]                   
865      add support for RSA to SSH2.  please test.
866      there are now 3 types of keys: RSA1 is used by ssh-1 only,
867      RSA and DSA are used by SSH2.
868      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
869      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
870      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
871  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
872  - (djm) Change to interim version
873  - (djm) Fix RPM spec file stupidity
874  - (djm) fixpaths to DSA and RSA keys too
875
876 20001112
877  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
878    Phillips Porch <root@theporch.com>
879  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
880    <dcp@sgi.com>
881  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
882    failed ioctl(TIOCSCTTY) call.
883
884 20001111
885  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
886    packaging files
887  - (djm) Fix new Makefile.in warnings
888  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are 
889    promoted to type int. Report and fix from Dan Astoorian 
890    <djast@cs.toronto.edu>
891  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get 
892    it wrong. Report from Bennett Todd <bet@rahul.net>
893
894 20001110
895  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
896  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
897  - (bal) Added in check to verify S/Key library is being detected in
898    configure.in
899  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif. 
900    Patch by Mark Miller <markm@swoon.net>
901  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
902    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net> 
903  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
904
905 20001107
906  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
907    Mark Miller <markm@swoon.net>
908  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
909    Jarno Huuskonen <jhuuskon@messi.uku.fi>
910  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
911    Mark D. Roth <roth@feep.net>
912
913 20001106
914  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
915  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
916  - (djm) Remove UPGRADING document in favour of a link to the better 
917    maintained FAQ on www.openssh.com
918  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
919    <pekkas@netcore.fi>
920  - (djm) Don't need X11-askpass in RPM spec file if building without it
921    from Pekka Savola <pekkas@netcore.fi>
922  - (djm) Release 2.3.0p1
923  - (bal) typo in configure.in in regards to --with-ldflags from Marko
924    Asplund <aspa@kronodoc.fi>
925  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
926
927 20001105
928  - (bal) Sync with OpenBSD:
929    - markus@cvs.openbsd.org 2000/10/31 9:31:58
930      [compat.c]
931      handle all old openssh versions
932    - markus@cvs.openbsd.org 2000/10/31 13:1853
933      [deattack.c]
934      so that large packets do not wrap "n"; from netbsd
935  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
936  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
937  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
938    setsid() into more common files
939  - (stevesk) pty.c: use __hpux to identify HP-UX.
940  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
941    bsd-waitpid.c
942
943 20001029
944  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
945  - (stevesk) Create contrib/cygwin/ directory; patch from
946    Corinna Vinschen <vinschen@redhat.com>
947  - (bal) Resolved more $xno and $xyes issues in configure.in
948  - (bal) next-posix.h - spelling and forgot a prototype
949
950 20001028
951  - (djm) fix select hack in serverloop.c from Philippe WILLEM 
952    <Philippe.WILLEM@urssaf.fr>
953  - (djm) Fix mangled AIXAUTHENTICATE code
954  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl 
955    <markus.friedl@informatik.uni-erlangen.de>
956  - (djm) Sync with OpenBSD:
957    - markus@cvs.openbsd.org  2000/10/16 15:46:32
958      [ssh.1]
959      fixes from pekkas@netcore.fi
960    - markus@cvs.openbsd.org  2000/10/17 14:28:11
961      [atomicio.c]
962      return number of characters processed; ok deraadt@
963    - markus@cvs.openbsd.org  2000/10/18 12:04:02
964      [atomicio.c]
965      undo
966    - markus@cvs.openbsd.org  2000/10/18 12:23:02
967      [scp.c]
968      replace atomicio(read,...) with read(); ok deraadt@
969    - markus@cvs.openbsd.org  2000/10/18 12:42:00
970      [session.c]
971      restore old record login behaviour
972    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
973      [auth-skey.c]
974      fmt string problem in unused code
975    - provos@cvs.openbsd.org  2000/10/19 10:45:16
976      [sshconnect2.c]
977      don't reference freed memory. okay deraadt@
978    - markus@cvs.openbsd.org  2000/10/21 11:04:23
979      [canohost.c]
980      typo, eramore@era-t.ericsson.se; ok niels@
981    - markus@cvs.openbsd.org  2000/10/23 13:31:55
982      [cipher.c]
983      non-alignment dependent swap_bytes(); from
984      simonb@wasabisystems.com/netbsd
985    - markus@cvs.openbsd.org  2000/10/26 12:38:28
986      [compat.c]
987      add older vandyke products
988    - markus@cvs.openbsd.org  2000/10/27 01:32:19
989      [channels.c channels.h clientloop.c serverloop.c session.c]
990      [ssh.c util.c]
991      enable non-blocking IO on channels, and tty's (except for the 
992      client ttys).
993
994 20001027
995  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
996
997 20001025
998  - (djm) Added WARNING.RNG file and modified configure to ask users of the
999    builtin entropy code to read it.
1000  - (djm) Prefer builtin regex to PCRE.
1001  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
1002  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
1003    <proski@gnu.org>
1004
1005 20001020
1006  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
1007  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
1008    is more correct then current version.
1009
1010 20001018
1011  - (stevesk) Add initial support for setproctitle().  Current
1012    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
1013  - (stevesk) Add egd startup scripts to contrib/hpux/
1014
1015 20001017
1016  - (djm) Add -lregex to cywin libs from Corinna Vinschen
1017    <vinschen@cygnus.com>
1018  - (djm) Don't rely on atomicio's retval to determine length of askpass
1019    supplied passphrase. Problem report from Lutz Jaenicke
1020    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1021  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
1022  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki 
1023    <nakaji@tutrp.tut.ac.jp>
1024
1025 20001016
1026  - (djm) Sync with OpenBSD:
1027    - markus@cvs.openbsd.org  2000/10/14 04:01:15
1028      [cipher.c]
1029      debug3
1030    - markus@cvs.openbsd.org  2000/10/14 04:07:23
1031      [scp.c]
1032      remove spaces from arguments; from djm@mindrot.org
1033    - markus@cvs.openbsd.org  2000/10/14 06:09:46
1034      [ssh.1]
1035      Cipher is for SSH-1 only
1036    - markus@cvs.openbsd.org  2000/10/14 06:12:09
1037      [servconf.c servconf.h serverloop.c session.c sshd.8]
1038      AllowTcpForwarding; from naddy@
1039    - markus@cvs.openbsd.org  2000/10/14 06:16:56
1040      [auth2.c compat.c compat.h sshconnect2.c version.h]
1041      OpenSSH_2.3; note that is is not complete, but the version number 
1042      needs to be changed for interoperability reasons
1043    - markus@cvs.openbsd.org  2000/10/14 06:19:45
1044      [auth-rsa.c]
1045      do not send RSA challenge if key is not allowed by key-options; from
1046      eivind@ThinkSec.com
1047    - markus@cvs.openbsd.org  2000/10/15 08:14:01
1048      [rijndael.c session.c]
1049      typos; from stevesk@sweden.hp.com
1050    - markus@cvs.openbsd.org  2000/10/15 08:18:31
1051      [rijndael.c]
1052      typo
1053  - (djm) Copy manpages back over from OpenBSD - too tedious to wade 
1054    through diffs
1055  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola 
1056    <pekkas@netcore.fi>
1057  - (djm) Update version in Redhat spec file
1058  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the 
1059    Redhat 7.0 spec file
1060  - (djm) Make inability to read/write PRNG seedfile non-fatal
1061
1062
1063 20001015
1064  - (djm) Fix ssh2 hang on background processes at logout.
1065
1066 20001014
1067  - (bal) Add support for realpath and getcwd for platforms with broken
1068    or missing realpath implementations for sftp-server.
1069  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
1070  - (bal) Add support for GNU rx library for those lacking regexp support 
1071  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
1072  - (djm) Revert SSH2 serverloop hack, will find a better way.
1073  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
1074    from Martin Johansson <fatbob@acc.umu.se>
1075  - (djm) Big OpenBSD sync:
1076    - markus@cvs.openbsd.org  2000/09/30 10:27:44
1077      [log.c]
1078      allow loglevel debug
1079    - markus@cvs.openbsd.org  2000/10/03 11:59:57
1080      [packet.c]
1081      hmac->mac
1082    - markus@cvs.openbsd.org  2000/10/03 12:03:03
1083      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
1084      move fake-auth from auth1.c to individual auth methods, disables s/key in
1085      debug-msg
1086    - markus@cvs.openbsd.org  2000/10/03 12:16:48
1087      ssh.c
1088      do not resolve canonname, i have no idea why this was added oin ossh
1089    - markus@cvs.openbsd.org  2000/10/09 15:30:44
1090      ssh-keygen.1 ssh-keygen.c
1091      -X now reads private ssh.com DSA keys, too.
1092    - markus@cvs.openbsd.org  2000/10/09 15:32:34
1093      auth-options.c
1094      clear options on every call.
1095    - markus@cvs.openbsd.org  2000/10/09 15:51:00
1096      authfd.c authfd.h
1097      interop with ssh-agent2, from <res@shore.net>
1098    - markus@cvs.openbsd.org  2000/10/10 14:20:45
1099      compat.c
1100      use rexexp for version string matching
1101    - provos@cvs.openbsd.org  2000/10/10 22:02:18
1102      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
1103      First rough implementation of the diffie-hellman group exchange.  The
1104      client can ask the server for bigger groups to perform the diffie-hellman
1105      in, thus increasing the attack complexity when using ciphers with longer
1106      keys.  University of Windsor provided network, T the company.
1107    - markus@cvs.openbsd.org  2000/10/11 13:59:52
1108      [auth-rsa.c auth2.c]
1109      clear auth options unless auth sucessfull
1110    - markus@cvs.openbsd.org  2000/10/11 14:00:27
1111      [auth-options.h]
1112      clear auth options unless auth sucessfull
1113    - markus@cvs.openbsd.org  2000/10/11 14:03:27
1114      [scp.1 scp.c]
1115      support 'scp -o' with help from mouring@pconline.com
1116    - markus@cvs.openbsd.org  2000/10/11 14:11:35
1117      [dh.c]
1118      Wall
1119    - markus@cvs.openbsd.org  2000/10/11 14:14:40
1120      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
1121      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
1122      add support for s/key (kbd-interactive) to ssh2, based on work by
1123      mkiernan@avantgo.com and me
1124    - markus@cvs.openbsd.org  2000/10/11 14:27:24
1125      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
1126      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
1127      [sshconnect2.c sshd.c]
1128      new cipher framework
1129    - markus@cvs.openbsd.org  2000/10/11 14:45:21
1130      [cipher.c]
1131      remove DES
1132    - markus@cvs.openbsd.org  2000/10/12 03:59:20
1133      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
1134      enable DES in SSH-1 clients only
1135    - markus@cvs.openbsd.org  2000/10/12 08:21:13
1136      [kex.h packet.c]
1137      remove unused
1138    - markus@cvs.openbsd.org  2000/10/13 12:34:46
1139      [sshd.c]
1140      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
1141    - markus@cvs.openbsd.org  2000/10/13 12:59:15
1142      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
1143      rijndael/aes support
1144    - markus@cvs.openbsd.org  2000/10/13 13:10:54
1145      [sshd.8]
1146      more info about -V
1147    - markus@cvs.openbsd.org  2000/10/13 13:12:02
1148      [myproposal.h]
1149      prefer no compression
1150  - (djm) Fix scp user@host handling
1151  - (djm) Don't clobber ssh_prng_cmds on install
1152  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
1153    u_intXX_t types on all platforms.
1154  - (stevesk) rijndael.c: cleanup missing declaration warnings.
1155  - (stevesk) ~/.hushlogin shouldn't cause required password change to
1156    be bypassed.
1157  - (stevesk) Display correct path to ssh-askpass in configure output.
1158    Report from Lutz Jaenicke.
1159
1160 20001007
1161  - (stevesk) Print PAM return value in PAM log messages to aid
1162    with debugging.
1163  - (stevesk) Fix detection of pw_class struct member in configure;
1164    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
1165
1166 20001002
1167  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
1168  - (djm) Add host system and CC to end-of-configure report. Suggested by
1169    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1170
1171 20000931
1172  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
1173
1174 20000930
1175  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
1176  - (djm) Support in bsd-snprintf.c for long long conversions from 
1177    Ben Lindstrom <mouring@pconline.com>
1178  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
1179  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
1180    very short lived X connections. Bug report from Tobias Oetiker 
1181    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
1182  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
1183    patch from Pekka Savola <pekkas@netcore.fi>
1184  - (djm) Forgot to cvs add LICENSE file
1185  - (djm) Add LICENSE to RPM spec files
1186  - (djm) CVS OpenBSD sync:
1187    - markus@cvs.openbsd.org  2000/09/26 13:59:59
1188      [clientloop.c]
1189      use debug2
1190    - markus@cvs.openbsd.org  2000/09/27 15:41:34
1191      [auth2.c sshconnect2.c]
1192      use key_type()
1193    - markus@cvs.openbsd.org  2000/09/28 12:03:18
1194      [channels.c]
1195      debug -> debug2 cleanup
1196  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only 
1197    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
1198    <Alain.St-Denis@ec.gc.ca>
1199  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass. 
1200    Problem was caused by interrupted read in ssh-add. Report from Donald 
1201    J. Barry <don@astro.cornell.edu>
1202
1203 20000929
1204  - (djm) Fix SSH2 not terminating until all background tasks done problem.
1205  - (djm) Another off-by-one fix from Pavel Kankovsky 
1206    <peak@argo.troja.mff.cuni.cz> 
1207  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
1208    tidy necessary differences. Use Markus' new debugN() in entropy.c
1209  - (djm) Merged big SCO portability patch from Tim Rice 
1210    <tim@multitalents.net>
1211
1212 20000926
1213  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
1214  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
1215  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c. 
1216    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> 
1217
1218 20000924
1219  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
1220  - (djm) A bit more cleanup - created cygwin_util.h
1221  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
1222    <markm@swoon.net>
1223
1224 20000923
1225  - (djm) Fix address logging in utmp from Kevin Steves 
1226    <stevesk@sweden.hp.com>
1227  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
1228  - (djm) Seperate tests for int64_t and u_int64_t types
1229  - (djm) Tweak password expiry checking at suggestion of Kevin Steves 
1230    <stevesk@sweden.hp.com>
1231  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
1232  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from 
1233    Michael Stone <mstone@cs.loyola.edu>
1234  - (djm) OpenBSD CVS sync:
1235    - markus@cvs.openbsd.org  2000/09/17 09:38:59
1236      [sshconnect2.c sshd.c]
1237      fix DEBUG_KEXDH
1238    - markus@cvs.openbsd.org  2000/09/17 09:52:51
1239      [sshconnect.c]
1240      yes no; ok niels@
1241    - markus@cvs.openbsd.org  2000/09/21 04:55:11
1242      [sshd.8]
1243      typo
1244    - markus@cvs.openbsd.org  2000/09/21 05:03:54
1245      [serverloop.c]
1246      typo
1247    - markus@cvs.openbsd.org  2000/09/21 05:11:42
1248      scp.c
1249      utime() to utimes(); mouring@pconline.com
1250    - markus@cvs.openbsd.org  2000/09/21 05:25:08
1251      sshconnect2.c
1252      change login logic in ssh2, allows plugin of other auth methods
1253    - markus@cvs.openbsd.org  2000/09/21 05:25:35
1254      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
1255      [serverloop.c]
1256      add context to dispatch_run
1257    - markus@cvs.openbsd.org  2000/09/21 05:07:52
1258      authfd.c authfd.h ssh-agent.c
1259      bug compat for old ssh.com software
1260
1261 20000920
1262  - (djm) Fix bad path substitution. Report from Andrew Miner
1263    <asminer@cs.iastate.edu>
1264
1265 20000916
1266  - (djm) Fix SSL search order from Lutz Jaenicke 
1267    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1268  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
1269  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
1270  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
1271    Patch from Larry Jones <larry.jones@sdrc.com>
1272  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM 
1273    password change patch.
1274  - (djm) Bring licenses on my stuff in line with OpenBSD's
1275  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
1276    Kevin Steves <stevesk@sweden.hp.com>
1277  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
1278  - (djm) Re-enable int64_t types - we need them for sftp
1279  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
1280  - (djm) Update Redhat SPEC file accordingly
1281  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
1282  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
1283  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter 
1284    <Dirk.DeWachter@rug.ac.be>
1285  - (djm) Fixprogs and entropy list fixes from Larry Jones 
1286    <larry.jones@sdrc.com>
1287  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
1288    <tyoshida@gemini.rc.kyushu-u.ac.jp>
1289  - (djm) Merge OpenBSD changes:
1290    - markus@cvs.openbsd.org  2000/09/05 02:59:57
1291      [session.c]
1292      print hostname (not hushlogin)
1293    - markus@cvs.openbsd.org  2000/09/05 13:18:48
1294      [authfile.c ssh-add.c]
1295      enable ssh-add -d for DSA keys
1296    - markus@cvs.openbsd.org  2000/09/05 13:20:49
1297      [sftp-server.c]
1298      cleanup
1299    - markus@cvs.openbsd.org  2000/09/06 03:46:41
1300      [authfile.h]
1301      prototype
1302    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
1303      [ALL]
1304      cleanup copyright notices on all files.  I have attempted to be 
1305      accurate with the details.  everything is now under Tatu's licence 
1306      (which I copied from his readme), and/or the core-sdi bsd-ish thing 
1307      for deattack, or various openbsd developers under a 2-term bsd 
1308      licence.  We're not changing any rules, just being accurate.
1309    - markus@cvs.openbsd.org  2000/09/07 14:40:30
1310      [channels.c channels.h clientloop.c serverloop.c ssh.c]
1311      cleanup window and packet sizes for ssh2 flow control; ok niels
1312    - markus@cvs.openbsd.org  2000/09/07 14:53:00
1313      [scp.c]
1314      typo
1315    - markus@cvs.openbsd.org  2000/09/07 15:13:37
1316      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
1317      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
1318      [pty.c readconf.c]
1319      some more Copyright fixes
1320    - markus@cvs.openbsd.org  2000/09/08 03:02:51
1321      [README.openssh2]
1322      bye bye
1323    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
1324      [LICENCE cipher.c]
1325      a few more comments about it being ARC4 not RC4
1326    - markus@cvs.openbsd.org  2000/09/12 14:53:11
1327      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
1328      multiple debug levels
1329    - markus@cvs.openbsd.org  2000/09/14 14:25:15
1330      [clientloop.c]
1331      typo
1332    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
1333      [ssh-agent.c]
1334      check return value for setenv(3) for failure, and deal appropriately
1335
1336 20000913
1337  - (djm) Fix server not exiting with jobs in background.
1338
1339 20000905
1340  - (djm) Import OpenBSD CVS changes
1341    - markus@cvs.openbsd.org  2000/08/31 15:52:24
1342      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
1343      implement a SFTP server. interops with sftp2, scp2 and the windows
1344      client from ssh.com
1345    - markus@cvs.openbsd.org  2000/08/31 15:56:03
1346      [README.openssh2]
1347      sync
1348    - markus@cvs.openbsd.org  2000/08/31 16:05:42
1349      [session.c]
1350      Wall
1351    - markus@cvs.openbsd.org  2000/08/31 16:09:34
1352      [authfd.c ssh-agent.c]
1353      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
1354    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
1355      [scp.1 scp.c]
1356      cleanup and fix -S support; stevesk@sweden.hp.com
1357    - markus@cvs.openbsd.org  2000/09/01 16:29:32
1358      [sftp-server.c]
1359      portability fixes
1360    - markus@cvs.openbsd.org  2000/09/01 16:32:41
1361      [sftp-server.c]
1362      fix cast; mouring@pconline.com
1363    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
1364      [ssh-add.1 ssh.1]
1365      add missing .El against .Bl.
1366    - markus@cvs.openbsd.org  2000/09/04 13:03:41
1367      [session.c]
1368      missing close; ok theo
1369    - markus@cvs.openbsd.org  2000/09/04 13:07:21
1370      [session.c]
1371      fix get_last_login_time order; from andre@van-veen.de
1372    - markus@cvs.openbsd.org  2000/09/04 13:10:09
1373      [sftp-server.c]
1374      more cast fixes; from mouring@pconline.com
1375    - markus@cvs.openbsd.org  2000/09/04 13:06:04
1376      [session.c]
1377      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
1378  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
1379  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
1380
1381 20000903
1382  - (djm) Fix Redhat init script
1383
1384 20000901
1385  - (djm) Pick up Jim's new X11-askpass
1386  - (djm) Release 2.2.0p1
1387
1388 20000831
1389  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
1390    <acox@cv.telegroup.com>
1391  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
1392
1393 20000830
1394  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
1395  - (djm) Periodically rekey arc4random
1396  - (djm) Clean up diff against OpenBSD.
1397  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
1398    <stevesk@sweden.hp.com>
1399  - (djm) Quieten the pam delete credentials error message
1400  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
1401    Kevin Steves <stevesk@sweden.hp.com>
1402  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
1403  - (djm) Fix doh in bsd-arc4random.c
1404
1405 20000829
1406  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
1407    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
1408    Garrick James <garrick@james.net>
1409  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
1410    Bastian Trompetter <btrompetter@firemail.de>
1411  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
1412  - More OpenBSD updates:
1413    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
1414      [scp.c]
1415      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
1416    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
1417      [session.c]
1418      Wall
1419    - markus@cvs.openbsd.org  2000/08/26 04:33:43
1420      [compat.c]
1421      ssh.com-2.3.0
1422    - markus@cvs.openbsd.org  2000/08/27 12:18:05
1423      [compat.c]
1424      compatibility with future ssh.com versions
1425    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
1426      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
1427      print uid/gid as unsigned
1428    - markus@cvs.openbsd.org  2000/08/28 13:51:00
1429      [ssh.c]
1430      enable -n and -f for ssh2
1431    - markus@cvs.openbsd.org  2000/08/28 14:19:53
1432      [ssh.c]
1433      allow combination of -N and -f
1434    - markus@cvs.openbsd.org  2000/08/28 14:20:56
1435      [util.c]
1436      util.c
1437    - markus@cvs.openbsd.org  2000/08/28 14:22:02
1438      [util.c]
1439      undo
1440    - markus@cvs.openbsd.org  2000/08/28 14:23:38
1441      [util.c]
1442      don't complain if setting NONBLOCK fails with ENODEV
1443
1444 20000823
1445  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
1446    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
1447    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
1448    <kajiyama@grad.sccs.chukyo-u.ac.jp>
1449  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
1450  - (djm) Add local version to version.h
1451  - (djm) Don't reseed arc4random everytime it is used
1452  - (djm) OpenBSD CVS updates:
1453    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
1454      [ssh.c]
1455      accept remsh as a valid name as well; roman@buildpoint.com
1456    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
1457      [deattack.c crc32.c packet.c]
1458      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
1459      libz crc32 function yet, because it has ugly "long"'s in it;
1460      oneill@cs.sfu.ca
1461    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
1462      [scp.1 scp.c]
1463      -S prog support; tv@debian.org
1464    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
1465      [scp.c]
1466      knf
1467    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
1468      [log-client.c]
1469      shorten
1470    - markus@cvs.openbsd.org  2000/08/19 12:48:11
1471      [channels.c channels.h clientloop.c ssh.c ssh.h]
1472      support for ~. in ssh2
1473    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
1474      [crc32.h]
1475      proper prototype
1476    - markus@cvs.openbsd.org  2000/08/19 15:34:44
1477      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
1478      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
1479      [fingerprint.c fingerprint.h]
1480      add SSH2/DSA support to the agent and some other DSA related cleanups.
1481      (note that we cannot talk to ssh.com's ssh2 agents)
1482    - markus@cvs.openbsd.org  2000/08/19 15:55:52
1483      [channels.c channels.h clientloop.c]
1484      more ~ support for ssh2
1485    - markus@cvs.openbsd.org  2000/08/19 16:21:19
1486      [clientloop.c]
1487      oops
1488    - millert@cvs.openbsd.org 2000/08/20 12:25:53
1489      [session.c]
1490      We have to stash the result of get_remote_name_or_ip() before we
1491      close our socket or getpeername() will get EBADF and the process
1492      will exit.  Only a problem for "UseLogin yes".
1493    - millert@cvs.openbsd.org 2000/08/20 12:30:59
1494      [session.c]
1495      Only check /etc/nologin if "UseLogin no" since login(1) may have its
1496      own policy on determining who is allowed to login when /etc/nologin
1497      is present.  Also use the _PATH_NOLOGIN define.
1498    - millert@cvs.openbsd.org 2000/08/20 12:42:43
1499      [auth1.c auth2.c session.c ssh.c]
1500      Add calls to setusercontext() and login_get*().  We basically call
1501      setusercontext() in most places where previously we did a setlogin().
1502      Add default login.conf file and put root in the "daemon" login class.
1503    - millert@cvs.openbsd.org 2000/08/21 10:23:31
1504      [session.c]
1505      Fix incorrect PATH setting; noted by Markus.
1506
1507 20000818
1508  - (djm) OpenBSD CVS changes:
1509    - markus@cvs.openbsd.org  2000/07/22 03:14:37
1510      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
1511      random early drop; ok theo, niels
1512    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
1513      [ssh.1]
1514      typo
1515    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
1516      [sshd.8]
1517      many fixes from pepper@mail.reppep.com
1518    - provos@cvs.openbsd.org  2000/08/01 13:01:42
1519      [Makefile.in util.c aux.c]
1520      rename aux.c to util.c to help with cygwin port
1521    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
1522      [authfd.c]
1523      correct sun_len; Alexander@Leidinger.net
1524    - provos@cvs.openbsd.org  2000/08/02 10:27:17
1525      [readconf.c sshd.8]
1526      disable kerberos authentication by default
1527    - provos@cvs.openbsd.org  2000/08/02 11:27:05
1528      [sshd.8 readconf.c auth-krb4.c]
1529      disallow kerberos authentication if we can't verify the TGT; from
1530      dugsong@
1531      kerberos authentication is on by default only if you have a srvtab.
1532    - markus@cvs.openbsd.org  2000/08/04 14:30:07
1533      [auth.c]
1534      unused
1535    - markus@cvs.openbsd.org  2000/08/04 14:30:35
1536      [sshd_config]
1537      MaxStartups
1538    - markus@cvs.openbsd.org  2000/08/15 13:20:46
1539      [authfd.c]
1540      cleanup; ok niels@
1541    - markus@cvs.openbsd.org  2000/08/17 14:05:10
1542      [session.c]
1543      cleanup login(1)-like jobs, no duplicate utmp entries
1544    - markus@cvs.openbsd.org  2000/08/17 14:06:34
1545      [session.c sshd.8 sshd.c]
1546       sshd -u len, similar to telnetd
1547  - (djm) Lastlog was not getting closed after writing login entry
1548  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
1549
1550 20000816
1551  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
1552  - (djm) Fix strerror replacement for old SunOS. Based on patch from
1553    Charles Levert <charles@comm.polymtl.ca>
1554  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
1555    implementation.
1556  - (djm) SUN_LEN macro for systems which lack it
1557
1558 20000815
1559  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
1560  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
1561    Michael Stone <mstone@cs.loyola.edu>
1562  - (djm) Don't seek in directory based lastlogs
1563  - (djm) Fix --with-ipaddr-display configure option test. Patch from
1564    Jarno Huuskonen <jhuuskon@messi.uku.fi>
1565  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1566
1567 20000813
1568  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
1569    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
1570
1571 20000809
1572  - (djm) Define AIX hard limits if headers don't. Report from
1573    Bill Painter <william.t.painter@lmco.com>
1574  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
1575    <charles@comm.polymtl.ca>
1576
1577 20000808
1578  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
1579    time, spec file cleanup.
1580
1581 20000807
1582  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
1583  - (djm) Suppress error messages on channel close shutdown() failurs
1584    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
1585  - (djm) Add some more entropy collection commands from Lutz Jaenicke
1586
1587 20000725
1588  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
1589
1590 20000721
1591  - (djm) OpenBSD CVS updates:
1592    - markus@cvs.openbsd.org  2000/07/16 02:27:22
1593      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
1594      [sshconnect1.c sshconnect2.c]
1595      make ssh-add accept dsa keys (the agent does not)
1596    - djm@cvs.openbsd.org     2000/07/17 19:25:02
1597      [sshd.c]
1598      Another closing of stdin; ok deraadt
1599    - markus@cvs.openbsd.org  2000/07/19 18:33:12
1600      [dsa.c]
1601      missing free, reorder
1602    - markus@cvs.openbsd.org  2000/07/20 16:23:14
1603      [ssh-keygen.1]
1604      document input and output files
1605
1606 20000720
1607  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
1608
1609 20000716
1610  - (djm) Release 2.1.1p4
1611
1612 20000715
1613  - (djm) OpenBSD CVS updates
1614    - provos@cvs.openbsd.org  2000/07/13 16:53:22
1615      [aux.c readconf.c servconf.c ssh.h]
1616      allow multiple whitespace but only one '=' between tokens, bug report from
1617      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
1618    - provos@cvs.openbsd.org  2000/07/13 17:14:09
1619      [clientloop.c]
1620      typo; todd@fries.net
1621    - provos@cvs.openbsd.org  2000/07/13 17:19:31
1622      [scp.c]
1623      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
1624    - markus@cvs.openbsd.org  2000/07/14 16:59:46
1625      [readconf.c servconf.c]
1626      allow leading whitespace. ok niels
1627    - djm@cvs.openbsd.org     2000/07/14 22:01:38
1628      [ssh-keygen.c ssh.c]
1629      Always create ~/.ssh with mode 700; ok Markus
1630  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
1631    - Include floatingpoint.h for entropy.c
1632    - strerror replacement
1633
1634 20000712
1635  - (djm) Remove -lresolve for Reliant Unix
1636  - (djm) OpenBSD CVS Updates:
1637    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
1638      [session.c sshd.c ]
1639      make MaxStartups code still work with -d; djm
1640    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
1641      [readconf.c ssh_config]
1642      disable FallBackToRsh by default
1643  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
1644    Ben Lindstrom <mouring@pconline.com>
1645  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
1646    spec file.
1647  - (djm) Released 2.1.1p3
1648
1649 20000711
1650  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
1651    <tbert@abac.com>
1652  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
1653  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
1654    <mouring@pconline.com>
1655  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
1656    from Jim Watt <jimw@peisj.pebio.com>
1657  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
1658    to compile on more platforms (incl NeXT).
1659  - (djm) Added bsd-inet_aton and configure support for NeXT
1660  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
1661  - (djm) OpenBSD CVS updates:
1662    - markus@cvs.openbsd.org  2000/06/26 03:22:29
1663      [authfd.c]
1664      cleanup, less cut&paste
1665    - markus@cvs.openbsd.org  2000/06/26 15:59:19
1666      [servconf.c servconf.h session.c sshd.8 sshd.c]
1667      MaxStartups: limit number of unauthenticated connections, work by
1668      theo and me
1669    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
1670      [session.c]
1671      use no_x11_forwarding_flag correctly; provos ok
1672    - provos@cvs.openbsd.org  2000/07/05 15:35:57
1673      [sshd.c]
1674      typo
1675    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
1676      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
1677      Insert more missing .El directives. Our troff really should identify
1678      these and spit out a warning.
1679    - todd@cvs.openbsd.org    2000/07/06 21:55:04
1680      [auth-rsa.c auth2.c ssh-keygen.c]
1681      clean code is good code
1682    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
1683      [serverloop.c]
1684      sense of port forwarding flag test was backwards
1685    - provos@cvs.openbsd.org  2000/07/08 17:17:31
1686      [compat.c readconf.c]
1687      replace strtok with strsep; from David Young <dyoung@onthejob.net>
1688    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
1689      [auth.h]
1690      KNF
1691    - ho@cvs.openbsd.org      2000/07/08 19:27:33
1692      [compat.c readconf.c]
1693      Better conditions for strsep() ending.
1694    - ho@cvs.openbsd.org      2000/07/10 10:27:05
1695      [readconf.c]
1696      Get the correct message on errors. (niels@ ok)
1697    - ho@cvs.openbsd.org      2000/07/10 10:30:25
1698      [cipher.c kex.c servconf.c]
1699      strtok() --> strsep(). (niels@ ok)
1700  - (djm) Fix problem with debug mode and MaxStartups
1701  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
1702    builds)
1703  - (djm) Add strsep function from OpenBSD libc for systems that lack it
1704
1705 20000709
1706  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
1707    Kevin Steves <stevesk@sweden.hp.com>
1708  - (djm) Match prototype and function declaration for rresvport_af.
1709    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
1710  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
1711    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
1712  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
1713    <jimw@peisj.pebio.com>
1714  - (djm) Fix pam sprintf fix
1715  - (djm) Cleanup entropy collection code a little more. Split initialisation
1716    from seeding, perform intialisation immediatly at start, be careful with
1717    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
1718  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
1719    Including sigaction() et al. replacements
1720  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
1721    <tbert@abac.com>
1722
1723 20000708
1724  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
1725    Aaron Hopkins <aaron@die.net>
1726  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
1727    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1728  - (djm) Fixed undefined variables for OSF SIA. Report from
1729    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
1730  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
1731    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
1732  - (djm) Don't use inet_addr.
1733
1734 20000702
1735  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
1736  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
1737    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1738  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
1739    Chris, the Young One <cky@pobox.com>
1740  - (djm) Fix scp progress meter on really wide terminals. Based on patch
1741    from James H. Cloos Jr. <cloos@jhcloos.com>
1742
1743 20000701
1744  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
1745  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
1746  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
1747    <vinschen@cygnus.com>
1748  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
1749  - (djm) Added check for broken snprintf() functions which do not correctly
1750    terminate output string and attempt to use replacement.
1751  - (djm) Released 2.1.1p2
1752
1753 20000628
1754  - (djm) Fixes to lastlog code for Irix
1755  - (djm) Use atomicio in loginrec
1756  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
1757    Irix 6.x array sessions, project id's, and system audit trail id.
1758  - (djm) Added 'distprep' make target to simplify packaging
1759  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
1760    support. Enable using "USE_SIA=1 ./configure [options]"
1761   
1762 20000627
1763  - (djm) Fixes to login code - not setting li->uid, cleanups
1764  - (djm) Formatting
1765
1766 20000626
1767  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
1768  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
1769  - (djm) Added password expiry checking (no password change support)
1770  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
1771    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1772  - (djm) Fix fixed EGD code.
1773  - OpenBSD CVS update
1774    - provos@cvs.openbsd.org  2000/06/25 14:17:58
1775      [channels.c]
1776      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
1777
1778 20000623
1779  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
1780    Svante Signell <svante.signell@telia.com>
1781  - (djm) Autoconf logic to define sa_family_t if it is missing
1782  - OpenBSD CVS Updates:
1783    - markus@cvs.openbsd.org  2000/06/22 10:32:27
1784      [sshd.c]
1785      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
1786    - djm@cvs.openbsd.org     2000/06/22 17:55:00
1787      [auth-krb4.c key.c radix.c uuencode.c]
1788      Missing CVS idents; ok markus
1789
1790 20000622
1791  - (djm) Automatically generate host key during "make install". Suggested
1792    by Gary E. Miller <gem@rellim.com>
1793  - (djm) Paranoia before kill() system call
1794  - OpenBSD CVS Updates:
1795    - markus@cvs.openbsd.org  2000/06/18 18:50:11
1796      [auth2.c compat.c compat.h sshconnect2.c]
1797      make userauth+pubkey interop with ssh.com-2.2.0
1798    - markus@cvs.openbsd.org  2000/06/18 20:56:17
1799      [dsa.c]
1800      mem leak + be more paranoid in dsa_verify.
1801    - markus@cvs.openbsd.org  2000/06/18 21:29:50
1802      [key.c]
1803      cleanup fingerprinting, less hardcoded sizes
1804    - markus@cvs.openbsd.org  2000/06/19 19:39:45
1805      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
1806      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
1807      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
1808      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
1809      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
1810      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
1811      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
1812      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
1813      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
1814      OpenBSD tag
1815    - markus@cvs.openbsd.org  2000/06/21 10:46:10
1816      sshconnect2.c missing free; nuke old comment
1817
1818 20000620
1819  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
1820    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
1821    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
1822  - (djm) Typo in loginrec.c
1823
1824 20000618
1825  - (djm) Add summary of configure options to end of ./configure run
1826  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
1827    Michael Stone <mstone@cs.loyola.edu>
1828  - (djm) rusage is a privileged operation on some Unices (incl.
1829    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
1830  - (djm) Avoid PAM failures when running without a TTY. Report from
1831    Martin Petrak <petrak@spsknm.schools.sk>
1832  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
1833    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
1834  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
1835  - OpenBSD CVS updates:
1836    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
1837      [channels.c]
1838      everyone says "nix it" (remove protocol 2 debugging message)
1839    - markus@cvs.openbsd.org  2000/06/17 13:24:34
1840      [sshconnect.c]
1841      allow extended server banners
1842    - markus@cvs.openbsd.org  2000/06/17 14:30:10
1843      [sshconnect.c]
1844      missing atomicio, typo
1845    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
1846      [servconf.c servconf.h session.c sshd.8 sshd_config]
1847      add support for ssh v2 subsystems. ok markus@.
1848    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
1849      [readconf.c servconf.c]
1850      include = in WHITESPACE; markus ok
1851    - markus@cvs.openbsd.org  2000/06/17 19:09:10
1852      [auth2.c]
1853      implement bug compatibility with ssh-2.0.13 pubkey, server side
1854    - markus@cvs.openbsd.org  2000/06/17 21:00:28
1855      [compat.c]
1856      initial support for ssh.com's 2.2.0
1857    - markus@cvs.openbsd.org  2000/06/17 21:16:09
1858      [scp.c]
1859      typo
1860    - markus@cvs.openbsd.org  2000/06/17 22:05:02
1861      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
1862      split auth-rsa option parsing into auth-options
1863      add options support to authorized_keys2
1864    - markus@cvs.openbsd.org  2000/06/17 22:42:54
1865      [session.c]
1866      typo
1867
1868 20000613
1869  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
1870   - Platform define for SCO 3.x which breaks on /dev/ptmx
1871   - Detect and try to fix missing MAXPATHLEN
1872  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
1873    <P.S.S.Camp@ukc.ac.uk>
1874
1875 20000612
1876  - (djm) Glob manpages in RPM spec files to catch compressed files
1877  - (djm) Full license in auth-pam.c
1878  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
1879  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
1880   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
1881      def'd
1882   - Set AIX to use preformatted manpages
1883   
1884 20000610
1885  - (djm) Minor doc tweaks
1886  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
1887
1888 20000609
1889  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
1890    (in favour of utmpx) on Solaris 8
1891
1892 20000606
1893  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
1894    list of commands (by default). Removed verbose debugging (by default).
1895  - (djm) Increased command entropy estimates and default entropy collection
1896    timeout
1897  - (djm) Remove duplicate headers from loginrec.c
1898  - (djm) Don't add /usr/local/lib to library search path on Irix
1899  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
1900    <tibbs@math.uh.edu>
1901  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
1902    <zack@wolery.cumb.org>
1903  - (djm) OpenBSD CVS updates:
1904   - todd@cvs.openbsd.org
1905     [sshconnect2.c]
1906     teach protocol v2 to count login failures properly and also enable an
1907     explanation of why the password prompt comes up again like v1; this is NOT
1908     crypto
1909   - markus@cvs.openbsd.org 
1910     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
1911     xauth_location support; pr 1234
1912     [readconf.c sshconnect2.c]
1913     typo, unused
1914     [session.c]
1915     allow use_login only for login sessions, otherwise remote commands are
1916     execed with uid==0
1917     [sshd.8]
1918     document UseLogin better
1919     [version.h]
1920     OpenSSH 2.1.1
1921     [auth-rsa.c]
1922     fix match_hostname() logic for auth-rsa: deny access if we have a
1923     negative match or no match at all
1924     [channels.c hostfile.c match.c]
1925     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
1926     kris@FreeBSD.org
1927
1928 20000606
1929  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
1930    configure.
1931
1932 20000604
1933  - Configure tweaking for new login code on Irix 5.3
1934  - (andre) login code changes based on djm feedback
1935
1936 20000603
1937  - (andre) New login code
1938     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
1939     - Add loginrec.[ch], logintest.c and autoconf code
1940   
1941 20000531
1942  - Cleanup of auth.c, login.c and fake-*
1943  - Cleanup of auth-pam.c, save and print "account expired" error messages
1944  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
1945  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
1946    of fallback DIY code.
1947
1948 20000530
1949  - Define atexit for old Solaris
1950  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
1951    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
1952  - OpenBSD CVS updates:
1953   - markus@cvs.openbsd.org
1954     [session.c]
1955     make x11-fwd work w/ localhost (xauth add host/unix:11)
1956     [cipher.c compat.c readconf.c servconf.c]
1957     check strtok() != NULL; ok niels@
1958     [key.c]
1959     fix key_read() for uuencoded keys w/o '='
1960     [serverloop.c]
1961     group ssh1 vs. ssh2 in serverloop
1962     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
1963     split kexinit/kexdh, factor out common code
1964     [readconf.c ssh.1 ssh.c]
1965     forwardagent defaults to no, add ssh -A
1966   - theo@cvs.openbsd.org
1967     [session.c]
1968     just some line shortening
1969  - Released 2.1.0p3
1970
1971 20000520
1972  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1973  - Don't touch utmp if USE_UTMPX defined
1974  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
1975  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
1976  - HPUX and Configure fixes from Lutz Jaenicke
1977    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1978  - Use mkinstalldirs script to make directories instead of non-portable
1979    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
1980  - Doc cleanup
1981
1982 20000518
1983  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
1984  - OpenBSD CVS updates:
1985   - markus@cvs.openbsd.org
1986     [sshconnect.c]
1987     copy only ai_addrlen bytes; misiek@pld.org.pl
1988     [auth.c]
1989     accept an empty shell in authentication; bug reported by
1990     chris@tinker.ucr.edu
1991     [serverloop.c]
1992     we don't have stderr for interactive terminal sessions (fcntl errors)
1993
1994 20000517
1995  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
1996   - Fixes command line printing segfaults (spotter: Bladt Norbert)
1997   - Fixes erroneous printing of debug messages to syslog
1998   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
1999   - Gives useful error message if PRNG initialisation fails
2000   - Reduced ssh startup delay
2001   - Measures cumulative command time rather than the time between reads
2002     after select()
2003   - 'fixprogs' perl script to eliminate non-working entropy commands, and
2004     optionally run 'ent' to measure command entropy
2005  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
2006  - Avoid WCOREDUMP complation errors for systems that lack it
2007  - Avoid SIGCHLD warnings from entropy commands
2008  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
2009  - OpenBSD CVS update:
2010   - markus@cvs.openbsd.org
2011     [ssh.c]
2012     fix usage()
2013     [ssh2.h]
2014     draft-ietf-secsh-architecture-05.txt
2015     [ssh.1]
2016     document ssh -T -N (ssh2 only)
2017     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
2018     enable nonblocking IO for sshd w/ proto 1, too; split out common code
2019     [aux.c]
2020     missing include
2021  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2022   - INSTALL typo and URL fix
2023   - Makefile fix
2024   - Solaris fixes
2025  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
2026    <ksakai@kso.netwk.ntt-at.co.jp>
2027  - RSAless operation patch from kevin_oconnor@standardandpoors.com
2028  - Detect OpenSSL seperatly from RSA
2029  - Better test for RSA (more compatible with RSAref). Based on work by
2030    Ed Eden <ede370@stl.rural.usda.gov>
2031
2032 20000513
2033  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
2034    <misiek@pld.org.pl>
2035
2036 20000511
2037  - Fix for prng_seed permissions checking from Lutz Jaenicke
2038    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2039  - "make host-key" fix for Irix
2040
2041 20000509
2042  - OpenBSD CVS update
2043   - markus@cvs.openbsd.org
2044     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
2045     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
2046     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
2047   - hugh@cvs.openbsd.org
2048     [ssh.1]
2049     - zap typo
2050     [ssh-keygen.1]
2051     - One last nit fix. (markus approved)
2052     [sshd.8]
2053     - some markus certified spelling adjustments
2054   - markus@cvs.openbsd.org
2055     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
2056     [sshconnect2.c ]
2057     - bug compat w/ ssh-2.0.13 x11, split out bugs
2058     [nchan.c]
2059     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
2060     [ssh-keygen.c]
2061     - handle escapes in real and original key format, ok millert@
2062     [version.h]
2063     - OpenSSH-2.1
2064  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
2065  - Doc updates
2066  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
2067    by Andre Lucas <andre.lucas@dial.pipex.com>
2068
2069 20000508
2070  - Makefile and RPM spec fixes
2071  - Generate DSA host keys during "make key" or RPM installs
2072  - OpenBSD CVS update
2073   - markus@cvs.openbsd.org
2074     [clientloop.c sshconnect2.c]
2075     - make x11-fwd interop w/ ssh-2.0.13
2076     [README.openssh2]
2077     - interop w/ SecureFX
2078  - Release 2.0.0beta2
2079
2080  - Configure caching and cleanup patch from Andre Lucas'
2081    <andre.lucas@dial.pipex.com>
2082
2083 20000507
2084  - Remove references to SSLeay.
2085  - Big OpenBSD CVS update
2086   - markus@cvs.openbsd.org
2087     [clientloop.c]
2088     - typo
2089     [session.c]
2090     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
2091     [session.c]
2092     - update proctitle for proto 1, too
2093     [channels.h nchan.c serverloop.c session.c sshd.c]
2094     - use c-style comments
2095   - deraadt@cvs.openbsd.org
2096     [scp.c]
2097     - more atomicio
2098   - markus@cvs.openbsd.org
2099     [channels.c]
2100     - set O_NONBLOCK
2101     [ssh.1]
2102     - update AUTHOR
2103     [readconf.c ssh-keygen.c ssh.h]
2104     - default DSA key file ~/.ssh/id_dsa
2105     [clientloop.c]
2106     - typo, rm verbose debug
2107   - deraadt@cvs.openbsd.org
2108     [ssh-keygen.1]
2109     - document DSA use of ssh-keygen
2110     [sshd.8]
2111     - a start at describing what i understand of the DSA side
2112     [ssh-keygen.1]
2113     - document -X and -x
2114     [ssh-keygen.c]
2115     - simplify usage
2116   - markus@cvs.openbsd.org
2117     [sshd.8]
2118     - there is no rhosts_dsa
2119     [ssh-keygen.1]
2120     - document -y, update -X,-x
2121     [nchan.c]
2122     - fix close for non-open ssh1 channels
2123     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
2124     - s/DsaKey/HostDSAKey/, document option
2125     [sshconnect2.c]
2126     - respect number_of_password_prompts
2127     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
2128     - GatewayPorts for sshd, ok deraadt@
2129     [ssh-add.1 ssh-agent.1 ssh.1]
2130     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
2131     [ssh.1]
2132     - more info on proto 2
2133     [sshd.8]
2134     - sync AUTHOR w/ ssh.1
2135     [key.c key.h sshconnect.c]
2136     - print key type when talking about host keys
2137     [packet.c]
2138     - clear padding in ssh2
2139     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
2140     - replace broken uuencode w/ libc b64_ntop
2141     [auth2.c]
2142     - log failure before sending the reply
2143     [key.c radix.c uuencode.c]
2144     - remote trailing comments before calling __b64_pton
2145     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
2146     [sshconnect2.c sshd.8]
2147     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
2148  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2149
2150 20000502
2151  - OpenBSD CVS update
2152    [channels.c]
2153    - init all fds, close all fds.
2154    [sshconnect2.c]
2155    - check whether file exists before asking for passphrase
2156    [servconf.c servconf.h sshd.8 sshd.c]
2157    - PidFile, pr 1210
2158    [channels.c]
2159    - EINTR
2160    [channels.c]
2161    - unbreak, ok niels@
2162    [sshd.c]
2163    - unlink pid file, ok niels@
2164    [auth2.c]
2165    - Add missing #ifdefs; ok - markus
2166  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
2167    gathering commands from a text file
2168  - Release 2.0.0beta1
2169
2170 20000501
2171  - OpenBSD CVS update
2172    [packet.c]
2173    - send debug messages in SSH2 format
2174    [scp.c]
2175    - fix very rare EAGAIN/EINTR issues; based on work by djm
2176    [packet.c]
2177    - less debug, rm unused
2178    [auth2.c]
2179    - disable kerb,s/key in ssh2
2180    [sshd.8]
2181    - Minor tweaks and typo fixes.
2182    [ssh-keygen.c]
2183    - Put -d into usage and reorder. markus ok.
2184  - Include missing headers for OpenSSL tests. Fix from Phil Karn
2185    <karn@ka9q.ampr.org>
2186  - Fixed __progname symbol collisions reported by Andre Lucas
2187    <andre.lucas@dial.pipex.com>
2188  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
2189    <gd@hilb1.medat.de>
2190  - Add some missing ifdefs to auth2.c
2191  - Deprecate perl-tk askpass.
2192  - Irix portability fixes - don't include netinet headers more than once
2193  - Make sure we don't save PRNG seed more than once
2194
2195 20000430
2196  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
2197  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
2198    patch.
2199    - Adds timeout to entropy collection
2200    - Disables slow entropy sources
2201    - Load and save seed file
2202  - Changed entropy seed code to user per-user seeds only (server seed is
2203    saved in root's .ssh directory)
2204  - Use atexit() and fatal cleanups to save seed on exit
2205  - More OpenBSD updates:
2206    [session.c]
2207    - don't call chan_write_failed() if we are not writing
2208    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
2209    - keysize warnings error() -> log()
2210
2211 20000429
2212  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2213    [README.openssh2]
2214    - interop w/ F-secure windows client
2215    - sync documentation
2216    - ssh_host_dsa_key not ssh_dsa_key
2217    [auth-rsa.c]
2218    - missing fclose
2219    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
2220    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
2221    [sshd.c uuencode.c uuencode.h authfile.h]
2222    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
2223      for trading keys with the real and the original SSH, directly from the
2224      people who invented the SSH protocol.
2225    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
2226    [sshconnect1.c sshconnect2.c]
2227    - split auth/sshconnect in one file per protocol version
2228    [sshconnect2.c]
2229    - remove debug
2230    [uuencode.c]
2231    - add trailing =
2232    [version.h]
2233    - OpenSSH-2.0
2234    [ssh-keygen.1 ssh-keygen.c]
2235    - add -R flag: exit code indicates if RSA is alive
2236    [sshd.c]
2237    - remove unused
2238      silent if -Q is specified
2239    [ssh.h]
2240    - host key becomes /etc/ssh_host_dsa_key
2241    [readconf.c servconf.c ]
2242    - ssh/sshd default to proto 1 and 2
2243    [uuencode.c]
2244    - remove debug
2245    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
2246    - xfree DSA blobs
2247    [auth2.c serverloop.c session.c]
2248    - cleanup logging for sshd/2, respect PasswordAuth no
2249    [sshconnect2.c]
2250    - less debug, respect .ssh/config
2251    [README.openssh2 channels.c channels.h]
2252    - clientloop.c session.c ssh.c
2253    - support for x11-fwding, client+server
2254
2255 20000421
2256  - Merge fix from OpenBSD CVS
2257   [ssh-agent.c]
2258   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2259     via Debian bug #59926
2260  - Define __progname in session.c if libc doesn't
2261  - Remove indentation on autoconf #include statements to avoid bug in
2262    DEC Tru64 compiler. Report and fix from David Del Piero
2263    <David.DelPiero@qed.qld.gov.au>
2264
2265 20000420
2266  - Make fixpaths work with perl4, patch from Andre Lucas
2267    <andre.lucas@dial.pipex.com>
2268  - Sync with OpenBSD CVS:
2269   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
2270   - pid_t
2271   [session.c]
2272   - remove bogus chan_read_failed. this could cause data
2273     corruption (missing data) at end of a SSH2 session.
2274  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
2275   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
2276   - Use vhangup to clean up Linux ttys
2277   - Force posix getopt processing on GNU libc systems
2278  - Debian bug #55910 - remove references to ssl(8) manpages
2279  - Debian bug #58031 - ssh_config lies about default cipher
2280
2281 20000419
2282  - OpenBSD CVS updates
2283    [channels.c]
2284    - fix pr 1196, listen_port and port_to_connect interchanged
2285    [scp.c]
2286    - after completion, replace the progress bar ETA counter with a final
2287      elapsed time; my idea, aaron wrote the patch
2288    [ssh_config sshd_config]
2289    - show 'Protocol' as an example, ok markus@
2290    [sshd.c]
2291    - missing xfree()
2292  - Add missing header to bsd-misc.c
2293
2294 20000416
2295  - Reduce diff against OpenBSD source
2296    - All OpenSSL includes are now unconditionally referenced as
2297      openssl/foo.h
2298    - Pick up formatting changes
2299    - Other minor changed (typecasts, etc) that I missed
2300
2301 20000415
2302  - OpenBSD CVS updates.
2303    [ssh.1 ssh.c]
2304    - ssh -2
2305    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
2306    [session.c sshconnect.c]
2307    - check payload for (illegal) extra data
2308    [ALL]
2309    whitespace cleanup
2310
2311 20000413
2312  - INSTALL doc updates
2313  - Merged OpenBSD updates to include paths.
2314
2315 20000412
2316  - OpenBSD CVS updates:
2317    - [channels.c]
2318      repair x11-fwd
2319    - [sshconnect.c]
2320      fix passwd prompt for ssh2, less debugging output.
2321    - [clientloop.c compat.c dsa.c kex.c sshd.c]
2322      less debugging output
2323    - [kex.c kex.h sshconnect.c sshd.c]
2324      check for reasonable public DH values
2325    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
2326      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
2327      add Cipher and Protocol options to ssh/sshd, e.g.:
2328      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
2329      arcfour,3des-cbc'
2330    - [sshd.c]
2331      print 1.99 only if server supports both
2332
2333 20000408
2334  - Avoid some compiler warnings in fake-get*.c
2335  - Add IPTOS macros for systems which lack them
2336  - Only set define entropy collection macros if they are found
2337  - More large OpenBSD CVS updates:
2338    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
2339      [session.h ssh.h sshd.c README.openssh2]
2340      ssh2 server side, see README.openssh2; enable with 'sshd -2'
2341    - [channels.c]
2342      no adjust after close
2343    - [sshd.c compat.c ]
2344      interop w/ latest ssh.com windows client.
2345  
2346 20000406
2347  - OpenBSD CVS update:
2348    - [channels.c]
2349      close efd on eof
2350    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
2351      ssh2 client implementation, interops w/ ssh.com and lsh servers.
2352    - [sshconnect.c]
2353      missing free.
2354    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
2355      remove unused argument, split cipher_mask()
2356    - [clientloop.c]
2357      re-order: group ssh1 vs. ssh2
2358  - Make Redhat spec require openssl >= 0.9.5a
2359
2360 20000404
2361  - Add tests for RAND_add function when searching for OpenSSL
2362  - OpenBSD CVS update:
2363    - [packet.h packet.c]
2364      ssh2 packet format
2365    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
2366      [channels.h channels.c]
2367      channel layer support for ssh2
2368    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
2369      DSA, keyexchange, algorithm agreement for ssh2
2370  - Generate manpages before make install not at the end of make all
2371  - Don't seed the rng quite so often
2372  - Always reseed rng when requested
2373
2374 20000403
2375  - Wrote entropy collection routines for systems that lack /dev/random
2376    and EGD
2377  - Disable tests and typedefs for 64 bit types. They are currently unused.
2378
2379 20000401
2380  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
2381    - [auth.c session.c sshd.c auth.h]
2382      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
2383    - [bufaux.c bufaux.h]
2384      support ssh2 bignums
2385    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
2386      [readconf.c ssh.c ssh.h serverloop.c]
2387      replace big switch() with function tables (prepare for ssh2)
2388    - [ssh2.h]
2389      ssh2 message type codes
2390    - [sshd.8]
2391      reorder Xr to avoid cutting
2392    - [serverloop.c]
2393      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
2394    - [channels.c]
2395      missing close
2396      allow bigger packets
2397    - [cipher.c cipher.h]
2398      support ssh2 ciphers
2399    - [compress.c]
2400      cleanup, less code
2401    - [dispatch.c dispatch.h]
2402      function tables for different message types
2403    - [log-server.c]
2404      do not log() if debuggin to stderr
2405      rename a cpp symbol, to avoid param.h collision
2406    - [mpaux.c]
2407      KNF
2408    - [nchan.c]
2409      sync w/ channels.c
2410
2411 20000326
2412  - Better tests for OpenSSL w/ RSAref
2413  - Added replacement setenv() function from OpenBSD libc. Suggested by
2414    Ben Lindstrom <mouring@pconline.com>
2415  - OpenBSD CVS update
2416    - [auth-krb4.c]
2417      -Wall
2418    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
2419      [match.h ssh.c ssh.h sshconnect.c sshd.c]
2420      initial support for DSA keys. ok deraadt@, niels@
2421    - [cipher.c cipher.h]
2422      remove unused cipher_attack_detected code
2423    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2424      Fix some formatting problems I missed before.
2425    - [ssh.1 sshd.8]
2426      fix spelling errors, From: FreeBSD
2427    - [ssh.c]
2428      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
2429
2430 20000324
2431  - Released 1.2.3
2432
2433 20000317
2434  - Clarified --with-default-path option.
2435  - Added -blibpath handling for AIX to work around stupid runtime linking.
2436    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
2437    <jmknoble@jmknoble.cx>
2438  - Checks for 64 bit int types. Problem report from Mats Fredholm
2439    <matsf@init.se>
2440  - OpenBSD CVS updates:
2441    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
2442      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
2443      [sshd.c]
2444      pedantic: signed vs. unsigned, void*-arithm, etc
2445    - [ssh.1 sshd.8]
2446      Various cleanups and standardizations.
2447  - Runtime error fix for HPUX from Otmar Stahl
2448    <O.Stahl@lsw.uni-heidelberg.de>
2449
2450 20000316
2451  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
2452    Hesprich <dghespri@sprintparanet.com>
2453  - Propogate LD through to Makefile
2454  - Doc cleanups
2455  - Added blurb about "scp: command not found" errors to UPGRADING
2456
2457 20000315
2458  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
2459    problems with gcc/Solaris.
2460  - Don't free argument to putenv() after use (in setenv() replacement).
2461    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
2462  - Created contrib/ subdirectory. Included helpers from Phil Hands'
2463    Debian package, README file and chroot patch from Ricardo Cerqueira
2464    <rmcc@clix.pt>
2465  - Moved gnome-ssh-askpass.c to contrib directory and removed config
2466    option.
2467  - Slight cleanup to doc files
2468  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
2469
2470 20000314
2471  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
2472    peter@frontierflying.com
2473  - Include /usr/local/include and /usr/local/lib for systems that don't
2474    do it themselves
2475  - -R/usr/local/lib for Solaris
2476  - Fix RSAref detection
2477  - Fix IN6_IS_ADDR_V4MAPPED macro
2478
2479 20000311
2480  - Detect RSAref
2481  - OpenBSD CVS change
2482    [sshd.c]
2483     - disallow guessing of root password
2484  - More configure fixes
2485  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
2486
2487 20000309
2488  - OpenBSD CVS updates to v1.2.3
2489    [ssh.h atomicio.c]
2490     - int atomicio -> ssize_t (for alpha). ok deraadt@
2491    [auth-rsa.c]
2492     - delay MD5 computation until client sends response, free() early, cleanup.
2493    [cipher.c]
2494     - void* -> unsigned char*, ok niels@
2495    [hostfile.c]
2496     - remove unused variable 'len'. fix comments.
2497     - remove unused variable
2498    [log-client.c log-server.c]
2499     - rename a cpp symbol, to avoid param.h collision
2500    [packet.c]
2501     - missing xfree()
2502     - getsockname() requires initialized tolen; andy@guildsoftware.com
2503     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2504    from Holger.Trapp@Informatik.TU-Chemnitz.DE
2505    [pty.c pty.h]
2506     - register cleanup for pty earlier. move code for pty-owner handling to
2507       pty.c ok provos@, dugsong@
2508    [readconf.c]
2509     - turn off x11-fwd for the client, too.
2510    [rsa.c]
2511     - PKCS#1 padding
2512    [scp.c]
2513     - allow '.' in usernames; from jedgar@fxp.org
2514    [servconf.c]
2515     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
2516     - sync with sshd_config
2517    [ssh-keygen.c]
2518     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
2519    [ssh.1]
2520     - Change invalid 'CHAT' loglevel to 'VERBOSE'
2521    [ssh.c]
2522     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
2523     - turn off x11-fwd for the client, too.
2524    [sshconnect.c]
2525     - missing xfree()
2526     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
2527     - read error vs. "Connection closed by remote host"
2528    [sshd.8]
2529     - ie. -> i.e.,
2530     - do not link to a commercial page..
2531     - sync with sshd_config
2532    [sshd.c]
2533     - no need for poll.h; from bright@wintelcom.net
2534     - log with level log() not fatal() if peer behaves badly.
2535     - don't panic if client behaves strange. ok deraadt@
2536     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
2537     - delay close() of pty until the pty has been chowned back to root
2538     - oops, fix comment, too.
2539     - missing xfree()
2540     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
2541       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
2542     - register cleanup for pty earlier. move code for pty-owner handling to
2543       pty.c ok provos@, dugsong@
2544     - create x11 cookie file
2545     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
2546     - version 1.2.3
2547  - Cleaned up
2548  - Removed warning workaround for Linux and devpts filesystems (no longer
2549    required after OpenBSD updates)
2550
2551 20000308
2552  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
2553
2554 20000307
2555  - Released 1.2.2p1
2556
2557 20000305
2558  - Fix DEC compile fix
2559  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
2560  - Check for getpagesize in libucb.a if not found in libc. Fix for old
2561    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
2562  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
2563    Mate Wierdl <mw@moni.msci.memphis.edu>
2564
2565 20000303
2566  - Added "make host-key" target, Suggestion from Dominik Brettnacher
2567  <domi@saargate.de>
2568  - Don't permanently fail on bind() if getaddrinfo has more choices left for
2569    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
2570    Miskiewicz <misiek@pld.org.pl>
2571  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2572  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2573
2574 20000302
2575  - Big cleanup of autoconf code
2576    - Rearranged to be a little more logical
2577    - Added -R option for Solaris
2578    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
2579      to detect library and header location _and_ ensure library has proper
2580      RSA support built in (this is a problem with OpenSSL 0.9.5).
2581  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
2582  - Avoid warning message with Unix98 ptys
2583  - Warning was valid - possible race condition on PTYs. Avoided using
2584    platform-specific code.
2585  - Document some common problems
2586  - Allow root access to any key. Patch from
2587    markus.friedl@informatik.uni-erlangen.de
2588
2589 20000207
2590  - Removed SOCKS code. Will support through a ProxyCommand.
2591
2592 20000203
2593  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
2594  - Add --with-ssl-dir option
2595
2596 20000202
2597  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
2598    <jmd@aoe.vt.edu>
2599  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2600  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
2601    <haruyama@nt.phys.s.u-tokyo.ac.jp>
2602
2603 20000201
2604  - Use socket pairs by default (instead of pipes). Prevents race condition
2605    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
2606
2607 20000127
2608  - Seed OpenSSL's random number generator before generating RSA keypairs
2609  - Split random collector into seperate file
2610  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
2611
2612 20000126
2613  - Released 1.2.2 stable
2614
2615  - NeXT keeps it lastlog in /usr/adm. Report from
2616    mouring@newton.pconline.com
2617  - Added note in UPGRADING re interop with commercial SSH using idea.
2618    Report from Jim Knoble <jmknoble@jmknoble.cx>
2619  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
2620    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2621
2622 20000125
2623  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
2624    <andre.lucas@dial.pipex.com>
2625  - Reorder PAM initialisation so it does not mess up lastlog. Reported
2626    by Andre Lucas <andre.lucas@dial.pipex.com>
2627  - Use preformatted manpages on SCO, report from Gary E. Miller
2628    <gem@rellim.com>
2629  - New URL for x11-ssh-askpass.
2630  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
2631    <jmknoble@jmknoble.cx>
2632  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
2633    Jim Knoble <jmknoble@jmknoble.cx>
2634  - Updated RPM spec files to use DESTDIR
2635
2636 20000124
2637  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
2638    increment)
2639
2640 20000123
2641  - OpenBSD CVS:
2642    - [packet.c]
2643      getsockname() requires initialized tolen; andy@guildsoftware.com
2644  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
2645    <drankin@bohemians.lexington.ky.us>
2646  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
2647
2648 20000122
2649  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
2650    <bent@clark.net>
2651  - Merge preformatted manpage patch from Andre Lucas
2652    <andre.lucas@dial.pipex.com>
2653  - Make IPv4 use the default in RPM packages
2654  - Irix uses preformatted manpages
2655  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
2656    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2657  - OpenBSD CVS updates:
2658    - [packet.c]
2659      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
2660      from Holger.Trapp@Informatik.TU-Chemnitz.DE
2661    - [sshd.c]
2662      log with level log() not fatal() if peer behaves badly.
2663    - [readpass.c]
2664      instead of blocking SIGINT, catch it ourselves, so that we can clean
2665      the tty modes up and kill ourselves -- instead of our process group
2666      leader (scp, cvs, ...) going away and leaving us in noecho mode. 
2667      people with cbreak shells never even noticed..
2668    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
2669      ie. -> i.e.,
2670
2671 20000120
2672  - Don't use getaddrinfo on AIX
2673  - Update to latest OpenBSD CVS:
2674    - [auth-rsa.c]
2675      - fix user/1056, sshd keeps restrictions; dbt@meat.net
2676    - [sshconnect.c]
2677      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
2678      - destroy keys earlier
2679      - split key exchange (kex) and user authentication (user-auth),
2680        ok: provos@
2681    - [sshd.c]
2682      - no need for poll.h; from bright@wintelcom.net
2683      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
2684      - split key exchange (kex) and user authentication (user-auth),
2685        ok: provos@
2686  - Big manpage and config file cleanup from Andre Lucas
2687    <andre.lucas@dial.pipex.com>
2688    - Re-added latest (unmodified) OpenBSD manpages
2689  - Doc updates
2690  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
2691    Christos Zoulas <christos@netbsd.org>
2692
2693 20000119
2694  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
2695  - Compile fix from Darren_Hall@progressive.com
2696  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
2697    addresses using getaddrinfo(). Added a configure switch to make the
2698    default lookup mode AF_INET
2699
2700 20000118
2701  - Fixed --with-pid-dir option
2702  - Makefile fix from Gary E. Miller <gem@rellim.com>
2703  - Compile fix for HPUX and Solaris from Andre Lucas   
2704    <andre.lucas@dial.pipex.com>
2705
2706 20000117
2707  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
2708    port, ignore EINVAL errors (Linux) when searching for free port.
2709  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
2710    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
2711  - Document location of Redhat PAM file in INSTALL.
2712  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
2713    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
2714    deliver (no IPv6 kernel support)
2715  - Released 1.2.1pre27
2716
2717  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
2718  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
2719    <jhuuskon@hytti.uku.fi>
2720  - Fix hang on logout if processes are still using the pty. Needs
2721    further testing.
2722  - Patch from Christos Zoulas <christos@zoulas.com>
2723    - Try $prefix first when looking for OpenSSL.
2724    - Include sys/types.h when including sys/socket.h in test programs
2725  - Substitute PID directory in sshd.8. Suggestion from Andrew
2726    Stribblehill <a.d.stribblehill@durham.ac.uk>
2727
2728 20000116
2729  - Renamed --with-xauth-path to --with-xauth
2730  - Added --with-pid-dir option
2731  - Released 1.2.1pre26
2732
2733  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2734  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
2735    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2736
2737 20000115
2738  - Add --with-xauth-path configure directive and explicit test for
2739    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
2740    Nordby <anders@fix.no>
2741  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
2742    openpty. Report from John Seifarth <john@waw.be>
2743  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
2744    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
2745    <gem@rellim.com>
2746  - Use __snprintf and __vnsprintf if they are found where snprintf and
2747    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
2748    and others.
2749
2750 20000114
2751  - Merged OpenBSD IPv6 patch:
2752    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
2753      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
2754      [hostfile.c sshd_config]
2755      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
2756      features: sshd allows multiple ListenAddress and Port options. note
2757      that libwrap is not IPv6-ready. (based on patches from
2758      fujiwara@rcac.tdi.co.jp)
2759    - [ssh.c canohost.c]
2760      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
2761      from itojun@
2762    - [channels.c]
2763      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
2764    - [packet.h]
2765      allow auth-kerberos for IPv4 only
2766    - [scp.1 sshd.8 servconf.h scp.c]
2767      document -4, -6, and 'ssh -L 2022/::1/22'
2768    - [ssh.c]
2769      'ssh @host' is illegal (null user name), from
2770      karsten@gedankenpolizei.de
2771    - [sshconnect.c]
2772      better error message
2773    - [sshd.c]
2774      allow auth-kerberos for IPv4 only
2775  - Big IPv6 merge:
2776    - Cleanup overrun in sockaddr copying on RHL 6.1
2777    - Replacements for getaddrinfo, getnameinfo, etc based on versions
2778      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
2779    - Replacement for missing structures on systems that lack IPv6
2780    - record_login needed to know about AF_INET6 addresses
2781    - Borrowed more code from OpenBSD: rresvport_af and requisites
2782
2783 20000110
2784  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
2785
2786 20000107
2787  - New config.sub and config.guess to fix problems on SCO. Supplied
2788    by Gary E. Miller <gem@rellim.com>
2789  - SCO build fix from Gary E. Miller <gem@rellim.com>
2790  - Released 1.2.1pre25
2791
2792 20000106
2793  - Documentation update & cleanup
2794  - Better KrbIV / AFS detection, based on patch from:
2795    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2796
2797 20000105
2798  - Fixed annoying DES corruption problem. libcrypt has been
2799    overriding symbols in libcrypto. Removed libcrypt and crypt.h
2800    altogether (libcrypto includes its own crypt(1) replacement)
2801  - Added platform-specific rules for Irix 6.x. Included warning that
2802    they are untested.
2803
2804 20000103
2805  - Add explicit make rules for files proccessed by fixpaths.
2806  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori 
2807    <tnh@kondara.org>
2808  - Removed "nullok" directive from default PAM configuration files.
2809    Added information on enabling EmptyPasswords on openssh+PAM in
2810    UPGRADING file.
2811  - OpenBSD CVS updates
2812    - [ssh-agent.c]
2813      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
2814      dgaudet@arctic.org
2815    - [sshconnect.c]
2816      compare correct version for 1.3 compat mode
2817
2818 20000102
2819  - Prevent multiple inclusion of config.h and defines.h. Suggested
2820    by Andre Lucas <andre.lucas@dial.pipex.com>
2821  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
2822    <dgaudet@arctic.org>
2823
2824 19991231
2825  - Fix password support on systems with a mixture of shadowed and
2826    non-shadowed passwords (e.g. NIS). Report and fix from
2827    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2828  - Fix broken autoconf typedef detection. Report from Marc G.
2829    Fournier <marc.fournier@acadiau.ca>
2830  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
2831    <Franz.Sirl-kernel@lauterbach.com>
2832  - Prevent typedefs from being compiled more than once. Report from
2833    Marc G. Fournier <marc.fournier@acadiau.ca>
2834  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
2835    <iretd@bigfoot.com>
2836  - Really fix broken default path. Fix from Jim Knoble
2837    <jmknoble@jmknoble.cx>
2838  - Remove test for quad_t. No longer needed.
2839  - Released 1.2.1pre24
2840
2841  - Added support for directory-based lastlogs
2842  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
2843
2844 19991230
2845  - OpenBSD CVS updates:
2846    - [auth-passwd.c]
2847      check for NULL 1st
2848  - Removed most of the pam code into its own file auth-pam.[ch]. This
2849    cleaned up sshd.c up significantly.
2850  - PAM authentication was incorrectly interpreting
2851    "PermitRootLogin without-password". Report from Matthias Andree
2852    <ma@dt.e-technik.uni-dortmund.de
2853  - Several other cleanups
2854  - Merged Dante SOCKS support patch from David Rankin
2855   <drankin@bohemians.lexington.ky.us>
2856  - Updated documentation with ./configure options
2857  - Released 1.2.1pre23
2858
2859 19991229
2860  - Applied another NetBSD portability patch from David Rankin
2861    <drankin@bohemians.lexington.ky.us>
2862  - Fix --with-default-path option.
2863  - Autodetect perl, patch from David Rankin
2864    <drankin@bohemians.lexington.ky.us>
2865  - Print whether OpenSSH was compiled with RSARef, patch from
2866    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
2867  - Calls to pam_setcred, patch from Nalin Dahyabhai
2868    <nalin@thermo.stat.ncsu.edu>
2869  - Detect missing size_t and typedef it.
2870  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
2871  - Minor Makefile cleaning
2872
2873 19991228
2874  - Replacement for getpagesize() for systems which lack it
2875  - NetBSD login.c compile fix from David Rankin
2876   <drankin@bohemians.lexington.ky.us>
2877  - Fully set ut_tv if present in utmp or utmpx
2878  - Portability fixes for Irix 5.3 (now compiles OK!)
2879  - autoconf and other misc cleanups
2880  - Merged AIX patch from Darren Hall <dhall@virage.org>
2881  - Cleaned up defines.h
2882  - Released 1.2.1pre22
2883
2884 19991227
2885  - Automatically correct paths in manpages and configuration files. Patch
2886    and script from Andre Lucas <andre.lucas@dial.pipex.com>
2887  - Removed credits from README to CREDITS file, updated.
2888  - Added --with-default-path to specify custom path for server
2889  - Removed #ifdef trickery from acconfig.h into defines.h
2890  - PAM bugfix. PermitEmptyPassword was being ignored.
2891  - Fixed PAM config files to allow empty passwords if server does.
2892  - Explained spurious PAM auth warning workaround in UPGRADING
2893  - Use last few chars of tty line as ut_id
2894  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
2895  - OpenBSD CVS updates:
2896    - [packet.h auth-rhosts.c]
2897      check format string for packet_disconnect and packet_send_debug, too
2898    - [channels.c]
2899      use packet_get_maxsize for channels. consistence.
2900
2901 19991226
2902  - Enabled utmpx support by default for Solaris
2903  - Cleanup sshd.c PAM a little more
2904  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
2905    X11 ssh-askpass program.
2906  - Disable logging of PAM success and failures, PAM is verbose enough.
2907    Unfortunatly there is currently no way to disable auth failure
2908    messages. Mention this in UPGRADING file and sent message to PAM
2909    developers
2910  - OpenBSD CVS update:
2911    - [ssh-keygen.1 ssh.1]
2912      remove ref to .ssh/random_seed, mention .ssh/environment in
2913      .Sh FILES, too
2914  - Released 1.2.1pre21
2915  - Fixed implicit '.' in default path, report from Jim Knoble
2916    <jmknoble@jmknoble.cx>
2917  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
2918
2919 19991225
2920  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
2921  - Cleanup of auth-passwd.c for shadow and MD5 passwords
2922  - Cleanup and bugfix of PAM authentication code
2923  - Released 1.2.1pre20
2924
2925  - Merged fixes from Ben Taylor <bent@clark.net>
2926  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
2927  - Disabled logging of PAM password authentication failures when password
2928    is empty. (e.g start of authentication loop). Reported by Naz
2929    <96na@eng.cam.ac.uk>)
2930
2931 19991223
2932  - Merged later HPUX patch from Andre Lucas
2933    <andre.lucas@dial.pipex.com>
2934  - Above patch included better utmpx support from Ben Taylor
2935    <bent@clark.net>
2936
2937 19991222
2938  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
2939    <pope@netguide.dk>
2940  - Fix login.c breakage on systems which lack ut_host in struct
2941    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
2942
2943 19991221
2944  - Integration of large HPUX patch from Andre Lucas
2945    <andre.lucas@dial.pipex.com>. Integrating it had a few other
2946    benefits:
2947    - Ability to disable shadow passwords at configure time
2948    - Ability to disable lastlog support at configure time
2949    - Support for IP address in $DISPLAY
2950  - OpenBSD CVS update:
2951    - [sshconnect.c]
2952    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
2953  - Fix DISABLE_SHADOW support
2954  - Allow MD5 passwords even if shadow passwords are disabled
2955  - Release 1.2.1pre19
2956
2957 19991218
2958  - Redhat init script patch from Chun-Chung Chen
2959    <cjj@u.washington.edu>
2960  - Avoid breakage on systems without IPv6 headers
2961
2962 19991216
2963  - Makefile changes for Solaris from Peter Kocks
2964    <peter.kocks@baygate.com>
2965  - Minor updates to docs
2966  - Merged OpenBSD CVS changes:
2967    - [authfd.c ssh-agent.c]
2968      keysize warnings talk about identity files
2969    - [packet.c]
2970      "Connection closed by x.x.x.x": fatal() -> log()
2971  - Correctly handle empty passwords in shadow file. Patch from:
2972    "Chris, the Young One" <cky@pobox.com>
2973  - Released 1.2.1pre18
2974
2975 19991215
2976  - Integrated patchs from Juergen Keil <jk@tools.de>
2977    - Avoid void* pointer arithmatic
2978    - Use LDFLAGS correctly
2979    - Fix SIGIO error in scp
2980    - Simplify status line printing in scp
2981  - Added better test for inline functions compiler support from 
2982    Darren_Hall@progressive.com
2983
2984 19991214
2985  - OpenBSD CVS Changes
2986    - [canohost.c]
2987      fix get_remote_port() and friends for sshd -i;
2988      Holger.Trapp@Informatik.TU-Chemnitz.DE
2989    - [mpaux.c]
2990      make code simpler. no need for memcpy. niels@ ok
2991    - [pty.c]
2992      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
2993      fix proto; markus
2994    - [ssh.1]
2995       typo; mark.baushke@solipsa.com
2996    - [channels.c ssh.c ssh.h sshd.c]
2997      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
2998    - [sshconnect.c]
2999      move checking of hostkey into own function.
3000    - [version.h]
3001      OpenSSH-1.2.1
3002  - Clean up broken includes in pty.c
3003  - Some older systems don't have poll.h, they use sys/poll.h instead
3004  - Doc updates
3005
3006 19991211
3007  - Fix compilation on systems with AFS. Reported by
3008    aloomis@glue.umd.edu
3009  - Fix installation on Solaris. Reported by
3010    Gordon Rowell <gordonr@gormand.com.au>
3011  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
3012    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
3013  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
3014  - Compile fix from David Agraz <dagraz@jahoopa.com>
3015  - Avoid compiler warning in bsd-snprintf.c
3016  - Added pam_limits.so to default PAM config. Suggested by
3017    Jim Knoble <jmknoble@jmknoble.cx>
3018
3019 19991209
3020  - Import of patch from Ben Taylor <bent@clark.net>:
3021    - Improved PAM support
3022    - "uninstall" rule for Makefile
3023    - utmpx support
3024    - Should fix PAM problems on Solaris
3025  - OpenBSD CVS updates:
3026    - [readpass.c]
3027      avoid stdio; based on work by markus, millert, and I
3028    - [sshd.c]
3029      make sure the client selects a supported cipher
3030    - [sshd.c]
3031      fix sighup handling.  accept would just restart and daemon handled
3032      sighup only after the next connection was accepted. use poll on
3033      listen sock now.
3034    - [sshd.c]
3035      make that a fatal
3036  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
3037    to fix libwrap support on NetBSD
3038  - Released 1.2pre17
3039
3040 19991208
3041  - Compile fix for Solaris with /dev/ptmx from
3042    David Agraz <dagraz@jahoopa.com>
3043
3044 19991207
3045  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
3046    fixes compatability with 4.x and 5.x
3047  - Fixed default SSH_ASKPASS
3048  - Fix PAM account and session being called multiple times. Problem
3049    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
3050  - Merged more OpenBSD changes:
3051    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
3052      move atomicio into it's own file.  wrap all socket write()s which
3053      were doing write(sock, buf, len) != len, with atomicio() calls.
3054    - [auth-skey.c]
3055      fd leak
3056    - [authfile.c]
3057      properly name fd variable
3058    - [channels.c]
3059      display great hatred towards strcpy
3060    - [pty.c pty.h sshd.c]
3061      use openpty() if it exists (it does on BSD4_4)
3062    - [tildexpand.c]
3063      check for ~ expansion past MAXPATHLEN
3064  - Modified helper.c to use new atomicio function.
3065  - Reformat Makefile a little
3066  - Moved RC4 routines from rc4.[ch] into helper.c
3067  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
3068  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
3069  - Tweaked Redhat spec
3070  - Clean up bad imports of a few files (forgot -kb)
3071  - Released 1.2pre16
3072
3073 19991204
3074  - Small cleanup of PAM code in sshd.c
3075  - Merged OpenBSD CVS changes:
3076    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
3077      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
3078    - [auth-rsa.c]
3079      warn only about mismatch if key is _used_
3080      warn about keysize-mismatch with log() not error()
3081      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
3082      ports are u_short
3083    - [hostfile.c]
3084      indent, shorter warning
3085    - [nchan.c]
3086      use error() for internal errors
3087    - [packet.c]
3088      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
3089      serverloop.c
3090      indent
3091    - [ssh-add.1 ssh-add.c ssh.h]
3092      document $SSH_ASKPASS, reasonable default
3093    - [ssh.1]
3094      CheckHostIP is not available for connects via proxy command
3095    - [sshconnect.c]
3096      typo
3097      easier to read client code for passwd and skey auth
3098      turn of checkhostip for proxy connects, since we don't know the remote ip
3099
3100 19991126
3101  - Add definition for __P()
3102  - Added [v]snprintf() replacement for systems that lack it
3103
3104 19991125
3105  - More reformatting merged from OpenBSD CVS
3106  - Merged OpenBSD CVS changes:
3107    - [channels.c]
3108      fix packet_integrity_check() for !have_hostname_in_open.
3109      report from mrwizard@psu.edu via djm@ibs.com.au
3110    - [channels.c]
3111      set SO_REUSEADDR and SO_LINGER for forwarded ports.
3112      chip@valinux.com via damien@ibs.com.au
3113    - [nchan.c]
3114      it's not an error() if shutdown_write failes in nchan.
3115    - [readconf.c]
3116      remove dead #ifdef-0-code
3117    - [readconf.c servconf.c]
3118      strcasecmp instead of tolower
3119    - [scp.c]
3120      progress meter overflow fix from damien@ibs.com.au
3121    - [ssh-add.1 ssh-add.c]
3122      SSH_ASKPASS support
3123    - [ssh.1 ssh.c]
3124      postpone fork_after_authentication until command execution,
3125      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
3126      plus: use daemon() for backgrounding
3127  - Added BSD compatible install program and autoconf test, thanks to
3128    Niels Kristian Bech Jensen <nkbj@image.dk>
3129  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
3130  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3131  - Release 1.2pre15
3132
3133 19991124
3134  - Merged very large OpenBSD source code reformat
3135  - OpenBSD CVS updates
3136    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
3137      [ssh.h sshd.8 sshd.c]
3138      syslog changes:
3139      * Unified Logmessage for all auth-types, for success and for failed
3140      * Standard connections get only ONE line in the LOG when level==LOG:
3141        Auth-attempts are logged only, if authentication is:
3142           a) successfull or
3143           b) with passwd or
3144           c) we had more than AUTH_FAIL_LOG failues
3145      * many log() became verbose()
3146      * old behaviour with level=VERBOSE
3147    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
3148      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
3149      messages. allows use of s/key in windows (ttssh, securecrt) and
3150      ssh-1.2.27 clients without 'ssh -v', ok: niels@
3151    - [sshd.8]
3152      -V, for fallback to openssh in SSH2 compatibility mode
3153    - [sshd.c]
3154      fix sigchld race; cjc5@po.cwru.edu
3155
3156 19991123
3157  - Added SuSE package files from Chris Saia <csaia@wtower.com>
3158  - Restructured package-related files under packages/*
3159  - Added generic PAM config
3160  - Numerous little Solaris fixes
3161  - Add recommendation to use GNU make to INSTALL document
3162
3163 19991122
3164  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
3165  - OpenBSD CVS Changes
3166    - [ssh-keygen.c]
3167      don't create ~/.ssh only if the user wants to store the private
3168      key there. show fingerprint instead of public-key after
3169      keygeneration. ok niels@
3170  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
3171  - Added timersub() macro
3172  - Tidy RCSIDs of bsd-*.c
3173  - Added autoconf test and macro to deal with old PAM libraries
3174    pam_strerror definition (one arg vs two).
3175  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
3176  - Retry /dev/urandom reads interrupted by signal (report from
3177    Robert Hardy <rhardy@webcon.net>)
3178  - Added a setenv replacement for systems which lack it
3179  - Only display public key comment when presenting ssh-askpass dialog
3180  - Released 1.2pre14
3181
3182  - Configure, Make and changelog corrections from Tudor Bosman
3183    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
3184
3185 19991121
3186  - OpenBSD CVS Changes:
3187    - [channels.c]
3188      make this compile, bad markus
3189    - [log.c readconf.c servconf.c ssh.h]
3190      bugfix: loglevels are per host in clientconfig,
3191      factor out common log-level parsing code.
3192    - [servconf.c]
3193      remove unused index (-Wall)
3194    - [ssh-agent.c]
3195      only one 'extern char *__progname'
3196    - [sshd.8]
3197      document SIGHUP, -Q to synopsis
3198    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
3199      [channels.c clientloop.c]
3200      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
3201      [hope this time my ISP stays alive during commit]
3202    - [OVERVIEW README] typos; green@freebsd
3203    - [ssh-keygen.c]
3204      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
3205      exit if writing the key fails (no infinit loop)
3206      print usage() everytime we get bad options
3207    - [ssh-keygen.c] overflow, djm@mindrot.org
3208    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
3209     
3210 19991120
3211  - Merged more Solaris support from Marc G. Fournier
3212    <marc.fournier@acadiau.ca>
3213  - Wrote autoconf tests for integer bit-types
3214  - Fixed enabling kerberos support
3215  - Fix segfault in ssh-keygen caused by buffer overrun in filename
3216    handling.
3217
3218 19991119
3219  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
3220  - Merged OpenBSD CVS changes
3221    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
3222      more %d vs. %s in fmt-strings
3223    - [authfd.c]
3224      Integers should not be printed with %s
3225  - EGD uses a socket, not a named pipe. Duh.
3226  - Fix includes in fingerprint.c
3227  - Fix scp progress bar bug again.
3228  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
3229    David Rankin <drankin@bohemians.lexington.ky.us>
3230  - Added autoconf option to enable Kerberos 4 support (untested)
3231  - Added autoconf option to enable AFS support (untested)
3232  - Added autoconf option to enable S/Key support (untested)
3233  - Added autoconf option to enable TCP wrappers support (compiles OK)
3234  - Renamed BSD helper function files to bsd-*
3235  - Added tests for login and daemon and enable OpenBSD replacements for
3236    when they are absent.
3237  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
3238
3239 19991118
3240  - Merged OpenBSD CVS changes
3241    - [scp.c] foregroundproc() in scp
3242    - [sshconnect.h] include fingerprint.h
3243    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
3244      changes.
3245    - [ssh.1] Spell my name right.
3246  - Added openssh.com info to README
3247
3248 19991117
3249  - Merged OpenBSD CVS changes
3250    - [ChangeLog.Ylonen] noone needs this anymore
3251    - [authfd.c] close-on-exec for auth-socket, ok deraadt
3252    - [hostfile.c]
3253      in known_hosts key lookup the entry for the bits does not need
3254      to match, all the information is contained in n and e. This
3255      solves the problem with buggy servers announcing the wrong
3256      modulus length.  markus and me.
3257    - [serverloop.c]
3258      bugfix: check for space if child has terminated, from:
3259      iedowse@maths.tcd.ie
3260    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
3261      [fingerprint.c fingerprint.h]
3262      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
3263    - [ssh-agent.1] typo
3264    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
3265    - [sshd.c]
3266      force logging to stderr while loading private key file
3267      (lost while converting to new log-levels)
3268
3269 19991116
3270  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
3271  - Merged OpenBSD CVS changes:
3272    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
3273      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
3274      the keysize of rsa-parameter 'n' is passed implizit,
3275      a few more checks and warnings about 'pretended' keysizes.
3276    - [cipher.c cipher.h packet.c packet.h sshd.c]
3277      remove support for cipher RC4
3278    - [ssh.c]
3279      a note for legay systems about secuity issues with permanently_set_uid(),
3280      the private hostkey and ptrace()
3281    - [sshconnect.c]
3282      more detailed messages about adding and checking hostkeys
3283
3284 19991115
3285  - Merged OpenBSD CVS changes:
3286    - [ssh-add.c] change passphrase loop logic and remove ref to
3287      $DISPLAY, ok niels
3288  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
3289    modular.
3290  - Revised autoconf support for enabling/disabling askpass support.
3291  - Merged more OpenBSD CVS changes:
3292    [auth-krb4.c]
3293      - disconnect if getpeername() fails
3294      - missing xfree(*client)
3295    [canohost.c]
3296      - disconnect if getpeername() fails
3297      - fix comment: we _do_ disconnect if ip-options are set
3298    [sshd.c]
3299      - disconnect if getpeername() fails
3300      - move checking of remote port to central place
3301    [auth-rhosts.c] move checking of remote port to central place
3302    [log-server.c] avoid extra fd per sshd, from millert@
3303    [readconf.c] print _all_ bad config-options in ssh(1), too
3304    [readconf.h] print _all_ bad config-options in ssh(1), too
3305    [ssh.c] print _all_ bad config-options in ssh(1), too
3306    [sshconnect.c] disconnect if getpeername() fails
3307  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
3308  - Various small cleanups to bring diff (against OpenBSD) size down.
3309  - Merged more Solaris compability from Marc G. Fournier
3310    <marc.fournier@acadiau.ca>
3311  - Wrote autoconf tests for __progname symbol
3312  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
3313  - Released 1.2pre12
3314
3315  - Another OpenBSD CVS update:
3316    - [ssh-keygen.1] fix .Xr
3317
3318 19991114
3319  - Solaris compilation fixes (still imcomplete)
3320
3321 19991113
3322  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3323    - Don't install config files if they already exist
3324    - Fix inclusion of additional preprocessor directives from acconfig.h
3325  - Removed redundant inclusions of config.h
3326  - Added 'Obsoletes' lines to RPM spec file
3327  - Merged OpenBSD CVS changes:
3328    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
3329    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
3330      totalsize, ok niels,aaron
3331  - Delay fork (-f option) in ssh until after port forwarded connections
3332    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
3333  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
3334  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
3335  - Tidied default config file some more
3336  - Revised Redhat initscript to fix bug: sshd (re)start would fail
3337    if executed from inside a ssh login.
3338
3339 19991112
3340  - Merged changes from OpenBSD CVS
3341    - [sshd.c] session_key_int may be zero
3342    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
3343      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
3344      deraadt,millert
3345  - Brought default sshd_config more in line with OpenBSD's
3346  - Grab server in gnome-ssh-askpass (Debian bug #49872)
3347  - Released 1.2pre10
3348
3349  - Added INSTALL documentation
3350  - Merged yet more changes from OpenBSD CVS
3351    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
3352      [ssh.c ssh.h sshconnect.c sshd.c]
3353      make all access to options via 'extern Options options'
3354      and 'extern ServerOptions options' respectively;
3355      options are no longer passed as arguments:
3356       * make options handling more consistent
3357       * remove #include "readconf.h" from ssh.h
3358       * readconf.h is only included if necessary
3359    - [mpaux.c] clear temp buffer
3360    - [servconf.c] print _all_ bad options found in configfile
3361  - Make ssh-askpass support optional through autoconf
3362  - Fix nasty division-by-zero error in scp.c
3363  - Released 1.2pre11
3364
3365 19991111
3366  - Added (untested) Entropy Gathering Daemon (EGD) support
3367  - Fixed /dev/urandom fd leak (Debian bug #49722)
3368  - Merged OpenBSD CVS changes:
3369    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3370    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3371    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
3372  - Fix integer overflow which was messing up scp's progress bar for large
3373    file transfers. Fix submitted to OpenBSD developers. Report and fix
3374    from Kees Cook <cook@cpoint.net>
3375  - Merged more OpenBSD CVS changes:
3376    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
3377      + krb-cleanup cleanup
3378    - [clientloop.c log-client.c log-server.c ]
3379      [readconf.c readconf.h servconf.c servconf.h ]
3380      [ssh.1 ssh.c ssh.h sshd.8]
3381      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
3382      obsoletes QuietMode and FascistLogging in sshd.
3383    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
3384      allow session_key_int != sizeof(session_key)
3385      [this should fix the pre-assert-removal-core-files]
3386  - Updated default config file to use new LogLevel option and to improve
3387    readability
3388
3389 19991110
3390  - Merged several minor fixes:
3391    - ssh-agent commandline parsing
3392    - RPM spec file now installs ssh setuid root
3393    - Makefile creates libdir
3394    - Merged beginnings of Solaris compability from Marc G. Fournier
3395      <marc.fournier@acadiau.ca>
3396
3397 19991109
3398  - Autodetection of SSL/Crypto library location via autoconf
3399  - Fixed location of ssh-askpass to follow autoconf
3400  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
3401  - Autodetection of RSAref library for US users
3402  - Minor doc updates
3403  - Merged OpenBSD CVS changes:
3404    - [rsa.c] bugfix: use correct size for memset()
3405    - [sshconnect.c] warn if announced size of modulus 'n' != real size
3406  - Added GNOME passphrase requestor (use --with-gnome-askpass)
3407  - RPM build now creates subpackages
3408  - Released 1.2pre9
3409
3410 19991108
3411  - Removed debian/ directory. This is now being maintained separately.
3412  - Added symlinks for slogin in RPM spec file
3413  - Fixed permissions on manpages in RPM spec file
3414  - Added references to required libraries in README file
3415  - Removed config.h.in from CVS
3416  - Removed pwdb support (better pluggable auth is provided by glibc)
3417  - Made PAM and requisite libdl optional
3418  - Removed lots of unnecessary checks from autoconf
3419  - Added support and autoconf test for openpty() function (Unix98 pty support)
3420  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
3421  - Added TODO file
3422  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
3423    - Added ssh-askpass program
3424    - Added ssh-askpass support to ssh-add.c
3425    - Create symlinks for slogin on install
3426    - Fix "distclean" target in makefile
3427    - Added example for ssh-agent to manpage
3428    - Added support for PAM_TEXT_INFO messages
3429    - Disable internal /etc/nologin support if PAM enabled
3430  - Merged latest OpenBSD CVS changes:
3431    - [all] replace assert() with error, fatal or packet_disconnect
3432    - [sshd.c] don't send fail-msg but disconnect if too many authentication
3433      failures
3434    - [sshd.c] remove unused argument. ok dugsong
3435    - [sshd.c] typo
3436    - [rsa.c] clear buffers used for encryption. ok: niels
3437    - [rsa.c] replace assert() with error, fatal or packet_disconnect
3438    - [auth-krb4.c] remove unused argument. ok dugsong
3439  - Fixed coredump after merge of OpenBSD rsa.c patch
3440  - Released 1.2pre8
3441
3442 19991102
3443  - Merged change from OpenBSD CVS
3444   - One-line cleanup in sshd.c
3445
3446 19991030
3447  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
3448  - Merged latest updates for OpenBSD CVS:
3449    - channels.[ch] - remove broken x11 fix and document istate/ostate
3450    - ssh-agent.c - call setsid() regardless of argv[]
3451    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
3452  - Documentation cleanups
3453  - Renamed README -> README.Ylonen
3454  - Renamed README.openssh ->README
3455
3456 19991029
3457  - Renamed openssh* back to ssh* at request of Theo de Raadt
3458  - Incorporated latest changes from OpenBSD's CVS
3459  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
3460  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
3461  - Make distclean now removed configure script
3462  - Improved PAM logging
3463  - Added some debug() calls for PAM
3464  - Removed redundant subdirectories
3465  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
3466    building on Debian.
3467  - Fixed off-by-one error in PAM env patch
3468  - Released 1.2pre6
3469
3470 19991028
3471  - Further PAM enhancements.
3472    - Much cleaner
3473    - Now uses account and session modules for all logins.
3474  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
3475    - Build fixes
3476    - Autoconf
3477    - Change binary names to open*
3478  - Fixed autoconf script to detect PAM on RH6.1
3479  - Added tests for libpwdb, and OpenBSD functions to autoconf
3480  - Released 1.2pre4
3481
3482  - Imported latest OpenBSD CVS code
3483  - Updated README.openssh
3484  - Released 1.2pre5
3485
3486 19991027
3487  - Adapted PAM patch.
3488  - Released 1.0pre2
3489
3490  - Excised my buggy replacements for strlcpy and mkdtemp
3491  - Imported correct OpenBSD strlcpy and mkdtemp routines.
3492  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
3493  - Picked up correct version number from OpenBSD
3494  - Added sshd.pam PAM configuration file
3495  - Added sshd.init Redhat init script
3496  - Added openssh.spec RPM spec file
3497  - Released 1.2pre3
3498
3499 19991026
3500  - Fixed include paths of OpenSSL functions
3501  - Use OpenSSL MD5 routines
3502  - Imported RC4 code from nanocrypt
3503  - Wrote replacements for OpenBSD arc4random* functions
3504  - Wrote replacements for strlcpy and mkdtemp
3505  - Released 1.0pre1
This page took 3.061683 seconds and 5 git commands to generate.