summaryrefslogtreecommitdiff
path: root/user
Commit message (Expand)AuthorAgeFilesLines
...
* yank apr_get_user_passwd()Jeff Trawick2001-07-211-18/+0
* getpwnam_safe() must be provided with the struct passwd and charJeff Trawick2001-07-201-18/+26
* include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS definedJeff Trawick2001-07-202-0/+6
* Handle the weird case where getpwnam() returns NULL but errno is zero.Jeff Trawick2001-07-021-0/+4
* Missed a return value, thanks to gstein for the catch.William A. Rowe Jr2001-06-101-0/+1
* Better make the path canonical to unixish expectations.William A. Rowe Jr2001-06-101-6/+8
* I hate obscure order of operations.William A. Rowe Jr2001-06-101-1/+1
* Solve two flukes. First, I mis-constructed the sid authority. Second,William A. Rowe Jr2001-06-101-10/+15
* apr_get_home_directory is hereWilliam A. Rowe Jr2001-06-101-2/+123
* Whoops, APR_BADARG is bogus [my doing.] Still return APR_EINVAL sinceWilliam A. Rowe Jr2001-06-062-9/+9
* More /w4 emitsWilliam A. Rowe Jr2001-04-121-0/+2
* Keep userinfo.c compiling on OS/390, where there is no pw_passwd fieldJeff Trawick2001-03-081-0/+4
* Allow a way to get the password from the system password database.Ryan Bloom2001-03-081-0/+14
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-3/+0
* Remove some duplicate calls to strchr(), and remove a typo as a side-effectCliff Woolley2001-02-221-6/+7
* Missing the apr_pool_t arg required for more complex queries of uid/gidWilliam A. Rowe Jr2001-02-212-4/+32
* Added apr_get_userid() as a companion to apr_get_username().Cliff Woolley2001-02-212-5/+40
* Update copyright to 2001Roy T. Fielding2001-02-164-4/+4
* Again, BeOS doesn't really have the notion of groups and users at the moment,David Reid2001-02-131-0/+3
* Moving a small OS2'ism into APR, it's pw_dir excludes the username.William A. Rowe Jr2001-01-281-0/+5
* User and Group goodness. If anyone objects to the non-typesafe unixWilliam A. Rowe Jr2001-01-282-2/+23
* Get Unix building again.Ryan Bloom2001-01-281-1/+1
* Some win32 user and group handling functionsWilliam A. Rowe Jr2001-01-282-0/+162
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in aWilliam A. Rowe Jr2001-01-282-1/+83
* Get the new userinfo stuff to compile cleanly.Ryan Bloom2001-01-281-1/+1
* Added apr_get_username to the former homedir.c (now userinfo.c).William A. Rowe Jr2001-01-283-93/+20
* Libtool-ize APR.Greg Stein2001-01-092-23/+8
* Fix a warning.Ben Laurie2000-12-312-2/+2
* Compensate for missing getpwnam_r on FreeBSD 3.2.Ben Laurie2000-12-302-2/+2
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-081-1/+2
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-22/+2
* add apr_get_home_directory(), teach mod_userdir to use thatJeff Trawick2000-11-134-0/+220