summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-dcerpc: Add SPNEGO incapsulation for KRB5 authSimo Sorce2010-07-301-17/+22
|
* rpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign/seal is set for ntlmsspSimo Sorce2010-07-301-0/+6
|
* rpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign/seal is set for krb5 authSimo Sorce2010-07-281-0/+6
|
* s3-dcerpc: revive cli_rpc_pipe_open_krb5()Simo Sorce2010-07-281-0/+9
|
* s3-rpcclient: Allow choosing spnego mech: (ntlm/krb5)Simo Sorce2010-07-281-3/+10
|
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-57/+73
|
* s3-rpcclient: add another usage display to sign and seal commands.Günther Deschner2010-07-081-0/+2
| | | | Guenther
* Add parse_setjob_command() to make setting job state easier for users.Jeremy Allison2010-06-231-1/+30
| | | | Jeremy.
* s3-rpcclient: allow to add access_mask in cmd_spoolss_open_printer_ex().Günther Deschner2010-06-051-5/+7
| | | | Guenther
* s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2().Günther Deschner2010-06-031-63/+6
| | | | | | This fixes some invalid typecasts. Guenther
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-032-2/+2
| | | | Guenther
* s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" resultMatthias Dieter Wallnöfer2010-05-311-13/+9
| | | | See MS-NRPC 3.5.5.6.3.
* s3-build: only use ndr_samr.h where needed.Günther Deschner2010-05-281-0/+1
| | | | Guenther
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
| | | | | Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code.
* s3:rpcclient:spoolss: use regval_ctr/blob accessor functions.Michael Adam2010-05-251-16/+24
|
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-213-20/+20
| | | | | | | | | | 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 init_samr.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-rpc_client: move protos to init_spoolss.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-rpc_client: move protos to cli_spoolss.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-183-0/+3
| | | | Guenther
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-182-0/+2
| | | | Guenther
* s3-rpc_client: move protos to cli_samr.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
| | | | Guenther
* s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF".Günther Deschner2010-05-182-2/+2
| | | | Guenther
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-182-3/+3
|
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-rpcclient: fix two more invalid typecasts in spoolss commands.Günther Deschner2010-05-101-9/+47
| | | | Guenther
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-062-0/+2
| | | | | | | | | | | | | | | | | This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther
* s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing ↵Günther Deschner2010-05-031-4/+23
| | | | | | cupsaddsmb to fail. Guenther
* s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner2010-04-091-2/+2
| | | | Guenther
* s3-rpcclient: allow to define server_unc in cmd_srvsvc_srv_query_info().Günther Deschner2010-04-071-4/+10
| | | | Guenther
* s3/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-2/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-3/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-rpcclient: Leave setprinterdata directly if not enough args were passed.Andreas Schneider2010-03-051-2/+1
| | | | | | If we don't pass enough arguments we don't have to close the connection. Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpcclient: fix rpcclient after spoolss_EnumPrinterDataEx IDL change.Günther Deschner2010-03-051-5/+4
| | | | Guenther
* s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change.Günther Deschner2010-03-051-16/+38
| | | | Guenther
* s3-rpcclient: fix rpcclient after spoolss_SetPrinterData{Ex} IDL change.Günther Deschner2010-03-051-2/+8
| | | | Guenther
* s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner2010-02-181-2/+2
| | | | Guenther
* s3: Enable -C in rpcclientVolker Lendecke2010-01-241-0/+3
|
* s3: Remove a call to string_sid_tallocVolker Lendecke2010-01-231-2/+6
|
* s3: Fix sending NULL sids to lookupsids3Volker Lendecke2010-01-231-2/+2
|
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-231-1/+3
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-7/+7
|
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-5/+5
| | | | | | | The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations.
* s3-spoolss: fix rpcclient after setprinter IDL fixes.Günther Deschner2009-12-171-2/+2
| | | | Guenther
* s3-rpcclient: allow to set offered size for enumkey command.Günther Deschner2009-12-101-4/+9
| | | | Guenther
* s3: fix net and rpcclient after setprinterdataex changes.Günther Deschner2009-12-071-17/+6
| | | | Guenther
* s3: Add rpcclient wkssvc_enumerateusersVolker Lendecke2009-12-061-0/+51
|
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-2615-0/+15
| | | | | | samba. Guenther
* s3-rpcclient: use the parsed binding string flags for auth choice.Günther Deschner2009-11-131-0/+18
| | | | | | | | This allows rpcclient to be called like this: rpcclient ncacn_ip_tcp:w2k8r2[sign,seal] -U administrator%secret -c "dscracknames gd" Guenther