summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Karolin Seeger2011-02-281-8/+21
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger2010-03-091-8/+0
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-041-0/+8
* Second part of fix for bug 6696 - smbd 3.3.7 crashes (signal 11) in dns_regis...Jeremy Allison2010-01-111-0/+6
* Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison2009-06-181-4/+15
* Fix bug 6441 -- fix the compile with --enable-dnssdVolker Lendecke2009-06-081-4/+0
* Use avahi to register _smb._tcp in smbdVolker Lendecke2009-03-231-6/+17
* More warning fixes for Solaris.Jeremy Allison2009-02-231-1/+1
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-02-131-2/+9
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-171-3/+1
* clean event context after child is forked.Bo Yang2009-01-051-2/+5
* Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison2008-12-301-0/+2
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2008-12-301-3/+6
* 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
* 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-131-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