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