summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_sh_acct.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett1-8/+8
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-03-18s3-utils: run minimal_includes.pl over utils/*.cGünther Deschner1-1/+0
2011-02-01s3-net: prefer dcerpc_samr_X functions in net_rpc_sh_acct.c.Günther Deschner1-25/+57
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-2/+2
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-8/+8
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-2/+2
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke1-16/+9
2009-11-08s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke1-9/+16
2009-08-11s3 net: i18n support for net rpc shellKai Blin1-46/+47
2009-03-18s3: remove POLICY_HND.Günther Deschner1-1/+1
2008-07-21Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-8/+8
2008-05-10net: more whitespace cleanupKai Blin1-7/+7
2008-05-10net: Remove globalsKai Blin1-30/+48
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2008-02-06Use rpccli_samr_QueryDomainInfo() in net_rpc_sh_acct.c.Günther Deschner1-61/+83
2008-02-04Use rpccli_samr_Connect2() all over the place.Günther Deschner1-4/+5
2008-02-01Use rpccli_samr_OpenDomain() all over the place.Günther Deschner1-4/+6
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r13351: Fix copyrightVolker Lendecke1-1/+1
2007-10-10r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke1-0/+411