summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-27Two patchesVolker Lendecke1-1/+1
2007-10-25Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison1-1/+6
2007-10-24Don't terminate on an invalid address family.Jeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-71/+98
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-11/+32
2007-10-19fix startup of smbd, nmbd, winbinddStefan Metzmacher1-5/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-15/+15
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+11
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-91/+155
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-3/+0
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-5/+0
2007-10-10r24621: - deferr calling build_options();exit(0);Stefan Metzmacher1-5/+10
2007-10-10r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher1-1/+4
2007-10-10r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher1-5/+8
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell1-23/+0
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-3/+3
2007-10-10r23502: Restore exit-on-idle. Small refactoring for clarity. Exit ifJames Peach1-17/+26
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+7
2007-10-10r23272: Fix main event loop - reviewed by Volker.Jeremy Allison1-2/+4
2007-10-10r23241: In preparation for the cluster messaging import the parent smbd needs toVolker Lendecke1-5/+19
2007-10-10r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke1-0/+2
2007-10-10r23168: Move the lp_max_connections() into service.c.Volker Lendecke1-1/+1