summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Collapse)AuthorFilesLines
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke1-28/+30
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 78e9c937ff2d2e1b70cfed4121e17feb6efafda1)
2008-07-20Refactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUSVolker Lendecke1-21/+21
(This used to be commit ab3d80d476d8264030fa71d974324c6dcf6fe6e1)
2008-07-20Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke1-15/+18
(This used to be commit a0793cc853d3bd43df2fc49df193a5fead6b01ab)
2008-07-20Refactoring: Make get_schannel_session_key_common return NTSTATUSVolker Lendecke1-22/+22
(This used to be commit 513e69507676fc2227424362d24d8ea9615ea758)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-41/+45
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit a13f0599551609394904b99e4014d580ec65c506)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-29/+36
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_openVolker Lendecke1-35/+23
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 6c122457ff3f22e20dbb595dc6d5fb49689f4d61)
2008-07-20Refactoring: Change calling conventions for rpc_pipe_open_npVolker Lendecke1-21/+41
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9249fe9e917982c8b9ca25933b716e8ac0aa40cd)
2008-07-20Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()Volker Lendecke2-26/+15
The general cli_pipe routines should not have to know about this NETLOGON speciality. (This used to be commit d30237598d0c55b73e202c1de3a020194b67a7e6)
2008-07-20Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke1-11/+12
(This used to be commit 848a3497e385090b4b21837c8d0e0313f5c062e5)
2008-07-20Simplify pipe_names: we only do ndr_transfer_syntax anywayVolker Lendecke1-35/+24
(This used to be commit b808403af55a37f2ec0e87e60450505ddfc2edda)
2008-07-19The PIPE_ pipename macros are only used in cli_pipe.cVolker Lendecke1-0/+19
(This used to be commit 03f7af26f255476d84a375a95fbccfce24db9de8)
2008-07-19Make the pipe_names[] array static to cli_pipe.cVolker Lendecke1-1/+78
(This used to be commit ab7ab350591bf16717744a0c252d3a9d185bcb77)
2008-07-10Fix some uninitialized variable references via ndr_printVolker Lendecke1-0/+2
(This used to be commit 26fb3fea812867f8b0dfe6a1be59e4922ed86e45)
2008-06-27Fix bug #5568 net rpc trustdom add broken !Jeremy Allison1-0/+1
net rpc trustdom add was broken. The default 10second timeout can be too short to create an account on a Samba DC (calling out to a script), error message reporting was poor, and more importantly the new marshalling code for user_info23 was broken (maps onto a user_info21 but doesn't clear the user_info23 struct before marshalling, leaving an uninitialized size field - give "alloc failure"). Jeremy. (This used to be commit e072b3667e590ba6dd1d9a47fb616a53753fa83e)
2008-06-26Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison1-2/+2
Jeremy. (This used to be commit 9e2ab30d3cf6950fc79152b2169e7aeae8d6a366)
2008-06-25rpc_client: add rpccli_samr_chgpasswd_user() call.Günther Deschner1-0/+53
Guenther (This used to be commit 10fd2baa8320f96286d53b677cf38f3ca3aa88a7)
2008-06-25rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner1-8/+8
Guenther (This used to be commit b1209a039b45985e0b28777e04cba5bcc3de061e)
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-7/+7
Guenther (This used to be commit 5b4650d56c04be0c498413f17afb2cf6d0e7d548)
2008-06-25rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner1-4/+10
Thanks, Volker, for pointing this out. Guenther (This used to be commit b47899195e0c190445953243fe80da4e92994dd1)
2008-06-24rpc_client: add cli_get_session_key().Günther Deschner1-0/+31
Guenther (This used to be commit 93b56755f739889da3a67b18a6430b14306d84f7)
2008-06-24rpc_client: Avoid warning in builds without krb5 headers.Karolin Seeger1-0/+2
warning: ‘cli_auth_kerberos_data_destructor’ defined but not used Karolin (This used to be commit b5f9176b6ca8c137d5c065abed943fa437b5531f)
2008-06-11rpc_client: fix some valgrind warnings.Günther Deschner1-2/+4
Guenther (This used to be commit 0352682a355b42ced7628a720a6889d8453e7946)
2008-05-25Fix a const warningVolker Lendecke1-1/+2
Jelmer, would it be possible to make the rpc client functions take const pointers for pure [in] arguments? (This used to be commit d893b2ea13d2e64f1c13aa3984f77baa91a2c658)
2008-05-24drsuapi: always use tcp for drsuapi.Günther Deschner1-2/+36
cli_rpc_pipe_open() now uses tcp transport for drsuapi and named pipe transport for all other pipes. This finally allows rpcclient to call dscracknames on windows (don't forget to call "seal" in advance). Guenther (This used to be commit b243a036026e79b8d3fb75bf7f7d59a27cb813af)
2008-05-23Fix a (bogus) uninitialized variable warningVolker Lendecke1-1/+1
(This used to be commit 6106d48a5c94e7c1f3a7234807e43aca0a51fa62)
2008-05-22rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam1-7/+7
Slim the interface... Michael (This used to be commit 9971118c23900d81e885a013e738a67df790c90c)
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam1-7/+160
Michael (This used to be commit f7db445c828c0eef2c08b538bd07d485dc248689)
2008-05-21rpc_client: add a destructor to close the socket for pipes over tcp.Volker Lendecke1-0/+10
used in rpc_pipe_open_tcp() and rpc_pipe_open_ncalrpc(). (This used to be commit a0bdd56c75ca6f6c6068995647c0dc1ba89aef12)
2008-05-21Add client support for NCACN_UNIX_STREAMVolker Lendecke1-4/+86
(This used to be commit 24ac40518f79fd480baaedc1d42f3b6fe8ea1c94)
2008-05-21rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke1-3/+4
(This used to be commit be5d54a363a57113e494202a2d22dd9bbcf13b41)
2008-05-21Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke1-7/+7
(This used to be commit 2ff908a902ec857856518eaddb5246dd5067063d)
2008-05-21Fix a commentVolker Lendecke1-1/+1
(This used to be commit 8ae39c1339758795a91c6a168e210357e7f29eae)
2008-05-17Factor out generation of an info3 struct from a serversupplied_infoVolker Lendecke1-0/+173
(This used to be commit e60faccc1bdd2b80e039ec8c93683be10752f937)
2008-05-05Fix two uninitialized variable warningsVolker Lendecke1-3/+4
(This used to be commit 48fd7b3635137e2fe77c0b0413965869194421ff)
2008-04-25Attempt to fix the non-krb buildVolker Lendecke1-0/+4
(This used to be commit 31d80a476701c89bf236997f2ab68bd2765579bd)
2008-04-25Add basic ncacn_ip_tcp client infrastructureVolker Lendecke1-71/+241
(This used to be commit 11072ccc7aeb6e087e78cea83959a2f6e0b2f837)
2008-04-25Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke1-52/+71
Should be no functional change, just a change in the data structure (This used to be commit 3433f430b0c1f7d350a40eac783385a2d30d905c)
2008-04-25Introduce rpccli_pipe_txt(), describing a pipe for debug messagesVolker Lendecke1-93/+62
(This used to be commit 83892d51de0dcdaeae18bc34d03eefefc95ff601)
2008-04-25cli_rpc_pipe_open_noauth must take the user/domain from the smb sessionVolker Lendecke1-0/+18
(This used to be commit 6f08128cf2722618e74b603e180e7e2a83d7d07a)
2008-04-25Make use of rpccli_xxx_bind_dataVolker Lendecke1-168/+62
(This used to be commit f9bc336affd2ce21a3c62880ecea2622f35653d1)
2008-04-25Create rpccli_xxx_bind_data functionsVolker Lendecke1-0/+198
These functions create the auth data for the later bind (This used to be commit 630b9c241cb6db758f8290420a38af452569e903)
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2-17/+19
(This used to be commit 42de50d2cd43e760d776694f7b5f003ba51d7f84)
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-54/+65
(This used to be commit f665afaaa3eff9ef54112e08ed034a6e1bb30edc)
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-2/+12
The only user of this was decrypt_trustdom_secret, and this only needs the NT hash anyway. (This used to be commit 3d8c2a47e677a4c4aacf4abf148b1bd8163c3351)
2008-04-20Fix some empty lines with just spacesVolker Lendecke1-13/+12
(This used to be commit f8fb9b7e3759bec7fbcf93b27438ca6b03202ddb)
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-0/+5
This abstracts away all references to rpc_pipe_client->cli, the only reference is now in cli_pipe.c. (This used to be commit c56e1c08cef107ff33a34346ceeca3475a102b19)
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-14/+43
(This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf)
2008-04-20Refactoring: Move stuff around for creating a pipeVolker Lendecke1-38/+36
(This used to be commit 45be749ed69f8c1ad3ebe8ea1f35c806db2ed5d0)
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke3-47/+30
(This used to be commit 4840febcd481563c3d9b2fabc1fe1b2ae5a76cf6)