summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison2009-06-181-4/+15
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-02-131-2/+9
* clean event context after child is forked.Bo Yang2009-01-051-2/+5
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-051-3/+2
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-131-1/+2
* 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
* Port 3c1f1f0797e from 3-0-ctdbroot2008-03-201-3/+57
* [samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]Andrew Tridgell2008-03-181-1/+1
* 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