summaryrefslogtreecommitdiffstats
path: root/modules/arch/netware (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-193-3/+3
* Fix a problem with the HTTPS CGI variable not getting set for secure requests...Bradley Nicholes2005-11-221-2/+2
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-6/+6
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-8/+8
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-103-91/+91
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-102-25/+25
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-151-0/+10
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-31/+177
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-5/+5
* * modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify theBradley Nicholes2004-12-091-46/+25
* Fixing various compiler error when compiling against the latest version of Li...Bradley Nicholes2004-11-271-1/+1
* Add the check for an upgraded https connection when responding to the state o...Bradley Nicholes2004-10-271-7/+9
* Track the status of an upgradeable socket so that the http_method and default...Bradley Nicholes2004-10-141-4/+26
* Allow multiple IP addresses to be configured for the same secure portBradley Nicholes2004-08-251-9/+18
* Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure co...Bradley Nicholes2004-07-131-6/+319
* rev back to previous version, removing chnges to overload detach field , putt...Jean-Jacques Clar2004-07-121-1/+1
* Overloading detached field in cgi_exec_info_t stuct in order to use same fiel...Jean-Jacques Clar2004-07-091-2/+2
* Added new field in apr_procattr_t and cgi_exec_info_t structures to support l...Jean-Jacques Clar2004-06-141-8/+2
* Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACEJean-Jacques Clar2004-06-111-1/+1
* The code was truncating the parameters for all NLM level commands. Needed to...Bradley Nicholes2004-03-201-8/+5
* Report the NetWare socket error since we are using native socket callsBradley Nicholes2004-03-161-4/+4
* Add the ssl_is_https() and ssl_var_lookup() optional functions to the mod_nw...Bradley Nicholes2004-03-071-3/+238
* fix name of The Apache Software FoundationAndré Malo2004-02-093-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-063-107/+35
* update license to 2004.André Malo2004-01-012-2/+2
* Allow for binary CGI's to have file extensions other than .NLMBradley Nicholes2003-12-041-17/+22
* Hook the default_port so that mod_nw_ssl will return the correct port ratherBradley Nicholes2003-11-241-0/+9
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* Allow for an unclean shutdown of SSL ports to avoid timeout conditionsBradley Nicholes2003-06-021-4/+17
* Allow blind accept when converting the proxy client socket to SSL if no clientBradley Nicholes2003-05-081-27/+26
* Added the optional ssl_enable functions to allow mod_proxy to hook intoBradley Nicholes2003-03-141-2/+124
* Make sure that the file extension is at least an empty string rather than NULLBradley Nicholes2003-02-121-0/+5
* Make sure the command type defaults to APR_PROGRAM on NetWare forBradley Nicholes2003-02-121-0/+1
* Start all CGIs as detached and allow the APR_PROGRAM_* flags to determineBradley Nicholes2003-02-111-2/+5
* finished that boring job:André Malo2003-02-032-2/+2
* Just 2c and fix my old borked comment.William A. Rowe Jr2002-11-231-2/+2
* On an errno rampage... ap_log_error takes an apr_status_tWilliam A. Rowe Jr2002-10-291-13/+13
* import the proxy_module system for the NetWare project buildBradley Nicholes2002-10-143-0/+3
* A couple of observationsWilliam A. Rowe Jr2002-10-141-0/+3
* Fixed a problem with the NetWare command line builder for building the CGIBradley Nicholes2002-10-111-1/+27
* Add mod_logio to the NetWare buildBradley Nicholes2002-10-031-0/+2
* Clean up some left over garbage in the NetWare make files after moving theBradley Nicholes2002-09-202-2/+2
* NetWare make files and .def to build the new auth modulesBradley Nicholes2002-09-139-0/+13
* NetWare Auth module .def files that are no longer needed due to the newBradley Nicholes2002-09-132-2/+0
* Fixed the ap_cgi_build_command() function for NetWare so that it correctlyBradley Nicholes2002-07-251-3/+11
* Modified the CGIMapExtension directive to take an optional parameter thatBradley Nicholes2002-06-101-5/+17
* Consolidated the startup attributes for building the command line for a CGIBradley Nicholes2002-06-061-230/+4
* Added mod_cgi and mod_netware as built in module in the NetWare buildBradley Nicholes2002-05-311-0/+412