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