there is no unknown field in LSA_SEC_QOS
authorJean-François Micouleau <jfm@samba.org>
Mon, 17 Dec 2001 23:03:23 +0000 (23:03 +0000)
committerJean-François Micouleau <jfm@samba.org>
Mon, 17 Dec 2001 23:03:23 +0000 (23:03 +0000)
commit6e76486505287124eb62e32c4387a9608364a568
treebfe60b710913ba820a0e0490dfccf41bbd661d51
parenta081ad3daed709859eacf607cf120f065bbcf0a0
there is no unknown field in LSA_SEC_QOS
some cleanup of the lsa_open_policy and lsa_open_policy2 parser. the
length fields are not correct but that's what NT send. We don't anymore
underflow or overflow the decoding.

added the domain admins group to the default SD.

we are now checking the desired access flag in the lsa_open_policy_X()
calls and in most functions also.

        J.F.
(This used to be commit a217c4e4ff4d13122703d22258792fe5e8e9f02f)
source3/include/rpc_lsa.h
source3/libsmb/cli_lsarpc.c
source3/rpc_parse/parse_lsa.c
source3/rpc_server/srv_lsa_nt.c