292N/A Copyright (C) Gerald (Jerry) Carter 2007 0N/A This library is free software; you can redistribute it and/or 0N/A modify it under the terms of the GNU Lesser General Public 292N/A License as published by the Free Software Foundation; either 0N/A version 3 of the License, or (at your option) any later version. 292N/A This library is distributed in the hope that it will be useful, 0N/A but WITHOUT ANY WARRANTY; without even the implied warranty of 0N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0N/A Library General Public License for more details. 292N/A You should have received a copy of the GNU Lesser General Public License 0N/A/* Required Headers */ 0N/A/* Convert a Windows SID to a Unix uid if there already is a mapping */ 292N/A/* Convert a Unix uid to a Windows SID if there already is a mapping */ 0N/A/* Convert a Windows SID to a Unix gid if there already is a mapping */ 0N/A/* Convert a Unix gid to a Windows SID if there already is a mapping */ 0N/A/* Set an user id mapping - not implemented any more */ 0N/A/* Set a group id mapping - not implemented any more */ 0N/A/* Remove a user id mapping - not implemented any more */ 0N/A/* Remove a group id mapping - not implemented any more */ 0N/A/* Set the highwater mark for allocated uids - not implemented any more */ 0N/A/* Set the highwater mark for allocated gids - not implemented any more */