summaryrefslogtreecommitdiff
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-waf: Add wscript_build for nmbdGünther Deschner2016-10-261-0/+40
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* s3: nmbd: Final changeover to stock tevent for nmbd.Jeremy Allison2016-09-241-42/+4
* s3: nmbd: Change over to using tevent functions from direct poll.Jeremy Allison2016-09-241-20/+38
* s3: nmbd: Add a talloc_stackframe().Jeremy Allison2016-09-241-0/+9
* s3: nmbd: Add (currently unused) timeout and fd handlers.Jeremy Allison2016-09-241-0/+26
* s3: nmbd: Now attrs array mirrors fd's array use it in preference.Jeremy Allison2016-09-241-4/+4
* s3: nmbd: Ensure attrs array mirrors fd's array for dns.Jeremy Allison2016-09-241-0/+15
* s3: nmbd: Add fd, triggered elements to struct socket_attributes.Jeremy Allison2016-09-241-1/+9
* s3:nmbd: fix talloc_zero_array() check in nmbd_packets.cStefan Metzmacher2016-09-231-1/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-064-4/+4
* fix uninitialised read in process_host_announceNoel Power2015-11-051-0/+2
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-242-3/+2
* Fix the uint32/16/8 stuff in two proto.h files I missed.Richard Sharpe2015-05-131-11/+11
* Convert all uint32/16/8 to _t in a couple of include files.Richard Sharpe2015-05-121-1/+1
* s3: nmbd: Don't set work_changed = True inside update_server_ttl().Jeremy Allison2015-05-041-5/+0
* s3: nmbd: Ensure we only set work_changed = true if we modify the record.Jeremy Allison2015-05-041-5/+17
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-0121-90/+90
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* lib: Remove tdb_fetch_compatVolker Lendecke2015-03-171-1/+1