Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-18 | Convert the prs_XXX struct and functions to use talloc instead of malloc. ↵ | Jeremy Allison | 1 | -2/+0 | |
Passes valgrind and make tests for client and server. Second version of this patch after splitting up at Simo's request. Patch to follow will delete extraneous prs_mem_free() calls. Jeremy. Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 | |
2010-03-29 | s3:rpc_client: remove unused code, we handle transport failures in the ↵ | Stefan Metzmacher | 1 | -14/+0 | |
transport layer now metze | |||||
2010-01-06 | s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume ↵ | Bo Yang | 1 | -0/+15 | |
lsa_pipe_tcp is ok but network is down, then send request is ok, but select() on writeable fds loops forever since there is no response. Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-11-08 | Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly" | Volker Lendecke | 1 | -18/+3 | |
This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a. | |||||
2009-11-08 | s3: Do not reference ndr_table_<pipe> in the cli_ routines directly | Volker Lendecke | 1 | -3/+18 | |
2009-11-07 | s3: Do the printing for DEBUGLEVEL>=10 centrally | Volker Lendecke | 1 | -1/+12 | |
12 insertions(+), 10651 deletions(-) I think that says it all :-) | |||||
2009-07-27 | Lift the event loop in rpc_api_pipe_req() one level into cli_do_rpc_ndr | Volker Lendecke | 1 | -31/+115 | |
2009-01-21 | Allow calling DCE/RPC server implementations directly using | Jelmer Vernooij | 1 | -1/+1 | |
rpc_pipe_client. | |||||
2009-01-18 | Move initialization of the reply prs_struct to rpc_api_pipe | Volker Lendecke | 1 | -3/+1 | |
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-23 | s3-ndr: add stub smb_iconv_convenience to some ndr_ functions. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-01 | Fix some nonempty blank lines | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 9336cd1c5e5b5d113cd4912d4479dfe609fe261e) | |||||
2008-07-21 | Make idl: cli_do_rpc_ndr does not use pipe_idx anymore | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3) | |||||
2008-07-21 | Remove a reference to pipe_idx | Volker Lendecke | 1 | -1/+2 | |
(This used to be commit e949b9d11f439c32c85a3cd9ae4c1a859a4c284a) | |||||
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 4840febcd481563c3d9b2fabc1fe1b2ae5a76cf6) | |||||
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -4/+1 | |
(This used to be commit 3fc85d22590550f0539215d020e4411bf5b14363) | |||||
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) | Stefan Metzmacher | 1 | -6/+7 | |
lib/messages_local.c rpc_client/ndr.c smbd/notify_internal.c utils/net_rpc_registry.c metze (This used to be commit c2645d2164c05976a98bafed980b6029baf89977) | |||||
2007-10-10 | r24594: pass down the ndr_interface_table in the samba3 client bindings | Stefan Metzmacher | 1 | -5/+10 | |
instead of the pull and push functions metze (This used to be commit 5e3d4df9bca069708d72f548dc5ddfc7708ac122) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r18395: have the ndr layer alloc outgoing structure members for us | Gerald Carter | 1 | -0/+2 | |
(This used to be commit 4fb35eeb44d434b04282c41e98c4a5767e1a8647) | |||||
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -0/+90 | |
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8) |