cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Main.java

2001-06-13 Thread mmanders
mmanders01/06/13 14:28:32 Modified:src/share/org/apache/tomcat/startup Main.java Log: Updated addToTomcatClasspathSysProp to be able to run under 1.1.x Revision ChangesPath 1.35 +3 -3 jakarta-tomcat/src/share/org/apache/tomcat/startup/Main.java Index

cvs commit: jakarta-tomcat/src/native/mod_jk/netscape jk_nsapi_plugin.c

2001-06-14 Thread mmanders
mmanders01/06/14 09:49:11 Modified:src/native/mod_jk/netscape jk_nsapi_plugin.c Log: Added NetWare specific calls to ensure that virtual server ssl and port information are reported properly. Revision ChangesPath 1.3 +34 -1 jakarta-tomcat/src/native/mod_jk

cvs commit: jakarta-tomcat-connectors/jk/native/netscape nsapi.dsp

2001-06-14 Thread mmanders
mmanders01/06/14 12:41:30 Modified:jk/native/netscape nsapi.dsp Log: Updated inside of MSDEV so that it will load (and build) properly. Revision ChangesPath 1.4 +38 -40jakarta-tomcat-connectors/jk/native/netscape/nsapi.dsp Index: nsapi.dsp

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2001-06-14 Thread mmanders
mmanders01/06/14 12:42:13 Modified:jk/native/netscape jk_nsapi_plugin.c Log: Migrated NetWare specific virtual server fixes from 3.3 codebase. Revision ChangesPath 1.4 +34 -1 jakarta-tomcat-connectors/jk/native/netscape/jk_nsapi_plugin.c Index

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp14.c jk_md5.c

2001-06-14 Thread mmanders
mmanders01/06/14 12:44:01 Modified:jk/native/common jk_ajp14.c jk_md5.c Log: Added additional casts so that it will build properly for NetWare. Revision ChangesPath 1.7 +6 -6 jakarta-tomcat-connectors/jk/native/common/jk_ajp14.c Index: jk_ajp14.c

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2001-06-15 Thread mmanders
mmanders01/06/15 10:05:10 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: Updated setString to just return if the string passed in is a null. This prevents problems later on when we try and access the string member. Revision ChangesPath 1.3

cvs commit: jakarta-tomcat build.xml

2001-06-18 Thread mmanders
mmanders01/06/18 17:34:38 Modified:.build.xml Log: Updated conditionals for commons-dbcp. This will now build properly even if jakarta-commons isn't available. Revision ChangesPath 1.135 +29 -30jakarta-tomcat/build.xml Index: buil

cvs commit: jakarta-tomcat/src/native/apache1.3 mod_jk.c

2001-06-19 Thread mmanders
mmanders01/06/19 15:45:01 Modified:src/native/apache1.3 Tag: tomcat_32 mod_jk.c Log: Added a check for the workers.properties file to allow Apache to come down clean if the path/file doesn't exist. Fixed memory leaks when using VirtualHost sections in Apache. Rev

cvs commit: jakarta-tomcat/src/native/jk jk_ajp13_worker.c

2001-06-19 Thread mmanders
mmanders01/06/19 15:46:13 Modified:src/native/jk Tag: tomcat_32 jk_ajp13_worker.c Log: Fixed a memory leak. Revision ChangesPath No revision No revision 1.3.2.3 +2 -1 jakarta-tomcat/src/native/jk/Attic

cvs commit: jakarta-tomcat/src/native/jk jk_jni_worker.c

2001-06-19 Thread mmanders
mmanders01/06/19 15:57:25 Modified:src/native/jk Tag: tomcat_32 jk_jni_worker.c Log: Even though Apache is documented as only calling the module initializer function (jk_init) once, it actually calls it multiple times, at least on Windows. A couple of times it is called on the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ServletWrapper.java

2001-06-19 Thread mmanders
mmanders01/06/19 16:04:39 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ServletWrapper.java Log: Syncronized around call to loader.shouldReload to prevent getting the loader in an invalid state. Fixes Bug # 1628. Revision ChangesPath

cvs commit: jakarta-tomcat/src/native/jk jk_sockbuf.c jk_util.c

2001-06-19 Thread mmanders
mmanders01/06/19 16:21:04 Modified:src/native/jk Tag: tomcat_32 jk_sockbuf.c jk_util.c Log: Changed c++ style comments to c style comments. Submitted by: Scott E. Reinhart <[EMAIL PROTECTED]> Revision ChangesPath No revision

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2001-11-16 Thread mmanders
mmanders01/11/16 13:32:03 Modified:jk/native build.xml Log: Added alternate targets (since NLM names are limited to 8.3). Revision ChangesPath 1.15 +5 -0 jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-11-16 Thread mmanders
mmanders01/11/16 13:32:16 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: Added alternate targets (since NLM names are limited to 8.3). Revision ChangesPath 1.20 +12 -0 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/SoTask.java Index

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java

2001-11-16 Thread mmanders
mmanders01/11/16 13:32:24 Modified:jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java Log: Added alternate targets (since NLM names are limited to 8.3). Revision ChangesPath 1.5 +15 -0 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers

cvs commit: jakarta-tomcat-connectors/jk/native/jni Makefile.nw

2001-11-26 Thread mmanders
mmanders01/11/26 11:30:56 Removed: jk/native/jni Makefile.nw Log: Removed since NetWare connectors can now be build using jkant. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.nw

2001-11-26 Thread mmanders
mmanders01/11/26 11:31:12 Removed: jk/native/apache-1.3 Makefile.nw Log: Removed since NetWare connectors can now be build using jkant. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2001-11-26 Thread mmanders
mmanders01/11/26 11:32:45 Modified:jk/native/apache-1.3 mod_jk.c Log: Added NetWare specific defines back into this file since they are ONLY related to this file (because of Winsock used to build this module). Revision ChangesPath 1.22 +14 -1 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h

2001-11-26 Thread mmanders
mmanders01/11/26 11:34:00 Modified:jk/native/common jk_global.h Log: Removed some of the NetWare specific defines that only related to apache source files. Revision ChangesPath 1.15 +1 -10 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_handler_logon.c

2001-11-26 Thread mmanders
mmanders01/11/26 11:34:40 Modified:jk/native/common jk_handler_logon.c Log: Added include of jk_md5.h so that the jk_md5 function is prototyped correctly. Revision ChangesPath 1.2 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_handler_logon.c Index

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c

2001-11-26 Thread mmanders
mmanders01/11/26 11:36:15 Modified:jk/native/common jk_registry.c Log: Added casts necessary to build for NetWare since the worker_factory functions currently being used don't match the prototype of the registerFactory method. The MetroWerks compiler treats this as an

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2001-11-26 Thread mmanders
mmanders01/11/26 11:37:58 Modified:jk/native build.xml Log: Updated to build NetWare modules correctly. Revision ChangesPath 1.20 +9 -3 jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native/netscape Makefile.nw

2001-11-26 Thread mmanders
mmanders01/11/26 11:38:44 Removed: jk/native/netscape Makefile.nw Log: Removed since NetWare connectors can now be build using jkant. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2001-11-29 Thread mmanders
mmanders01/11/29 12:02:44 Modified:jk/native/netscape jk_nsapi_plugin.c Log: Added default worker_env to prevent GPF during startup. Set ssl_key_size to -1 for now until we can determine if this is available from the webserver, and how to configure it (ala JkOptions for Apache

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_sockbuf.c

2001-12-04 Thread mmanders
mmanders01/12/04 14:51:57 Modified:jk/native/common jk_sockbuf.c Log: Added a cast in the call to send since Metrowerks 6.0 (used to build NetWare) complains. Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_sockbuf.c Index

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2002-02-12 Thread mmanders
mmanders02/02/12 17:07:18 Modified:jk/native/common jk_ajp_common.c Log: Initialize secret before checking cache since we might return from inside of the cache checking loop. Revision ChangesPath 1.24 +9 -2 jakarta-tomcat-connectors/jk/native/common

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp13_worker.c

2001-07-18 Thread mmanders
mmanders01/07/18 14:36:35 Modified:src/native/mod_jk/common jk_ajp13_worker.c Log: This fixes a problem with the new recovery handling in ajp13. The problem occurs when the user requests a page and presses stop before it is all back, and the protocol retries the request to the

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.nw

2001-07-18 Thread mmanders
mmanders01/07/18 16:35:37 Modified:jk/native/apache-1.3 Makefile.nw Log: Added -DUSE_SPRINTF to compile flags since there isn't an snprintf currently available on NetWare. Revision ChangesPath 1.7 +1 -0 jakarta-tomcat-connectors/jk/native/apach

cvs commit: jakarta-tomcat-connectors/jk/native/netscape Makefile.nw

2001-07-18 Thread mmanders
mmanders01/07/18 16:38:12 Modified:jk/native/netscape Makefile.nw Log: Added -DUSE_SPRINTF to compile flags since there isn't an snprintf currently available on NetWare. Revision ChangesPath 1.6 +1 -0 jakarta-tomcat-connectors/jk/native/netscape/Makefi

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp14_worker.h

2001-07-20 Thread mmanders
mmanders01/07/20 08:09:48 Modified:jk/native/common jk_ajp14_worker.h Log: Added a define for snprintf under Windows. Revision ChangesPath 1.4 +6 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.h Index: jk_ajp14_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.dsp

2001-07-20 Thread mmanders
mmanders01/07/20 08:10:26 Modified:jk/native/apache-1.3 mod_jk.dsp Log: Fixed project so that MSDev can use it. Revision ChangesPath 1.5 +10 -10jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.dsp Index: mod_jk.dsp

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java

2001-07-20 Thread mmanders
mmanders01/07/20 15:08:16 Modified:src/share/org/apache/tomcat/modules/server Ajp13.java Log: When calling setUserPrincipal, use the RemoteUser we just read instead of reading the next string in the message. Otherwise, we through the message/protocol off. Revision Changes

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf UDecoder.java

2001-07-23 Thread mmanders
mmanders01/07/23 11:40:30 Modified:src/share/org/apache/tomcat/util/buf UDecoder.java Log: Fixed an ArrayOutOfBoundException in convert( CharChunk mb ). Copied the same test used in convert( ByteChunk mb ). Submitted by: Thibault FREY <[EMAIL PROTECTED]> Re

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13.h jk_ajp_common.c jk_ajp_common.h

2001-07-23 Thread mmanders
mmanders01/07/23 14:02:43 Modified:jk/native/common jk_ajp13.h jk_ajp_common.c jk_ajp_common.h Log: Ported fixes for AJP13 wrong response from Tomcat 3.3 branch. Revision ChangesPath 1.5 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h Index

cvs commit: jakarta-tomcat KEYS

2001-07-23 Thread mmanders
mmanders01/07/23 16:24:46 Modified:.KEYS Log: Added my key so I can sign NetWare binaries. Revision ChangesPath 1.5 +22 -0 jakarta-tomcat/KEYS Index: KEYS === RCS file: /home/cvs

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_jni_worker.c

2001-08-14 Thread mmanders
mmanders01/08/14 19:27:31 Modified:src/native/mod_jk/common jk_jni_worker.c Log: Fixed bridge class name and rolled 3.2.3 fixes into 3.3. Revision ChangesPath 1.3 +32 -8 jakarta-tomcat/src/native/mod_jk/common/jk_jni_worker.c Index: jk_jni_worker.c

cvs commit: jakarta-tomcat/src/native/mod_jk/jni jni_connect.dsp

2001-08-14 Thread mmanders
mmanders01/08/14 19:28:22 Modified:src/native/mod_jk/jni jni_connect.dsp Log: Fixed include path for debug build. Revision ChangesPath 1.3 +1 -1 jakarta-tomcat/src/native/mod_jk/jni/jni_connect.dsp Index: jni_connect.dsp

cvs commit: jakarta-tomcat/src/native/mod_jk/jni jk_jnicb.c jk_jnicb.exp jk_jnicb.h

2001-08-14 Thread mmanders
mmanders01/08/14 19:28:56 Modified:src/native/mod_jk/jni jk_jnicb.c jk_jnicb.exp jk_jnicb.h Log: Fixed function names to match new classes. Revision ChangesPath 1.2 +13 -13jakarta-tomcat/src/native/mod_jk/jni/jk_jnicb.c Index: jk_jnicb.c

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server JNIConnectionHandler.java

2001-08-14 Thread mmanders
mmanders01/08/14 19:30:29 Modified:src/share/org/apache/tomcat/modules/server JNIConnectionHandler.java Log: Added check for NetWare to load appropriate library. Revision ChangesPath 1.10 +5 -3 jakarta-tomcat/src/share/org/apache

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server JNIEndpoint.java

2001-08-14 Thread mmanders
mmanders01/08/14 19:32:02 Modified:src/share/org/apache/tomcat/modules/server JNIEndpoint.java Log: Added necessary synchronization around notify calls and added a stacktrace on exceptions from calls to processConnection. Revision ChangesPath 1.2 +12 -5

cvs commit: jakarta-tomcat/src/etc jni_server.xml

2001-08-14 Thread mmanders
mmanders01/08/14 19:39:35 Added: src/etc jni_server.xml Log: Sample jni_server.xml that matches 3.3 setup. Revision ChangesPath 1.4 +176 -59 jakarta-tomcat/src/etc/jni_server.xml

cvs commit: jakarta-tomcat/src/etc/jk jni_workers.properties

2001-08-14 Thread mmanders
mmanders01/08/14 19:40:04 Modified:src/etc/jk jni_workers.properties Log: Updated file to match 3.3 configuration. Revision ChangesPath 1.2 +4 -8 jakarta-tomcat/src/etc/jk/jni_workers.properties Index: jni_workers.properties

cvs commit: jakarta-tomcat/src/etc/jk mod_jk.conf-jni

2001-08-14 Thread mmanders
mmanders01/08/14 19:40:37 Added: src/etc/jk mod_jk.conf-jni Log: Sample configuration file for use with JNI configuration. Revision ChangesPath 1.1 jakarta-tomcat/src/etc/jk/mod_jk.conf-jni Index: mod_jk.conf-jni

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp12.java

2001-08-22 Thread mmanders
mmanders01/08/22 09:53:57 Modified:src/share/org/apache/tomcat/modules/server Ajp12.java Log: On some platforms (NetWare) calling System.exit without closing a socket leaves the socket in a timewait state for several minutes making it impossible to restart Tomcat quickly. Added

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup StopTomcat.java

2001-08-22 Thread mmanders
mmanders01/08/22 09:56:28 Modified:src/share/org/apache/tomcat/startup StopTomcat.java Log: Added code to handle shutdown a little cleaner by flushing the output stream and wait for one second before trying to close the stream. This gives the backend a chance to read the stream

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/net PoolTcpEndpoint.java

2001-08-22 Thread mmanders
mmanders01/08/22 09:58:29 Modified:src/share/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: Added code to handle shutdown a little cleaner by setting soLinger to a small value (0) just before we close the socket, and just logging any exceptions instead of doing a stacktrace

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2001-10-03 Thread mmanders
mmanders01/10/03 15:13:45 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: Fix Bug #3944 request.getRemoteAddr() alays returning 127.0.0.1 Bug report from Alessandro Polverini Since the base Request object set remoteAddr

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http Cookies.java

2001-10-18 Thread mmanders
mmanders01/10/18 07:06:23 Modified:src/share/org/apache/tomcat/util/http Cookies.java Log: Fixed a problem where a value containing a space was truncated at the space. The RFC is somewhat vague in this reguard, but this patch matches functionality of other versions of Tomcat and

cvs commit: jakarta-tomcat/src/doc Tomcat-on-NetWare-HowTo.html

2001-10-24 Thread mmanders
mmanders01/10/24 09:31:21 Modified:src/doc Tomcat-on-NetWare-HowTo.html Log: Fixed errors related to new functionality in 3.3 release. Revision ChangesPath 1.3 +25 -19jakarta-tomcat/src/doc/Tomcat-on-NetWare-HowTo.html Index: Tomcat-on-NetWare-HowTo.html

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java

2001-11-12 Thread mmanders
mmanders01/11/12 15:31:58 Modified:jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java Log: Updated to use linkOpts from the build.xml file. Revision ChangesPath 1.4 +12 -7 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers MsvcLinker.java

2001-11-12 Thread mmanders
mmanders01/11/12 15:32:45 Modified:jk/jkant/java/org/apache/jk/ant/compilers MsvcLinker.java Log: Updated to use linkOpts from the build.xml file. Made the link.def more generic (in case we don't declare exports on the link.) Revision ChangesPath 1.2 +

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers MsvcCompiler.java

2001-11-12 Thread mmanders
mmanders01/11/12 15:33:48 Modified:jk/jkant/java/org/apache/jk/ant/compilers MsvcCompiler.java Log: Added a -c flag to only compile the source files. Linking will be handled in a separate step. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-connectors/jk

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-11-12 Thread mmanders
mmanders01/11/12 15:34:47 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: Added a link options vector similar to imports, exports, etc. Revision ChangesPath 1.19 +18 -6 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/SoTask.java Index

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2001-11-12 Thread mmanders
mmanders01/11/12 15:36:13 Modified:jk/native build.xml Log: Updated apache13 target to add win32 dependencies in. Added linkOpt tags in. Revision ChangesPath 1.13 +39 -16jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native build.properties.sample

2001-11-15 Thread mmanders
mmanders01/11/15 11:37:42 Modified:jk/native build.properties.sample Log: Added defaults for netscape and windows. Revision ChangesPath 1.3 +10 -0 jakarta-tomcat-connectors/jk/native/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2001-11-15 Thread mmanders
mmanders01/11/15 11:38:02 Modified:jk/native build.xml Log: Added target for building netscape binaries. Revision ChangesPath 1.14 +134 -19 jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java MwccCompiler.java

2002-03-08 Thread mmanders
mmanders02/03/08 08:13:26 Modified:jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java MwccCompiler.java Log: Updated to support building with LibC for NetWare. Revision ChangesPath 1.7 +4 -1 jakarta-tomcat-connectors/jk/jkant

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java MwccCompiler.java

2002-04-11 Thread mmanders
mmanders02/04/11 14:46:58 Modified:jk/jkant/java/org/apache/jk/ant/compilers MwldLinker.java MwccCompiler.java Log: More updates to allow building against Clib or LibC within the same project. Revision ChangesPath 1.8 +15 -5 jakarta

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_jni_worker.c

2002-04-11 Thread mmanders
mmanders02/04/11 14:48:19 Modified:jk/native/common jk_jni_worker.c Log: Updated to build for Apache 2.0 on NetWare (using LibC). Revision ChangesPath 1.11 +6 -2 jakarta-tomcat-connectors/jk/native/common/jk_jni_worker.c Index: jk_jni_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_md5.c

2002-04-11 Thread mmanders
mmanders02/04/11 14:50:03 Modified:jk/native/common jk_md5.c Log: Updated to build for NetWare. Revision ChangesPath 1.7 +5 -5 jakarta-tomcat-connectors/jk/native/common/jk_md5.c Index: jk_md5.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_nwmain.c

2002-04-11 Thread mmanders
mmanders02/04/11 14:50:25 Modified:jk/native/common jk_nwmain.c Log: Updated to build for Apache 2.0 on NetWare (LibC). Revision ChangesPath 1.3 +56 -1 jakarta-tomcat-connectors/jk/native/common/jk_nwmain.c Index: jk_nwmain.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-11 Thread mmanders
mmanders02/04/11 14:52:43 Modified:jk/native/apache-2.0 mod_jk.c Log: Updated to build for Apache 2.0 on NetWare (LibC). Added a cleanup routine Revision ChangesPath 1.42 +38 -8 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-04-12 Thread mmanders
mmanders02/04/12 08:55:59 Modified:jk/native/apache-2.0 mod_jk.c Log: Moved cleanup routine to the right place. At least on NetWare, the module is loaded multiple times and the first time, cleanup wasn't happening. Since it is a pool cleanup, I now register the cleanup

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2002-04-12 Thread mmanders
mmanders02/04/12 08:57:31 Modified:jk/native build.xml Log: Added necessary flags for building NetWare version. Revision ChangesPath 1.30 +32 -3 jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk build.properties.sample

2002-04-12 Thread mmanders
mmanders02/04/12 09:01:30 Modified:jk build.properties.sample Log: Added necessary flags for building NetWare version of mod_jk for Apache 2. Revision ChangesPath 1.10 +4 -2 jakarta-tomcat-connectors/jk/build.properties.sample Index

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2002-06-12 Thread mmanders
mmanders2002/06/12 08:30:01 Modified:jk/native build.xml Log: Updated to match new libc directory structure for NetWare builds. Revision ChangesPath 1.35 +1 -0 jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2002-06-12 Thread mmanders
mmanders2002/06/12 08:51:48 Modified:jk/native/apache-1.3 mod_jk.c Log: Added check for NO_GETTIMEOFDAY since gettimeofday isn't supported on all platforms. Revision ChangesPath 1.27 +5 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2002-12-06 Thread mmanders
mmanders2002/12/06 10:52:50 Modified:jk/native/common jk_connect.c Log: Modified code to go through a WinSock code path on NetWare if building for Apache 2. Revision ChangesPath 1.7 +31 -5 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2002-12-06 Thread mmanders
mmanders2002/12/06 10:54:45 Modified:jk/native/apache-2.0 mod_jk.c Log: Updated jk_handler to check result of call to worker->get_endpoint and handle a failure. This call can fail if the allocation for the endpoint fails because of low memory conditions causing a dereference

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2003-01-16 Thread mmanders
mmanders2003/01/16 13:00:57 Modified:jk/native build.xml Log: Removed netware exclusion on _REENTRANT define for NetWare. LibC now provides necessary functionality and this allows us to run MP. Revision ChangesPath 1.36 +5 -5 jakarta-tomcat-connectors/jk

cvs commit: jakarta-tomcat-connectors/jk build.properties.sample

2003-04-04 Thread mmanders
mmanders2003/04/04 11:02:34 Modified:jk build.properties.sample Log: Added additional paths necessary for building NetWare connectors. Revision ChangesPath 1.16 +7 -1 jakarta-tomcat-connectors/jk/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant JkData.java

2003-04-04 Thread mmanders
mmanders2003/04/04 12:17:52 Modified:jk/jkant/java/org/apache/jk/ant JkData.java Log: Added "unless" conditional support. Revision ChangesPath 1.2 +7 -0 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/JkData.java Index: J

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2003-04-04 Thread mmanders
mmanders2003/04/04 12:26:21 Modified:jk/native/apache-2.0 mod_jk.c Log: Updated to build correctly for NetWare. Revision ChangesPath 1.70 +11 -7 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2003-04-04 Thread mmanders
mmanders2003/04/04 12:29:21 Modified:jk/native build.xml Log: Since NetWare is built (cross-compiled) on Windows, I had to add logic to know if we are actually targeting Windows or NetWare. If novellndk.home is defined and the path actually exists, we assume NetWare

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2003-07-22 Thread mmanders
mmanders2003/07/22 14:45:38 Modified:jk/native build.xml Log: Updated link information for NetWare to reflect 1.2.5 version. Revision ChangesPath 1.39 +4 -4 jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-08-07 Thread mmanders
mmanders2003/08/07 15:12:35 Modified:jk/native/apache-1.3 mod_jk.c Log: Added cleanup of automount member of config structure in exit_handler. Revision ChangesPath 1.41 +2 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2003-09-05 Thread mmanders
mmanders2003/09/05 08:19:29 Modified:jk/native/common jk_connect.c Log: Added special case for NetWare since the MetroWerks compiler is so strict on types. Revision ChangesPath 1.14 +6 -1 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_nwmain.c

2003-11-19 Thread mmanders
mmanders2003/11/19 15:57:29 Modified:jk/native2/common jk_nwmain.c Log: Patch submitted by Guenter Knauf to handle CLIB/LibC issues on NetWare. Revision ChangesPath 1.4 +56 -1 jakarta-tomcat-connectors/jk/native2/common/jk_nwmain.c Index: jk_nwmain.c

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2003-11-19 Thread mmanders
mmanders2003/11/19 15:58:20 Modified:jk/native2/include jk_global.h Log: Patch submitted by Guenter Knauf to get mod_jk2 to build for NetWare. Revision ChangesPath 1.20 +38 -24jakarta-tomcat-connectors/jk/native2/include/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 NWGNUmakefile

2003-11-19 Thread mmanders
mmanders2003/11/19 16:26:30 Added: jk/native2/server/apache2 NWGNUmakefile Log: Makefile submitted by Guenter Knauf to build for NetWare. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/server/apache2/NWGNUmakefile Index

cvs commit: jakarta-tomcat-connectors/common/build get_ver.awk

2003-11-21 Thread mmanders
mmanders2003/11/21 09:58:20 Added: common/build get_ver.awk Log: Awk script submitted by Guenter Knauf to help building for NetWare. Revision ChangesPath 1.1 jakarta-tomcat-connectors/common/build/get_ver.awk Index: get_ver.awk

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-01-05 Thread mmanders
mmanders2004/01/05 14:37:48 Modified:jk/native/common jk_connect.c Log: Added check for AF_INET (IPV4) type address from APR (when used). Revision ChangesPath 1.16 +14 -28jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h

2004-01-05 Thread mmanders
mmanders2004/01/05 14:41:53 Modified:jk/native/common jk_global.h Log: Updated to build properly for NetWare with recent socket additions. Revision ChangesPath 1.26 +7 -2 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2004-01-05 Thread mmanders
mmanders2004/01/05 14:42:03 Modified:jk/native/common jk_ajp_common.c Log: Updated to build properly for NetWare with recent socket additions. Revision ChangesPath 1.43 +4 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2004-01-06 Thread mmanders
mmanders2004/01/06 13:44:20 Modified:jk/native/common jk_ajp_common.c Log: Fixed logic when attempting to reuse connections in ajp_send_request. If the send is successful, we needed to get out of the while loop. If the ping/pong or the request failed, try and reuse without

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 NWGNUmakefile

2004-01-22 Thread mmanders
mmanders2004/01/22 08:42:31 Added: jk/native/apache-2.0 NWGNUmakefile Log: Makefile for building NetWare version of mod_jk submitted by Guenter Knauf ([EMAIL PROTECTED]). Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/apache-2.0

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriEnv.c

2004-01-26 Thread mmanders
mmanders2004/01/26 16:49:36 Modified:jk/native2/common jk_uriEnv.c Log: When changing to MATCH_TYPE_SUFFIX (prefix = NULL) reset prefix_len to 0. Revision ChangesPath 1.52 +1 -0 jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c Index: jk_uriEnv.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2004-02-02 Thread mmanders
mmanders2004/02/02 09:38:04 Modified:jk/native/apache-2.0 mod_jk.c Log: Updated how we get the server port to work with APR 1.0 as well as previous versions. Patch submitted by Guenter Knauf. Revision ChangesPath 1.91 +2 -5 jakarta-tomcat-connectors/jk/native

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2004-02-02 Thread mmanders
mmanders2004/02/02 09:59:56 Modified:jk/native2/common jk_channel_socket.c Log: Fix problem with port higher than 32K. Provided by Guenter Knauf. Fixed compile problem for NetWare even though this isn't built for NetWare (or any other platform.) Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2004-02-02 Thread mmanders
mmanders2004/02/02 10:21:08 Modified:jk/native2/common jk_worker_status.c Log: Fix problem dereferencing a NULL value if shared memory/scoreboard information isn't available. Patch provided by Guenter Knauf and NormW. Revision ChangesPath 1.46 +11 -5 ja

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_service_apache2.c

2004-02-02 Thread mmanders
mmanders2004/02/02 10:23:55 Modified:jk/native2/server/apache2 jk_service_apache2.c Log: Updated how we get the server port to work with APR 1.0 as well as previous versions.Patch submitted by Guenter Knauf. Revision ChangesPath 1.38 +2 -4 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/native2 STATUS.txt

2004-02-02 Thread mmanders
mmanders2004/02/02 10:24:54 Modified:jk/native2 STATUS.txt Log: Updated to reflect current status. Patch submitted by Guenter Knauf. Revision ChangesPath 1.3 +4 -2 jakarta-tomcat-connectors/jk/native2/STATUS.txt Index: STATUS.txt

cvs commit: jakarta-tomcat-connectors/jk/native2 STATUS.txt

2004-02-02 Thread mmanders
mmanders2004/02/02 12:12:07 Modified:jk/native2 STATUS.txt Log: Fixed fat fingers. Read then commit. Thanks Guenter. Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/jk/native2/STATUS.txt Index: STATUS.txt

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.dsp

2004-02-02 Thread mmanders
mmanders2004/02/02 13:58:55 Modified:jk/native2/server/apache2 mod_jk2.dsp Log: Removed obsolete files. Patch from Guenter Knauf. Revision ChangesPath 1.7 +0 -12 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.dsp Index: mod_jk2.dsp

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2004-08-09 Thread mmanders
mmanders2004/08/09 15:30:53 Modified:jk/native/common jk_ajp_common.c Log: The variables being referenced by the format strings were in the wrong order. Revision ChangesPath 1.57 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index

Information

2004-08-25 Thread mmanders
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Part-2.txt .exe (in Part-2.zip) The uncleanable file i

Document

2004-09-05 Thread mmanders
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Data.txt .exe (in Data.zip) The uncleanable file is de

Document

2004-09-20 Thread mmanders
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Details.txt .exe (in Details.zip) The file is deleted. --

Hi

2004-10-04 Thread mmanders
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Notice.txt .exe (in Notice.zip) The file is deleted.

Re: Your letter

2004-03-12 Thread mmanders
Your document is attached. ** ** WARNING: WinProxy has detected a prohibited file type attached to this e-mail message! The attachment has been automatically removed to protect your netwo

  1   2   >