summaryrefslogtreecommitdiff
path: root/user/unix/userinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * user/unix/userinfo.c (PWBUF_SIZE): Bump to 2048 to avoid issues withJoe Orton2006-03-311-1/+1
* * user/unix/userinfo.c (getpwnam_safe, apr_uid_name_get): Fix errorJoe Orton2005-08-241-6/+6
* Bring all get{pw,gr}*_r error handling in line with POSIX:Joe Orton2005-08-231-4/+15
* As suggested by Joe on dev@apr, don't return errno, since its not correct acc...Paul Querna2005-07-191-2/+11
* These functions can return no-error, but still contain a NULL entry, on some ...Paul Querna2005-07-191-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-31/+0
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-10/+40
* Fix the userid functions on Irix to handle the way that IrixJeff Trawick2002-07-011-1/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* We need to import the declaration of memcpy.Justin Erenkrantz2001-11-111-0/+2
* * apr_user.h (apr_current_userid): new declaration.Ben Collins-Sussman2001-07-261-0/+15
* 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-201-0/+3
* Handle the weird case where getpwnam() returns NULL but errno is zero.Jeff Trawick2001-07-021-0/+4
* 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
* Missing the apr_pool_t arg required for more complex queries of uid/gidWilliam A. Rowe Jr2001-02-211-1/+1
* Added apr_get_userid() as a companion to apr_get_username().Cliff Woolley2001-02-211-4/+32
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Moving a small OS2'ism into APR, it's pw_dir excludes the username.William A. Rowe Jr2001-01-281-0/+5
* 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-281-6/+19
* Fix a warning.Ben Laurie2000-12-311-1/+1
* Compensate for missing getpwnam_r on FreeBSD 3.2.Ben Laurie2000-12-301-1/+1
* add apr_get_home_directory(), teach mod_userdir to use thatJeff Trawick2000-11-131-0/+86