summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett1-0/+2
2015-07-09librpc: Fix a "ignoring asprint return" warningVolker Lendecke1-4/+6
2015-07-08librpc/idl: add winbind_LogonControl()Stefan Metzmacher1-0/+3
2015-07-07s4:librpc/rpc: add dcerpc_secondary_auth_connection()Stefan Metzmacher2-0/+22
2015-07-03s4:pyrpc: remove pointless alter_context() methodStefan Metzmacher1-36/+0
2015-07-03s4:pyrpc: add base.bind_time_features_syntax(features)Stefan Metzmacher1-0/+44
2015-06-23s4:librpc/rpc: fix padding caclucation in ncacn_push_request_sign()Stefan Metzmacher1-1/+1
2015-06-23s4:librpc/rpc: let ncacn_push_request_sign() handle sig_size == 0 with auth_i...Stefan Metzmacher1-1/+4
2015-06-23s4:librpc/rpc: let dcerpc_ship_next_request() use a sig_size for a padded pay...Stefan Metzmacher1-1/+6
2015-06-23s4:librpc/rpc: let dcerpc_ship_next_request() use DCERPC_AUTH_PAD_ALIGNMENT d...Stefan Metzmacher1-1/+1
2015-03-13librpc: build clusapi.idlGünther Deschner1-1/+1
2015-03-12s4:librpc: add auth_type=ncalrpc_as_system as binding optionStefan Metzmacher1-0/+16
2015-01-22Remove use of the "staticforward" macroPetr Viktorin1-1/+1
2014-12-22s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRSSamuel Cabrero1-0/+11
2014-11-25s4:librpc: remove unused allow_warnings=True for 'dcerpc'Stefan Metzmacher1-1/+0
2014-11-14s4:librpc/idl: add a uuid to sasl_helpers.idlStefan Metzmacher2-1/+2
2014-11-14s4:librpc: remove unused allow_warnings=True from NDR_WINSREPL and NDR_WINSIFStefan Metzmacher1-2/+0
2014-10-02idl: Add frs blobs for dumping of frs related blobs with ndrdumpMatthieu Patou1-1/+2
2014-10-02idl: frsrpc depends on bkupblobs.idl and fscc.idlMatthieu Patou1-1/+1
2014-09-23s4:librpc: use authenticated epmapping for ncacn_httpStefan Metzmacher3-9/+30
2014-09-22ncacn_http: DCERPC pipe open using http transportSamuel Cabrero1-0/+196
2014-09-22ncacn_http: Client implementationSamuel Cabrero6-1/+2123
2014-08-15librpc: Remove obsolete idl-deps script.Jelmer Vernooij1-37/+0
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2-14/+3
2014-06-05librpc: Fix a "ignoring asprintf return" warningVolker Lendecke1-4/+5
2014-05-26s4:librpc/rpc: allow a shortcut in dcerpc_pipe_connect_ncacn_np_smb[2]_send()Stefan Metzmacher1-0/+10
2014-05-26s4:librpc/rpc: split out continue_smb_open()Stefan Metzmacher1-28/+11
2014-05-26s4:librpc/rpc: remove pipe_np_smb2_state and use pipe_np_smb_stateStefan Metzmacher1-10/+4
2014-05-26s4:librpc/rpc: remember some smbXcli_* pointers within struct dcerpc_pipe_con...Stefan Metzmacher1-33/+27
2014-05-26s4:librpc/rpc: use DCERPC_REQUEST_TIMEOUT for smb opensStefan Metzmacher2-16/+8
2014-05-26s4:librpc/rpc: remove some unused functions and structures from dcerpc_sock.cStefan Metzmacher1-46/+5
2014-05-26s4:librpc/rpc: avoid using dcerpc_socket_peer_addr()Stefan Metzmacher1-9/+46
2014-05-26s4:librpc/rpc: set "localaddress" and reset "host" for ncacn_ip_tcpStefan Metzmacher2-5/+34
2014-05-26s4:librpc/rpc: return the local/remote ip from dcerpc_pipe_open_tcp_recv()Stefan Metzmacher3-6/+29
2014-05-26s4:librpc/rpc: optionally return the local address from dcerpc_pipe_open_sock...Stefan Metzmacher1-5/+23
2014-05-26s4:librpc/rpc: avoid using dcerpc_unix_socket_path()Stefan Metzmacher1-6/+39
2014-05-13s4:pyrpc: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett1-0/+6
2014-04-02s4:librpc: explicitly use allow_warnings=True where neededStefan Metzmacher1-0/+4
2014-04-02s4:librpc/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2014-03-28s4:librpc/rpc: remember "ncalrpc_dir" on the dcerpc_pipe->bindingStefan Metzmacher1-3/+11
2014-03-28s4:pyrpc: add base.transfer_syntax_ndr*()Stefan Metzmacher1-0/+52
2014-03-28s4:pyrpc: add py_dcerpc_syntax_init_helper()Stefan Metzmacher2-0/+26
2014-03-28s4:librpc: compile python bindings for dcerpc.idlStefan Metzmacher2-0/+10
2014-03-27s4:librpc: make use of gensec_update_ev()Stefan Metzmacher1-2/+2
2014-03-25s4:librpc/rpc: use dcerpc_binding_get_object() in order to pass the object to...Stefan Metzmacher1-2/+3
2014-03-25s4:librpc/tests: assert the the abstract syntax has the expected value (null)Stefan Metzmacher1-0/+4
2014-03-25s4:librpc/tests: reset the object on the binding created from the towerStefan Metzmacher1-0/+7
2014-03-25s4:librpc/test: test ipv6 addresses in dcerpc_binding stringsStefan Metzmacher1-0/+22
2014-03-25s4:librpc/tests: add more no transport testsStefan Metzmacher1-3/+16
2014-03-25s4:librpc/rpc: correctly map the fault code of alter context to NTSTATUSStefan Metzmacher1-1/+2