summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_setenvif.c
Commit message (Expand)AuthorAgeFilesLines
* mod_setenvif: add "early mode"Eric Covener2020-01-141-5/+43
* * We can have expressions that become true if a regex pattern in the expressionRuediger Pluem2017-03-091-1/+11
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-2/+1
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-091-1/+1
* * Fix null pointer dereference in case SetEnvif and SetEnvIfExpr are usedRuediger Pluem2013-04-241-1/+1
* Compile the regex used by is_header_regex() only once during startupStefan Fritsch2012-05-271-5/+7
* 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-021-1/+1
* 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-1/+1
* More ap_pregsub error checking/loggingStefan Fritsch2011-11-071-0/+7
* Remove OID match which was never in a GA releas and is obsoleted byStefan Fritsch2011-10-101-71/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-2/+1
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-2/+0
* Fix segfault for loglevel >= trace2Stefan Fritsch2011-01-171-6/+2
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-041-1/+1
* Fix SetEnvIfExpr to work with expressions that do not set the regexpStefan Fritsch2010-11-281-10/+19
* Fix segfault on parse errorStefan Fritsch2010-11-271-1/+1
* More ap_expr updates:Stefan Fritsch2010-11-211-2/+3
* Add SetEnvIfExpr directive to set env var depending on expression.Stefan Fritsch2010-11-201-119/+171
* use temp_pool for some temporary regexpsStefan Fritsch2010-11-091-2/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* odd assortment of spelling fixesJeff Trawick2010-05-241-1/+1
* 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: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-4/+4
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-5/+5
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-3/+3
* C++ comments are not supported by some compilers (ReliantUnix).Jean-Frederic Clere2005-10-181-1/+1
* Catch up with the changes to mod_ssl and rename the David Reid2005-09-181-4/+5
* * modules/metadata/mod_setenvif.c: Unconditionally include mod_ssl.h.Joe Orton2005-07-251-7/+4
* Allow extraction of the values of SSL certificate extensions intoMartin Kraemer2005-07-221-1/+72
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-9/+9
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Fix a bunch of cases where the return code of the regex compilerAndré Malo2004-04-101-4/+5
* remove support for Remote_User variable, which never worked at all.André Malo2004-02-211-8/+0
* 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-53/+10
* catch another edge caseAndré Malo2004-01-281-2/+7
* update license to 2004.André Malo2004-01-011-1/+1
* fix optimizer to not throw away a regex if it stumbles over it.André Malo2003-11-021-20/+25
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-4/+4
* Extend the SetEnvIf directive to capture subexpressions of theAndré Malo2003-02-141-4/+16
* style issues. no code changes.André Malo2003-02-121-11/+16
* finished that boring job:André Malo2003-02-031-1/+1
* Fix for BrowserMatchNoCase, which was incorrectly treating non-regexBrian Pane2002-11-301-1/+1
* Add a SERVER_ADDR keyword to match the CGI environment variable,Ken Coar2002-11-121-1/+10
* DetabbifyBill Stoddard2002-11-041-89/+87
* Fixed a segfaultBrian Pane2002-05-101-1/+1