summaryrefslogtreecommitdiff
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-162-0/+2
* debug: Remove "override_logfile"Volker Lendecke2021-10-221-3/+1
* nmbd: use POPT_COMMON_DAEMONRalph Boehme2021-09-061-80/+23
* nmbd: Reduce the wait interface loop sleep timeSamuel Cabrero2021-05-143-3/+5
* s3: Remove --log-stdout from daemonsAndreas Schneider2021-04-291-16/+3
* s3:nmbd: Migrate nmbd to new cmdline option parserAndreas Schneider2021-04-292-11/+24
* nmbd: Fix socket cleanup in make_subnet()Volker Lendecke2021-03-241-4/+4
* nmbd: Fix CID 1474439: Incorrect expressionVolker Lendecke2021-03-241-1/+1
* lib: Properly return errno from open_socket_in()Volker Lendecke2021-03-192-40/+35
* nmbd: Move my_netbios_names() to nmbdVolker Lendecke2021-03-163-1/+74
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-081-0/+1
* daemons: report status to systemd even when running in foregroundAlexander Bokovoy2020-10-261-1/+3
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-2811-0/+11
* lib: Move read_udp_v4_socket() to nmbdVolker Lendecke2020-08-171-0/+43
* lib: Move a #define ip_equal_v4() to nmbd/nmbd.hVolker Lendecke2020-06-151-0/+6
* smbdotconf: mark "wins hook" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "server string" with substitution="1"Ralph Boehme2019-11-273-3/+7
* smbdotconf: mark "remote browse sync" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "remote announce" with substitution="1"Ralph Boehme2019-11-271-2/+4
* smbdotconf: mark "logfile" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "next configfile" with substitution="1"Ralph Boehme2019-11-271-1/+3
* s3:nmbd: small improvements in --help stringsDouglas Bagnall2019-01-281-2/+3
* s3:nmbd: Use C99 initializer for poptOption in nmbdAndreas Schneider2019-01-281-10/+59
* nmbd: Use strlcpy instead of StrnCpyVolker Lendecke2019-01-081-1/+1
* s3:nmbd: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-1/+1
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-081-1/+1
* gencache: Remove transaction-based tdbVolker Lendecke2018-11-061-2/+0
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* s3: nmbd: Stop nmbd network announce storm.Andrew Bartlett2018-09-191-1/+1
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-2/+2
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-3/+3
* lib: Pass mem_ctx to lock_path()Volker Lendecke2018-08-171-1/+1
* nmbd: Fix a typoVolker Lendecke2018-04-111-1/+1
* nmbd: Fix a typoVolker Lendecke2018-04-111-1/+1
* s3: nmbd: Fix strict overflow checking compiler warning.Stefan Metzmacher2018-04-051-1/+1
* s3:nmbd: Fix possible integer overflowAndreas Schneider2018-03-201-1/+3
* s3:nmbd: Fix size type in nmbd_browsesync.cAndreas Schneider2018-03-201-1/+1
* libnmb: Move "read_packet" to nmbdVolker Lendecke2018-01-241-0/+35
* libsmb: Give unexpected.c its own headerVolker Lendecke2018-01-231-0/+1
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-051-10/+0
* Correct "errror" typos.Chris Lamb2017-02-221-1/+1
* nmbd: xfile->stdioVolker Lendecke2016-12-116-62/+98
* libnbt: lmhosts xfile->stdioVolker Lendecke2016-12-111-1/+1
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-1/+1
* s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf onlyAndreas Schneider2016-12-041-1/+1
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-0/+1
* lib: Rename fgets_slash to x_fgets_slashVolker Lendecke2016-11-202-2/+2
* s3:nmbd: make use of cli_session_setup_anon()Stefan Metzmacher2016-11-151-2/+2
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-151-1/+1