summaryrefslogtreecommitdiff
path: root/user/win32
Commit message (Expand)AuthorAgeFilesLines
* Backport r1710307jailletc362015-10-242-4/+4
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-212-8/+8
* Provide the correct buffer size (in wchars) to ExpandEnvironmentStringsWwrowe2008-03-171-1/+2
* Fix the typo.jorton2006-08-032-2/+2
* Update license header.jorton2006-08-032-12/+12
* 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-042-2/+4
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-132-98/+20
* remove these interfaces:trawick2003-09-032-59/+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-012-2/+2
* apr_get_groupname() is declared twice in apr/user/win32/groupinfo.cthommay2002-11-201-3/+3
* *) Renames done (deprecated functions wrapped):thommay2002-11-202-13/+69
* Revert bogusness by providing proper stubs for functions that existedwrowe2002-06-081-0/+7
* More CE porting. I'd prefer to see us return a stock value of 0 for thewrowe2002-06-042-1/+32
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-1/+1
* Update our copyright for this year.fielding2002-03-132-2/+2
* 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
* The missing Win32 apr_get_groupid, brings Win32 back to par with Unix.wrowe2001-11-241-0/+40
* 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-062-9/+9
* More /w4 emitswrowe2001-04-121-0/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-3/+0
* 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-162-2/+2
* User and Group goodness. If anyone objects to the non-typesafe unixwrowe2001-01-282-2/+23
* Some win32 user and group handling functionswrowe2001-01-282-0/+162