summaryrefslogtreecommitdiffstats
path: root/modules/arch/netware/mod_netware.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-2/+4
* fix typoStefan Fritsch2013-06-101-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-131-1/+1
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-011-0/+1
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-1/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* 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
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Allow for binary CGI's to have file extensions other than .NLMBradley Nicholes2003-12-041-17/+22
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* 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-031-1/+1
* Fixed a problem with the NetWare command line builder for building the CGIBradley Nicholes2002-10-111-1/+27
* 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