| Commit message (Expand) | Author | Age | Files | Lines |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 6 | -6/+6 |
* | apr_get_groupname() is declared twice in apr/user/win32/groupinfo.c | thommay | 2002-11-20 | 1 | -3/+3 |
* | Fixed a variable name mismatch | bnicholes | 2002-11-20 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 6 | -39/+181 |
* | Fix the userid functions on Irix to handle the way that Irix | trawick | 2002-07-01 | 1 | -1/+2 |
* | Revert bogusness by providing proper stubs for functions that existed | wrowe | 2002-06-08 | 3 | -0/+21 |
* | More CE porting. I'd prefer to see us return a stock value of 0 for the | wrowe | 2002-06-04 | 2 | -1/+32 |
* | Rename apr_get_groupname to apr_group_name_get. | striker | 2002-04-22 | 3 | -3/+3 |
* | Add .deps to cvsignore since APR may now generate .deps files. | jerenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 6 | -6/+6 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | wrowe | 2002-01-28 | 1 | -3/+6 |
* | Substantial optimization of the os_level semantic. Since this is entirely | wrowe | 2001-12-28 | 1 | -3/+2 |
* | Added the apr_get_groupid() stub | bnicholes | 2001-11-26 | 1 | -0/+4 |
* | The missing Win32 apr_get_groupid, brings Win32 back to par with Unix. | wrowe | 2001-11-24 | 1 | -0/+40 |
* | make absolutely sure we have getgrnam_r() before calling it | trawick | 2001-11-21 | 1 | -1/+1 |
* | get the getgrnam_r() logic to compile; no promises on correctness :) | trawick | 2001-11-20 | 1 | -1/+1 |
* | Implement apr_get_groupid [to mirror apr_get_userid] | wrowe | 2001-11-20 | 1 | -0/+19 |
* | We need to import the declaration of memcpy. | jerenkrantz | 2001-11-11 | 1 | -0/+2 |
* | Changed stub from returning APR_SUCCESS to APR_ENOTIMPL until we | bnicholes | 2001-08-31 | 2 | -6/+6 |
* | NetWare user and group info functions | bnicholes | 2001-08-31 | 2 | -0/+181 |
* | Here's an implementation, dunno if it's _the_ implementation we are | wrowe | 2001-07-27 | 1 | -0/+33 |
* | * apr_user.h (apr_current_userid): new declaration. | sussman | 2001-07-26 | 1 | -0/+15 |
* | I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-) | jwoolley | 2001-07-26 | 1 | -1/+1 |
* | yank apr_get_user_passwd() | trawick | 2001-07-21 | 1 | -18/+0 |
* | getpwnam_safe() must be provided with the struct passwd and char | trawick | 2001-07-20 | 1 | -18/+26 |
* | include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS defined | trawick | 2001-07-20 | 2 | -0/+6 |
* | Handle the weird case where getpwnam() returns NULL but errno is zero. | trawick | 2001-07-02 | 1 | -0/+4 |
* | Missed a return value, thanks to gstein for the catch. | wrowe | 2001-06-10 | 1 | -0/+1 |
* | Better make the path canonical to unixish expectations. | wrowe | 2001-06-10 | 1 | -6/+8 |
* | I hate obscure order of operations. | wrowe | 2001-06-10 | 1 | -1/+1 |
* | Solve two flukes. First, I mis-constructed the sid authority. Second, | wrowe | 2001-06-10 | 1 | -10/+15 |
* | apr_get_home_directory is here | wrowe | 2001-06-10 | 1 | -2/+123 |
* | Whoops, APR_BADARG is bogus [my doing.] Still return APR_EINVAL since | wrowe | 2001-06-06 | 2 | -9/+9 |
* | More /w4 emits | wrowe | 2001-04-12 | 1 | -0/+2 |
* | Keep userinfo.c compiling on OS/390, where there is no pw_passwd field | trawick | 2001-03-08 | 1 | -0/+4 |
* | Allow a way to get the password from the system password database. | rbb | 2001-03-08 | 1 | -0/+14 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -3/+0 |
* | Remove some duplicate calls to strchr(), and remove a typo as a side-effect | jwoolley | 2001-02-22 | 1 | -6/+7 |
* | Missing the apr_pool_t arg required for more complex queries of uid/gid | wrowe | 2001-02-21 | 2 | -4/+32 |
* | Added apr_get_userid() as a companion to apr_get_username(). | jwoolley | 2001-02-21 | 2 | -5/+40 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 4 | -4/+4 |
* | Again, BeOS doesn't really have the notion of groups and users at the moment, | dreid | 2001-02-13 | 1 | -0/+3 |
* | Moving a small OS2'ism into APR, it's pw_dir excludes the username. | wrowe | 2001-01-28 | 1 | -0/+5 |
* | User and Group goodness. If anyone objects to the non-typesafe unix | wrowe | 2001-01-28 | 2 | -2/+23 |
* | Get Unix building again. | rbb | 2001-01-28 | 1 | -1/+1 |
* | Some win32 user and group handling functions | wrowe | 2001-01-28 | 2 | -0/+162 |
* | Add groupinfo.c for apr_get_groupname... win32 commit to follow in a | wrowe | 2001-01-28 | 2 | -1/+83 |