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)
commit012be92f0a771d8437f783dc8ed14f38c669893c
tree13a87d0d0fdec7bf691a1767151915831d89f7d8
parentbbf009b46f75f292a625b853b9331b5d5e0da7c2
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.
(This used to be commit f68a6b6b915c37e48c42390c1e74c2d1c2636fa9)
source4/client/client.c
source4/include/includes.h
source4/include/smb_interfaces.h
source4/libcli/raw/rawacl.c
source4/libcli/raw/rawfileinfo.c
source4/libcli/raw/rawsetfileinfo.c
source4/librpc/ndr/ndr_sec.h [deleted file]
source4/smb_server/trans2.c
source4/torture/raw/acls.c