summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Collapse)AuthorFilesLines
2008-07-28rpcclient: Set the pid filed of the outgoing DsBindInfo to 0.Michael Adam1-1/+1
This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael (This used to be commit 18ea033909a5363c92530ed2a06a2b89be5e7c79)
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-1/+1
Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89)
2008-07-22rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam1-0/+2
Michael (This used to be commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c)
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke15-173/+177
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-5/+6
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 1fcfca007f33a2c4e979abf30c2ea0db65bac718)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-14/+16
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 Lendecke3-13/+23
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
2008-07-18rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam1-2/+18
call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84)
2008-07-18rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam1-8/+26
Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117)
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
2008-06-26Fix a segfault in rpcclient adddriverVolker Lendecke1-12/+13
(cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d) (This used to be commit 8573032877317fe1f5c69e9ced5b19a33d8aefb0)
2008-06-25rpcclient: add samr chgpasswd command.Günther Deschner1-0/+93
Guenther (This used to be commit b90ae343722eb73c5874d875aa439e4ef92ed06a)
2008-06-25rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner1-6/+6
Guenther (This used to be commit b1209a039b45985e0b28777e04cba5bcc3de061e)
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-1/+1
Guenther (This used to be commit 5b4650d56c04be0c498413f17afb2cf6d0e7d548)
2008-06-17rpcclient: add more generic internal dscracknames call.Günther Deschner1-26/+57
Guenther (This used to be commit 2351b0845ca78707901daca6a6d0425959c6f28e)
2008-06-17Fix typo.Karolin Seeger1-12/+12
arguements -> arguments Karolin (This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6)
2008-06-10rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner1-9/+19
Guenther (This used to be commit ec278d8bc82e86c98d24277eb50633f8cd4c7600)
2008-05-26rpcclient: add drsuapi dsgetdcinfo call.Günther Deschner1-0/+161
Guenther (This used to be commit 1e883c88cb667a1485de8e8bbaebb43542f43065)
2008-05-26rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call.Günther Deschner1-2/+8
Guenther (This used to be commit d70376fc4faaf9a55337c57035e42afa6a007d1a)
2008-05-26rpcclient: simplify drsuapi dscracknames call slightly.Günther Deschner1-15/+7
Guenther (This used to be commit 5611cf42530072bc244a7bed258d3ac959bd0b65)
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner2-0/+113
Guenther (This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89)
2008-05-24Revert "drsuapi: fix the build."Günther Deschner2-113/+0
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd)
2008-05-24drsuapi: fix the build.Günther Deschner2-0/+113
Guenther (This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42)
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-4/+3
This patch is the second iteration of an inside-out conversion to cleanup functions in charcnv.c returning size_t == -1 to indicate failure. (This used to be commit 6b189dabc562d86dcaa685419d0cb6ea276f100d)
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-1/+14
Guenther (This used to be commit d077ef64cd1d9bbaeb936566c2c70da508de829f)
2008-04-29rpcclient: fix another srv_name_slash.Günther Deschner1-6/+1
Guenther (This used to be commit de946e6158526ec109b0c3381bab6e6d8e9cc1b2)
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-19/+20
(This used to be commit 42de50d2cd43e760d776694f7b5f003ba51d7f84)
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-2/+4
(This used to be commit f665afaaa3eff9ef54112e08ed034a6e1bb30edc)
2008-04-24rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().Günther Deschner1-2/+3
Guenther (This used to be commit c15b5d73badafdc93066197aefaaaa72e37a8b99)
2008-04-22rpcclient: Add getdispinfoidx command.Günther Deschner1-0/+62
Guenther (This used to be commit 7d8461d080c92a83bd7a8d168fdf1fe98e8bec9a)
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-8/+27
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-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke2-3/+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 Lendecke2-5/+5
(This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf)
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke3-7/+10
Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291)
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke1-1/+1
(This used to be commit a9061e52e1ff8e31aa480f4a30cda64c9d93214e)
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke5-78/+70
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
2008-04-08Fix lsa_QueryTrustedDomainInfo caller.Günther Deschner1-2/+2
Guenther (This used to be commit 9f148daaf2e240002914183655c2b2cc9067759f)
2008-04-08Fix lsa_TrustedDomainInfo callers.Günther Deschner1-4/+4
Guenther (This used to be commit e0eae3901750c7b76560bbab9a86f24a64d42c8b)
2008-04-04Remove some dead code in rpcclient.Günther Deschner1-23/+0
Guenther (This used to be commit c7ae1a9b53ef578cf4dfdf8e05915817c69896b5)
2008-04-04Move rpccli_try_samr_connects out of rpcclient.Günther Deschner1-75/+78
Guenther (This used to be commit f550cdb6f240830ee1e3a2dfe5f4128bca0cf836)
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-1/+1
In order to avoid receiving NT_STATUS_DOWNGRADE_DETECTED from a w2k8 netr_ServerAuthenticate2 reply, we need to start with the AD netlogon negotiate flags everywhere (not only when running in security=ads). Only for NT4 we need to do a downgrade to the returned negotiate flags. Tested with w2k8, w2ksp4, w2k3r2 and nt4sp6. Guenther (This used to be commit 0970369ca0cb9ae465cff40e5c75739824daf1d0)
2008-04-01Fix build of rpcclient.Günther Deschner1-2/+2
Guenther (This used to be commit 3cb1cdee9307cafa80ab95233a536f5dd7882ff1)
2008-03-31Re-add support for the samr parameters string.Günther Deschner1-1/+15
(dialin settings, terminal server settings, etc.) Guenther (This used to be commit c4f248df8e34c6a028bf8d789fe9763b0ea063fe)
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-4/+8
current_timestring used to return a string talloced to talloc_tos(). When called by DEBUG from a TALLOC_FREE, this produced messages "no talloc stackframe around, leaking memory". For example when used from net conf. This also adds a temporary talloc context to alloc_sub_basic(). For this purpose, the exit strategy is slightly altered: a common exit point is used for success and failure. Michael (This used to be commit 16b5800d4e3a8b88bac67b2550d14e0aaaa302a9)
2008-03-26Add ntsvcs_getdevregprop command to rpcclient.Günther Deschner1-0/+40
Guenther (This used to be commit 4abe30fdae511422dccd04d0287d962192beadcb)
2008-03-21Fix Coverity ID 507Volker Lendecke1-0/+2
(This used to be commit 4ea5798b97497359b09d97c27c2005750a6cbddd)
2008-03-21Add support for setting resume handle in netsessenum rpcclient command.Günther Deschner1-3/+9
Guenther (This used to be commit a01588d65f67ac23a5a2a741bb0419830e42868c)
2008-03-21Allow to set or unset resume_handle in netconnenum in rpcclient.Günther Deschner1-1/+3
Guenther (This used to be commit f1b93c24fea0441deb5319f6fc4df0373d0dc939)
2008-03-19Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>Volker Lendecke1-1/+1
(This used to be commit 5ec2dbd144a3bbfdb14deafd158bad48b2d41ca4)
2008-03-12Use existing srv_name_slash.Günther Deschner1-3/+1
Guenther (This used to be commit 5f2b3145fcaeee58f285b6527e9fac09c5337e8a)