summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Collapse)AuthorAgeFilesLines
* s3:rpcclient: use the lp_load_global() wrapper of lp_load()Michael Adam2011-07-281-1/+1
|
* s3:rpcclient: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+2
| | | | metze
* s3:rpcclient: use rpc_pipe->desthost instead of cli->desthostStefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:rpcclient: remove unused new_workgroup variableStefan Metzmacher2011-06-091-4/+0
| | | | | | | | | | new_workgroup was not initialized but used to overwrite the value of lp_workgroup(). metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jun 9 16:00:28 CEST 2011 on sn-devel-104
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-093-10/+10
| | | | | | | | There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-091-9/+1
| | | | | | | | There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-092-2/+2
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc.
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-092-5/+5
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc.
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
| | | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-183-5/+5
| | | | | | | strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-062-0/+2
| | | | Guenther
* More simple const fixups.Jeremy Allison2011-05-051-1/+1
|
* s3-rpcclient: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
| | | | Guenther
* s3: remove various references to server side dcerpc structs (which are not ↵Günther Deschner2011-05-021-1/+0
| | | | | | needed). Guenther
* s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.hGünther Deschner2011-03-318-7/+2
| | | | Guenther
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-includes: no point in including all security headers globally.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* libcli/security: move display_sec headers to own header file and add toGünther Deschner2011-03-162-0/+2
| | | | | | security.h grouping header. Guenther
* s3: Fix Coverity ID 2289: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey.
* Fix some typesJelmer Vernooij2011-02-282-3/+3
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-287-0/+7
|
* s3-rpcclient: prefer dcerpc_lsa_X functions.Günther Deschner2011-02-021-3/+10
| | | | Guenther
* s3-rpcclient: prefer dcerpc_lsa_X functions.Günther Deschner2011-02-021-5/+13
| | | | Guenther
* s3-rpcclient: prefer dcerpc_lsa_X functions.Günther Deschner2011-02-021-176/+390
| | | | Guenther
* s3-rpcclient: use status variable.Günther Deschner2011-02-021-182/+182
| | | | Guenther
* s3: Remove superfluous ;Günther Deschner2011-02-021-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 15:44:21 CET 2011 on sn-devel-104
* s3:rpcclient/cmd_samr: remove useless ';'Stefan Metzmacher2011-02-011-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 1 19:19:24 CET 2011 on sn-devel-104
* s3:rpcclient/cmd_netlogon: fix netr_DELTA_* displayStefan Metzmacher2011-02-011-11/+14
| | | | metze
* s3-rpcclient: prefer dcerpc_samr_X functions.Günther Deschner2011-02-011-500/+880
| | | | Guenther
* s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call.Günther Deschner2011-01-281-43/+38
| | | | | | | This is a workaround for a string issue we currently have with argument based generated dcerpc client code (see bug #7804 for details). Guenther
* s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner2011-01-282-2/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104
* s3-rpcclient: allow to define validation level for samlogon.Günther Deschner2011-01-241-3/+3
| | | | Guenther
* s3-rpcclient: prefer dcerpc_spoolss_X functions.Günther Deschner2011-01-211-74/+205
| | | | Guenther
* s3-rpc_client: Rename get_query_dispinfo_params.Andreas Schneider2011-01-211-1/+1
|
* s3-rpcclient: rename duplicate enumkey command to winreg_enumkey.Günther Deschner2011-01-211-1/+1
| | | | Guenther
* s3:rpcclient: use dcerpc_echo_X() functionsStefan Metzmacher2011-01-171-30/+37
| | | | metze
* s3-rpcclient: prefer dcerpc_winreg_X functions.Günther Deschner2011-01-131-8/+13
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpcclient: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-28/+90
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpcclient: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-27/+82
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpcclient: Fix bug #7880: cmd_spoolss_deletedriver() returned without ↵Björn Baumbach2011-01-121-1/+5
| | | | | | | | | | | checking all architectures. Continues now with next architecture if no driver is available. Because of the broken behavior of the rpccli_*() functions, we need special error code handling. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-drsuapi: fix error handling after converting to dcerpc_drsuapi_X functions.Günther Deschner2011-01-121-3/+8
| | | | Guenther
* s3-drsuapi: prefer dcerpc_drsuapi_X functions.Günther Deschner2011-01-111-10/+21
| | | | Guenther
* s3-eventlog: prefer dcerpc_eventlog_X functions.Günther Deschner2011-01-111-46/+107
| | | | Guenther
* s3-wkssvc: prefer dcerpc_wkssvc_X functions.Günther Deschner2011-01-111-6/+11
| | | | Guenther
* s3:rpcclient: use ndr_dssetup_c.h instead of cli_dssetup.hStefan Metzmacher2011-01-111-1/+1
| | | | metze
* s3:rpcclient: use ndr_dfs_c.h instead of cli_dfs.hStefan Metzmacher2011-01-111-1/+1
| | | | metze
* s3-rpcclient: use dcerpc_dfs_X functions.Günther Deschner2011-01-061-12/+24
| | | | Guenther
* s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.cStefan Metzmacher2011-01-041-1/+2
| | | | metze