| Commit message (Expand) | Author | Age | Files | Lines |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | William A. Rowe Jr | 2002-01-28 | 1 | -3/+6 |
* | Substantial optimization of the os_level semantic. Since this is entirely | William A. Rowe Jr | 2001-12-28 | 1 | -3/+2 |
* | Added the apr_get_groupid() stub | Bradley Nicholes | 2001-11-26 | 1 | -0/+4 |
* | The missing Win32 apr_get_groupid, brings Win32 back to par with Unix. | William A. Rowe Jr | 2001-11-24 | 1 | -0/+40 |
* | make absolutely sure we have getgrnam_r() before calling it | Jeff Trawick | 2001-11-21 | 1 | -1/+1 |
* | get the getgrnam_r() logic to compile; no promises on correctness :) | Jeff Trawick | 2001-11-20 | 1 | -1/+1 |
* | Implement apr_get_groupid [to mirror apr_get_userid] | William A. Rowe Jr | 2001-11-20 | 1 | -0/+19 |
* | We need to import the declaration of memcpy. | Justin Erenkrantz | 2001-11-11 | 1 | -0/+2 |
* | Changed stub from returning APR_SUCCESS to APR_ENOTIMPL until we | Bradley Nicholes | 2001-08-31 | 2 | -6/+6 |
* | NetWare user and group info functions | Bradley Nicholes | 2001-08-31 | 2 | -0/+181 |
* | Here's an implementation, dunno if it's _the_ implementation we are | William A. Rowe Jr | 2001-07-27 | 1 | -0/+33 |
* | * apr_user.h (apr_current_userid): new declaration. | Ben Collins-Sussman | 2001-07-26 | 1 | -0/+15 |
* | I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-) | Cliff Woolley | 2001-07-26 | 1 | -1/+1 |
* | yank apr_get_user_passwd() | Jeff Trawick | 2001-07-21 | 1 | -18/+0 |
* | getpwnam_safe() must be provided with the struct passwd and char | Jeff Trawick | 2001-07-20 | 1 | -18/+26 |
* | include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS defined | Jeff Trawick | 2001-07-20 | 2 | -0/+6 |
* | Handle the weird case where getpwnam() returns NULL but errno is zero. | Jeff Trawick | 2001-07-02 | 1 | -0/+4 |
* | Missed a return value, thanks to gstein for the catch. | William A. Rowe Jr | 2001-06-10 | 1 | -0/+1 |
* | Better make the path canonical to unixish expectations. | William A. Rowe Jr | 2001-06-10 | 1 | -6/+8 |
* | I hate obscure order of operations. | William A. Rowe Jr | 2001-06-10 | 1 | -1/+1 |
* | Solve two flukes. First, I mis-constructed the sid authority. Second, | William A. Rowe Jr | 2001-06-10 | 1 | -10/+15 |
* | apr_get_home_directory is here | William A. Rowe Jr | 2001-06-10 | 1 | -2/+123 |
* | Whoops, APR_BADARG is bogus [my doing.] Still return APR_EINVAL since | William A. Rowe Jr | 2001-06-06 | 2 | -9/+9 |
* | More /w4 emits | William A. Rowe Jr | 2001-04-12 | 1 | -0/+2 |
* | Keep userinfo.c compiling on OS/390, where there is no pw_passwd field | Jeff Trawick | 2001-03-08 | 1 | -0/+4 |
* | Allow a way to get the password from the system password database. | Ryan Bloom | 2001-03-08 | 1 | -0/+14 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | William A. Rowe Jr | 2001-02-25 | 1 | -3/+0 |
* | Remove some duplicate calls to strchr(), and remove a typo as a side-effect | Cliff Woolley | 2001-02-22 | 1 | -6/+7 |
* | Missing the apr_pool_t arg required for more complex queries of uid/gid | William A. Rowe Jr | 2001-02-21 | 2 | -4/+32 |
* | Added apr_get_userid() as a companion to apr_get_username(). | Cliff Woolley | 2001-02-21 | 2 | -5/+40 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 4 | -4/+4 |
* | Again, BeOS doesn't really have the notion of groups and users at the moment, | David Reid | 2001-02-13 | 1 | -0/+3 |
* | Moving a small OS2'ism into APR, it's pw_dir excludes the username. | William A. Rowe Jr | 2001-01-28 | 1 | -0/+5 |
* | User and Group goodness. If anyone objects to the non-typesafe unix | William A. Rowe Jr | 2001-01-28 | 2 | -2/+23 |
* | Get Unix building again. | Ryan Bloom | 2001-01-28 | 1 | -1/+1 |
* | Some win32 user and group handling functions | William A. Rowe Jr | 2001-01-28 | 2 | -0/+162 |
* | Add groupinfo.c for apr_get_groupname... win32 commit to follow in a | William A. Rowe Jr | 2001-01-28 | 2 | -1/+83 |
* | Get the new userinfo stuff to compile cleanly. | Ryan Bloom | 2001-01-28 | 1 | -1/+1 |
* | Added apr_get_username to the former homedir.c (now userinfo.c). | William A. Rowe Jr | 2001-01-28 | 3 | -93/+20 |
* | Libtool-ize APR. | Greg Stein | 2001-01-09 | 2 | -23/+8 |
* | Fix a warning. | Ben Laurie | 2000-12-31 | 2 | -2/+2 |
* | Compensate for missing getpwnam_r on FreeBSD 3.2. | Ben Laurie | 2000-12-30 | 2 | -2/+2 |
* | Move apr_private.h.in from the include directory to the arch/unix | Ryan Bloom | 2000-12-08 | 1 | -1/+2 |
* | This patch removes the dependencies from Makefile.in. Dependencies | Jeff Trawick | 2000-11-15 | 1 | -22/+2 |
* | add apr_get_home_directory(), teach mod_userdir to use that | Jeff Trawick | 2000-11-13 | 4 | -0/+220 |