summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-051-3/+2
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-3/+3
* Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-1/+1
* s3-build: fix the build of smbd.Günther Deschner2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-2/+2
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-0/+31
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-141-1/+2
* smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam2008-08-131-1/+3
* added a explanatory comment on tcon checkAndrew Tridgell2008-08-131-0/+4
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-131-3/+8
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-131-1/+3
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-131-0/+4
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-7/+0
* smbd: untangle logic in smbd_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* smbd: don't panic if messaging_init() fails but return NULLMichael Adam2008-06-261-1/+1
* 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