summaryrefslogtreecommitdiff
path: root/modules/arch/netware/mod_netware.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-051-230/+4
* Added mod_cgi and mod_netware as built in module in the NetWare buildBradley Nicholes2002-05-311-0/+412