r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
authorGünther Deschner <gd@samba.org>
Tue, 11 Apr 2006 15:47:24 +0000 (15:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:59 +0000 (11:15 -0500)
commit655b04e4f8585a952afe226e602995ebbc7d1600
treecd525caa7f9927238ef254b35a1c4db01384d3a3
parentadc0a34cebfcd84b1886a8b1ddb8eecfd6fb1e1a
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
servers. Also add a new "net rpc audit" tool. The lsa query infolevels
were taken from samb4 IDL, the lsa policy flags and categories are
partly documented on msdn. I need to cleanup the double
lsa_query_info_policy{2}{_new} calls next.

Guenther
(This used to be commit 0fed66926f4b72444abfc8ffb8c46cca8d0600aa)
source3/Makefile.in
source3/include/rpc_lsa.h
source3/lib/audit.c [new file with mode: 0644]
source3/rpc_client/cli_lsarpc.c
source3/rpc_parse/parse_lsa.c
source3/rpc_server/srv_lsa_nt.c
source3/rpcclient/cmd_lsarpc.c
source3/utils/net_rpc.c
source3/utils/net_rpc_audit.c [new file with mode: 0644]