s3-secrets: only include secrets.h when needed.
[nivanova/samba-autobuild/.git] / source3 / smbd / server.c
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-05 Volker Lendeckes3: Add msg_ctx to smbd_server_connection
2010-07-05 Volker Lendeckes3: Pass procid_self() explicitly to messaging_ctdbd_co...
2010-07-05 Volker Lendeckes3: Create a unique id for the smbd parent
2010-07-04 Volker Lendeckes3: Pass the new server_id through reinit_after_fork
2010-07-04 Volker Lendeckes3: Fix some type-punned warnings
2010-07-04 Volker Lendeckes3: Remove serverid_[de]register_self
2010-06-25 Jeremy AllisonDon't use frame as the talloc ctx in open_schannel_sess...
2010-06-25 Jeremy AllisonChange talloc_autofree_context() to frame in Andrew...
2010-06-25 Andrew Bartletts3:schannel Open the schannel_state.tdb at startup
2010-06-10 Simo Sorces3:lib make server contexts generic
2010-06-10 Jeremy AllisonDon't use the autofree context for the globals. This...
2010-05-28 Andrew Bartletts3:smbd move messaging_context and memcache into globals.c
2010-05-28 Andrew Bartletts3:smbd split reload services/printers functions from...
2010-05-28 Andrew Bartletts3:smbd split smbd/server.c into smbd/server.c and...
2010-05-28 Andreas Schneiders3-auth: Added a function to get the server_info from...
2010-05-17 Günther Deschners3-registry: only include registry headers when really...
2010-05-13 Andrew Bartletts3:smbd Remove calls to namecache_enable()
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-03-26 Andreas Schneiders3-smbd: Don't close stdout if we want to log to stdout.
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-03-22 Volker Lendeckes3: Add "log writeable files on exit" parameter
2010-03-22 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-15 Stefan Metzmachers3:smbd: make sure we always have a valid talloc stackframe
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2010-03-09 Karolin SeegerRevert "Fix bug #7067 - Linux asynchronous IO (aio...
2010-03-01 Volker Lendeckes3: Abstract access to sessionid.tdb, similar to conn_tdb.c
2010-02-23 Volker Lendeckes3: Consolidate server_id_self into the equivalent...
2010-02-06 Jeremy AllisonFix trailing whitespace errors I added (sorry).
2010-02-06 Andrew Tridgells3-smbd: add a rate limited cleanup of brl, connections...
2010-02-06 Andrew Tridgells3-brlock: we don't need these MSG_SMB_UNLOCK calls now
2010-01-27 Jeremy AllisonFix bug #7067 - Linux asynchronous IO (aio) can cause...
2009-08-26 Steven Dannemans3/smbd: open the share_info.tdb on startup instead...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-18 Jeremy AllisonFix bug #6564 - SetPrinter fails (panics) as non root.
2009-07-15 Volker LendeckeMake gencache more stable
2009-06-23 Aravind Srinivasans3: forward MSG_DEBUG from smbd parent to all children
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-17 Jeremy AllisonFix bug #6476 - more then 3000 smbd-zombies in memory
2009-06-03 Stefan Metzmachers3:smbd: create a connection_struct in SMB2 Tree Connect
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Marc VanHeyningens3: Allow child processes to exit gracefully if we...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Volker LendeckeUse avahi to register _smb._tcp in smbd
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Stefan Metzmachers3:smbd: use tevent_loop_once() in the parent event...
2009-03-18 Stefan Metzmachers3:smbd: don't exit the parent when we have no connections
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-27 Günther Deschners3-spoolss: use DSPRINT flags instead of SPOOLS_DS...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-21 Volker LendeckeDo not close an fd we know is -1
2009-02-21 Steven Dannemans3: Refactor of madvise() usage in c441f58d
2009-02-19 todd stecherS3: Stop creating SMBD cores when failing to create...
2009-02-19 todd stecherS3: Allow SMBD processes to survive in low memory condi...
2009-02-14 Volker LendeckeFix a valgrind error
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-29 Michael Adams3:smbd: make smbd_open_one_socket() static
2009-01-29 Stefan Metzmachers3:smbd: ignore open_socket_in() failures
2009-01-27 Stefan Metzmachers3:smbd: wait for new connection via fd events
2009-01-27 Stefan Metzmachers3:smbd: make mdns registration event driven.
2009-01-27 Stefan Metzmachers3:smbd: make inetd code path more clear
2009-01-27 Stefan Metzmachers3:smbd: remove pointless respond_to_all_remaining_loca...
2009-01-27 Stefan Metzmachers3:smbd: use signal events for SIGTERM, SIGHUP and...
2009-01-27 Stefan Metzmachers3:smbd: move all code that handles a client connection...
2009-01-27 Stefan Metzmachers3:smbd: we should setup the client socket in the same...
2009-01-27 Stefan Metzmachers3:namecache: remove unused namecache_shutdown() function
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:smbd: we don't need to call message_dispatch() anymo...
2009-01-22 Stefan Metzmachers3: always call run_events() before and after sys_select()
2009-01-20 Volker LendeckeRemove some unused code
2009-01-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Stefan Metzmachers3:cluster: fix ctdb ipv6 support
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2009-01-08 Stefan Metzmachers3:smbd: variables in a main() don't need to be static
2009-01-08 Stefan Metzmachers3:smbd: open_sockets_smbd() don't need a static variab...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Bo Yangclean event context after child is forked.
2008-12-30 Tim Proutys3 build: Fix warning
2008-12-30 Stefan Metzmachers3:cluster: register the client connection via CTDB_CON...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-05 Yasuma TakedaFix bug #5944 - nmbd does not boot if socket adress...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
next