Up to [local] / OpenXM / src / kan96xx / Doc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 7 02:10:32 2013 UTC (11 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b,
HEAD
Changes since 1.16: +13 -7
lines
Diff to previous 1.16 (unified) to selected 1.14 (unified)
Bug fix in httpd-rpc.sm1. httpd.textmode is used to send data in text/plain mode. If httpd.rawplus is set, + is not translated to the space. Example. ./httpd-rpc.sh getURL(paste("http://admin-computer.local:8090/?rpc+",URLencode("map(idiv,[1,3],2)"),sep="")) Note that URLencode does not translate + to %20 localhost cannot be accepted.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Dec 23 02:33:16 2012 UTC (11 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.15: +5 -2
lines
Diff to previous 1.15 (unified) to selected 1.14 (unified)
Add a support for Mac OS X.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 8 01:08:39 2010 UTC (14 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (unified)
netscape --> firefox.
Revision 1.14 / (download) - annotate - [selected], Sun Feb 22 17:30:03 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (unified)
The term "(help|html)-(eg|jp)" are replaced.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 4 00:02:10 2002 UTC (21 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (unified) to selected 1.14 (unified)
Added new keywords for refusing of execution on asir-online.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 10 07:00:03 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.11: +135 -2
lines
Diff to previous 1.11 (unified) to selected 1.14 (unified)
It was possible to exploit any file through httpd on Kan/sm1 under some conditions. The vulnerability is now removed.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 4 05:40:40 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.10: +29 -19
lines
Diff to previous 1.10 (unified) to selected 1.14 (unified)
Separated httpd-rpc.sm1 into two parts, which are common libraries and functions/constants dependent to services.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 3 12:43:03 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.9: +11 -2
lines
Diff to previous 1.9 (unified) to selected 1.14 (unified)
Added a new function httpd.parse to parse GET and POST commands. Made several changes of httpd-rpc.sh for separating httpd-rpc.sm1 into two files.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 29 10:54:17 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (unified) to selected 1.14 (unified)
(localhost) --> [(sm1.socket) (gethostname) []] extension
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 29 00:19:56 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.7: +6 -4
lines
Diff to previous 1.7 (unified) to selected 1.14 (unified)
Fixed a bug on the initialization.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 28 23:55:57 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.6: +56 -8
lines
Diff to previous 1.6 (unified) to selected 1.14 (unified)
Envelope by "timer" before sending to the ox_asir server to limit the CPU time. BUG: The CPU timer of servers launched from ox_asir will not be limited.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 28 08:57:28 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (unified) to selected 1.14 (unified)
Added key words to refuse for httpd-rpc.sm1
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 24 07:45:03 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.4: +5 -2
lines
Diff to previous 1.4 (unified) to selected 1.14 (unified)
A sample shell file to run httpd-rpc server.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 24 05:42:00 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.3: +47 -2
lines
Diff to previous 1.3 (unified) to selected 1.14 (unified)
Added a security check function to our server.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 24 02:48:59 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.2: +8 -4
lines
Diff to previous 1.2 (unified) to selected 1.14 (unified)
Added Content-Length: field.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 24 02:12:34 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.1: +34 -16
lines
Diff to previous 1.1 (unified) to selected 1.14 (unified)
httpd can handle the "connection closed" situation during computation and during waiting data from the client. Added new function (sm1.socket) (accpet2) for using as a super server. (for future use.)
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 23 13:38:50 2002 UTC (22 years ago) by takayama
Branch: MAIN
Diff to selected 1.14 (unified)
A sample OpenXM server program to provide a rpc service on the web.