Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpcclient: Set the pid filed of the outgoing DsBindInfo to 0. | Michael Adam | 2008-07-28 | 1 | -1/+1 |
| | | | | | | | | This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael | ||||
* | Change occurrences of the u1 member of DsBindInfo* to pid after idl change. | Michael Adam | 2008-07-22 | 1 | -1/+1 |
| | | | | Michael | ||||
* | rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48) | Michael Adam | 2008-07-22 | 1 | -0/+2 |
| | | | | Michael | ||||
* | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 2008-07-21 | 15 | -173/+177 |
| | |||||
* | Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel | Volker Lendecke | 2008-07-20 | 1 | -5/+6 |
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS | ||||
* | Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp | Volker Lendecke | 2008-07-20 | 1 | -14/+16 |
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS | ||||
* | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 2008-07-20 | 3 | -13/+23 |
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS | ||||
* | rpcclient: add ability to fetch single objects with dsgetncchanges command | Michael Adam | 2008-07-18 | 1 | -2/+18 |
| | | | | | | | | call as "dsgetncchanges <object_dn> single" after calling "seal" Michael | ||||
* | rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info. | Michael Adam | 2008-07-18 | 1 | -8/+26 |
| | | | | Michael | ||||
* | rpcclient: for testing, add dsgetncchanges command. | Günther Deschner | 2008-07-17 | 1 | -0/+229 |
| | | | | Guenther | ||||
* | Fix a segfault in rpcclient adddriver | Volker Lendecke | 2008-06-26 | 1 | -12/+13 |
| | | | | (cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d) | ||||
* | rpcclient: add samr chgpasswd command. | Günther Deschner | 2008-06-25 | 1 | -0/+93 |
| | | | | Guenther | ||||
* | rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3. | Günther Deschner | 2008-06-25 | 1 | -6/+6 |
| | | | | Guenther | ||||
* | rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2. | Günther Deschner | 2008-06-25 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | rpcclient: add more generic internal dscracknames call. | Günther Deschner | 2008-06-17 | 1 | -26/+57 |
| | | | | Guenther | ||||
* | Fix typo. | Karolin Seeger | 2008-06-17 | 1 | -12/+12 |
| | | | | | | arguements -> arguments Karolin | ||||
* | rpcclient: add more useful comments what sign/seal commands are doing. | Günther Deschner | 2008-06-10 | 1 | -9/+19 |
| | | | | Guenther | ||||
* | rpcclient: add drsuapi dsgetdcinfo call. | Günther Deschner | 2008-05-26 | 1 | -0/+161 |
| | | | | Guenther | ||||
* | rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call. | Günther Deschner | 2008-05-26 | 1 | -2/+8 |
| | | | | Guenther | ||||
* | rpcclient: simplify drsuapi dscracknames call slightly. | Günther Deschner | 2008-05-26 | 1 | -15/+7 |
| | | | | Guenther | ||||
* | drsuapi: add very basic drsuapi rpcclient command set. | Günther Deschner | 2008-05-24 | 2 | -0/+113 |
| | | | | Guenther | ||||
* | Revert "drsuapi: fix the build." | Günther Deschner | 2008-05-24 | 2 | -113/+0 |
| | | | | This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. | ||||
* | drsuapi: fix the build. | Günther Deschner | 2008-05-24 | 2 | -0/+113 |
| | | | | Guenther | ||||
* | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 2008-05-20 | 1 | -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. | ||||
* | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 2008-05-05 | 1 | -1/+14 |
| | | | | Guenther | ||||
* | rpcclient: fix another srv_name_slash. | Günther Deschner | 2008-04-29 | 1 | -6/+1 |
| | | | | Guenther | ||||
* | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 2008-04-25 | 1 | -19/+20 |
| | |||||
* | Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client | Volker Lendecke | 2008-04-25 | 1 | -2/+4 |
| | |||||
* | rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx(). | Günther Deschner | 2008-04-24 | 1 | -2/+3 |
| | | | | Guenther | ||||
* | rpcclient: Add getdispinfoidx command. | Günther Deschner | 2008-04-22 | 1 | -0/+62 |
| | | | | Guenther | ||||
* | Remove the "pwd" struct from rpc_pipe_client | Volker Lendecke | 2008-04-21 | 1 | -8/+27 |
| | | | | | The only user of this was decrypt_trustdom_secret, and this only needs the NT hash anyway. | ||||
* | Introduce rpc_pipe_np_smb_conn() | Volker Lendecke | 2008-04-20 | 2 | -3/+5 |
| | | | | | This abstracts away all references to rpc_pipe_client->cli, the only reference is now in cli_pipe.c. | ||||
* | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 2008-04-20 | 2 | -5/+5 |
| | |||||
* | Introduce rpccli_set_timeout() | Volker Lendecke | 2008-04-20 | 3 | -7/+10 |
| | | | | Reduce dependency on "cli" member of rpc_pipe_client struct | ||||
* | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 2008-04-20 | 1 | -1/+1 |
| | |||||
* | Add "desthost" to rpc_pipe_client | Volker Lendecke | 2008-04-20 | 5 | -78/+70 |
| | | | | This reduces the dependency on cli_state | ||||
* | Fix lsa_QueryTrustedDomainInfo caller. | Günther Deschner | 2008-04-08 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | Fix lsa_TrustedDomainInfo callers. | Günther Deschner | 2008-04-08 | 1 | -4/+4 |
| | | | | Guenther | ||||
* | Remove some dead code in rpcclient. | Günther Deschner | 2008-04-04 | 1 | -23/+0 |
| | | | | Guenther | ||||
* | Move rpccli_try_samr_connects out of rpcclient. | Günther Deschner | 2008-04-04 | 1 | -75/+78 |
| | | | | Guenther | ||||
* | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 2008-04-02 | 1 | -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 | ||||
* | Fix build of rpcclient. | Günther Deschner | 2008-04-01 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | Re-add support for the samr parameters string. | Günther Deschner | 2008-03-31 | 1 | -1/+15 |
| | | | | | | (dialin settings, terminal server settings, etc.) Guenther | ||||
* | Add a talloc context parameter to current_timestring() to fix memleaks. | Michael Adam | 2008-03-28 | 1 | -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 | ||||
* | Add ntsvcs_getdevregprop command to rpcclient. | Günther Deschner | 2008-03-26 | 1 | -0/+40 |
| | | | | Guenther | ||||
* | Fix Coverity ID 507 | Volker Lendecke | 2008-03-21 | 1 | -0/+2 |
| | |||||
* | Add support for setting resume handle in netsessenum rpcclient command. | Günther Deschner | 2008-03-21 | 1 | -3/+9 |
| | | | | Guenther | ||||
* | Allow to set or unset resume_handle in netconnenum in rpcclient. | Günther Deschner | 2008-03-21 | 1 | -1/+3 |
| | | | | Guenther | ||||
* | Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com> | Volker Lendecke | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | Use existing srv_name_slash. | Günther Deschner | 2008-03-12 | 1 | -3/+1 |
| | | | | Guenther |