summaryrefslogtreecommitdiff
path: root/user/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the typo.Joe Orton2006-08-032-2/+2
* Update license header.Joe Orton2006-08-032-12/+12
* 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-042-2/+4
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-132-98/+20
* remove these interfaces:Jeff Trawick2003-09-032-59/+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-012-2/+2
* apr_get_groupname() is declared twice in apr/user/win32/groupinfo.cThom May2002-11-201-3/+3
* *) Renames done (deprecated functions wrapped):Thom May2002-11-202-13/+69
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-081-0/+7
* 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-221-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-132-2/+2
* 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
* The missing Win32 apr_get_groupid, brings Win32 back to par with Unix.William A. Rowe Jr2001-11-241-0/+40
* 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-062-9/+9
* More /w4 emitsWilliam A. Rowe Jr2001-04-121-0/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-3/+0
* 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-162-2/+2
* User and Group goodness. If anyone objects to the non-typesafe unixWilliam A. Rowe Jr2001-01-282-2/+23
* Some win32 user and group handling functionsWilliam A. Rowe Jr2001-01-282-0/+162