summaryrefslogtreecommitdiff
path: root/user/win32/userinfo.c
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-271-8/+19
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...jailletc362015-10-241-2/+2
* fix some gcc warnings on Windowstrawick2011-03-191-1/+1
* fix low-hanging gcc warnings, mostly for Windowstrawick2011-03-191-1/+1
* clean up some low hanging gcc warnings on Wintrawick2011-03-191-4/+4
* Provide the correct buffer size (in wchars) to ExpandEnvironmentStringsWwrowe2008-03-171-1/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* An internal API - buffer len values should be size_twrowe2005-05-161-5/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* remove these interfaces:trawick2003-09-031-35/+0
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-9/+48
* More CE porting. I'd prefer to see us return a stock value of 0 for thewrowe2002-06-041-1/+22
* Update our copyright for this year.fielding2002-03-131-1/+1
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.wrowe2002-01-281-3/+6
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-3/+2
* Here's an implementation, dunno if it's _the_ implementation we arewrowe2001-07-271-0/+33
* I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-)jwoolley2001-07-261-1/+1
* Missed a return value, thanks to gstein for the catch.wrowe2001-06-101-0/+1
* Better make the path canonical to unixish expectations.wrowe2001-06-101-6/+8
* I hate obscure order of operations.wrowe2001-06-101-1/+1
* Solve two flukes. First, I mis-constructed the sid authority. Second,wrowe2001-06-101-10/+15
* apr_get_home_directory is herewrowe2001-06-101-2/+123
* Whoops, APR_BADARG is bogus [my doing.] Still return APR_EINVAL sincewrowe2001-06-061-5/+5
* More /w4 emitswrowe2001-04-121-0/+2
* Remove some duplicate calls to strchr(), and remove a typo as a side-effectjwoolley2001-02-221-6/+7
* Missing the apr_pool_t arg required for more complex queries of uid/gidwrowe2001-02-211-3/+31
* Added apr_get_userid() as a companion to apr_get_username().jwoolley2001-02-211-1/+8
* Update copyright to 2001fielding2001-02-161-1/+1
* User and Group goodness. If anyone objects to the non-typesafe unixwrowe2001-01-281-1/+11
* Some win32 user and group handling functionswrowe2001-01-281-0/+82