summaryrefslogtreecommitdiff
path: root/user/unix
Commit message (Expand)AuthorAgeFilesLines
* drop .cvsignore filesnd2004-11-241-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-132-98/+20
* 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-032-50/+0
* Update copyright notices to 2003.thommay2003-01-012-2/+2
* *) Renames done (deprecated functions wrapped):thommay2002-11-202-13/+57
* 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-081-0/+7
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-1/+1
* 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-132-2/+2
* 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
* * apr_user.h (apr_current_userid): new declaration.sussman2001-07-261-0/+15
* 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
* 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
* Missing the apr_pool_t arg required for more complex queries of uid/gidwrowe2001-02-211-1/+1
* Added apr_get_userid() as a companion to apr_get_username().jwoolley2001-02-211-4/+32
* Update copyright to 2001fielding2001-02-162-2/+2
* Again, BeOS doesn't really have the notion of groups and users at the moment,dreid2001-02-131-0/+3
* Moving a small OS2'ism into APR, it's pw_dir excludes the username.wrowe2001-01-281-0/+5
* Get Unix building again.rbb2001-01-281-1/+1
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in awrowe2001-01-282-1/+83
* Get the new userinfo stuff to compile cleanly.rbb2001-01-281-1/+1
* Added apr_get_username to the former homedir.c (now userinfo.c).wrowe2001-01-283-93/+20
* Libtool-ize APR.gstein2001-01-092-23/+8
* Fix a warning.ben2000-12-312-2/+2
* Compensate for missing getpwnam_r on FreeBSD 3.2.ben2000-12-302-2/+2
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-22/+2
* add apr_get_home_directory(), teach mod_userdir to use thattrawick2000-11-134-0/+220