summaryrefslogtreecommitdiff
path: root/user
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-205-25/+25
* Stage 1 in cleaning win95 code ... cleanup utilsMladen Turk2021-12-021-51/+25
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-022-32/+1
* Fix handle leak in the Win32 apr_uid_current implementation.Ivan Zhakov2019-05-261-8/+19
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...Christophe Jaillet2015-10-242-4/+4
* fix some gcc warnings on WindowsJeff Trawick2011-03-191-1/+1
* fix low-hanging gcc warnings, mostly for WindowsJeff Trawick2011-03-192-3/+3
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-191-4/+4
* Provide the correct buffer size (in wchars) to ExpandEnvironmentStringsWWilliam A. Rowe Jr2008-03-171-1/+2
* * user/unix/groupinfo.c (apr_gid_name_get, apr_gid_get): UseJoe Orton2007-04-261-2/+4
* Fix the typo.Joe Orton2006-08-036-6/+6
* Update license header.Joe Orton2006-08-036-36/+36
* * 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-242-8/+10
* Bring all get{pw,gr}*_r error handling in line with POSIX:Joe Orton2005-08-232-8/+35
* 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-192-2/+2
* An internal API - buffer len values should be size_tWilliam A. Rowe Jr2005-05-161-5/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-046-6/+12
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-136-294/+60
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-13/+0
* Rumours of the demise of group information on BeOS have beenDavid Reid2003-11-231-4/+0
* remove these interfaces:Jeff Trawick2003-09-036-156/+0
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-016-6/+6
* apr_get_groupname() is declared twice in apr/user/win32/groupinfo.cThom May2002-11-201-3/+3
* Fixed a variable name mismatchBradley Nicholes2002-11-201-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-206-39/+181
* Fix the userid functions on Irix to handle the way that IrixJeff Trawick2002-07-011-1/+2
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-083-0/+21
* More CE porting. I'd prefer to see us return a stock value of 0 for theWilliam A. Rowe Jr2002-06-042-1/+32
* Rename apr_get_groupname to apr_group_name_get.Sander Striker2002-04-223-3/+3
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-136-6/+6
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-3/+6
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-3/+2
* Added the apr_get_groupid() stubBradley Nicholes2001-11-261-0/+4
* The missing Win32 apr_get_groupid, brings Win32 back to par with Unix.William A. Rowe Jr2001-11-241-0/+40
* make absolutely sure we have getgrnam_r() before calling itJeff Trawick2001-11-211-1/+1
* get the getgrnam_r() logic to compile; no promises on correctness :)Jeff Trawick2001-11-201-1/+1
* Implement apr_get_groupid [to mirror apr_get_userid]William A. Rowe Jr2001-11-201-0/+19
* We need to import the declaration of memcpy.Justin Erenkrantz2001-11-111-0/+2
* Changed stub from returning APR_SUCCESS to APR_ENOTIMPL until weBradley Nicholes2001-08-312-6/+6
* NetWare user and group info functionsBradley Nicholes2001-08-312-0/+181
* Here's an implementation, dunno if it's _the_ implementation we areWilliam A. Rowe Jr2001-07-271-0/+33
* * apr_user.h (apr_current_userid): new declaration.Ben Collins-Sussman2001-07-261-0/+15
* I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-)Cliff Woolley2001-07-261-1/+1