summaryrefslogtreecommitdiff
path: root/user
Commit message (Expand)AuthorAgeFilesLines
* drop .cvsignore filesnd2004-11-241-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-136-294/+60
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-13/+0
* Rumours of the demise of group information on BeOS have beendreid2003-11-231-4/+0
* remove these interfaces:trawick2003-09-036-156/+0
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-016-6/+6
* apr_get_groupname() is declared twice in apr/user/win32/groupinfo.cthommay2002-11-201-3/+3
* Fixed a variable name mismatchbnicholes2002-11-201-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-206-39/+181
* Fix the userid functions on Irix to handle the way that Irixtrawick2002-07-011-1/+2
* Revert bogusness by providing proper stubs for functions that existedwrowe2002-06-083-0/+21
* More CE porting. I'd prefer to see us return a stock value of 0 for thewrowe2002-06-042-1/+32
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-223-3/+3
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Update our copyright for this year.fielding2002-03-136-6/+6
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-3/+6
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-3/+2
* Added the apr_get_groupid() stubbnicholes2001-11-261-0/+4
* The missing Win32 apr_get_groupid, brings Win32 back to par with Unix.wrowe2001-11-241-0/+40
* make absolutely sure we have getgrnam_r() before calling ittrawick2001-11-211-1/+1
* get the getgrnam_r() logic to compile; no promises on correctness :)trawick2001-11-201-1/+1
* Implement apr_get_groupid [to mirror apr_get_userid]wrowe2001-11-201-0/+19
* We need to import the declaration of memcpy.jerenkrantz2001-11-111-0/+2
* Changed stub from returning APR_SUCCESS to APR_ENOTIMPL until webnicholes2001-08-312-6/+6
* NetWare user and group info functionsbnicholes2001-08-312-0/+181
* Here's an implementation, dunno if it's _the_ implementation we arewrowe2001-07-271-0/+33
* * apr_user.h (apr_current_userid): new declaration.sussman2001-07-261-0/+15
* I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-)jwoolley2001-07-261-1/+1
* yank apr_get_user_passwd()trawick2001-07-211-18/+0
* getpwnam_safe() must be provided with the struct passwd and chartrawick2001-07-201-18/+26
* include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS definedtrawick2001-07-202-0/+6
* Handle the weird case where getpwnam() returns NULL but errno is zero.trawick2001-07-021-0/+4
* Missed a return value, thanks to gstein for the catch.wrowe2001-06-101-0/+1
* Better make the path canonical to unixish expectations.wrowe2001-06-101-6/+8
* I hate obscure order of operations.wrowe2001-06-101-1/+1
* Solve two flukes. First, I mis-constructed the sid authority. Second,wrowe2001-06-101-10/+15
* apr_get_home_directory is herewrowe2001-06-101-2/+123
* Whoops, APR_BADARG is bogus [my doing.] Still return APR_EINVAL sincewrowe2001-06-062-9/+9
* More /w4 emitswrowe2001-04-121-0/+2
* Keep userinfo.c compiling on OS/390, where there is no pw_passwd fieldtrawick2001-03-081-0/+4
* Allow a way to get the password from the system password database.rbb2001-03-081-0/+14
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-3/+0
* Remove some duplicate calls to strchr(), and remove a typo as a side-effectjwoolley2001-02-221-6/+7
* Missing the apr_pool_t arg required for more complex queries of uid/gidwrowe2001-02-212-4/+32
* Added apr_get_userid() as a companion to apr_get_username().jwoolley2001-02-212-5/+40
* Update copyright to 2001fielding2001-02-164-4/+4
* Again, BeOS doesn't really have the notion of groups and users at the moment,dreid2001-02-131-0/+3