summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-071-2/+2
* s3:nmbd: remove START/END_PROFILE() callsStefan Metzmacher2014-11-193-50/+10
* nmbd_namelistdb: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-5/+12
* nmbd_winsserver: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-2/+18
* s3-nmbd: Fix netbios name truncation.Jeremy Allison2014-10-291-8/+68
* nmbd: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-0/+7
* s3: nmbd: Ensure the main nmbd process doesn't create zombies.Jeremy Allison2014-09-301-0/+3
* nmbd: Send waiting status to systemd.Andreas Schneider2014-09-171-2/+5
* nmbd: Call DEBUGADD instead of Debug1Volker Lendecke2014-07-311-10/+7
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-2/+2
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-221-6/+0
* 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 "serverstring" to "server_string"Garming Sam2014-02-073-3/+3
* 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-072-3/+3
* 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
* 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