summaryrefslogtreecommitdiff
path: root/user/unix/userinfo.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-0/+3
* 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-161-1/+1
* Moving a small OS2'ism into APR, it's pw_dir excludes the username.wrowe2001-01-281-0/+5
* 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-281-6/+19
* Fix a warning.ben2000-12-311-1/+1
* Compensate for missing getpwnam_r on FreeBSD 3.2.ben2000-12-301-1/+1
* add apr_get_home_directory(), teach mod_userdir to use thattrawick2000-11-131-0/+86