summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-25nmbd: Remove the "nmbd proxy logon" featureVolker Lendecke1-5/+0
2023-12-15VERSION: move COPYRIGHT_STARTUP_MESSAGE as SAMBA_COPYRIGHT_STRING into version.hStefan Metzmacher1-3/+3
2023-11-20source3/nmbd/nmbd.c: use DBG_STARTUP_NOTICEBjörn Jacke1-1/+3
2023-08-08s3:nmbd: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2023-07-17s3:nmbd: Fix code spellingAndreas Schneider1-4/+4
2023-07-17s3:nmbd: Fix trailing white spaces in nmbd.cAndreas Schneider1-5/+5
2023-06-16nmbd: use DBG_ macros and raise some log levelsBjörn Jacke1-41/+40
2022-12-14smbd: remove process shortname arg from reinit_after_fork()Ralph Boehme1-1/+1
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-09-18debug: Remove "override_logfile"Volker Lendecke1-3/+1
2021-09-06nmbd: use POPT_COMMON_DAEMONRalph Boehme1-80/+23
2021-05-14nmbd: Reduce the wait interface loop sleep timeSamuel Cabrero1-1/+1
2021-04-29s3: Remove --log-stdout from daemonsAndreas Schneider1-16/+3
2021-04-29s3:nmbd: Migrate nmbd to new cmdline option parserAndreas Schneider1-10/+23
2021-03-19lib: Properly return errno from open_socket_in()Volker Lendecke1-8/+4
2021-03-16nmbd: Move my_netbios_names() to nmbdVolker Lendecke1-1/+3
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-10-26daemons: report status to systemd even when running in foregroundAlexander Bokovoy1-1/+3
2019-11-27smbdotconf: mark "logfile" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "next configfile" with substitution="1"Ralph Boehme1-1/+3
2019-01-28s3:nmbd: small improvements in --help stringsDouglas Bagnall1-2/+3
2019-01-28s3:nmbd: Use C99 initializer for poptOption in nmbdAndreas Schneider1-10/+59
2018-11-28s3:nmbd: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-1/+1
2018-11-06gencache: Remove transaction-based tdbVolker Lendecke1-2/+0
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-2/+2
2018-04-11nmbd: Fix a typoVolker Lendecke1-1/+1
2018-04-11nmbd: Fix a typoVolker Lendecke1-1/+1
2017-12-05lib: Remove unused serverid.tdbVolker Lendecke1-10/+0
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-2/+1
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-09-30s3: nmbd: Ensure the main nmbd process doesn't create zombies.Jeremy Allison1-0/+3
2014-07-28lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke1-2/+2
2014-04-23s3: nmbd: Call dgram cleanup init background setup.Jeremy Allison1-0/+4
2014-04-23nmbd: use exit_daemon() to report status to systemdAlexander Bokovoy1-25/+14
2014-04-23add systemd integrationAlexander Bokovoy1-0/+4
2014-04-01s3-nmbd: Align debug level for the same information.Andreas Schneider1-2/+2
2014-03-25s3-nmbd: reset debug settings after reading config file (bug #10239)Björn Baumbach1-0/+4
2014-02-12param: No longer have a special case for lp_configfileAndrew Bartlett1-1/+1
2014-02-07param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam1-4/+4
2014-02-07param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam1-2/+2
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