summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-0817-646/+203
| | | | This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5.
* s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke2009-11-0817-203/+646
|
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-071-4/+6
|
* s3-rpcclient: add deletetrustdom command.Günther Deschner2009-10-301-0/+89
| | | | Guenther
* s3-rpcclient: add createtrustdom command.Günther Deschner2009-10-301-0/+45
| | | | Guenther
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-132-2/+2
| | | | Guenther
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-12/+9
|
* s3-registry: use pull_reg_sz() where appropriate.Günther Deschner2009-10-011-7/+5
| | | | | | (and move away from rpcstr_pull and rpcstr_pull_talloc). Guenther
* s3: use pull_reg_multi_sz in rpcclient and net.Günther Deschner2009-09-301-7/+6
| | | | Guenther
* s3-rpcclient: fix netr_LogonGetCapabilities command.Günther Deschner2009-09-161-6/+5
| | | | Guenther
* s3-rpcclient: Fix Coverity #935: UNINIT.Günther Deschner2009-09-161-1/+1
| | | | Guenther
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-6/+6
| | | | Guenther
* s3-rpcclient: add lookupsids3 command.Günther Deschner2009-09-111-0/+70
| | | | Guenther
* s3-rpcclient: make netlogon credential setup also work for interdomain trusts.Günther Deschner2009-09-111-9/+11
| | | | Guenther
* s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto.Günther Deschner2009-09-111-4/+17
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-09-111-0/+1
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵Günther Deschner2009-09-111-0/+2
| | | | | | and cli_rpc_pipe_open_ntlmssp. Guenther
* s3-rpcclient: use cli_rpc_pipe_open_noauth_transport in rpcclient.Günther Deschner2009-09-111-2/+3
| | | | Guenther
* s3-rpcclient: add lookupnames4 command.Günther Deschner2009-09-111-0/+52
| | | | Guenther
* s3-rpcclient: add ncacn transport handling for rpcclient.Günther Deschner2009-09-111-5/+88
| | | | Guenther
* s3-rpcclient: add createprinteric command.Günther Deschner2009-07-171-0/+43
| | | | Guenther
* s3-rpcclient: add LSA storeprivatedata command.Günther Deschner2009-07-171-0/+56
| | | | Guenther
* s3-rpcclient: add LSA retrieveprivatedata command.Günther Deschner2009-07-171-0/+60
| | | | Guenther
* s3-rpcclient: add LSA setsecret command.Günther Deschner2009-07-171-0/+71
| | | | Guenther
* s3-rpcclient: add LSA querysecret command.Günther Deschner2009-07-171-0/+86
| | | | Guenther
* s3-rpcclient: add LSA deletesecret command.Günther Deschner2009-07-171-0/+50
| | | | Guenther
* s3-rpcclient: add LSA createsecret command.Günther Deschner2009-07-171-0/+43
| | | | Guenther
* s3-rpcclient: allow to set query size for samr enum calls.Günther Deschner2009-06-081-16/+32
| | | | Guenther
* s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.Günther Deschner2009-05-251-12/+10
| | | | Guenther
* s3-printing: no need to define struct table_node 4 times.Günther Deschner2009-05-131-7/+1
| | | | Guenther
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-3/+4
| | | | | Should make Solaris 10 builds look cleaner. Jeremy.
* s3-rpcclient: rework enumdrivers call a bit to allow queries like win7 does.Günther Deschner2009-05-071-69/+97
| | | | Guenther
* s3-rpcclient: print more infolevels in printer and driver info levels.Günther Deschner2009-05-061-7/+238
| | | | Guenther
* s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-271-3/+3
| | | | Michael
* s3: Use common security_descriptor_equal().Jelmer Vernooij2009-04-211-1/+1
|
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-1/+1
| | | | Guenther
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-213-27/+27
| | | | Guenther
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-4/+4
| | | | | This is particuarly in the netlogon client (but not server at this stage)
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-144-13/+12
| | | | | | | | | | | This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett
* s3-rpcclient: add set_job command.Günther Deschner2009-04-131-0/+55
| | | | Guenther
* s3-rpcclient: allow to set flags in cmd_ntsvcs_get_dev_list().Günther Deschner2009-04-101-4/+8
| | | | Guenther