summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Collapse)AuthorAgeFilesLines
* rpcclient: Set the pid filed of the outgoing DsBindInfo to 0.Michael Adam2008-07-281-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)
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-1/+1
| | | | | Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89)
* rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam2008-07-221-0/+2
| | | | | Michael (This used to be commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c)
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-2115-173/+177
| | | | (This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke2008-07-201-5/+6
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 1fcfca007f33a2c4e979abf30c2ea0db65bac718)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-14/+16
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit a13f0599551609394904b99e4014d580ec65c506)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-203-13/+23
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
* rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam2008-07-181-2/+18
| | | | | | | | | call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84)
* rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam2008-07-181-8/+26
| | | | | Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117)
* rpcclient: for testing, add dsgetncchanges command.Günther Deschner2008-07-171-0/+229
| | | | | Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
| | | | | (cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d) (This used to be commit 8573032877317fe1f5c69e9ced5b19a33d8aefb0)
* rpcclient: add samr chgpasswd command.Günther Deschner2008-06-251-0/+93
| | | | | Guenther (This used to be commit b90ae343722eb73c5874d875aa439e4ef92ed06a)
* rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-6/+6
| | | | | Guenther (This used to be commit b1209a039b45985e0b28777e04cba5bcc3de061e)
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-1/+1
| | | | | Guenther (This used to be commit 5b4650d56c04be0c498413f17afb2cf6d0e7d548)
* rpcclient: add more generic internal dscracknames call.Günther Deschner2008-06-171-26/+57
| | | | | Guenther (This used to be commit 2351b0845ca78707901daca6a6d0425959c6f28e)
* Fix typo.Karolin Seeger2008-06-171-12/+12
| | | | | | | arguements -> arguments Karolin (This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6)
* rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner2008-06-101-9/+19
| | | | | Guenther (This used to be commit ec278d8bc82e86c98d24277eb50633f8cd4c7600)
* rpcclient: add drsuapi dsgetdcinfo call.Günther Deschner2008-05-261-0/+161
| | | | | Guenther (This used to be commit 1e883c88cb667a1485de8e8bbaebb43542f43065)
* rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call.Günther Deschner2008-05-261-2/+8
| | | | | Guenther (This used to be commit d70376fc4faaf9a55337c57035e42afa6a007d1a)
* rpcclient: simplify drsuapi dscracknames call slightly.Günther Deschner2008-05-261-15/+7
| | | | | Guenther (This used to be commit 5611cf42530072bc244a7bed258d3ac959bd0b65)
* drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner2008-05-242-0/+113
| | | | | Guenther (This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89)
* Revert "drsuapi: fix the build."Günther Deschner2008-05-242-113/+0
| | | | | This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd)
* drsuapi: fix the build.Günther Deschner2008-05-242-0/+113
| | | | | Guenther (This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42)
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-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)
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-1/+14
| | | | | Guenther (This used to be commit d077ef64cd1d9bbaeb936566c2c70da508de829f)
* rpcclient: fix another srv_name_slash.Günther Deschner2008-04-291-6/+1
| | | | | Guenther (This used to be commit de946e6158526ec109b0c3381bab6e6d8e9cc1b2)
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-19/+20
| | | | (This used to be commit 42de50d2cd43e760d776694f7b5f003ba51d7f84)
* Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke2008-04-251-2/+4
| | | | (This used to be commit f665afaaa3eff9ef54112e08ed034a6e1bb30edc)
* rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().Günther Deschner2008-04-241-2/+3
| | | | | Guenther (This used to be commit c15b5d73badafdc93066197aefaaaa72e37a8b99)
* rpcclient: Add getdispinfoidx command.Günther Deschner2008-04-221-0/+62
| | | | | Guenther (This used to be commit 7d8461d080c92a83bd7a8d168fdf1fe98e8bec9a)
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-211-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)
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-202-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)
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-202-5/+5
| | | | (This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf)
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-203-7/+10
| | | | | Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291)
* Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
| | | | (This used to be commit a9061e52e1ff8e31aa480f4a30cda64c9d93214e)
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-205-78/+70
| | | | | This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
* Fix lsa_QueryTrustedDomainInfo caller.Günther Deschner2008-04-081-2/+2
| | | | | Guenther (This used to be commit 9f148daaf2e240002914183655c2b2cc9067759f)
* Fix lsa_TrustedDomainInfo callers.Günther Deschner2008-04-081-4/+4
| | | | | Guenther (This used to be commit e0eae3901750c7b76560bbab9a86f24a64d42c8b)
* Remove some dead code in rpcclient.Günther Deschner2008-04-041-23/+0
| | | | | Guenther (This used to be commit c7ae1a9b53ef578cf4dfdf8e05915817c69896b5)
* Move rpccli_try_samr_connects out of rpcclient.Günther Deschner2008-04-041-75/+78
| | | | | Guenther (This used to be commit f550cdb6f240830ee1e3a2dfe5f4128bca0cf836)
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-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)
* Fix build of rpcclient.Günther Deschner2008-04-011-2/+2
| | | | | Guenther (This used to be commit 3cb1cdee9307cafa80ab95233a536f5dd7882ff1)
* Re-add support for the samr parameters string.Günther Deschner2008-03-311-1/+15
| | | | | | | (dialin settings, terminal server settings, etc.) Guenther (This used to be commit c4f248df8e34c6a028bf8d789fe9763b0ea063fe)
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-281-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)
* Add ntsvcs_getdevregprop command to rpcclient.Günther Deschner2008-03-261-0/+40
| | | | | Guenther (This used to be commit 4abe30fdae511422dccd04d0287d962192beadcb)
* Fix Coverity ID 507Volker Lendecke2008-03-211-0/+2
| | | | (This used to be commit 4ea5798b97497359b09d97c27c2005750a6cbddd)
* Add support for setting resume handle in netsessenum rpcclient command.Günther Deschner2008-03-211-3/+9
| | | | | Guenther (This used to be commit a01588d65f67ac23a5a2a741bb0419830e42868c)
* Allow to set or unset resume_handle in netconnenum in rpcclient.Günther Deschner2008-03-211-1/+3
| | | | | Guenther (This used to be commit f1b93c24fea0441deb5319f6fc4df0373d0dc939)
* Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>Volker Lendecke2008-03-191-1/+1
| | | | (This used to be commit 5ec2dbd144a3bbfdb14deafd158bad48b2d41ca4)
* Use existing srv_name_slash.Günther Deschner2008-03-121-3/+1
| | | | | Guenther (This used to be commit 5f2b3145fcaeee58f285b6527e9fac09c5337e8a)