initialize repository

Tue, 06 Sep 2011 18:10:27 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 06 Sep 2011 18:10:27 +0200
changeset 0
4c89c7683fb6
child 1
3c066d52342d

initialize repository

LICENSE file | annotate | diff | comparison | revisions
README file | annotate | diff | comparison | revisions
conf.mk file | annotate | diff | comparison | revisions
doc/development/NSPR Dependencies.txt file | annotate | diff | comparison | revisions
doc/development/mod_jk nsapi.txt file | annotate | diff | comparison | revisions
templates/bin/startserv.template file | annotate | diff | comparison | revisions
templates/conf/init.conf file | annotate | diff | comparison | revisions
templates/conf/obj.conf file | annotate | diff | comparison | revisions
templates/conf/server.conf file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LICENSE	Tue Sep 06 18:10:27 2011 +0200
@@ -0,0 +1,23 @@
+Copyright 2011 Olaf Wintermann. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/conf.mk	Tue Sep 06 18:10:27 2011 +0200
@@ -0,0 +1,32 @@
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 2011 Olaf Wintermann. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+#   1. Redistributions of source code must retain the above copyright
+#      notice, this list of conditions and the following disclaimer.
+#
+#   2. Redistributions in binary form must reproduce the above copyright
+#      notice, this list of conditions and the following disclaimer in the
+#      documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+
+WS_INSTALL_DIR = work/
+
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/development/NSPR Dependencies.txt	Tue Sep 06 18:10:27 2011 +0200
@@ -0,0 +1,18 @@
+PR_Unlock
+PR_NewLock
+PR_SetFDCacheSize
+PR_Init
+PR_Lock
+PR_GetCurrentThread
+PR_Initialized
+PR_Sleep
+PR_CreateThread
+PR_GetThreadPrivate
+PR_SetThreadPrivate
+PR_NewThreadPrivateIndex
+PR_AtomicIncrement
+PR_SetError
+PR_DetachThread
+PR_AttachThread
+PR_Interrupt
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/development/mod_jk nsapi.txt	Tue Sep 06 18:10:27 2011 +0200
@@ -0,0 +1,27 @@
+mod_jk uses the following nsapi functions:
+
+param_free                      line 143
+pblock_fr                       line 143: pblock_remove
+pblock_nvinsert                 line 147
+http_status                     line 155: protocol_status
+http_start_response             line 157: protocol_start_response
+netbuf_next                     line 188: netbuf_getc
+net_write                       line 226
+pblock_findval                  line 439
+systhread_start                 line 303
+systhread_sleep                 line 306
+magnus_atrestart                line 314
+shexp_match                     line 367
+request_header                  line 443
+session_dns_lookup              line 453: session_dns
+conf_getglobals()               line 464: server_name
+                                          server_portnum
+                                          security_active
+
+
+data structures:
+
+Session:
+          csd      net_write
+          inbuf    netbuf_getc
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/bin/startserv.template	Tue Sep 06 18:10:27 2011 +0200
@@ -0,0 +1,35 @@
+#!/bin/sh
+
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 2011 Olaf Wintermann. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+#   1. Redistributions of source code must retain the above copyright
+#      notice, this list of conditions and the following disclaimer.
+#
+#   2. Redistributions in binary form must reproduce the above copyright
+#      notice, this list of conditions and the following disclaimer in the
+#      documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+
+WS_INSTALL_DIR=%%WS_INSTALL_DIR%%
+
+cd $WS_INSTALL_DIR
+bin/webservd
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/conf/server.conf	Tue Sep 06 18:10:27 2011 +0200
@@ -0,0 +1,18 @@
+Listener {
+	name = default
+	ip = x4
+	port = 80
+	ssl = false
+}
+
+VirtualServer {
+	name = x4
+}
+
+name1 = value1
+name2 = value2
+
+AuthDB {
+	name = ldap
+}
+

mercurial