| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa... | jailletc36 | 2015-10-24 | 2 | -4/+4 |
* | fix some gcc warnings on Windows | trawick | 2011-03-19 | 1 | -1/+1 |
* | fix low-hanging gcc warnings, mostly for Windows | trawick | 2011-03-19 | 2 | -3/+3 |
* | clean up some low hanging gcc warnings on Win | trawick | 2011-03-19 | 1 | -4/+4 |
* | Provide the correct buffer size (in wchars) to ExpandEnvironmentStringsW | wrowe | 2008-03-17 | 1 | -1/+2 |
* | * user/unix/groupinfo.c (apr_gid_name_get, apr_gid_get): Use | jorton | 2007-04-26 | 1 | -2/+4 |
* | Fix the typo. | jorton | 2006-08-03 | 6 | -6/+6 |
* | Update license header. | jorton | 2006-08-03 | 6 | -36/+36 |
* | * user/unix/userinfo.c (PWBUF_SIZE): Bump to 2048 to avoid issues with | jorton | 2006-03-31 | 1 | -1/+1 |
* | * user/unix/userinfo.c (getpwnam_safe, apr_uid_name_get): Fix error | jorton | 2005-08-24 | 2 | -8/+10 |
* | Bring all get{pw,gr}*_r error handling in line with POSIX: | jorton | 2005-08-23 | 2 | -8/+35 |
* | As suggested by Joe on dev@apr, don't return errno, since its not correct acc... | pquerna | 2005-07-19 | 1 | -2/+11 |
* | These functions can return no-error, but still contain a NULL entry, on some ... | pquerna | 2005-07-19 | 2 | -2/+2 |
* | An internal API - buffer len values should be size_t | wrowe | 2005-05-16 | 1 | -5/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 6 | -6/+12 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 1 | -4/+0 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 6 | -294/+60 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 1 | -13/+0 |
* | Rumours of the demise of group information on BeOS have been | dreid | 2003-11-23 | 1 | -4/+0 |
* | remove these interfaces: | trawick | 2003-09-03 | 6 | -156/+0 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 6 | -6/+6 |
* | apr_get_groupname() is declared twice in apr/user/win32/groupinfo.c | thommay | 2002-11-20 | 1 | -3/+3 |
* | Fixed a variable name mismatch | bnicholes | 2002-11-20 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 6 | -39/+181 |
* | Fix the userid functions on Irix to handle the way that Irix | trawick | 2002-07-01 | 1 | -1/+2 |
* | Revert bogusness by providing proper stubs for functions that existed | wrowe | 2002-06-08 | 3 | -0/+21 |
* | More CE porting. I'd prefer to see us return a stock value of 0 for the | wrowe | 2002-06-04 | 2 | -1/+32 |
* | Rename apr_get_groupname to apr_group_name_get. | striker | 2002-04-22 | 3 | -3/+3 |
* | Add .deps to cvsignore since APR may now generate .deps files. | jerenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 6 | -6/+6 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | wrowe | 2002-01-28 | 1 | -3/+6 |
* | Substantial optimization of the os_level semantic. Since this is entirely | wrowe | 2001-12-28 | 1 | -3/+2 |
* | Added the apr_get_groupid() stub | bnicholes | 2001-11-26 | 1 | -0/+4 |
* | The missing Win32 apr_get_groupid, brings Win32 back to par with Unix. | wrowe | 2001-11-24 | 1 | -0/+40 |
* | make absolutely sure we have getgrnam_r() before calling it | trawick | 2001-11-21 | 1 | -1/+1 |
* | get the getgrnam_r() logic to compile; no promises on correctness :) | trawick | 2001-11-20 | 1 | -1/+1 |
* | Implement apr_get_groupid [to mirror apr_get_userid] | wrowe | 2001-11-20 | 1 | -0/+19 |
* | We need to import the declaration of memcpy. | jerenkrantz | 2001-11-11 | 1 | -0/+2 |
* | Changed stub from returning APR_SUCCESS to APR_ENOTIMPL until we | bnicholes | 2001-08-31 | 2 | -6/+6 |
* | NetWare user and group info functions | bnicholes | 2001-08-31 | 2 | -0/+181 |
* | Here's an implementation, dunno if it's _the_ implementation we are | wrowe | 2001-07-27 | 1 | -0/+33 |
* | * apr_user.h (apr_current_userid): new declaration. | sussman | 2001-07-26 | 1 | -0/+15 |
* | I did a recursive grep for "#ifdef APR_" and am cleaning up what I found. =-) | jwoolley | 2001-07-26 | 1 | -1/+1 |
* | yank apr_get_user_passwd() | trawick | 2001-07-21 | 1 | -18/+0 |
* | getpwnam_safe() must be provided with the struct passwd and char | trawick | 2001-07-20 | 1 | -18/+26 |
* | include <unistd.h> to get _POSIX_THREAD_SAFE_FUNCTIONS defined | trawick | 2001-07-20 | 2 | -0/+6 |
* | Handle the weird case where getpwnam() returns NULL but errno is zero. | trawick | 2001-07-02 | 1 | -0/+4 |