Age | Commit message (Expand) | Author | Files | Lines |
2009-07-05 | Remove "typedef struct ndr_syntax_id RPC_IFACE;" | Volker Lendecke | 1 | -8/+9 |
2009-05-18 | Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 |
2009-04-20 | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key() | Andrew Bartlett | 1 | -5/+7 |
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -5/+5 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 |
2009-04-06 | Correct sync wrappers in cli_pipe.c | Volker Lendecke | 1 | -4/+14 |
2009-03-24 | Convert rpc_pipe_bind to tevent_req | Volker Lendecke | 1 | -50/+46 |
2009-03-24 | Convert rpc_cli_transport->trans to tevent_req | Volker Lendecke | 1 | -19/+11 |
2009-03-24 | Convert rpc_cli_transport->write to tevent_req | Volker Lendecke | 1 | -10/+7 |
2009-03-24 | Convert rpc_cli_transport->read to tevent_req | Volker Lendecke | 1 | -21/+16 |
2009-03-24 | Convert rpc_api_pipe_req to tevent_req | Volker Lendecke | 1 | -39/+35 |
2009-03-24 | Convert rpc_api_pipe to tevent_req | Volker Lendecke | 1 | -78/+71 |
2009-03-24 | Convert cli_api_pipe to tevent_req | Volker Lendecke | 1 | -50/+53 |
2009-03-24 | Convert get_complete_frag to tevent_req | Volker Lendecke | 1 | -42/+42 |
2009-03-24 | Convert rpc_write to tevent_req | Volker Lendecke | 1 | -54/+57 |
2009-03-24 | Convert rpc_read to tevent_req | Volker Lendecke | 1 | -34/+35 |
2009-03-18 | s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL. | Günther Deschner | 1 | -1/+1 |
2009-03-13 | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 1 | -2/+2 |
2009-02-13 | Replace get_myname() with the talloc version from v3-3-test | Volker Lendecke | 1 | -1/+1 |
2009-02-02 | Next step disentangling async_req from NTSTATUS | Volker Lendecke | 1 | -10/+10 |
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -53/+53 |
2009-02-01 | Move rpc_pipe_open_internal to srv_pipe_hnd.c | Volker Lendecke | 1 | -37/+0 |
2009-02-01 | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 1 | -10/+20 |
2009-01-30 | Fix memleaks | Volker Lendecke | 1 | -0/+7 |
2009-01-30 | pass NULL to prs_give_memory, that is a pointer | Volker Lendecke | 1 | -1/+1 |
2009-01-30 | Add the "SMBD" rpc transport | Volker Lendecke | 1 | -0/+55 |
2009-01-22 | Abstract away the transport in cli_pipe.c | Volker Lendecke | 1 | -304/+173 |
2009-01-22 | Fix a segfault: rpccli_* expect the reply_pdu to always be initialized | Volker Lendecke | 1 | -0/+5 |
2009-01-22 | cli_get_pipe_name_from_iface does not need the cli_state | Volker Lendecke | 1 | -3/+2 |
2009-01-21 | Allow calling DCE/RPC server implementations directly using | Jelmer Vernooij | 1 | -0/+42 |
2009-01-18 | Add a macro async_req_setup() | Volker Lendecke | 1 | -60/+14 |
2009-01-18 | Add code to torture the fragmentation code a bit | Volker Lendecke | 1 | -3/+15 |
2009-01-18 | Remove unused functions | Volker Lendecke | 1 | -401/+0 |
2009-01-18 | Make rpc_pipe_bind async | Volker Lendecke | 1 | -0/+447 |
2009-01-18 | Fix an uninitialized variable | Volker Lendecke | 1 | -0/+1 |
2009-01-18 | Remove sync rpc_api_pipe_req | Volker Lendecke | 1 | -170/+0 |
2009-01-18 | Add async rpc_api_pipe_req | Volker Lendecke | 1 | -0/+308 |
2009-01-18 | Add rpc_write_send/recv | Volker Lendecke | 1 | -0/+131 |
2009-01-18 | Remove unused sync functions | Volker Lendecke | 1 | -196/+0 |
2009-01-18 | Make rpc_api_pipe async | Volker Lendecke | 1 | -0/+284 |
2009-01-18 | Rename the async version of get_complete_pdu to get_complete_frag | Volker Lendecke | 1 | -16/+16 |
2009-01-18 | Move initialization of the reply prs_struct to rpc_api_pipe | Volker Lendecke | 1 | -13/+10 |
2009-01-18 | Always check the max send sizein rpc_api_pipe, not just with DEVELOPER | Volker Lendecke | 1 | -8/+5 |
2009-01-18 | Make cli_api_pipe async | Volker Lendecke | 1 | -99/+218 |
2009-01-18 | Remove sync rpc_read wrapper | Volker Lendecke | 1 | -28/+0 |
2009-01-18 | Make cli_pipe_get_current_pdu async, rename it to get_current_pdu | Volker Lendecke | 1 | -36/+190 |
2009-01-18 | Make rpc_read async | Volker Lendecke | 1 | -87/+154 |
2009-01-17 | Slightly simplify the paths after rpc_api_pipe() | Volker Lendecke | 1 | -6/+2 |
2009-01-14 | Make rpc_read look like a real read call | Volker Lendecke | 1 | -18/+11 |
2009-01-14 | Make rpc_read() match the control flow normally used in Samba | Volker Lendecke | 1 | -12/+19 |