summaryrefslogtreecommitdiff
path: root/user/win32/userinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-13/+13
* Stage 1 in cleaning win95 code ... cleanup utilsMladen Turk2021-12-021-51/+25
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-22/+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-241-2/+2
* fix some gcc warnings on WindowsJeff Trawick2011-03-191-1/+1
* fix low-hanging gcc warnings, mostly for WindowsJeff Trawick2011-03-191-1/+1
* 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
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* 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-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-35/+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-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-9/+48
* More CE porting. I'd prefer to see us return a stock value of 0 for theWilliam A. Rowe Jr2002-06-041-1/+22
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* 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
* Here's an implementation, dunno if it's _the_ implementation we areWilliam A. Rowe Jr2001-07-271-0/+33
* I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-)Cliff Woolley2001-07-261-1/+1
* Missed a return value, thanks to gstein for the catch.William A. Rowe Jr2001-06-101-0/+1
* Better make the path canonical to unixish expectations.William A. Rowe Jr2001-06-101-6/+8
* I hate obscure order of operations.William A. Rowe Jr2001-06-101-1/+1
* Solve two flukes. First, I mis-constructed the sid authority. Second,William A. Rowe Jr2001-06-101-10/+15
* apr_get_home_directory is hereWilliam A. Rowe Jr2001-06-101-2/+123
* Whoops, APR_BADARG is bogus [my doing.] Still return APR_EINVAL sinceWilliam A. Rowe Jr2001-06-061-5/+5
* More /w4 emitsWilliam A. Rowe Jr2001-04-121-0/+2
* Remove some duplicate calls to strchr(), and remove a typo as a side-effectCliff Woolley2001-02-221-6/+7
* Missing the apr_pool_t arg required for more complex queries of uid/gidWilliam A. Rowe Jr2001-02-211-3/+31
* Added apr_get_userid() as a companion to apr_get_username().Cliff Woolley2001-02-211-1/+8
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* User and Group goodness. If anyone objects to the non-typesafe unixWilliam A. Rowe Jr2001-01-281-1/+11
* Some win32 user and group handling functionsWilliam A. Rowe Jr2001-01-281-0/+82