summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_audit.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-5/+5
| | | | | | | | | This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
| | | | Guenther
* s3-net: prefer dcerpc_lsa_X functions in "net rpc audit".Günther Deschner2011-02-021-23/+60
| | | | Guenther
* s3-net: use status variable in "net rpc audit".Günther Deschner2011-02-021-37/+37
| | | | Guenther
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-5/+5
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3 net: Fix compile warningsKai Blin2010-01-191-10/+20
|
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-10/+10
| | | | | | If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty.
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-261-0/+1
| | | | | | samba. Guenther
* Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke2009-11-081-10/+10
| | | | This reverts commit 53f2a1595e76db9fe1b42db65b51895b73365993.
* s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke2009-11-081-10/+10
|
* s3:net: simplify padding to single printf callBjörn Jacke2009-10-141-9/+1
|
* s3 net: i18n support for net rpc auditKai Blin2009-08-071-56/+60
|
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-4/+4
| | | | Guenther
* s3: remove POLICY_HND.Günther Deschner2009-03-181-4/+4
| | | | Guenther
* Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-5/+5
| | | | (This used to be commit 850166ec0d17eb85a0c921dc3b966fac0677af4a)
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
| | | | (This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
* net: Make "net rpc audit" use functable3Kai Blin2008-06-101-11/+78
| | | | (This used to be commit c47ff2bff6d97a5e7654849965253928a825fe6a)
* net: Remove globalsKai Blin2008-05-101-21/+26
| | | | (This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e)
* Add my copyright.Günther Deschner2008-02-271-1/+1
| | | | | Guenther (This used to be commit d078a8757182d84dfd3307a2e1b751cf173aaa97)
* Fix "net rpc audit" after query info policy idl fix.Günther Deschner2008-02-081-16/+16
| | | | | Guenther (This used to be commit 5c042793ea648849275061e31e3e37d583fe1a47)
* Some more minor cleanup for "net rpc audit".Günther Deschner2008-01-141-58/+54
| | | | | Guenther (This used to be commit 558ce4ec3eaa93c827316d92c346f35c140fadf0)
* Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner2008-01-141-39/+45
| | | | | Guenther (This used to be commit be8071779fa14d964e86810f5fb16bc52aea4e36)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke2007-10-101-0/+7
| | | | | | | | | | | | | | | | | in net_rpc.c: 715 716 732 734 735 736 737 738 739 749 in net_rpc_audit.c: 754 755 756 in net_rpc_join.c: 757 in net_rpc_registry: 766 767 in net_rpc_samsync.c: 771 773 in net_sam.c: 797 798 Volker (This used to be commit 3df0bf7d6050fd7c9ace72487d4f74d92e30a584)
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2007-10-101-0/+414
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)