s3-smbd: add a rate limited cleanup of brl, connections and locking db
[ira/wip.git] / source3 / smbd / server.c
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...
2008-11-07 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijRemove sys_chroot() - libreplace already provides an...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 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-18 Günther Deschners3-build: fix the build of smbd.
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
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-10-04 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Jeremy AllisonSimply our main loop processing. A lot :-). Correctly...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-14 Jeremy AllisonFix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech...
2008-08-13 Michael Adamsmbd: prevent smbd from panicing with "clustering ...
2008-08-13 Andrew Tridgelladded a explanatory comment on tcon check
2008-08-13 Andrew Tridgellensure we exit with non-zero status on EOF on socket...
2008-08-13 Andrew Tridgellfixed child exit handling and IP release handling
2008-08-13 Andrew Tridgelllog unclean shutdowns
2008-08-13 Andrew Tridgellregister the ctdbd reconfigure message
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-06-26 Michael Adamsmbd: untangle logic in smbd_messaging_context() slightly.
2008-06-26 Michael Adamsmbd: don't panic if messaging_init() fails but return...
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-27 Jeremy AllisonAllow server manager to close open files selected by id.
2008-04-23 Volker LendeckeFix CLEAR_IF_FIRST handling of messages.tdb
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-18 Stefan Metzmachersmbd: create the messaging conntext earlier
2008-04-18 Stefan Metzmachersmbd: call reinit_after_fork() in the needed places
2008-04-18 Stefan Metzmachersmbd: merge "smbd:backgroundqueue=no" option from the...
2008-04-13 Michael Adamregistry: rename init_registry() to registry_init_full...
next