summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc_sh_acct.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-8/+8
| | | | | | | | | 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-utils: run minimal_includes.pl over utils/*.cGünther Deschner2011-03-181-1/+0
| | | | Guenther
* s3-net: prefer dcerpc_samr_X functions in net_rpc_sh_acct.c.Günther Deschner2011-02-011-25/+57
| | | | Guenther
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
|
* s3 net: Fix compile warningsKai Blin2010-01-191-2/+2
|
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-191-8/+8
|
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-2/+2
| | | | | | 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-16/+9
| | | | This reverts commit 53f2a1595e76db9fe1b42db65b51895b73365993.
* s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke2009-11-081-9/+16
|
* s3 net: i18n support for net rpc shellKai Blin2009-08-111-46/+47
|
* s3: remove POLICY_HND.Günther Deschner2009-03-181-1/+1
| | | | Guenther
* Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-8/+8
| | | | (This used to be commit 85c8363d5179e7053adc05e8abce2fb26cf9b968)
* net: more whitespace cleanupKai Blin2008-05-101-7/+7
| | | | (This used to be commit ef0184d580500734fc7af51e1c790b075180a3d0)
* net: Remove globalsKai Blin2008-05-101-30/+48
| | | | (This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e)
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
| | | | | This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
* Use rpccli_samr_QueryDomainInfo() in net_rpc_sh_acct.c.Günther Deschner2008-02-061-61/+83
| | | | | Guenther (This used to be commit 65e978eacc30e6c400c8b76ba5f861883ff1c16a)
* Use rpccli_samr_Connect2() all over the place.Günther Deschner2008-02-041-4/+5
| | | | | Guenther (This used to be commit bdf8d562621e1a09bf83e2009dec24966e7fdf22)
* Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-011-4/+6
| | | | | Guenther (This used to be commit e4e9d72724d547e1405b2ed4cec509d50ec88c8d)
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-2/+2
| | | | | Guenther (This used to be commit 64f0889401855ab76953bfae5db4fe4df19ad8a5)
* 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)
* r13351: Fix copyrightVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 70114f509c821a4bc932ff76d9fc19a7d4ad1e84)
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2007-10-101-0/+411
Implement 'net rpc shell account' -- An editor for account policies nt_time_to_unix_abs changed its argument which to me seems wrong, and I could not find a caller that depends on this. So I changed it. Applied some more const in time.c. Volker (This used to be commit fc73690a7000d5a3f0f5ad34461c1f3a87edeac5)