Fix a few "might be uninitialized" errors
[samba.git] / source4 / rpc_server / service_rpc.c
2023-10-13 Joseph Suttons4:rpc_server: Check mkdir() return value (CID 1034649)
2023-08-08 Joseph Suttons4:rpc_server: Add missing newlines to debugging messages
2022-10-27 Volker Lendeckerpc_server: Remove an unneeded #include
2022-04-08 Samuel Cabreros4:rpc_server: Fix duplicated function name between...
2022-01-24 Stefan Metzmacherdcesrv_core: wrap gensec_*() calls in [un]become_root...
2021-03-16 Volker Lendeckerpc_server4: Make "srv_callbacks" static
2021-01-22 Volker Lendeckerpc_server: Fix a "bool==true" condition
2020-11-27 Ralph Boehmes4: rename source4/smbd/ to source4/samba/
2019-12-12 Samuel Cabrerolibrpc:core: Split dcesrv context init and endpoint...
2019-10-18 Samuel Cabreros4:rpc_server: Find association groups through context...
2019-10-18 Samuel Cabreros4:rpc_server: Hide gensec prepare behind function...
2019-10-18 Samuel Cabreros4:rpc_server: Add dcesrv_context_callbacks to dcesrv_c...
2019-10-18 Samuel Cabreros4:rpc_server: Do not include s4 librpc headers in...
2018-11-07 Gary Lockyersource4 smdb rpc_server: Support prefork process model.
2018-11-01 Gary Lockyersource4 smdb: Add a post fork hook to the service API
2018-11-01 Gary Lockyersource4 smbd: Make the service_details structure constant.
2017-10-19 Gary Lockyer source4/smbd: refactor the process model for prefork
2017-07-28 Andrew Bartletts4-rpc_server: Improve debug of new endpoints
2017-05-11 Jeremy Allisons4: Add TALLOC_CTX * to register_server_service().
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-12-20 Andrew Bartletts4-rpc_server: Add braces to better follow coding style
2016-12-20 Andrew Bartletts4-rpc_server: Allow listener for RPC servers to use...
2014-09-22 Stefan Metzmachers4:rpc_server: ignore ncacn_http endpoints for now
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-13 Stefan Metzmachers4:rpc_server: call irpc_add_name() at startup (bug...
2011-03-19 Jelmer Vernooijsource4/rpc_server: Fix prototypes for all functions.
2010-10-30 Andrew Tridgells4-smbd: don't initialise process models more than...
2010-10-10 Jelmer Vernooijtorture: Link against rpc server itself, not service...
2010-09-28 Stefan Metzmachers4:rpc_server: use SOCKET_FLAG_NOCLOSE to avoid calling...
2010-08-20 Stefan Metzmacherlibrpc/rpc: move dcerpc_read_ncacn_packet_send/recv...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-20 Matthias Dieter... s4:rpc_server/service_rpc.c - fix warnings on Solaris
2010-06-20 Matthias Dieter... s4:rpc_server/service_rpc.c - deactivate the 0-length...
2010-05-26 Simo Sorces4:smbd: Use tstream_npa_accept_existing to accept...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-27 Stefan Metzmachers4:rpc_server: remove unused socket_address based functions
2010-04-27 Stefan Metzmachers4:rpc_server: remove 'socket_address' based functions
2010-04-27 Stefan Metzmachers4:rpc_server: remember the local and remote address
2010-04-11 Andrew Bartletts4:auth Remove event context from anonymous_session()
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/rpc_server
2009-09-23 Andrew Tridgells4-rpcserver: run all RPC operations in a single task
2009-09-19 Andrew Tridgellmore include minimisation
2009-09-19 Andrew Tridgells4-server: kill main daemon if a task fails to initialise
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-18 Stefan Metzmachers4:rpc_server: export dcesrv_add_ep() so that torture...
2009-05-01 Stefan Metzmachers4:rpc_server: convert the socket based part to use...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:service_stream: s/private/private_data
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-09 Stefan Metzmachers4:rpc_server: initialize rpc server module also for...
2008-12-06 Stefan Metzmachers4:rpc_server: add dcesrv_browser template
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-23 Stefan MetzmacherRPC sessions on np connections need the real session...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-06 Stefan Metzmachers4: rpc_server: listen on named_pipes
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Jelmer Vernooijdcesrv: Remove use of global_loadparm.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-07 Stefan Metzmacherrpc_server: use the transport session_info if available
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-11 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-10 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-10 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-10 Jelmer VernooijMerge branch 'v4-0-test' into v4-0-gmake3
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Jelmer VernooijSpecify event_context to ldb_wrap_connect explicitly.
2008-04-15 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-15 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijRemove prototypes from build.h in preparation of removi...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-28 Jelmer VernooijMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-03-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-08 Jelmer VernooijFix the build.
2008-03-08 Jelmer VernooijPush SOVERSION and VERSION out of perl code.
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-04 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-04 Andrew BartlettRemove useless layer of indirection, where every servic...
2008-02-04 Andrew BartlettRework service init functions to pass down service...
2008-01-05 Jelmer Vernooijr26672: Janitorial: Remove uses of global_loadparm.
2007-12-24 Jelmer Vernooijr26580: Include sentinel in build.h, in case the list...
2007-12-24 Jelmer Vernooijr26576: Allow the static module loading code to be...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26402: Require a talloc context in libnetif.
2007-12-21 Jelmer Vernooijr26401: Don't cache interfaces context in libnetif.
2007-12-21 Jelmer Vernooijr26325: Remove use of global_loadparm in netif.
2007-12-21 Jelmer Vernooijr26313: Fix more uses of static loadparm.
next