Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make rpc_read look like a real read call | Volker Lendecke | 2009-01-14 | 1 | -18/+11 |
| | | | | It doesn't really need to know about prs_structs | ||||
* | Make rpc_read() match the control flow normally used in Samba | Volker Lendecke | 2009-01-14 | 1 | -12/+19 |
| | | | | Replace do { .. } while () with a while () { .. } | ||||
* | Simplify rpc_read a bit | Volker Lendecke | 2009-01-14 | 1 | -16/+11 |
| | | | | | | rpc_read always reads the whole bytes it was asked to read. So it is not really necessary for it to update the current_pdu_offset, for clarity this can better be done in the caller. | ||||
* | Remove an unnecessary size check | Volker Lendecke | 2009-01-14 | 1 | -10/+4 |
| | | | | rpc_read is only ever called with at most fraglen-RPC_HEADER_SIZE length | ||||
* | Check the fragment size the server has sent us | Volker Lendecke | 2009-01-14 | 1 | -0/+10 |
| | |||||
* | Slightly simplify rpc_read: It should not do the resize | Volker Lendecke | 2009-01-14 | 1 | -18/+34 |
| | |||||
* | Always read with offset 0 from a named pipe | Volker Lendecke | 2009-01-14 | 1 | -6/+5 |
| | |||||
* | Move cli_api_pipe() to its only user cli_pipe.c | Volker Lendecke | 2009-01-11 | 1 | -0/+26 |
| | |||||
* | s3-svcctl: remove last traces of hand-marshalled svcctl code. | Günther Deschner | 2009-01-09 | 1 | -25/+0 |
| | | | | Guenther | ||||
* | s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW. | Günther Deschner | 2009-01-09 | 1 | -67/+0 |
| | | | | Guenther | ||||
* | s3-lsa: remove all init_lsa* functions. | Günther Deschner | 2009-01-06 | 1 | -70/+0 |
| | | | | Guenther | ||||
* | s3-lsa: avoid all init_lsa* functions. | Günther Deschner | 2009-01-06 | 1 | -32/+20 |
| | | | | Guenther | ||||
* | s3-srvsvc: remove all init_srvsvc* functions. | Günther Deschner | 2009-01-06 | 1 | -402/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove all init_samr_alias* functions. | Günther Deschner | 2009-01-06 | 1 | -28/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove all init_samr_group* functions. | Günther Deschner | 2009-01-06 | 1 | -70/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove all init_samr_dom* functions. | Günther Deschner | 2009-01-06 | 1 | -135/+0 |
| | | | | Guenther | ||||
* | s3-samr: remove init_samr_user* functions. | Günther Deschner | 2009-01-06 | 1 | -343/+0 |
| | | | | Guenther | ||||
* | Async wrapper for open_socket_out_send/recv | Volker Lendecke | 2009-01-04 | 1 | -3/+2 |
| | |||||
* | open_socket_out is always used with SOCK_STREAM, remove argument "type" | Volker Lendecke | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | s3: store user session key in cli_rpc_pipe_open_noauth(). | Günther Deschner | 2008-12-05 | 1 | -0/+7 |
| | | | | Guenther | ||||
* | s3-samr: fix samr callers of samr_UserInfo18. | Günther Deschner | 2008-12-05 | 1 | -1/+3 |
| | | | | Guenther | ||||
* | s3-samr: fix init_samr_user_info2{1,3,5} callers. | Günther Deschner | 2008-12-05 | 1 | -6/+6 |
| | | | | Guenther | ||||
* | s3-samr: use samr_DomainServerState in client tools. | Günther Deschner | 2008-12-02 | 1 | -4/+5 |
| | | | | Guenther | ||||
* | s3-samr: add init_samr_user_info25 and init_samr_user_info26. | Günther Deschner | 2008-11-28 | 1 | -0/+85 |
| | | | | Guenther | ||||
* | s3-samr: fix init_samr_user_info{23,24} callers. | Günther Deschner | 2008-11-28 | 1 | -7/+6 |
| | | | | Guenther | ||||
* | s3-samr: add init_samr_user_info5. | Günther Deschner | 2008-11-27 | 1 | -0/+47 |
| | | | | Guenther | ||||
* | s3-rpcclient; Really fix compile warning. | Kai Blin | 2008-11-23 | 1 | -1/+1 |
| | | | | Screwed up in 526c609d, now the real fix. | ||||
* | s3-rpcclient: Fix a compile warning. | Kai Blin | 2008-11-23 | 1 | -1/+1 |
| | |||||
* | s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop. | Günther Deschner | 2008-11-19 | 1 | -17/+0 |
| | | | | Guenther | ||||
* | s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_key | Stefan Metzmacher | 2008-11-06 | 1 | -3/+15 |
| | | | | metze | ||||
* | errors: share dcerpc error function. | Günther Deschner | 2008-10-31 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | s3: remove rpccli_svcctl_query_config. | Günther Deschner | 2008-10-16 | 1 | -76/+0 |
| | | | | Guenther | ||||
* | Don't use debug level 1 to log a trivial message. | Jeremy Allison | 2008-10-15 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | s3: fix various samr callers. | Günther Deschner | 2008-10-15 | 1 | -16/+16 |
| | | | | Guenther | ||||
* | s3: fix samlogon client and server calls. | Günther Deschner | 2008-10-15 | 1 | -10/+10 |
| | | | | Guenther | ||||
* | Share RPC binding string utility functions. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | s3-ndr: add stub smb_iconv_convenience to some ndr_ functions. | Günther Deschner | 2008-09-23 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | netlogon: move password change code out to rpccli_netlogon_set_trust_password. | Günther Deschner | 2008-09-21 | 1 | -0/+91 |
| | | | | Guenther | ||||
* | netlogon: add init_netr_CryptPassword. | Günther Deschner | 2008-09-21 | 1 | -0/+17 |
| | | | | Guenther | ||||
* | Tiny logic simplification: remove an else branch | Volker Lendecke | 2008-09-03 | 1 | -36/+33 |
| | | | | (This used to be commit 9c4905ed6703a38ff72be5990a036d0a79aebb9f) | ||||
* | Fix some nonempty blank lines | Volker Lendecke | 2008-09-01 | 1 | -1/+1 |
| | | | | (This used to be commit 9336cd1c5e5b5d113cd4912d4479dfe609fe261e) | ||||
* | fix another build warning. | Günther Deschner | 2008-08-20 | 1 | -2/+2 |
| | | | | | Guenther (This used to be commit 43693ce6c678b961fa516bbf502af92f87cd5346) | ||||
* | rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx ↵ | Günther Deschner | 2008-07-30 | 1 | -9/+6 |
| | | | | | | | wrapper. Guenther (This used to be commit fef58091408cce0d7870c86f28f78cf9400cf2b6) | ||||
* | rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword. | Günther Deschner | 2008-07-30 | 1 | -0/+46 |
| | | | | | Guenther (This used to be commit 87b6aac13598a2ac28054de5ab90d63bef65f1fe) | ||||
* | Attempt to fix bug 5616 | Volker Lendecke | 2008-07-28 | 1 | -9/+6 |
| | | | | | | We were calculating the session key but did not return it to the caller... (cherry picked from commit 8ab79b1d009d53e414b90e4a0ab8fc7a4889b6df) (This used to be commit b63a6a1fd6a96bbafd88cacb9493bfea9944d404) | ||||
* | Make idl: cli_do_rpc_ndr does not use pipe_idx anymore | Volker Lendecke | 2008-07-21 | 1 | -1/+1 |
| | | | | (This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3) | ||||
* | Remove unused function rpccli_is_pipe_idx | Volker Lendecke | 2008-07-21 | 1 | -6/+0 |
| | | | | (This used to be commit 287ffc17a072d5e1a5b0e1ecae089faf67b814b7) | ||||
* | Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idx | Volker Lendecke | 2008-07-21 | 3 | -61/+64 |
| | | | | (This used to be commit 6d2209ba5da0937ce17e71951a1628ff1f5deacb) | ||||
* | Remove a reference to pipe_idx | Volker Lendecke | 2008-07-21 | 1 | -1/+2 |
| | | | | (This used to be commit e949b9d11f439c32c85a3cd9ae4c1a859a4c284a) |