s3: nmbd: Ensure we only set work_changed = true if we modify the record.
[samba.git] / source3 / nmbd / nmbd.c
2015-03-23 Volker Lendeckelib: load_case_tables() -> smb_init_locale()
2014-09-30 Jeremy Allisons3: nmbd: Ensure the main nmbd process doesn't create...
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
2014-04-23 Jeremy Allisons3: nmbd: Call dgram cleanup init background setup.
2014-04-23 Alexander Bokovoynmbd: use exit_daemon() to report status to systemd
2014-04-23 Alexander Bokovoyadd systemd integration
2014-04-01 Andreas Schneiders3-nmbd: Align debug level for the same information.
2014-03-25 Björn Baumbachs3-nmbd: reset debug settings after reading config...
2014-02-12 Andrew Bartlettparam: No longer have a special case for lp_configfile
2014-02-08 Garming Samparam: rename lp function and variable from 'piddir...
2014-02-08 Garming Samparam: rename lp function and variable from 'lockdir...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-17 Michael Adams3:nmbd: do a very early cluster probe when starting...
2013-06-27 Jeremy Allisonwinbindd and nmbd don't set their umask to zero on...
2013-06-20 Jeremy AllisonFix bug #9166 - Starting smbd or nmbd with stdin from...
2013-02-19 Stefan Metzmachers3:nmbd: s/struct event_context/struct tevent_context
2012-12-21 Andreas Schneiders3-nmbd: Check if we created the directories correctly.
2012-08-23 Andrew Bartlettparam: Add startup checks for valid server role/binary...
2012-07-27 Andrew Bartlettlib/param: Rename "socket address" to "nbt client socke...
2012-07-19 Jeremy AllisonMove everything to use the common pidfile functions.
2012-07-19 Jeremy AllisonMake the s3 pidfile use the common code inside lib...
2012-07-19 Jeremy AllisonMove source4/smbd/pidfile into lib/util in preparation...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-05-31 Jeremy AllisonForward port of Richard Sharpe's <realrichardsharpe...
2012-05-30 Andrew Bartletts3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-15 Michael Adams3:smbd: let smbd/nmbd/winbindd child processes termina...
2012-03-07 Ira Coopers3: piddir creation fix part 2.
2012-03-04 Andrew Bartletts3-nmbd: Add stdin handler for nmbd
2012-02-16 Andrew Bartletts3-nmbd: Initialise newly non-static variables
2011-12-14 Volker Lendeckes3: Remove a call to procid_self()
2011-12-14 Volker Lendeckes3: Remove nmbd_messaging_context()
2011-12-14 Volker Lendeckes3: Fix some pointless statics
2011-12-14 Volker Lendeckes3: Remove a call to procid_self()
2011-12-14 Volker Lendeckes3: Remove a call to procid_self()
2011-12-14 Volker Lendeckes3: Pass messaging_context to nmbd/process()
2011-12-14 Volker Lendeckes3: Make nmbd_messaging_context static
2011-12-14 Volker Lendeckes3: Centralize nmbd_messaging_context in nmbd.c
2011-12-13 Volker Lendeckes3: Fix some nonempty blank lines
2011-12-12 Volker Lendeckes3: Remove a bunch of calls to procid_self()
2011-08-11 Simo Sorces3-messaging: Fix messaging classes.
2011-07-28 Michael Adams3:nmbd: use the lp_load_global() wrapper of lp_load()
2011-07-19 Andrew Bartlettdebug: log early messages to stdout, and keep it open
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-23 Andrew Tridgells3-config: say which config file we failed to open
2011-03-23 Andrew Tridgellfault: get fault.c ready for use by s4
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2011-02-06 Volker Lendeckes3: Fix some nonempty blank lines
2011-01-07 Björn Baumbachs3-nmbd: Fix bug #7875
2011-01-07 Volker Lendeckes3: Remove some unused code
2011-01-07 Volker Lendeckes3: Make nmbd listen on the unexpected socket
2010-11-14 Jeremy AllisonFix the unexpected.tdb database problem. Change nmbd...
2010-11-14 Jeremy AllisonMove error reporting of messaging context creation...
2010-11-02 Andrew Bartletts3-debug Convert from x_file to real file descriptors.
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-10-08 Volker LendeckeMove talloc_enable_null_tracking() to the s3 daemons
2010-08-25 Günther Deschners3-nmbd: move nmbd proto out of main proto.h
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-07-04 Volker Lendeckes3: Pass the new server_id through reinit_after_fork
2010-07-04 Volker Lendeckes3: Fix some type-punned warnings
2010-07-04 Volker Lendeckes3: Remove serverid_[de]register_self
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-03-26 Andreas Schneiders3-smbd: Don't close stdout if we want to log to stdout.
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2010-02-23 Volker Lendeckes3: Consolidate server_id_self into the equivalent...
2010-02-23 Andreas Schneiders3-nmbd: Remove obsolete signal type cast.
2010-02-08 Stefan Metzmachers3:nmbd: also listen explicit on the subnet broadcast...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Volker LendeckeMake gencache more stable
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Marc VanHeyningens3: Allow child processes to exit gracefully if we...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-21 Stefan Metzmachers3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOG...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-27 Stefan Metzmachers3:nmbd: handle SIG_TERM and SIGHUP via tevent
2009-01-27 Stefan Metzmachers3:nmbd: as the sig_term() handler only sets a flag...
2009-01-27 Stefan Metzmachers3:nmbd: install the SIG_DFL handler for SIGTERM while...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:nmbd: we don't need to call message_dispatch() anymo...
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Bo Yangclean event context after child is forked.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-03 Tim Proutys3: fix a few "shadows a global declaration" warnings
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
next