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