diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-28 23:20:48 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-28 23:20:48 +0000 |
commit | 4ef48efcb7eb1e0c58b5aa42933a723ba04edbb7 (patch) | |
tree | 4af66b20d7d3a7168663576fc864e8f3b11e6103 /CHANGES | |
parent | 5acd64acf7d65f6b9caa434e774db0c609707d15 (diff) | |
download | libapr-4ef48efcb7eb1e0c58b5aa42933a723ba04edbb7.tar.gz |
User and Group goodness. If anyone objects to the non-typesafe unix
implementation of apr_compare_users/groups - feel free to add saftey.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ Changes with APR b1 + *) Added apr_compare_users() and apr_compare_groups() for more complex + apr_uid_t and apr_gid_t structures. Enabled both .user and .group + results from WinNT/2000 stat/getfileinfo, but expect to find that + .group is 'None' in most cases. [William Rowe] + *) Replace configure --with-optim option by using the environment variable OPTIM instead. This is needed because configure options do not support multiple flags separated by spaces. [Roy Fielding] @@ -9,7 +14,7 @@ Changes with APR b1 *) Abstracted apr_get_username and apr_get_groupname for unix and win32. Modified Win32 apr_uid_t and apr_gid_t to use PSIDs, and elimintated - the uid_t and gid_t definitions. + the uid_t and gid_t definitions. [William Rowe] *) Radically refactored apr_stat/lstat/getfileinfo/dir_read for Win32 to assure we are retrieving what we expect to retrieve, and reporting |