summaryrefslogtreecommitdiff
path: root/modules/metadata
Commit message (Collapse)AuthorAgeFilesLines
* Merge r1705983 from trunk:Jim Jagielski2015-10-061-1/+1
| | | | | | | | | Fix some style issues on files that can easily be synch'ed with 2.4.x Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1707037 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1700317, r1700318, r1700319, r1700320, r1700321, r1700322, r1700326, ↵Jim Jagielski2015-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1700328, r1700330, r1700331, r1700332, r1700334, r1700336, r1700338 from trunk: Fix some spurious ident spotted by sparse Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting + some minor style issues Remove useless line Silence a sparse warning about inconsistent indenting + some minor style issues Silence a sparse warning about inconsistent indenting + some minor style issues Silence a sparse warning about inconsistent indenting + some minor style issues Fix some spurious ident spotted by sparse Silence a sparse warning about inconsistent indenting + some minor style issues Silence a sparse warning about inconsistent indenting + some minor style issues Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701772 13f79535-47bb-0310-9956-ffa450edef68
* Backport r1690137.Christophe Jaillet2015-07-112-2/+2
| | | | | | Doc and comment fix only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690350 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1572905, r1595305, r1597182, r1586827, r1534892, r1563193, r1597639 ↵Jim Jagielski2014-06-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from trunk: core: avoid a double apr_time_now() call on the first succeeding read. * Correctly escape user provided data. PR: 56532 Submitted by: Maksymilian <max cert.cx> Reviewed by: rpluem Save a few bytes of memory. This can be done in temp_pool. Fix layout don't pass uninitialized rv passed to ap_log_rerror() (rv wasn't interesting / follow an existing example) stop throwing away a pointer on the heap (clang scan-build) add the URI to DEBUG message 00765 (and drop an exclamation point): Cache provider's store_body failed! Doxygen fix + reorg to match how other header files are built Submitted by: ylavic, rpluem, jailletc36, jailletc36, trawick, covener, jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1603141 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1546730, r1583008, r1571369, r1552130, r1578760, r1592615, r1592632, ↵Jim Jagielski2014-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1595321, r1550302, r1550307, r1585435 from trunk: fix whitespace in a debug message s/comment/self-documenting/ normalize an ugly construct which somehow manages to return the correct value This is annoying to see in a casual "LogLevel debug foo:traceX ..." Use 'apr_table_setn' instead of 'apr_table_set' when possible in order to save memory. Follow-up to r1592529: Define default port for "scgi" schemes (as chosen by mod_proxy_scgi) in a common location. Suggested by: jailletc36 fix Doxygen markup error Submitted by: jailletc36 Tweak a AP_DEBUG_ASSERT condition. Valid index to use 'req_header_var_names' are 0...6 mod_auth_form: Add a debug message when the fields on a form are not recognised. mod_auth_form: Make the trace logging consistent through the notes, session and form authentication steps. mod_auth_form: update empty log tags. Submitted by: trawick, covener, jailletc36, trawick, trawick, jailletc36, minfrin, minfrin, ylavic Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1599501 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1584430, r1584434 from trunk:Jim Jagielski2014-05-071-0/+6
| | | | | | | | | | | | | | mod_expires: don't add Expires header to error responses (4xx/5xx), be they generated or forwarded. PR 55669. Follow up to r1584430. Submitted by: ylavic Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592999 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1546801 from trunk:Jim Jagielski2014-04-171-3/+32
| | | | | | | | | | | | If the "value" argument is prefixed with expr=, parse it with ap_expr rather than mod_headers' built-in format strings. Submitted by: covener Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588244 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1564052 from trunk:Jim Jagielski2014-02-171-2/+2
| | | | | | | | | Correct the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted By: Yoshinori Ehara <yoshinori ehara gmail com>\nEndorsed By: Eugene L <eugenel amazon com>\nCommited By: mrumph Submitted by: mrumph Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1569006 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1564475 from trunk:Jim Jagielski2014-02-171-2/+3
| | | | | | | | | | | Use the correct IP addresses to populate the proxy_ips field in mod_remoteip.c. PR 55972. Submitted by: mrumph Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1569003 13f79535-47bb-0310-9956-ffa450edef68
* * easy proposals to synch 2.4.x and trunkGraham Leggett2013-12-262-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - log.c: avoid needless apr_pstrdup() - Use apr_pstrmemdup instead of apr_pstrndup when this is safe. - Use apr_pstrmemdup instead of apr_pstrndup when this is safe. - Remove redundant check - 'ap_getword_conf' does not return NULL but an empty string - Ease logic around 'ap_getword_conf' and drop useless line of code. - 'ap_getword_conf' can not return NULL - 'ap_getword_conf' can not return NULL - Remove redundant check (already performed the line before) - Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable trunk patches: - https://svn.apache.org/viewvc?view=revision&revision=1532122 - https://svn.apache.org/viewvc?view=revision&revision=1549676 - https://svn.apache.org/viewvc?view=revision&revision=1549680 - https://svn.apache.org/viewvc?view=revision&revision=1550651 - https://svn.apache.org/viewvc?view=revision&revision=1551005 - https://svn.apache.org/viewvc?view=revision&revision=1551009 - https://svn.apache.org/viewvc?view=revision&revision=1551010 - https://svn.apache.org/viewvc?view=revision&revision=1551011 - https://svn.apache.org/viewvc?view=revision&revision=1551012 - https://svn.apache.org/viewvc?view=revision&revision=1551013 2.4.x patches: trunk patches work http://people.apache.org/~jim/patches/ez-2.4-v2.patch +1: jailletc36, jim, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553532 13f79535-47bb-0310-9956-ffa450edef68
* s/equivalant/equivalent/ in commentsChristophe Jaillet2013-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550829 13f79535-47bb-0310-9956-ffa450edef68
* s/ip/IP/ in commentsChristophe Jaillet2013-12-131-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1550652 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1533065, r1491724, r1425360, r1496194 from trunk:Jim Jagielski2013-11-151-1/+1
| | | | | | | | | | | | | | | | | | | Eclipse code analysis warning Reduce stack usage by 3k style fixes, add comment no code change attribute and error reason reversed Submitted by: jim, jailletc36, sf, covener Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1542329 13f79535-47bb-0310-9956-ffa450edef68
* * mod_headers: Allow for format specifiers to be used in the baseJim Jagielski2013-11-091-12/+16
| | | | | | | | | | | substitution string when using Header edit trunk patch: http://people.apache.org/~druggeri/patches/HeaderEditENV.trunk.patch 2.4.x patch: http://people.apache.org/~druggeri/patches/HeaderEditENV.2.4.patch +1: druggeri, covener, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1540313 13f79535-47bb-0310-9956-ffa450edef68
* mod_headers: Add 'Header note header-name note-name' to copy a headersGraham Leggett2013-09-141-3/+10
| | | | | | | | | | | | value into a note (so a CGI/Proxy header can be deleted and logged) trunk patch: http://svn.apache.org/r1520908 Submitted by: covener Reviewed by: jim, humbedooh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1523271 13f79535-47bb-0310-9956-ffa450edef68
* mod_headers: Add 'Header SetIfEmpty header-name val' to only setGraham Leggett2013-09-141-2/+13
| | | | | | | | | | | | a header if it's not already there (can't do this with Edit) trunk patch: http://svn.apache.org/1496338 Submitted by: covener Reviewed by: jim, humbedooh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1523270 13f79535-47bb-0310-9956-ffa450edef68
* mod_remoteip: close file in error pathGraham Leggett2013-06-101-0/+1
| | | | | | | | | trunk patch: http://svn.apache.org/r1491234 Submitted by: jailletc36 Reviewed by: covener, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1491464 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1471449 from trunk:Ruediger Pluem2013-04-261-1/+1
| | | | | | | | | | | | | * Fix null pointer dereference in case SetEnvif and SetEnvIfExpr are used together. PR: 54881 Submitted by: rpluem Reviewed by: rpluem, covener, humbedooh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1476143 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1463056 from trunk:Jim Jagielski2013-04-221-7/+5
| | | | | | | | | | Use %pm available since apr 1.3 instead of an extra call to apr_strerror Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1470526 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1452128 from trunk:Jim Jagielski2013-04-152-2/+2
| | | | | | | | | | | | | | Remove useless tests. Turn if (*x && apr_isspace(*x)) into if (apr_isspace(*x)) Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1467980 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1407459, r1407460, r1419781, r1418524, r1401448, r1405407, r1405973, ↵Jim Jagielski2012-12-122-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1419726, r1418769, r1417197 from trunk: remove warning: mod_remoteip.c:404:38: warning: data argument not used by format string [-Wformat-extra-args] It's a hack, but maintain the orig hack ;) Remove warnings mod_speling.c:400:41: warning: data argument not used by format string [-Wformat-extra-args] r->uri, nuri, ref); mod_speling.c:508:53: warning: data argument not used by format string [-Wformat-extra-args] r->uri, candidates->nelts, ref); Use 'apr_is_empty_table()' instead of testing against 'apr_table_elts(...)->nelts' Use ap_rputs instead of ap_rvputs where applicable. No need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes it own copy. Not compiled nor tested as on my system APR_HAS_SO_ACCEPTFILTER is set to 0. revert r1401448 and add a comment on why there's a bewildering copy of args passed to apr_socket_accept_filter() cppCheck: kill two warnings about incorrect printf parameters. 'worker_thread_count' is unsigned cppCheck: same expression on both side of '|'. Fix it the same way other messages are managed in the function. Fix a few 'too many arguments for format' warnings cppCheck: kill a unread variable warning Submitted by: jim, jailletc36, jailletc36, jailletc36, trawick, jailletc36, jailletc36, sf, jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420696 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1389565, r1389566, r1389569:Stefan Fritsch2012-12-091-0/+25
| | | | | | | | | | | | | | Allow for exposure of loadavg and server load via mod_headers Might as well show 'em all Document new mod_headers params: %l, %i, %b Submitted by: jim Reviewed by: jailletc36, druggeri, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1418937 13f79535-47bb-0310-9956-ffa450edef68
* mod_setenvif: Compile the regex used by is_header_regex() only onceRainer Jung2012-07-251-5/+7
| | | | | | | | | | | | | during startup This should save some memory, especially with .htaccess Backport of r1343099. Submitted by: sf Reviewed by: rjung, jim Backported by: rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1365774 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: sfEric Covener2012-03-251-1/+1
| | | | | | | | | | | | | Reviewed by sf, trawick, druggeri Merge r1304855 from trunk: Downgrade log message about adjusted IP address to trace1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1305016 13f79535-47bb-0310-9956-ffa450edef68
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules/filters/mod_charset_lite.c: Remove dead assignments modules/filters/mod_include.c: likewise modules/metadata/mod_usertrack.c: likewise modules/proxy/mod_proxy_ftp.c: likewise modules/ssl/ssl_engine_pphrase.c: likewise modules/proxy/mod_proxy_balancer.c: likewise; Remove NULL check that can never happen modules/proxy/proxy_util.c: Axe NULL-check that can never happen and if it would, it would just mask another bug os/unix/unixd.c: likewise modules/http/http_filters.c: Remove sub-condition that is always true modules/lua/mod_lua.c: Add default cases to switch statements modules/generators/mod_autoindex.c: Unsigned value can never be < 0 server/util_expr_eval.c: Fix compiler warnings with VC and on OS2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1220509 13f79535-47bb-0310-9956-ffa450edef68
* Backport:Graham Leggett2011-12-143-17/+17
| | | | | | | | | | Further clarify the naming of the entity that originates the request by calling that entity a useragent instead of a client. Further clarify the naming of the entity that directly connects to us by calling that entity a client instead of a peer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1214022 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1211663:Stefan Fritsch2011-12-071-1/+1
| | | | | | | Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1211669 13f79535-47bb-0310-9956-ffa450edef68
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-0510-78/+78
| | | | | | | | | | Add lots of unique tags to error log messages ssl_util.c: Downgrade some dynamic locking messages from level DEBUG to TRACE1-3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210287 13f79535-47bb-0310-9956-ffa450edef68
* Backport:Graham Leggett2011-11-303-107/+43
| | | | | | | | | | | | Introduce a per request version of the remote IP address, which can be optionally modified by a module when the effective IP of the client is not the same as the real IP of the client (such as a load balancer). Introduce a per connection "peer_ip" and a per request "client_ip" to distinguish between the raw IP address of the connection and the effective IP address of the request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1208378 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1208110:Stefan Fritsch2011-11-291-5/+4
| | | | | | | | Remove more log message prefixes that are now redundant as the the error log format includes the module name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1208112 13f79535-47bb-0310-9956-ffa450edef68
* Style fixes, no functional change.Graham Leggett2011-11-181-22/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1203877 13f79535-47bb-0310-9956-ffa450edef68
* Change module sets and default activation status:Rainer Jung2011-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Promoted from "most" to "yes/few" - mod_headers 2) Demoted from "yes/few" to "most" - mod_actions - mod_allowmethods - mod_auth_form - mod_buffer - mod_cgi(d) - mod_include - mod_negotiation - mod_ratelimit - mod_request - mod_userdir Remember: default module set is "most", but only the LoadModule lines of all modules except "yes/few" are commented out by default. The following modules will now be loaded by default: - mod_access_compat - mod_alias - mod_auth_basic - mod_authn_core - mod_authn_file - mod_authz_core - mod_authz_groupfile - mod_authz_host - mod_authz_user - mod_autoindex - mod_dir - mod_env - mod_filter - mod_headers - mod_log_config - mod_mime - mod_mpm_event - mod_reqtimeout - mod_setenvif - mod_status - mod_unixd - mod_version Backport of r1201111 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201118 13f79535-47bb-0310-9956-ffa450edef68
* Use random value instead of remote IP address in cookie value. This has theStefan Fritsch2011-11-091-9/+6
| | | | | | | | advantage that we don't leak internal IP addresses in reverse proxy setups. Also, use hex to make the cookie shorter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199987 13f79535-47bb-0310-9956-ffa450edef68
* More ap_pregsub error checking/loggingStefan Fritsch2011-11-071-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198966 13f79535-47bb-0310-9956-ffa450edef68
* More checks of ap_pregsub return valuesStefan Fritsch2011-11-071-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198959 13f79535-47bb-0310-9956-ffa450edef68
* Check return value of ap_pregsub()Stefan Fritsch2011-11-071-9/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198948 13f79535-47bb-0310-9956-ffa450edef68
* Unify syntax of config directives taking an expression as optional contition ↵Stefan Fritsch2011-11-041-2/+6
| | | | | | argument git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1197413 13f79535-47bb-0310-9956-ffa450edef68
* Replace literal constant with AP_MAX_REG_MATCHStefan Fritsch2011-10-181-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1185849 13f79535-47bb-0310-9956-ffa450edef68
* Fix configuration of internal proxiesStefan Fritsch2011-10-181-5/+5
| | | | | | | | PR: 49272 Submitted by: Jim Riggs <jim riggs me> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1185828 13f79535-47bb-0310-9956-ffa450edef68
* Remove OID match which was never in a GA releas and is obsoleted byStefan Fritsch2011-10-101-71/+1
| | | | | | | SetEnvIfExpr with PeerExtList() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180828 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-20/+20
| | | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found by PVS-Studio static analyzer:Stefan Fritsch2011-09-192-11/+8
| | | | | | | | | | | | | | | | mod_mime_magic: cut'n'paste error rsl_encoding vs. rsl_separator, also simplify code a bit mod_header: wrong string initialization (leading to segfault if format argument is missing) util_win32: duplicate sizeof (untested; Windows people, please review) PR: 51542 Submitted by: Andrey Karpov <karpov viva64 com>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172732 13f79535-47bb-0310-9956-ffa450edef68
* initialize counter with random numberStefan Fritsch2011-09-151-7/+2
| | | | | | | PR: 45110 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171249 13f79535-47bb-0310-9956-ffa450edef68
* PR29755: mod_usertrack gets skipped when modules return a status code fromEric Covener2011-08-061-2/+2
| | | | | | | | | | | their fixup hook, and headers are also not sent on non-2xx responses. Submitted by: Sami J. Mäkinen Reviewed by: Eric Covener (modified to just run REALLY_FIRST) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154620 13f79535-47bb-0310-9956-ffa450edef68
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all -> most: - mod_sed reallyall -> most: - mod_log_debug reallyall -> all: - mod_dav_lock - mod_echo - mod_charset_lite - mod_slotmem_plain - mod_dialup few -> all: - mod_data - mod_reflector - mod_asis most -> all: - mod_heartbeat - mod_heartmonitor - mod_watchdog most -> reallyall: - mod_imagemap - mod_cern_meta - mod_ident See thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C201107052321.56063.sf@sfritsch.de%3E git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146227 13f79535-47bb-0310-9956-ffa450edef68
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-022-4/+2
| | | | | | | | | | | - add possibility to have expressions that evaluate to a string and not to a boolean value - modify ap_expr_parse_cmd() interface to support this and make it more convenient to use in general - rename AP_EXPR_FLAGS_* to AP_EXPR_FLAG_* for consistency git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142164 13f79535-47bb-0310-9956-ffa450edef68
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-303-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1098162 13f79535-47bb-0310-9956-ffa450edef68
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
| | | | 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-189-9/+9
| | | | 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-089-18/+18
| | | | | | | Removed absolute paths to imp files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079487 13f79535-47bb-0310-9956-ffa450edef68