summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-29s3:smbd: make smbd_open_one_socket() staticMichael Adam1-3/+3
2009-01-29s3:smbd: ignore open_socket_in() failuresStefan Metzmacher1-1/+4
2009-01-27s3:smbd: wait for new connection via fd eventsStefan Metzmacher1-211/+227
2009-01-27s3:smbd: make mdns registration event driven.Stefan Metzmacher1-15/+10
2009-01-27s3:smbd: make inetd code path more clearStefan Metzmacher1-24/+20
2009-01-27s3:smbd: remove pointless respond_to_all_remaining_local_messages() functionStefan Metzmacher1-2/+0
2009-01-27s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher1-76/+51
2009-01-27s3:smbd: move all code that handles a client connection into smbd_process()Stefan Metzmacher1-212/+0
2009-01-27s3:smbd: we should setup the client socket in the same way in all code pathesStefan Metzmacher1-21/+15
2009-01-27s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher1-2/+0
2009-01-22s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher1-3/+0
2009-01-22s3: always call run_events() before and after sys_select()Stefan Metzmacher1-4/+8
2009-01-20Remove some unused codeVolker Lendecke1-3/+0
2009-01-16s3:cluster: fix ctdb ipv6 supportStefan Metzmacher1-3/+1
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-39/+23
2009-01-08s3:smbd: variables in a main() don't need to be staticStefan Metzmacher1-7/+7
2009-01-08s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()Stefan Metzmacher1-7/+1
2009-01-05clean event context after child is forked.Bo Yang1-2/+5
2008-12-30s3 build: Fix warningTim Prouty1-0/+2
2008-12-30s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher1-3/+6
2008-12-05Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda1-3/+2
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-3/+3
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij1-1/+1
2008-10-18s3-build: fix the build of smbd.Günther Deschner1-1/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison1-0/+31
2008-08-14Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison1-1/+2
2008-08-13smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam1-1/+3
2008-08-13added a explanatory comment on tcon checkAndrew Tridgell1-0/+4
2008-08-13ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell1-3/+8
2008-08-13fixed child exit handling and IP release handlingAndrew Tridgell1-1/+3
2008-08-13log unclean shutdownsAndrew Tridgell1-0/+1
2008-08-13register the ctdbd reconfigure messageAndrew Tridgell1-0/+4
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-7/+0
2008-06-26smbd: untangle logic in smbd_messaging_context() slightly.Michael Adam1-2/+5
2008-06-26smbd: don't panic if messaging_init() fails but return NULLMichael Adam1-1/+1
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-0/+2
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-2/+3
2008-04-18smbd: create the messaging conntext earlierStefan Metzmacher1-11/+16
2008-04-18smbd: call reinit_after_fork() in the needed placesStefan Metzmacher1-16/+6
2008-04-18smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher1-2/+4
2008-04-13registry: rename init_registry() to registry_init_full() for consistency.Michael Adam1-1/+1
2008-04-13registry: change init_registry() to return WERROR instead of bool.Michael Adam1-1/+1
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-1/+5
2008-04-08Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy1-0/+9
2008-03-20Port 3c1f1f0797e from 3-0-ctdbroot1-3/+57
2008-03-18[samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell1-1/+1
2008-02-18Check return code of secrets_init() function.Tim Potter1-1/+2
2008-01-18Merge DMAPI fixes from CTDB SambaAlexander Bokovoy1-6/+0