summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_alias.c
Commit message (Expand)AuthorAgeFilesLines
* mod_alias: When an alias is declared inside a Location, make sureGraham Leggett2023-04-141-0/+16
* * Good catch by Yann: This is dead codeRuediger Pluem2021-10-081-3/+0
* * Make aliases more robust against potential traversal attacks, by usingRuediger Pluem2021-10-081-6/+42
* followup to r1861542: return early from error pathEric Covener2019-06-181-2/+2
* add RedirectRelative directive to allow relative Redirect targetsEric Covener2019-06-171-47/+61
* style: cmd_rec at the bottomEric Covener2019-06-171-27/+28
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-1/+1
* mod_alias: follow up to r1686853.Yann Ylavic2015-06-221-21/+4
* mod_alias: follow up to r1653941.Yann Ylavic2015-06-221-7/+19
* mod_alias: follow up to r1653941.Yann Ylavic2015-01-311-3/+3
* Use unsigned bit fields.Graham Leggett2015-01-221-2/+2
* mod_alias: Introduce expression parser support for Alias, ScriptAliasGraham Leggett2015-01-221-12/+200
* stop setting context info for AliasMatch. These concepts do not really map Eric Covener2014-05-101-7/+0
* Fix segfault in mod_alias introduced in r1132494.Rainer Jung2014-03-301-5/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-6/+6
* More error checking for ap_pregsubStefan Fritsch2011-11-071-0/+13
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-18/+32
* avoid useless call to apr_pstrdupStefan Fritsch2011-04-221-1/+1
* In comments: s@ XX @ XXX: @ so they can actually be found seen.Igor Galić2010-12-291-1/+1
* Rename some variables for better readability:Stefan Fritsch2010-12-281-35/+35
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* mod_alias: Ensure Redirect issues a valid URLNick Kew2009-06-171-4/+24
* Simplify... handle this below, even though it'sJim Jagielski2009-06-011-9/+1
* typoJim Jagielski2009-06-011-1/+1
* More adjustment for Redirect argument checking...Jim Jagielski2009-06-011-14/+37
* * Some custom defined response codes also do not require 3 arguments (all thatRuediger Pluem2009-06-011-4/+3
* Fix error with arg countingJim Jagielski2009-06-011-4/+5
* mod_alias: Enforce sanity in args to RedirectNick Kew2009-05-271-10/+15
* PR#35314: Enable path components in RedirectNick Kew2006-12-251-1/+4
* 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: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-8/+8
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-5/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* emit the config filename when warning about overlapping aliasesAndré Malo2004-03-131-3/+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-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-4/+3
* When using Redirect in directory context, append requested queryAndré Malo2003-02-251-0/+6
* quiet a gcc warning by adding () around && within ||Jeff Trawick2003-02-201-2/+2
* use a better text for the overlap warning.André Malo2003-02-141-4/+3
* extend the check for Alias overlappings. Now test also previousAndré Malo2003-02-141-3/+5
* people often assume that their Aliases will be found by "best match" ratherAndré Malo2003-02-141-0/+25
* finished that boring job:André Malo2003-02-031-1/+1
* Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.Joshua Slive2002-07-211-1/+2
* Remove some extraneous comparison operationsBrian Pane2002-06-081-2/+4
* The style police have arrested mod_alias on charges of violating law andJustin Erenkrantz2002-06-041-114/+119
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2