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

2004-11-11 Thread mturk
mturk 2004/11/11 09:52:04 Modified:jk/native/common jk_ajp14_worker.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.22 +92 -45 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c ==

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

2004-10-08 Thread mturk
mturk 2004/10/08 00:18:04 Modified:jk/native/common jk_ajp14_worker.c Log: Comment the login service for now. Revision ChangesPath 1.20 +4 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c =

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

2001-11-26 Thread costin
costin 01/11/26 09:06:05 Modified:jk/native/common jk_ajp14_worker.c Log: Move discovery to the separate handler. Make sure it works in 'backward compatibility' mode if no secret is set. Revision ChangesPath 1.15 +135 -298 jakarta-tomcat-connectors/jk/native/

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

2001-07-06 Thread jfclere
jfclere 01/07/06 09:27:35 Modified:jk/native/common jk_ajp14_worker.c Log: Arrange C++ comment. Revision ChangesPath 1.10 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c

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

2001-07-02 Thread hgomez
hgomez 01/07/02 14:17:10 Modified:jk/native/common jk_ajp14_worker.c Log: At least, the discovery (autoconf) is implemented Will have to focus next on where to get virtuals J-T-C peoples don't forget about SSL case which is also a virtual (host:443) Revision Changes

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

2001-06-23 Thread costin
costin 01/06/23 09:04:12 Modified:jk/native/common jk_ajp14_worker.c Log: Small fix - if validation fails ( like I forgot to add the secret ), then destroy will try to free() a constant ( since strdup didn't happened ). We set it to null, the init will fail if the user doesn

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

2001-06-19 Thread hgomez
hgomez 01/06/19 09:35:23 Modified:jk/native/common jk_ajp14_worker.c Log: Minor fixes. init info (web_server_name/secret_key) need to be stored locally (if not there're lost by pool activity) also correct logon phase (didn't get the cmd byte) Revision ChangesPath