summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_userdir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+33
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-1/+2
* Fix Windows compile break. Gotta find a better way to fix this.Bill Stoddard2000-01-191-0/+2
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-181-0/+6
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-2/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-5/+5
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-13/+10
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+349