summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_userdir.c
Commit message (Expand)AuthorAgeFilesLines
* If several directories are given in a UserDir directive, only files in the fi...Christophe Jaillet2018-05-261-1/+12
* Constify and save a few bytes in the conf pool when parsing "UserDir" directiveChristophe Jaillet2016-05-281-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-3/+3
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-0/+3
* readability improvements:Stefan Fritsch2010-12-281-22/+28
* PR44076: allow "userdir disabled" or "userdir public_html" in global scope toEric Covener2010-12-041-13/+25
* remove some useless use of strlen()Stefan Fritsch2010-08-031-2/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-1/+1
* remove OS/2 platform supportJeff Trawick2009-03-261-1/+1
* remove BeOS OS supportJeff Trawick2009-03-261-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: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-5/+5
* * modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocationJoe Orton2005-04-281-1/+1
* Merged the simple-conf branch changes r159781:160695 into the trunk.Joshua Slive2005-04-091-2/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/mappers/mod_userdir.c (register_hooks): Move suexec_identityJoe Orton2004-08-181-1/+1
* 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
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* finished that boring job:André Malo2003-02-031-1/+1
* Allow the UserDir directive to accept a list of directories.Ryan Bloom2002-09-281-3/+0
* Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.Joshua Slive2002-07-211-1/+2
* We must set the MIME-type for .shtml files to text/html if we want themRyan Bloom2002-06-151-5/+5
* Fix segfault when x hasn't been initialized and tighten its scope.Justin Erenkrantz2002-05-311-3/+2
* Fix http redirecting for UserDir. Before this patch, the directive:Ryan Bloom2002-05-281-2/+2
* Reverse the hook ordering for mod_userdir and mod_alias soJoshua Slive2002-05-071-2/+2
* Short-circuit out of mod_userdir's translation handler faster onBrian Pane2002-04-291-5/+10
* Fix suexec invocations from userdir - the ~ was not being prepended to theJustin Erenkrantz2002-04-251-0/+1
* Since UserDir is a raw argument, our config system allows it to be blank.Justin Erenkrantz2002-04-251-0/+7
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Need to check if the userdir is absolute before it gets split apart by ap_get...Bradley Nicholes2002-03-071-5/+4
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-2/+2
* Added NetWare to a Win32 #ifdefBradley Nicholes2001-09-071-1/+1
* New ap_os_is_path_absolute() semanticsWilliam A. Rowe Jr2001-08-231-1/+1
* Fix a seg fault in mod_userdir.c. We used to use the pw structureRyan Bloom2001-02-221-5/+7
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-25/+14
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) continued header revampingGreg Stein2001-02-101-10/+14
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* Fix the remaining APR_FINFO_NORM occurances. Again, followup is neededWilliam A. Rowe Jr2001-01-311-1/+1
* Moved several CHANGES back to APR where they belonged in the first place,William A. Rowe Jr2001-01-281-10/+8
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-1/+2
* 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
* add apr_get_home_directory(), teach mod_userdir to use thatJeff Trawick2000-11-131-21/+13