r3830: unified the query/set security descriptor code with the rest of the
authorAndrew Tridgell <tridge@samba.org>
Thu, 18 Nov 2004 01:41:43 +0000 (01:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:57 +0000 (13:05 -0500)
commitf68a6b6b915c37e48c42390c1e74c2d1c2636fa9
tree5744d5ca3973a2bfa93f668a2001fbf535ea7898
parent2ff9816ae0ae41e0e63e4276a70d292888346dc7
r3830: unified the query/set security descriptor code with the rest of the
queryfileinfo/setfileinfo logic, so querying/setting a security
descriptor is treated as just another file query/set operation.

This will allow NTVFS backends to see the query/set security
descriptor operations as RAW_FILEINFO_SEC_DESC and
RAW_SFILEINFO_SEC_DESC operations.
source/client/client.c
source/include/includes.h
source/include/smb_interfaces.h
source/libcli/raw/rawacl.c
source/libcli/raw/rawfileinfo.c
source/libcli/raw/rawsetfileinfo.c
source/librpc/ndr/ndr_sec.h [deleted file]
source/smb_server/trans2.c
source/torture/raw/acls.c