summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge r1587607, r1588868 from trunk:Jim Jagielski2016-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | mod_ssl: Add hooks to allow other modules to perform processing at several stages of initialization and connection handling. See mod_ssl_openssl.h. This is enough to allow implementation of Certificate Transparency outside of mod_ssl. Initialize post_handshake_rc for case where a failure has already occurred (doesn't change execution but avoids warning with some levels of gcc). Pointed out by: kbrand Submitted by: trawick Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735886 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1513492 from trunk:Jim Jagielski2013-09-261-0/+1
| | | | | | | | | | | | | | | | | follow up to r1513454: fill in missing log number Submitted by: trawick Reviewed/backported by: jim * util_fcgi API to 2.4.x (allows mod_proxy_fcgi to be kept in sync, along with other less important reasons) trunk: http://svn.apache.org/r1513454 and http://svn.apache.org/r1513492 2.4.x: copy server/util_fcgi.c and include/util_fcgi.h, then apply http://people.apache.org/~trawick/patch-after-copying-util_fcgi-splat.txt +1: trawick, jim, chrisd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1526598 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up to r1422880 for NetWare and Windows.Guenter Knauf2012-12-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422886 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Netware builds for PCRE 8.30.Guenter Knauf2012-03-151-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1301258 13f79535-47bb-0310-9956-ffa450edef68
* Formatting, no functional change.Rainer Jung2012-01-311-1/+1
| | | | | | | Backport of r1200702 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238532 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NetWare install.Rainer Jung2012-01-311-1/+1
| | | | | | | Backport of r1201956 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238523 13f79535-47bb-0310-9956-ffa450edef68
* Pre GA removal ob components that will not be included:Rainer Jung2011-11-121-1/+0
| | | | | | | Part 2: Remove mod_serf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201210 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1200699 from trunk:Jim Jagielski2011-11-111-0/+1
| | | | | | | | | | | | | | Fix installation of conf/extra/proxy-html.conf. Otherwise httpd does no longer start, because it is the only extra file required in the main config at the moment. Submitted by: rjung Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1200973 13f79535-47bb-0310-9956-ffa450edef68
* Fixed lib target for old PCRE.Guenter Knauf2011-04-011-5/+2
| | | | | | | With older PCRE chartables.c is included from pcre.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087561 13f79535-47bb-0310-9956-ffa450edef68
* Some more NetWare buildsystem tweaks.Guenter Knauf2011-03-201-54/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083366 13f79535-47bb-0310-9956-ffa450edef68
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-53/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082821 13f79535-47bb-0310-9956-ffa450edef68
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-121-0/+2
| | | | | | | | Added rule for generated .c file to workaround a strange build issue on Linux where the file could not be found through vpath. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080885 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-111-17/+32
| | | | | | | Some more build fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080725 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-091-4/+4
| | | | | | | Some more fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079653 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-091-12/+12
| | | | | | | Some more fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079614 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-2/+2
| | | | | | | Fixed some more paths and typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079442 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-50/+50
| | | | | | | Take 1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079407 13f79535-47bb-0310-9956-ffa450edef68
* Netware build fixesStefan Fritsch2010-11-061-1/+4
| | | | | | | Submitted by: NormW <normw gknw net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032163 13f79535-47bb-0310-9956-ffa450edef68
* Another NetWare makefile cleanup.Guenter Knauf2010-10-241-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026810 13f79535-47bb-0310-9956-ffa450edef68
* Fixed c&p error.Guenter Knauf2010-10-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025510 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build tweaks.Guenter Knauf2010-10-201-29/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025509 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NetWare PCRE build.Guenter Knauf2010-10-041-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004289 13f79535-47bb-0310-9956-ffa450edef68
* Added util_regex.c to NetWare makefile.Guenter Knauf2010-09-241-0/+1
| | | | | | | Reported by normw At gknw.net. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000767 13f79535-47bb-0310-9956-ffa450edef68
* fixed NetWare makefiles for newer pcre.Guenter Knauf2009-12-011-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885976 13f79535-47bb-0310-9956-ffa450edef68
* more NetWare makefile cleanups.Guenter Knauf2009-12-011-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885781 13f79535-47bb-0310-9956-ffa450edef68
* fixed pcre NetWare makefile var.Guenter Knauf2009-12-011-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885775 13f79535-47bb-0310-9956-ffa450edef68
* fixed NetWare vpath; reverted include path removal from r793197.Guenter Knauf2009-07-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793411 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo.Guenter Knauf2009-07-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793237 13f79535-47bb-0310-9956-ffa450edef68
* added NetWare build defaults; added path sanity checks; removed obsolete ↵Guenter Knauf2009-07-111-1/+31
| | | | | | include path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793197 13f79535-47bb-0310-9956-ffa450edef68
* finally fixed NetWare export list (thanks help from rjung).Guenter Knauf2009-07-081-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@792154 13f79535-47bb-0310-9956-ffa450edef68
* another NetWare build fix - added some more symbols.Guenter Knauf2009-07-071-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791683 13f79535-47bb-0310-9956-ffa450edef68
* added mod_watchdog to NetWare build.Guenter Knauf2009-07-071-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791680 13f79535-47bb-0310-9956-ffa450edef68
* added start/stop scripts to installation.Guenter Knauf2009-07-061-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791533 13f79535-47bb-0310-9956-ffa450edef68
* fixed NetWare build.Guenter Knauf2009-07-061-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791351 13f79535-47bb-0310-9956-ffa450edef68
* Allow for external PCRE on netwareBradley Nicholes2008-12-011-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722122 13f79535-47bb-0310-9956-ffa450edef68
* Remove mod_authn_default and mod_authz_default.Chris Darroch2008-11-021-2/+0
| | | | | | | | | Note: I've attempted to work through the Windows and Netware build files, but if those with such systems could repair any damage, that would be appreciated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
* Add util_cookies.c and .h to the netware buildGuenter Knauf2008-04-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645889 13f79535-47bb-0310-9956-ffa450edef68
* Introduce ap_expr expression parser APINick Kew2008-03-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642558 13f79535-47bb-0310-9956-ffa450edef68
* added two more files to the dist target.Guenter Knauf2007-08-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563206 13f79535-47bb-0310-9956-ffa450edef68
* enabled ports settable for NetWare install.Guenter Knauf2007-06-281-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551424 13f79535-47bb-0310-9956-ffa450edef68
* enabled setting awk tool from NWGNUenvironment.incGuenter Knauf2007-06-271-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551251 13f79535-47bb-0310-9956-ffa450edef68
* added mod_ssl to httpd.conf for BSD socket build;Guenter Knauf2007-06-271-2/+2
| | | | | | | some more fixes to httpd-ssl.conf; sync'd with r515403. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551196 13f79535-47bb-0310-9956-ffa450edef68
* moved socket type string to build/NWGNUenvironment.inc.Guenter Knauf2007-04-081-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526617 13f79535-47bb-0310-9956-ffa450edef68
* changed to use xcopy directly instead of creating a copy batch.Guenter Knauf2007-03-221-35/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521344 13f79535-47bb-0310-9956-ffa450edef68
* Implement a BASEDIR build environment variable to allow the NetWare build to ↵Bradley Nicholes2007-01-311-38/+38
| | | | | | | | relocate the install files Submitted by: Guenter Knauf <fuankg apache org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@502051 13f79535-47bb-0310-9956-ffa450edef68
* Add util_mutex.c and .h to the netware buildBradley Nicholes2006-10-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@468049 13f79535-47bb-0310-9956-ffa450edef68
* Remove GENURI.nlm from the prebuild targetBradley Nicholes2006-04-301-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@398264 13f79535-47bb-0310-9956-ffa450edef68
* Update the NetWare makefiles to build the authz codeBradley Nicholes2006-01-111-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@368105 13f79535-47bb-0310-9956-ffa450edef68
* Small description change to indicate which socket library the NLM in built forBradley Nicholes2005-11-221-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@348053 13f79535-47bb-0310-9956-ffa450edef68