summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_hnd.c
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_server: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-3/+3
* s3:rpc_server: return OBJECT_NAME_NOT_FOUND instead of PIPE_NOT_AVAILABLEStefan Metzmacher2012-05-281-1/+1
* s3: Fix a "Invalid (state->nread >= 0)" warningVolker Lendecke2012-03-051-1/+1
* s3-rpc_server: Use rpc_service_mode() in np_open()Simo Sorce2011-08-211-19/+19
* s3-rpc_server: Check explicit for external and daemon server type.Andreas Schneider2011-08-211-1/+2
* s3-rpc_server: Fix include order in srv_pipe_hnd.c.Andreas Schneider2011-08-211-1/+1
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-1/+1
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-2/+1
* s3-rpc_server: Fixed debug messages of srv_pipe_hnd.Andreas Schneider2011-06-011-5/+5
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-5/+5
* s3-rpc_server: (re)move last globally included rpc_server prototypes.Günther Deschner2011-05-021-0/+1
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-021-1/+2
* s3-rpc_server: remove some unneeded headers.Günther Deschner2011-04-291-4/+0
* 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
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-3/+3
* s3-rpc_server: Moved "external" pipe functions to rpc_ncacn_np.c.Simo Sorce2010-09-151-298/+1
* s3-rpc_server: Added new parametric option 'rpc_server'Andreas Schneider2010-09-151-1/+17
* s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce2010-09-151-28/+50
* s3-rpc_server: Added support for internal connections to external daemons.Simo Sorce2010-09-151-2/+115
* s3-rpc_server: Added debug to see how much data has been read out.Simo Sorce2010-09-151-0/+4
* s3-rpc_server: Make process_incoming_data() public.Simo Sorce2010-09-151-1/+1
* s3-rpc_server: Fixed unhandled error condition.Simo Sorce2010-09-151-1/+2
* s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-181-14/+3
* s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke2010-08-081-0/+2
* s3: Lift the smbd_messaging_context from np_openVolker Lendecke2010-08-081-2/+2
* s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_pVolker Lendecke2010-08-081-1/+2
* s3-rpc_pipe: Use struct pipes_struct.Andreas Schneider2010-07-281-4/+4
* s3-dcerpc: Fix build and remove unneeded headersSimo Sorce2010-07-171-3/+0
* s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.cSimo Sorce2010-07-171-463/+1
* s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce2010-07-161-11/+13
* s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce2010-07-161-48/+14
* s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-161-10/+10
* s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-161-16/+6
* s3-dcerpc: fix crash bug in error path of process_complete_pdu().Günther Deschner2010-07-141-1/+1
* s3-dceprc: Add debug messagesSimo Sorce2010-07-131-0/+10
* s3-dcerpc: Remove unused functionsSimo Sorce2010-07-131-101/+0
* s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requestsSimo Sorce2010-07-131-207/+302
* s3-dceprc: Store opnum in its own variableSimo Sorce2010-07-131-0/+3
* s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_structSimo Sorce2010-07-131-38/+33
* s3-dcerpc delay rpc header unmarshallingSimo Sorce2010-07-131-49/+70
* s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner2010-07-081-1/+0
* s3: Fix a segfault in the RPC serverVolker Lendecke2010-07-061-8/+9
* Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...Jeremy Allison2010-06-181-28/+29
* s3:cleaunp reformatting for readabilitySimo Sorce2010-06-101-85/+160