summaryrefslogtreecommitdiff
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* nmbd: use exit_daemon() to report status to systemdAlexander Bokovoy2014-05-201-25/+14
* add systemd integrationAlexander Bokovoy2014-05-201-0/+4
* s3-nmbd: reset debug settings after reading config file (bug #10239)Björn Baumbach2014-04-291-0/+4
* 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
* nmbd: Fix request data data processing.Andreas Schneider2013-02-221-2/+2
* s3:nmbd: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-1/+1
* s3:nmbd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-1/+1
* s3:nmbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-193-3/+3
* s3-nmbd: Check if we created the directories correctly.Andreas Schneider2012-12-211-4/+11
* s3-nmbd: Cleanup code to make it more readable.Andreas Schneider2012-12-121-3/+7
* param: Add startup checks for valid server role/binary combinationsAndrew Bartlett2012-08-231-0/+10
* Fix bug #9085 - NMB registration for a duplicate workstation fails with regis...S Hargagan2012-08-171-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-099-15/+54
* s3:nmbd: log a failure in get_domain_master_name_node_status_success() as lev...Stefan Metzmacher2012-08-081-1/+1
* s3:nmbd: don't log get_domain_master_name_node_status_fail at level 0Stefan Metzmacher2012-08-081-1/+1
* 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-185-8/+9
* 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-302-2/+2
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+3
* s3: Fix Coverity ID 2686 -- RESOURCE_LEAKVolker Lendecke2012-04-191-0/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-245-6/+6
* 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: Fix some format string warningsVolker Lendecke2012-03-061-9/+13
* s3-nmbd: Add stdin handler for nmbdAndrew Bartlett2012-03-041-0/+33
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-161-1/+1
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-1/+1
* s3-nmbd: Initialise newly non-static variablesAndrew Bartlett2012-02-161-4/+4
* s3-nmbd: don't discard DGRAM frames from local addresses when we are a DCMatthieu Patou2012-02-031-15/+17
* 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-142-2/+1
* s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke2011-12-144-13/+12
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-141-4/+4
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-131-10/+10
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-122-2/+2
* s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3-nmbd Remove AD netlogon response from s3 nmbd serverAndrew Bartlett2011-11-171-92/+15
* s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett2011-11-172-2/+2
* s3:nmbd: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-2/+2
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-101-2/+1