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