summaryrefslogtreecommitdiff
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* s3: nmbd: Final changeover to stock tevent for nmbd.Jeremy Allison2016-10-201-42/+4
* s3: nmbd: Change over to using tevent functions from direct poll.Jeremy Allison2016-10-201-20/+38
* s3: nmbd: Add a talloc_stackframe().Jeremy Allison2016-10-201-0/+9
* s3: nmbd: Add (currently unused) timeout and fd handlers.Jeremy Allison2016-10-201-0/+26
* s3: nmbd: Now attrs array mirrors fd's array use it in preference.Jeremy Allison2016-10-201-4/+4
* s3: nmbd: Ensure attrs array mirrors fd's array for dns.Jeremy Allison2016-10-201-0/+15
* s3: nmbd: Add fd, triggered elements to struct socket_attributes.Jeremy Allison2016-10-201-1/+9
* s3:nmbd: fix talloc_zero_array() check in nmbd_packets.cStefan Metzmacher2016-10-201-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
* 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