summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-1/+1
* s3: Make sure our CLEAR_IF_FIRST optimization works for serverid.tdbVolker Lendecke2010-03-251-0/+4
* s3: Make sure our CLEAR_IF_FIRST optimization works for the notify tdbsVolker Lendecke2010-03-251-0/+4
* s3: Make sure our CLEAR_IF_FIRST optimization works for messaging.tdbVolker Lendecke2010-03-251-0/+4
* s3: Add "log writeable files on exit" parameterVolker Lendecke2010-03-221-0/+31
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-221-1/+0
* s3:smbd: make sure we always have a valid talloc stackframeStefan Metzmacher2010-03-151-0/+3
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-4/+35
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger2010-03-081-8/+0
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-011-1/+2
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* Fix trailing whitespace errors I added (sorry).Jeremy Allison2010-02-051-3/+3
* s3-smbd: add a rate limited cleanup of brl, connections and locking dbAndrew Tridgell2010-02-051-6/+42
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-02-051-2/+0
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-01-261-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