summaryrefslogtreecommitdiff
path: root/source4/rpc_server/service_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-07source4 smdb rpc_server: Support prefork process model.Gary Lockyer1-80/+115
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-5/+8
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer1-2/+13
2017-07-28s4-rpc_server: Improve debug of new endpointsAndrew Bartlett1-0/+16
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-12-20s4-rpc_server: Add braces to better follow coding styleAndrew Bartlett1-1/+3
2016-12-20s4-rpc_server: Allow listener for RPC servers to use multiple processesAndrew Bartlett1-6/+36
2014-09-22s4:rpc_server: ignore ncacn_http endpoints for nowStefan Metzmacher1-0/+10
2013-06-13s4:rpc_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher1-0/+1
2011-03-19source4/rpc_server: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-1/+1
2010-10-11torture: Link against rpc server itself, not service module. (against which w...Jelmer Vernooij1-440/+0
2010-09-28s4:rpc_server: use SOCKET_FLAG_NOCLOSE to avoid calling close() on the socket...Stefan Metzmacher1-0/+1
2010-08-20librpc/rpc: move dcerpc_read_ncacn_packet_send/recv() to dcerpc_util.cStefan Metzmacher1-174/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-10/+10
2010-06-20s4:rpc_server/service_rpc.c - fix warnings on SolarisMatthias Dieter Wallnöfer1-2/+2
2010-06-20s4:rpc_server/service_rpc.c - deactivate the 0-length structMatthias Dieter Wallnöfer1-0/+2
2010-05-26s4:smbd: Use tstream_npa_accept_existing to accept named pipe connectionsSimo Sorce1-14/+14
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-12/+4
2010-04-27s4:rpc_server: remove unused socket_address based functionsStefan Metzmacher1-18/+0
2010-04-27s4:rpc_server: remove 'socket_address' based functionsStefan Metzmacher1-2/+0
2010-04-27s4:rpc_server: remember the local and remote addressStefan Metzmacher1-0/+3
2010-04-11s4:auth Remove event context from anonymous_session()Andrew Bartlett1-1/+0
2009-10-20s4: ran minimal_includes.pl on source4/rpc_serverAndrew Tridgell1-2/+0
2009-09-22s4-rpcserver: run all RPC operations in a single taskAndrew Tridgell1-1/+8
2009-09-19more include minimisationAndrew Tridgell1-6/+0
2009-09-18s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell1-1/+1
2009-09-18s4:rpc_server: export dcesrv_add_ep() so that torture tests can use itStefan Metzmacher1-5/+6
2009-05-01s4:rpc_server: convert the socket based part to use the tstream interfaceStefan Metzmacher1-67/+332
2009-02-02s4:service_stream: s/private/private_dataStefan Metzmacher1-4/+4
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-6/+6
2008-12-09s4:rpc_server: initialize rpc server module also for the named pipe caseStefan Metzmacher1-20/+2
2008-12-06s4:rpc_server: add dcesrv_browser templateStefan Metzmacher1-0/+1
2008-11-23RPC sessions on np connections need the real session key transferredStefan Metzmacher1-0/+5
2008-11-06s4: rpc_server: listen on named_pipesStefan Metzmacher1-26/+10
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-30dcesrv: Remove use of global_loadparm.Jelmer Vernooij1-19/+19
2008-07-07rpc_server: use the transport session_info if availableStefan Metzmacher1-8/+12
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+1
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+12
2008-03-08Fix the build.Jelmer Vernooij1-1/+13
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+0
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett1-13/+1
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett1-1/+1
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-4/+8
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1