summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Collapse)AuthorAgeFilesLines
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-132-2/+2
| | | | Guenther
* s3-netlogon: pass down account name to remote password set functions.Günther Deschner2009-10-131-1/+2
| | | | Guenther
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-1/+1
|
* s3-netlogon: setup NETLOGON credential chain in ↵Günther Deschner2009-10-061-13/+14
| | | | | | rpccli_netlogon_set_trust_password() only when needed. Guenther
* Revert "s3: Attempt to fix machine password change"Volker Lendecke2009-10-051-34/+17
| | | | | | This reverts commit 20a8ea91e10af167067cc794a251265aaf489e75. Ooops, this should not have been committed.
* s3: Attempt to fix machine password changeVolker Lendecke2009-10-051-17/+34
|
* s3: Remove a scary error message -- talloc_move can not fail :-)Volker Lendecke2009-10-051-5/+0
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-registry: move rpccli_winreg_Connect to the only file it belongs.Günther Deschner2009-10-011-62/+0
| | | | Guenther
* s3:rpc_client: don't randomly fragment rpc pdu's in developer modeStefan Metzmacher2009-09-251-2/+2
| | | | | | | This is really confusing and also breaks against windows, as it doesn't accept fragmented bind requests. metze
* s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc.Günther Deschner2009-09-181-0/+2
| | | | Guenther
* spnego: share spnego_parse.Günther Deschner2009-09-171-0/+1
| | | | Guenther
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-161-17/+24
| | | | | | This prepares support for HMAC-SHA256/AES. metze
* s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner2009-09-161-22/+22
| | | | Guenther
* s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2009-09-161-20/+3
| | | | Guenther
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-161-41/+64
| | | | Guenther
* s3-schannel: fix blob length when pulling off a NL_AUTH_SIGNATURE inGünther Deschner2009-09-161-1/+1
| | | | | | cli_pipe_verify_schannel(). Guenther
* s3-dcerpc: fix remaining old auth level constants.Günther Deschner2009-09-151-6/+6
| | | | Guenther
* s3-dcerpc: remove unsed auth type defines as seen on the wire.Günther Deschner2009-09-151-5/+5
| | | | Guenther
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-35/+35
| | | | Guenther
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-09-141-17/+74
| | | | Guenther
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-09-141-23/+75
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-09-111-3/+6
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵Günther Deschner2009-09-111-2/+8
| | | | | | and cli_rpc_pipe_open_ntlmssp. Guenther
* s3-rpc_client: add cli_rpc_pipe_open_noauth_transport.Günther Deschner2009-09-111-14/+26
| | | | Guenther
* s3-schannel: use NL_AUTH_SIGNATURE for schannel sign & seal (client & server).Günther Deschner2009-09-111-10/+29
| | | | Guenther
* s3-rpc_client: add enum dcerpc_transport_t to rpc_cli_transport struct.Günther Deschner2009-09-111-0/+8
| | | | Guenther
* s3-rpc_client: use NL_AUTH_MESSAGE in create_schannel_auth_rpc_bind_req().Günther Deschner2009-09-081-7/+24
| | | | Guenther
* s3-schannel: Fix Bug #6697. Interdomain trusts with Windows 2008 R2 DCs.Günther Deschner2009-09-081-1/+1
| | | | | | | | The Schannel verifier (aka NL_AUTH_SIGNATURE) structure (32 byte) sent from a W2k8r2 DC is passed in a buffer with the size of a NL_AUTH_SHA2_SIGNATURE (56 byte). We should just ignore the remaining 12 zeroed bytes and proceed. Guenther
* s3:rpc_client: add dispatch_send/recv() to struct rpc_pipe_clientStefan Metzmacher2009-07-311-0/+8
| | | | metze
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
| | | | | | | | | | W2K3 DC's can have IPv6 addresses but won't serve krb5/ldap or cldap on those addresses. Make sure when we're asking for DC's we prefer IPv4. If you have an IPv6-only network this prioritizing code will be a no-op. And if you have a mixed network then you need to prioritize IPv4 due to W2K3 DC's. Jeremy.
* Lift the event loop in rpc_api_pipe_req() one level into cli_do_rpc_ndrVolker Lendecke2009-07-272-64/+115
|
* Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke2009-07-051-8/+9
|
* s3-spoolss: add rpccli_spoolss_getprinterdriver convenience wrapper.Günther Deschner2009-07-031-0/+50
| | | | Guenther
* s3-netlogon: remove remaining netlogon init functions.Günther Deschner2009-06-252-122/+39
| | | | Guenther
* s3-netlogon: remove init_netr_SamInfo functions.Günther Deschner2009-06-251-117/+0
| | | | Guenther
* Fix broken pipe handlingVolker Lendecke2009-05-181-2/+2
| | | | | | | | Metze is right: If we have *any* error at the socket level, we just can not continue. Also, apply some defensive programming: With this async stuff someone else might already have closed the socket.
* Fix a type-punned warningVolker Lendecke2009-05-181-1/+1
|
* s3: tevent_req_poll() loops forever when pipe is brokenBo Yang2009-05-191-1/+20
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-4/+1
| | | | Jeremy.
* s3: fix crash in winbinddBo Yang2009-04-291-0/+6
|
* Do not panic unnecessarilyVolker Lendecke2009-04-281-2/+4
|
* s3-netlogon: Start fixing rpccli_netlogon_setup_creds after auth merge.Günther Deschner2009-04-241-1/+2
| | | | Guenther
* Move serverinfo_to_SamInfo3() to rpc_server/Volker Lendecke2009-04-221-187/+0
| | | | | | Normally I hate moving around stuff, but this function is only called from the RPC server side and it pulls in passdb when trying to link in our rpc client routines. That seems unnecessary to me.
* Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-201-5/+7
|
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-142-106/+59
| | | | | 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-145-16/+21
| | | | | | | | | | | 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
* Convert rpc_transport_smbd_init to tevent_reqVolker Lendecke2009-04-081-34/+32
|
* Convert rpc_cli_smbd_conn_init to tevent_reqVolker Lendecke2009-04-081-37/+34
|
* Convert get_anon_ipc to tevent_reqVolker Lendecke2009-04-081-40/+35
|
* Convert rpc_transport_np_init to tevent_reqVolker Lendecke2009-04-082-41/+38
|