summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-3/+64
2008-01-10Don't print out debug messages at level 0 if we can'tJeremy Allison1-4/+10
2007-12-21Add a global cacheVolker Lendecke1-0/+6
2007-12-18Remove last_message completely as it's no longer used.Jeremy Allison1-6/+0
2007-12-18Add a in-memory cacheVolker Lendecke1-0/+13
2007-12-13Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai1-9/+41
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-3/+3
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-9/+17
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-3/+3
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-1/+4
2007-11-11Three more pstring removals.Jeremy Allison1-2/+1
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison1-4/+2
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke1-6/+8
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-1/+4
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-2/+4
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+3
2007-10-31Fix vfstest link - move socket calls into smbd/process.cJeremy Allison1-288/+0
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison1-1/+1
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-4/+295
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher1-2/+2