summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_userdir.c
Commit message (Expand)AuthorAgeFilesLines
* Disable mod_userdir by default.Joshua Slive2005-04-061-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
* Get mod_userdir compiling on FreeBSD when APR_HAS_THREADS.Jeff Trawick2000-11-101-1/+1
* Remove the comments that I accidentally left in from testing. Doh!Ryan Bloom2000-11-101-3/+3
* Remove a thread un-safe function when APR_HAS_THREADSRyan Bloom2000-11-101-0/+12
* Make mod_cgi and mod_include work when compiled as DSO's again. This isRyan Bloom2000-10-311-1/+1
* Fix a breakage due to Maoj's suexec patch of earlier today.David Reid2000-10-231-1/+1
* I didn't know that mod_userdir was even used on Windows. Oops. #ifdefManoj Kasichainula2000-10-231-1/+11
* Remove an attempt to fix a race condition. The attempt is notManoj Kasichainula2000-10-231-6/+0
* Add back suexec support.Manoj Kasichainula2000-10-231-0/+32
* More docs of oddities.William A. Rowe Jr2000-10-161-3/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-23/+23
* 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
* blast the old names for the status codesGreg Stein2000-06-241-2/+2
* Fix warnings.Ben Laurie2000-06-201-3/+3
* Use the new command-handler initializer macros in some more modules.Jeff Trawick2000-06-201-2/+4