| 1 |
|
Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 2 |
|
* Added --enable-debug option to the configure script. |
| 3 |
|
it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove |
| 4 |
|
-s from INSTPGMFLAGS not to strip the executable. |
| 5 |
|
An update to the configure.in script for CC other than GCC is |
| 6 |
|
welcome. |
| 7 |
|
|
| 8 |
|
Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 9 |
|
* Put workaround for remote vulnerability that allow to create |
| 10 |
|
a file in an arbitrary path. |
| 11 |
|
([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa). |
| 12 |
|
As it breaks the traditional feature (the problem itself!) of |
| 13 |
|
FreeWnn, this workaround can be turned off in the configure |
| 14 |
|
script. But if you want to do so, you should at least forbid |
| 15 |
|
accesses from unexpected hosts using ipfilter or its equivalent. |
| 16 |
|
More secure solutions like adding tcp_wrappers feature and |
| 17 |
|
some kind of authentication are needed, but as the problem came |
| 18 |
|
from the design of KKTP itself, we should be careful what |
| 19 |
|
solution we will take. Due to the poor manpower, this will take |
| 20 |
|
time. |
| 21 |
|
* Added P_ macro in wnn_os.h to support ISO C (and current K&R |
| 22 |
|
style) in the future. |
| 23 |
|
I am planning to change prototypes to be written with the macro. |
| 24 |
|
(it may be backed out though). |
| 25 |
|
* Uum support again ([freewnn:00676] by Mr. K.Iijima). |
| 26 |
|
There is no cuum, kuum, tuum support yet, but there will be. |
| 27 |
|
* Fix IPv6 feature. |
| 28 |
|
Set the permission of Unix domain socket to 0766 |
| 29 |
|
Set the variable cmd_name to argv[0]. |
| 30 |
|
([freewnn:00716],[freewnn:00732] by K. Hamajima). |
| 31 |
|
* Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c |
| 32 |
|
([freewnn:00730] by T.Aono) |
| 33 |
|
* Modified INSTALL.en |
| 34 |
|
|
| 35 |
Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 36 |
* CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima) |
* CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima) |
| 37 |
* fix to configure.in for beos ([freewnn:00677] Hiroaki Abe) |
* fix to configure.in for beos ([freewnn:00677] Hiroaki Abe) |