summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-201-7/+0
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-181-0/+4
* S3: Allow SMBD processes to survive in low memory condidtionstodd stecher2009-02-181-0/+7
* Fix a valgrind errorVolker Lendecke2009-02-141-1/+5
* s3:smbd: make smbd_open_one_socket() staticMichael Adam2009-01-291-3/+3
* s3:smbd: ignore open_socket_in() failuresStefan Metzmacher2009-01-291-1/+4
* s3:smbd: wait for new connection via fd eventsStefan Metzmacher2009-01-271-211/+227
* s3:smbd: make mdns registration event driven.Stefan Metzmacher2009-01-271-15/+10
* s3:smbd: make inetd code path more clearStefan Metzmacher2009-01-271-24/+20
* s3:smbd: remove pointless respond_to_all_remaining_local_messages() functionStefan Metzmacher2009-01-271-2/+0
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-76/+51
* s3:smbd: move all code that handles a client connection into smbd_process()Stefan Metzmacher2009-01-271-212/+0
* s3:smbd: we should setup the client socket in the same way in all code pathesStefan Metzmacher2009-01-271-21/+15
* s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher2009-01-271-2/+0
* s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2009-01-221-3/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-4/+8
* Remove some unused codeVolker Lendecke2009-01-201-3/+0
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-161-3/+1
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-39/+23
* s3:smbd: variables in a main() don't need to be staticStefan Metzmacher2009-01-081-7/+7
* s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()Stefan Metzmacher2009-01-081-7/+1
* clean event context after child is forked.Bo Yang2009-01-051-2/+5
* s3 build: Fix warningTim Prouty2008-12-301-0/+2
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2008-12-301-3/+6
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-051-3/+2
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-3/+3
* Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-1/+1
* s3-build: fix the build of smbd.Günther Deschner2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-2/+2
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-0/+31
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-141-1/+2
* smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam2008-08-131-1/+3
* added a explanatory comment on tcon checkAndrew Tridgell2008-08-131-0/+4
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-131-3/+8
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-131-1/+3
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-131-0/+4
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-7/+0
* smbd: untangle logic in smbd_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* smbd: don't panic if messaging_init() fails but return NULLMichael Adam2008-06-261-1/+1
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-0/+2
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-2/+3
* smbd: create the messaging conntext earlierStefan Metzmacher2008-04-181-11/+16
* smbd: call reinit_after_fork() in the needed placesStefan Metzmacher2008-04-181-16/+6
* smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher2008-04-181-2/+4
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-131-1/+1
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-131-1/+1
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-121-1/+5
* Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2008-04-081-0/+9