| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -5/+5 |
| * | * modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocation | Joe Orton | 2005-04-28 | 1 | -1/+1 |
| * | Merged the simple-conf branch changes r159781:160695 into the trunk. | Joshua Slive | 2005-04-09 | 1 | -2/+5 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | * modules/mappers/mod_userdir.c (register_hooks): Move suexec_identity | Joe Orton | 2004-08-18 | 1 | -1/+1 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -2/+2 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | Allow the UserDir directive to accept a list of directories. | Ryan Bloom | 2002-09-28 | 1 | -3/+0 |
| * | Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST. | Joshua Slive | 2002-07-21 | 1 | -1/+2 |
| * | We must set the MIME-type for .shtml files to text/html if we want them | Ryan Bloom | 2002-06-15 | 1 | -5/+5 |
| * | Fix segfault when x hasn't been initialized and tighten its scope. | Justin Erenkrantz | 2002-05-31 | 1 | -3/+2 |
| * | Fix http redirecting for UserDir. Before this patch, the directive: | Ryan Bloom | 2002-05-28 | 1 | -2/+2 |
| * | Reverse the hook ordering for mod_userdir and mod_alias so | Joshua Slive | 2002-05-07 | 1 | -2/+2 |
| * | Short-circuit out of mod_userdir's translation handler faster on | Brian Pane | 2002-04-29 | 1 | -5/+10 |
| * | Fix suexec invocations from userdir - the ~ was not being prepended to the | Justin Erenkrantz | 2002-04-25 | 1 | -0/+1 |
| * | Since UserDir is a raw argument, our config system allows it to be blank. | Justin Erenkrantz | 2002-04-25 | 1 | -0/+7 |
| * | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
| * | Need to check if the userdir is absolute before it gets split apart by ap_get... | Bradley Nicholes | 2002-03-07 | 1 | -5/+4 |
| * | Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules. | William A. Rowe Jr | 2002-01-10 | 1 | -2/+2 |
| * | Added NetWare to a Win32 #ifdef | Bradley Nicholes | 2001-09-07 | 1 | -1/+1 |
| * | New ap_os_is_path_absolute() semantics | William A. Rowe Jr | 2001-08-23 | 1 | -1/+1 |
| * | Fix a seg fault in mod_userdir.c. We used to use the pw structure | Ryan Bloom | 2001-02-22 | 1 | -5/+7 |
| * | *) Introduce "ap_conf_vector_t" type to assist with legibility and provide | Greg Stein | 2001-02-18 | 1 | -25/+14 |
| * | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
| * | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -10/+14 |
| * | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -2/+2 |
| * | Fix the remaining APR_FINFO_NORM occurances. Again, followup is needed | William A. Rowe Jr | 2001-01-31 | 1 | -1/+1 |
| * | Moved several CHANGES back to APR where they belonged in the first place, | William A. Rowe Jr | 2001-01-28 | 1 | -10/+8 |
| * | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -1/+2 |
| * | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -2/+2 |
| * | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
| * | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -1/+0 |
| * | add apr_get_home_directory(), teach mod_userdir to use that | Jeff Trawick | 2000-11-13 | 1 | -21/+13 |
| * | Get mod_userdir compiling on FreeBSD when APR_HAS_THREADS. | Jeff Trawick | 2000-11-10 | 1 | -1/+1 |
| * | Remove the comments that I accidentally left in from testing. Doh! | Ryan Bloom | 2000-11-10 | 1 | -3/+3 |
| * | Remove a thread un-safe function when APR_HAS_THREADS | Ryan Bloom | 2000-11-10 | 1 | -0/+12 |
| * | Make mod_cgi and mod_include work when compiled as DSO's again. This is | Ryan Bloom | 2000-10-31 | 1 | -1/+1 |
| * | Fix a breakage due to Maoj's suexec patch of earlier today. | David Reid | 2000-10-23 | 1 | -1/+1 |
| * | I didn't know that mod_userdir was even used on Windows. Oops. #ifdef | Manoj Kasichainula | 2000-10-23 | 1 | -1/+11 |
| * | Remove an attempt to fix a race condition. The attempt is not | Manoj Kasichainula | 2000-10-23 | 1 | -6/+0 |
| * | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -0/+32 |
| * | More docs of oddities. | William A. Rowe Jr | 2000-10-16 | 1 | -3/+6 |
| * | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -23/+23 |
| * | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
| * | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
| * | blast the old names for the status codes | Greg Stein | 2000-06-24 | 1 | -2/+2 |