summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_usertrack.c
Commit message (Expand)AuthorAgeFilesLines
* Slighly simplify code.Christophe Jaillet2020-02-281-12/+4
* Remove duplicated "CookieTracking" directive in 'command_rec'.Christophe Jaillet2020-02-281-2/+0
* * Another whitespace fixRuediger Pluem2020-02-251-1/+0
* * Whitespace fixRuediger Pluem2020-02-251-1/+1
* PR64077: samesite/httponly/secure flags for usertrackEric Covener2020-02-221-0/+55
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+0
* Save a few bytes of memory. This can be done in temp_pool.Christophe Jaillet2014-05-231-4/+4
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+0
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* Use random value instead of remote IP address in cookie value. This has theStefan Fritsch2011-11-091-9/+6
* More checks of ap_pregsub return valuesStefan Fritsch2011-11-071-0/+11
* PR29755: mod_usertrack gets skipped when modules return a status code fromEric Covener2011-08-061-2/+2
* more temp pool usage and remove some useless apr_pstrdup()sStefan Fritsch2010-10-231-4/+4
* remove some useless use of strlen()Stefan Fritsch2010-08-031-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-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-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-3/+3
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-5/+5
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Just a simple switch of mod_usertrack to run earlier in the fixup hook.Paul Querna2004-11-041-1/+1
* Fix a bunch of cases where the return code of the regex compilerAndré Malo2004-04-101-0/+1
* escape the cookie_name before pasting into the regexp.André Malo2004-04-101-1/+33
* let's be more lenient, in what we accept.André Malo2004-04-101-2/+2
* Fix bug in mod_usertrack when no CookieName is set.Justin Erenkrantz2004-03-081-10/+21
* 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
* according to RFC 2965, inspect only the Cookie header (vs. Cookie2)André Malo2004-01-131-4/+1
* don't overwrite other cookiesAndré Malo2004-01-131-1/+1
* update license to 2004.André Malo2004-01-011-1/+1
* The problem that this patch solves is one where cookie names are mis-identifiedCliff Woolley2003-09-231-16/+49
* mod_usertrack: don't set the cookie in subrequests. This worksAndré Malo2003-03-061-1/+2
* finished that boring job:André Malo2003-02-031-1/+1
* use APR_TIME_T_FMT when formatting apr_time_tJeff Trawick2002-07-171-1/+2
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-1/+1
* Update callers of apr_explode_gmt to apr_time_exp_gmt. TheSander Striker2002-03-211-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-1/+1
* Kill off some expensive, unnecessary effort when we use max-age forWilliam A. Rowe Jr2001-10-011-11/+5
* From Mark Cox:Jeff Trawick2001-08-291-13/+6
* can't pass const char * to ap_strchr()Jeff Trawick2001-08-161-1/+1
* Add CookieDomain directive to allow setting of the Domain=Ken Coar2001-08-161-16/+120
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-101-0/+1
* *) continued header revampingGreg Stein2001-02-101-4/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-1/+1