summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/rpc_ncacn_np.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_server: Give log messages on failureAndrew Bartlett2014-06-041-0/+2
* s3-rpc_server: Remove ncalrpc_as_system from pipes_struct.Andreas Schneider2014-04-241-2/+1
* s3-rpc_server: Remove obsolete make_internal_rpc_pipe().Andreas Schneider2013-10-291-82/+0
* s3-rpc_server: Add make_internal_rpc_pipe_socketpair().Andreas Schneider2013-10-291-0/+109
* s3-rpc_server: Add make_internal_rpc_pipe().Andreas Schneider2013-10-291-0/+82
* s3-rpc_server: Add make_external_rpc_pipe() function.Andreas Schneider2013-10-291-0/+131
* s3-rpc_server: Add npa_state_init() function.Andreas Schneider2013-10-291-0/+27
* s3:rpc_client: pass object and table to rpccli_bh_create()Stefan Metzmacher2013-10-171-4/+4
* s3-rpc: use dcerpc_default_transport_endpoint function.Günther Deschner2013-09-201-2/+10
* s3-rpc_server: fix typo in DEBUG statement.Günther Deschner2013-09-171-1/+1
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2013-08-051-4/+4
* s3-rpc_server: Fix null pointer derefs in rpc_pipe_open_interface().Andreas Schneider2012-12-211-5/+7
* s3:rpc_server: avoid a level 0 DEBUG if tstream_npa_connect_recv fails (bug #...Stefan Metzmacher2012-10-201-1/+5
* s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider2012-07-061-15/+4
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-2/+2
* s3:rpc_server: let rpcint handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* s3-winbind: We need to use internal rpc connections in winbind.Andreas Schneider2011-08-211-1/+1
* s3-rpc_server: Use rpc_service_mode() in rpc_pipe_open_interface()Simo Sorce2011-08-211-10/+11
* s3-rpc_server: Use talloc for pipe_rpc_fnsSimo Sorce2011-07-281-3/+4
* s3-rpc_server: Create common function to allocate pipes_structSimo Sorce2011-07-211-31/+10
* s3-rpc_server: Move pipe/handles functionsSimo Sorce2011-07-211-77/+0
* s3-rpc_server: We need to copy the session_info for external pipes.Andreas Schneider2011-07-211-1/+6
* s3-rpc_server remove per-element copies of auth_session_infoAndrew Bartlett2011-07-201-18/+2
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-7/+7
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-16/+1
* s3-rpc_server read and write the unix_token and unix_info across named_pipe_authAndrew Bartlett2011-07-201-0/+2
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-9/+9
* Add my copyrightAndrew Bartlett2011-07-201-0/+1
* s3-rpc_server: Remove client_id and server_id from pipes struct.Andreas Schneider2011-07-041-17/+0
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-20/+50
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3: Fix a valgrind errorVolker Lendecke2011-06-051-2/+2
* s3-rpc_server: Remove unused variable pipes_open.Andreas Schneider2011-06-011-4/+2
* s3-rpc_server: Remove syntax from pipes_struct.Andreas Schneider2011-06-011-1/+0
* s3-rpc_server: Use the correct context syntax.Andreas Schneider2011-06-011-2/+20
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-3/+3
* rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2011-05-131-22/+31
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-291-0/+1
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-051-12/+21
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-1/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: rpc_server needs auth.hGünther Deschner2011-03-301-0/+1
* s3-rpc_server: Fixed rpc_pipe_open_internal documentation.Andreas Schneider2011-03-291-5/+11
* s3-rpc_server: Only allow embedded, daemon and external server type.Andreas Schneider2011-03-291-2/+8
* s3-rpc_server: Introduce transport in pipe_struct.Andreas Schneider2011-03-081-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-30/+30
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-1/+1
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-101-16/+29