r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmap
authorAndrew Tridgell <tridge@samba.org>
Sat, 27 Nov 2004 00:24:36 +0000 (00:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:11 +0000 (13:06 -0500)
commitb31108e49247495d98cf7c12ee303b12a9e44e92
tree41011fc1e9d03e01ce104f6f9725dbaa54fe6b6b
parent5dde59be0995b9893ef476b06c259776c1115ae7
r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmap
subsystem. This is in preparation for adding better default ACL
generation in pvfs, which will require uid/gid -> sid mapping.
source/ntvfs/common/sidmap.c [new file with mode: 0644]
source/ntvfs/config.mk
source/ntvfs/posix/config.mk
source/ntvfs/unixuid/config.mk
source/ntvfs/unixuid/vfs_unixuid.c