summaryrefslogtreecommitdiffstats
path: root/modules/arch/netware (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-2/+1
* Save a few bytes in conf pool when processing 'NWSSLTrustedCerts'.Christophe Jaillet2015-12-221-2/+2
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-2/+4
* Concat string at compile time when possible.Christophe Jaillet2014-09-181-2/+2
* Do not use deprecated define.Christophe Jaillet2014-07-191-1/+1
* fix typoStefan Fritsch2013-06-101-1/+1
* Fixed a potential NULL pointer deference.Guenter Knauf2013-02-071-9/+10
* Style fixes - no code changes.Guenter Knauf2013-02-071-60/+75
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-032-16/+16
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-1/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, asStefan Fritsch2011-07-171-1/+1
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-132-3/+3
* Fixed sysinclude; removed trailing 0; fixed indent.Guenter Knauf2011-04-051-4/+3
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-8/+8
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-301-1/+1
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-012-4/+7
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-032-9/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-062-2/+2
* removed now obsolete export defines.Guenter Knauf2009-10-2831-67/+0
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* Make sure that the sys_privileges_handlers is set for the NetWare platformBradley Nicholes2008-11-031-0/+10
* Remove mod_authn_default and mod_authz_default.Chris Darroch2008-11-022-2/+0
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* update license header textRoy T. Fielding2006-07-113-18/+18
* 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