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