Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2011-05-06 | 2 | -0/+2 |
| | | | | Guenther | ||||
* | More simple const fixups. | Jeremy Allison | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | s3-rpcclient: run minimal_includes.pl. | Günther Deschner | 2011-05-05 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | s3: remove various references to server side dcerpc structs (which are not ↵ | Günther Deschner | 2011-05-02 | 1 | -1/+0 |
| | | | | | | needed). Guenther | ||||
* | s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h | Günther Deschner | 2011-03-31 | 8 | -7/+2 |
| | | | | Guenther | ||||
* | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-passdb: use passdb headers where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-includes: no point in including all security headers globally. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | libcli/security: move display_sec headers to own header file and add to | Günther Deschner | 2011-03-16 | 2 | -0/+2 |
| | | | | | | security.h grouping header. Guenther | ||||
* | s3: Fix Coverity ID 2289: Uninitialized read | Volker Lendecke | 2011-03-15 | 1 | -1/+1 |
| | | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | ||||
* | Fix some types | Jelmer Vernooij | 2011-02-28 | 2 | -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 Schneider | 2011-02-28 | 7 | -0/+7 |
| | |||||
* | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 2011-02-02 | 1 | -3/+10 |
| | | | | Guenther | ||||
* | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 2011-02-02 | 1 | -5/+13 |
| | | | | Guenther | ||||
* | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 2011-02-02 | 1 | -176/+390 |
| | | | | Guenther | ||||
* | s3-rpcclient: use status variable. | Günther Deschner | 2011-02-02 | 1 | -182/+182 |
| | | | | Guenther | ||||
* | s3: Remove superfluous ; | Günther Deschner | 2011-02-02 | 1 | -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 Metzmacher | 2011-02-01 | 1 | -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_* display | Stefan Metzmacher | 2011-02-01 | 1 | -11/+14 |
| | | | | metze | ||||
* | s3-rpcclient: prefer dcerpc_samr_X functions. | Günther Deschner | 2011-02-01 | 1 | -500/+880 |
| | | | | Guenther | ||||
* | s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call. | Günther Deschner | 2011-01-28 | 1 | -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 Deschner | 2011-01-28 | 2 | -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 Deschner | 2011-01-24 | 1 | -3/+3 |
| | | | | Guenther | ||||
* | s3-rpcclient: prefer dcerpc_spoolss_X functions. | Günther Deschner | 2011-01-21 | 1 | -74/+205 |
| | | | | Guenther | ||||
* | s3-rpc_client: Rename get_query_dispinfo_params. | Andreas Schneider | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | s3-rpcclient: rename duplicate enumkey command to winreg_enumkey. | Günther Deschner | 2011-01-21 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3:rpcclient: use dcerpc_echo_X() functions | Stefan Metzmacher | 2011-01-17 | 1 | -30/+37 |
| | | | | metze | ||||
* | s3-rpcclient: prefer dcerpc_winreg_X functions. | Günther Deschner | 2011-01-13 | 1 | -8/+13 |
| | | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | s3-rpcclient: prefer dcerpc_srvsvc_X functions. | Günther Deschner | 2011-01-13 | 1 | -28/+90 |
| | | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | s3-rpcclient: prefer dcerpc_netr_X functions. | Günther Deschner | 2011-01-13 | 1 | -27/+82 |
| | | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | s3-rpcclient: Fix bug #7880: cmd_spoolss_deletedriver() returned without ↵ | Björn Baumbach | 2011-01-12 | 1 | -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 Deschner | 2011-01-12 | 1 | -3/+8 |
| | | | | Guenther | ||||
* | s3-drsuapi: prefer dcerpc_drsuapi_X functions. | Günther Deschner | 2011-01-11 | 1 | -10/+21 |
| | | | | Guenther | ||||
* | s3-eventlog: prefer dcerpc_eventlog_X functions. | Günther Deschner | 2011-01-11 | 1 | -46/+107 |
| | | | | Guenther | ||||
* | s3-wkssvc: prefer dcerpc_wkssvc_X functions. | Günther Deschner | 2011-01-11 | 1 | -6/+11 |
| | | | | Guenther | ||||
* | s3:rpcclient: use ndr_dssetup_c.h instead of cli_dssetup.h | Stefan Metzmacher | 2011-01-11 | 1 | -1/+1 |
| | | | | metze | ||||
* | s3:rpcclient: use ndr_dfs_c.h instead of cli_dfs.h | Stefan Metzmacher | 2011-01-11 | 1 | -1/+1 |
| | | | | metze | ||||
* | s3-rpcclient: use dcerpc_dfs_X functions. | Günther Deschner | 2011-01-06 | 1 | -12/+24 |
| | | | | Guenther | ||||
* | s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.c | Stefan Metzmacher | 2011-01-04 | 1 | -1/+2 |
| | | | | metze | ||||
* | s3:rpcclient: improve "epmmap" output | Stefan Metzmacher | 2011-01-04 | 1 | -6/+25 |
| | | | | metze | ||||
* | s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.c | Stefan Metzmacher | 2011-01-04 | 1 | -8/+35 |
| | | | | metze | ||||
* | s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.c | Stefan Metzmacher | 2011-01-04 | 1 | -7/+14 |
| | | | | metze | ||||
* | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 2010-12-20 | 2 | -3/+2 |
| | |||||
* | s3-rpcclient: exit early in cmd_spoolss_enum_data() when there is a failure. | Günther Deschner | 2010-11-17 | 1 | -0/+9 |
| | | | | Guenther | ||||
* | s3-debug Remove last direct assignements to DEBUGLEVEL | Andrew Bartlett | 2010-11-02 | 1 | -1/+1 |
| | | | | | | | | All future assignments of the debug level should go via lp_set_cmdline("log level", "x") because this will ensure the value is not overwritten in an smb.conf load. Andrew Bartlett | ||||
* | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 2010-11-02 | 1 | -1/+1 |
| | | | | | | | | This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett | ||||
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 3 | -1/+3 |
| | | | | | | | | | | | | | | 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-rpcclient: add openprinter_ex command. | Günther Deschner | 2010-10-07 | 1 | -1/+47 |
| | | | | Guenther | ||||
* | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 2010-10-07 | 1 | -2/+2 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104 |