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