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