summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-08-021-1/+2
* s3-printing: remove pcap_cache_loaded assertsDavid Disseldorp2011-06-141-2/+0
* Revert "Revert "s3-printing: update parent smbd pcap cache""David Disseldorp2011-06-141-0/+16
* Revert "Revert "s3-printing: reload shares after pcap cache fill""David Disseldorp2011-06-141-6/+6
* s3: Fix Bug 8047 -- Fix mdns registration if "interfaces=" is usedMarc A. Dahlhaus2011-06-141-0/+7
* Revert "s3-printing: update parent smbd pcap cache"Karolin Seeger2011-03-051-16/+0
* Revert "s3-printing: reload shares after pcap cache fill"Karolin Seeger2011-03-051-6/+6
* s3-printing: update parent smbd pcap cacheDavid Disseldorp2011-03-051-0/+16
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-03-051-6/+6
* s3-smbd: add a rate limited cleanup of brl, connections and locking dbAndrew Tridgell2010-04-011-6/+42
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-04-011-2/+0
* s3:smbd: make sure we always have a valid talloc stackframeStefan Metzmacher2010-03-291-0/+3
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...samba-3.5.1Karolin Seeger2010-03-081-8/+0
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-101-0/+8
* s3/smbd: open the share_info.tdb on startup instead of tconxSteven Danneman2009-08-261-0/+9
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-071-2/+0
* Fix bug #6564 - SetPrinter fails (panics) as non root.Jeremy Allison2009-07-171-0/+1
* Make gencache more stableVolker Lendecke2009-07-151-0/+1
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-14/+25
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-181-0/+3
* Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison2009-06-171-0/+12
* s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher2009-06-031-0/+9
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+2
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+3
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-2/+4
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-6/+13
* Use avahi to register _smb._tcp in smbdVolker Lendecke2009-03-231-0/+11
* s3:smbd: use tevent_loop_once() in the parent event loopStefan Metzmacher2009-03-181-34/+5
* s3:smbd: don't exit the parent when we have no connectionsStefan Metzmacher2009-03-181-7/+0
* s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.Günther Deschner2009-02-271-1/+1
* More warning fixes for Solaris.Jeremy Allison2009-02-231-1/+1
* Do not close an fd we know is -1Volker Lendecke2009-02-211-1/+0
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-201-7/+0
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-181-0/+4
* S3: Allow SMBD processes to survive in low memory condidtionstodd stecher2009-02-181-0/+7
* Fix a valgrind errorVolker Lendecke2009-02-141-1/+5
* s3:smbd: make smbd_open_one_socket() staticMichael Adam2009-01-291-3/+3
* s3:smbd: ignore open_socket_in() failuresStefan Metzmacher2009-01-291-1/+4
* s3:smbd: wait for new connection via fd eventsStefan Metzmacher2009-01-271-211/+227
* s3:smbd: make mdns registration event driven.Stefan Metzmacher2009-01-271-15/+10
* s3:smbd: make inetd code path more clearStefan Metzmacher2009-01-271-24/+20
* s3:smbd: remove pointless respond_to_all_remaining_local_messages() functionStefan Metzmacher2009-01-271-2/+0
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-76/+51
* s3:smbd: move all code that handles a client connection into smbd_process()Stefan Metzmacher2009-01-271-212/+0
* s3:smbd: we should setup the client socket in the same way in all code pathesStefan Metzmacher2009-01-271-21/+15
* s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher2009-01-271-2/+0
* s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2009-01-221-3/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-4/+8
* Remove some unused codeVolker Lendecke2009-01-201-3/+0
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-161-3/+1