summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_setenvif.c
Commit message (Expand)AuthorAgeFilesLines
* forward-port the latest versions of mod_ssl and mod_setenvif from the 2.3 tru...Brian Pane2005-10-061-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
* fix a build failure with some non-gcc compilers...Jeff Trawick2002-05-101-1/+1
* Performance fix: When a BrowserMatch or SetEnvIf pattern doesn'tBrian Pane2002-05-101-8/+84
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* two performance improvements:Doug MacEachern2001-11-221-3/+4
* This patch changes the apr_table_elts macro so that it providesIan Holsman2001-11-111-5/+5
* Extend mod_setenvif to support specifying regular expressionsBill Stoddard2001-06-121-3/+9
* Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case).Bill Stoddard2001-06-091-5/+52
* icase is intialized as the result of an (a == b) expression, it makesWilliam A. Rowe Jr2001-04-101-1/+1
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-1/+1
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itGreg Stein2001-02-241-5/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) continued header revampingGreg Stein2001-02-101-3/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-2/+2
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Make handlers use hooks.Ben Laurie2001-01-071-1/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-29/+29
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* Use the new command-handler initializer macros in a few more modules,Jeff Trawick2000-06-181-8/+8
* Bring forward a change from 1.3 (the ability to use SetEnvIf*Ken Coar2000-06-061-18/+64
* PR:William A. Rowe Jr2000-05-271-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+35
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9