summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-18s3:nmbd: do a very early cluster probe when starting nmbd.Michael Adam1-0/+5
2013-06-27winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison1-0/+6
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison1-1/+13
2013-02-19s3:nmbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2012-12-21s3-nmbd: Check if we created the directories correctly.Andreas Schneider1-4/+11
2012-08-23param: Add startup checks for valid server role/binary combinationsAndrew Bartlett1-0/+10
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett1-1/+1
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-2/+3
2012-07-19Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison1-1/+1
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-2/+2
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2012-05-31Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison1-1/+2
2012-05-30s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett1-1/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-15s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam1-0/+11
2012-03-07s3: piddir creation fix part 2.Ira Cooper1-0/+4
2012-03-04s3-nmbd: Add stdin handler for nmbdAndrew Bartlett1-0/+33
2012-02-16s3-nmbd: Initialise newly non-static variablesAndrew Bartlett1-4/+4
2011-12-14s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2011-12-14s3: Remove nmbd_messaging_context()Volker Lendecke1-31/+18
2011-12-14s3: Fix some pointless staticsVolker Lendecke1-5/+5
2011-12-14s3: Remove a call to procid_self()Volker Lendecke1-6/+8
2011-12-14s3: Remove a call to procid_self()Volker Lendecke1-7/+10
2011-12-14s3: Pass messaging_context to nmbd/process()Volker Lendecke1-4/+3
2011-12-14s3: Make nmbd_messaging_context staticVolker Lendecke1-1/+1
2011-12-14s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke1-2/+3
2011-12-13s3: Fix some nonempty blank linesVolker Lendecke1-10/+10
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-08-11s3-messaging: Fix messaging classes.Simo Sorce1-1/+3
2011-07-28s3:nmbd: use the lp_load_global() wrapper of lp_load()Michael Adam1-1/+1
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett1-1/+4
2011-05-05More simple const fixes.Jeremy Allison1-3/+3
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-23s3-config: say which config file we failed to openAndrew Tridgell1-1/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-1/+1
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell1-10/+1
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
2011-02-06s3: Fix some nonempty blank linesVolker Lendecke1-4/+3
2011-01-07s3-nmbd: Fix bug #7875Björn Baumbach1-2/+2
2011-01-07s3: Remove some unused codeVolker Lendecke1-9/+1
2011-01-07s3: Make nmbd listen on the unexpected socketVolker Lendecke1-0/+5
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-1/+3
2010-11-14Move error reporting of messaging context creation fail intoJeremy Allison1-15/+6
2010-11-02s3-debug Convert from x_file to real file descriptors.Andrew Bartlett1-2/+0
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+7
2010-10-08Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke1-1/+7
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1