Powered by Apache

CVS log for OpenXM/src/kan96xx/Doc/httpd.sm1

[BACK] Up to [local] / OpenXM / src / kan96xx / Doc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 7 02:10:32 2013 UTC (11 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

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.21 / (download) - annotate - [select for diffs], Sun Dec 23 01:27:54 2012 UTC (11 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.20: +8 -3 lines
Diff to previous 1.20 (colored)

Added mac to ostype to automatically start safari.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 8 01:08:39 2010 UTC (14 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

netscape --> firefox.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 21 12:46:49 2005 UTC (18 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.18: +10 -1 lines
Diff to previous 1.18 (colored)

Added a new function httpd.set-cookie.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 21 09:12:22 2005 UTC (18 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.17: +11 -16 lines
Diff to previous 1.17 (colored)

Added a new function  getFileType and made related changes.
Fixed a bug to get a formula in pretty format.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 17 08:15:51 2005 UTC (18 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.16: +42 -1 lines
Diff to previous 1.16 (colored)

open xxx.html
is used to call a webbrowser on MacOS X.
export OX_BROWSER=mac ; webasir
to start the web interface for asir.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 27 05:28:05 2005 UTC (19 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.15: +1 -22 lines
Diff to previous 1.15 (colored)

toTokenBySpace (written in the sm1 language) is now
written in C.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 10 07:00:03 2002 UTC (21 years, 6 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
Changes since 1.14: +47 -4 lines
Diff to previous 1.14 (colored)

It was possible to exploit any file through httpd on Kan/sm1
under some conditions.
The vulnerability is now removed.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Nov 9 12:42:25 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.13: +137 -2 lines
Diff to previous 1.13 (colored)

Added a new function httpd_sendfile, which sends a file by http
if the environmental variable OXWEB_HTTPD_ROOT is set.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Nov 3 12:43:03 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.12: +100 -1 lines
Diff to previous 1.12 (colored)

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.12 / (download) - annotate - [select for diffs], Wed Oct 30 13:23:06 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.11: +19 -6 lines
Diff to previous 1.11 (colored)

export OXWEB_DEG=1 : outputs debugging informations.
export OXWEB_TAKE_LOG=1 : outputs date and time of each HTTP transactions.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 29 07:29:23 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.10: +21 -3 lines
Diff to previous 1.10 (colored)

Fixed a bug of interpreting POST packet (Netscape 6.0 or Mozilla).

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 23 13:38:50 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

A sample OpenXM server program to provide a rpc service on the web.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 21 10:43:52 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Fixed a buf of shutting down the server.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 21 02:25:51 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.7: +4 -2 lines
Diff to previous 1.7 (colored)

Fixed the first bug of junk data in the input field.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 21 01:59:15 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.6: +19 -3 lines
Diff to previous 1.6 (colored)

httpd.sm1 accepts the HTTP/POST protocol by setting the environmental
variable OXWEB_POST, but it is still buggy.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 17 13:40:28 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

[(sm1Socket) (readBlock) ...] : reading from a socket until
"0a 0a" or "0d 0a 0d 0a" (the empty line) has been received.

Fixed a bug of [(sm1Socket) (read) ...]

Use readBlock instead of read in httpd-asir.sm1

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 20 05:57:40 2001 UTC (22 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.4: +12 -1 lines
Diff to previous 1.4 (colored)

Send a warning message when image translation is not available.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 29 11:18:57 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored)

Automatic configuration of graphic format (png or gif) for
print_???_form in httpd-asir.sm1

Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 23 02:08:41 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.2: +11 -5 lines
Diff to previous 1.2 (colored)

Click "Pretty format" on the webasir.
Then, the result of computation is formatted by TeX, dvips, and potoimg.
The resulting gif image is sent to the web browser.
BUG: oversized formulas are cut so that they fit to the A4 paper.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 23 00:49:00 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.1: +71 -1 lines
Diff to previous 1.1 (colored)

Result history is saved in the variables
   Oxserver_history_variable_N
where N is a number.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 23 00:16:55 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN

Common functions in httpd-asir.sm1 and httpd-sm1.sm1 are moved to
httpd.sm1

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>