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