summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Check return code of secrets_init() function.Tim Potter2008-02-181-1/+2
* Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-181-6/+0
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-3/+64
* Don't print out debug messages at level 0 if we can'tJeremy Allison2008-01-101-4/+10
* Add a global cacheVolker Lendecke2007-12-211-0/+6
* Remove last_message completely as it's no longer used.Jeremy Allison2007-12-181-6/+0
* Add a in-memory cacheVolker Lendecke2007-12-181-0/+13
* Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2007-12-131-9/+41
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-3/+3
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-9/+17
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-3/+3
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+4
* Three more pstring removals.Jeremy Allison2007-11-111-2/+1
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-091-4/+2
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-6/+8
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+4
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-2/+4
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+3
* Fix vfstest link - move socket calls into smbd/process.cJeremy Allison2007-10-311-288/+0
* Make explicit draining the socket on RECVFILE. AddJeremy Allison2007-10-311-1/+1
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-4/+295
* start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher2007-10-301-2/+2
* Two patchesVolker Lendecke2007-10-271-1/+1
* Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison2007-10-251-1/+6
* Don't terminate on an invalid address family.Jeremy Allison2007-10-241-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-71/+98
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-11/+32
* fix startup of smbd, nmbd, winbinddStefan Metzmacher2007-10-191-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+11
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-91/+155
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-3/+0
* r24702: Remove the old API pointersVolker Lendecke2007-10-101-5/+0
* r24621: - deferr calling build_options();exit(0);Stefan Metzmacher2007-10-101-5/+10
* r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher2007-10-101-1/+4
* r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-10-101-5/+8
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell2007-10-101-23/+0
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-3/+3
* r23502: Restore exit-on-idle. Small refactoring for clarity. Exit ifJames Peach2007-10-101-17/+26
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+7
* r23272: Fix main event loop - reviewed by Volker.Jeremy Allison2007-10-101-2/+4
* r23241: In preparation for the cluster messaging import the parent smbd needs toVolker Lendecke2007-10-101-5/+19
* r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke2007-10-101-0/+2
* r23168: Move the lp_max_connections() into service.c.Volker Lendecke2007-10-101-1/+1
* r23167: Remove an unused parameterVolker Lendecke2007-10-101-1/+1
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-1/+1
* r22954: More messaging_registerVolker Lendecke2007-10-101-1/+1