summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
* s3: nmbd: Ensure the main nmbd process doesn't create zombies.Jeremy Allison2014-09-301-0/+3
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-2/+2
* s3: nmbd: Call dgram cleanup init background setup.Jeremy Allison2014-04-231-0/+4
* nmbd: use exit_daemon() to report status to systemdAlexander Bokovoy2014-04-231-25/+14
* add systemd integrationAlexander Bokovoy2014-04-231-0/+4
* s3-nmbd: Align debug level for the same information.Andreas Schneider2014-04-011-2/+2
* s3-nmbd: reset debug settings after reading config file (bug #10239)Björn Baumbach2014-03-251-0/+4
* param: No longer have a special case for lp_configfileAndrew Bartlett2014-02-121-1/+1
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-071-4/+4
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-2/+2
* s3:nmbd: do a very early cluster probe when starting nmbd.Michael Adam2013-10-181-0/+5
* winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison2013-06-271-0/+6
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-06-201-1/+13
* s3:nmbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3-nmbd: Check if we created the directories correctly.Andreas Schneider2012-12-211-4/+11
* param: Add startup checks for valid server role/binary combinationsAndrew Bartlett2012-08-231-0/+10
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-271-1/+1
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-2/+3
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-05-311-1/+2
* s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett2012-05-301-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+11
* s3: piddir creation fix part 2.Ira Cooper2012-03-071-0/+4
* s3-nmbd: Add stdin handler for nmbdAndrew Bartlett2012-03-041-0/+33
* s3-nmbd: Initialise newly non-static variablesAndrew Bartlett2012-02-161-4/+4
* s3: Remove a call to procid_self()Volker Lendecke2011-12-141-1/+1
* s3: Remove nmbd_messaging_context()Volker Lendecke2011-12-141-31/+18
* s3: Fix some pointless staticsVolker Lendecke2011-12-141-5/+5
* s3: Remove a call to procid_self()Volker Lendecke2011-12-141-6/+8
* s3: Remove a call to procid_self()Volker Lendecke2011-12-141-7/+10
* s3: Pass messaging_context to nmbd/process()Volker Lendecke2011-12-141-4/+3
* s3: Make nmbd_messaging_context staticVolker Lendecke2011-12-141-1/+1
* s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke2011-12-141-2/+3
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-131-10/+10
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
* s3-messaging: Fix messaging classes.Simo Sorce2011-08-111-1/+3
* s3:nmbd: use the lp_load_global() wrapper of lp_load()Michael Adam2011-07-281-1/+1
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-1/+4
* More simple const fixes.Jeremy Allison2011-05-051-3/+3
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-231-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-10/+1
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-061-4/+3