| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | ivan | 2022-11-20 | 2 | -4/+4 |
* | * user/unix/groupinfo.c (apr_gid_name_get, apr_gid_get): Use | jorton | 2007-04-26 | 1 | -2/+4 |
* | Fix the typo. | jorton | 2006-08-03 | 2 | -2/+2 |
* | Update license header. | jorton | 2006-08-03 | 2 | -12/+12 |
* | * user/unix/userinfo.c (PWBUF_SIZE): Bump to 2048 to avoid issues with | jorton | 2006-03-31 | 1 | -1/+1 |
* | * user/unix/userinfo.c (getpwnam_safe, apr_uid_name_get): Fix error | jorton | 2005-08-24 | 2 | -8/+10 |
* | Bring all get{pw,gr}*_r error handling in line with POSIX: | jorton | 2005-08-23 | 2 | -8/+35 |
* | As suggested by Joe on dev@apr, don't return errno, since its not correct acc... | pquerna | 2005-07-19 | 1 | -2/+11 |
* | These functions can return no-error, but still contain a NULL entry, on some ... | pquerna | 2005-07-19 | 2 | -2/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 2 | -2/+4 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 1 | -4/+0 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 2 | -98/+20 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 1 | -13/+0 |
* | Rumours of the demise of group information on BeOS have been | dreid | 2003-11-23 | 1 | -4/+0 |
* | remove these interfaces: | trawick | 2003-09-03 | 2 | -50/+0 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 2 | -2/+2 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 2 | -13/+57 |
* | 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 | 1 | -0/+7 |
* | Rename apr_get_groupname to apr_group_name_get. | striker | 2002-04-22 | 1 | -1/+1 |
* | 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 | 2 | -2/+2 |
* | 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 |
* | * apr_user.h (apr_current_userid): new declaration. | sussman | 2001-07-26 | 1 | -0/+15 |
* | 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 |
* | 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 |
* | Missing the apr_pool_t arg required for more complex queries of uid/gid | wrowe | 2001-02-21 | 1 | -1/+1 |
* | Added apr_get_userid() as a companion to apr_get_username(). | jwoolley | 2001-02-21 | 1 | -4/+32 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 2 | -2/+2 |
* | 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 |
* | Get Unix building again. | rbb | 2001-01-28 | 1 | -1/+1 |
* | Add groupinfo.c for apr_get_groupname... win32 commit to follow in a | wrowe | 2001-01-28 | 2 | -1/+83 |
* | Get the new userinfo stuff to compile cleanly. | rbb | 2001-01-28 | 1 | -1/+1 |
* | Added apr_get_username to the former homedir.c (now userinfo.c). | wrowe | 2001-01-28 | 3 | -93/+20 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 2 | -23/+8 |
* | Fix a warning. | ben | 2000-12-31 | 2 | -2/+2 |
* | Compensate for missing getpwnam_r on FreeBSD 3.2. | ben | 2000-12-30 | 2 | -2/+2 |
* | Move apr_private.h.in from the include directory to the arch/unix | rbb | 2000-12-08 | 1 | -1/+2 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -22/+2 |
* | add apr_get_home_directory(), teach mod_userdir to use that | trawick | 2000-11-13 | 4 | -0/+220 |