summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-39/+23
* s3:smbd: variables in a main() don't need to be staticStefan Metzmacher2009-01-081-7/+7
* s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()Stefan Metzmacher2009-01-081-7/+1
* clean event context after child is forked.Bo Yang2009-01-051-2/+5
* s3 build: Fix warningTim Prouty2008-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
* 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