summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
* More simple const fixes.Jeremy Allison2011-05-051-3/+3
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-231-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-10/+1
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-061-4/+3
* s3-nmbd: Fix bug #7875Björn Baumbach2011-01-071-2/+2
* s3: Remove some unused codeVolker Lendecke2011-01-071-9/+1
* s3: Make nmbd listen on the unexpected socketVolker Lendecke2011-01-071-0/+5
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-1/+3
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-141-15/+6
* s3-debug Convert from x_file to real file descriptors.Andrew Bartlett2010-11-021-2/+0
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-4/+7
* Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke2010-10-081-1/+7
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-2/+6
* s3: Fix some type-punned warningsVolker Lendecke2010-07-041-6/+9
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-2/+3
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-1/+1
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-1/+6
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* s3-nmbd: Remove obsolete signal type cast.Andreas Schneider2010-02-231-2/+2
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-081-2/+3
* Make gencache more stableVolker Lendecke2009-07-151-0/+2
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-181-0/+2
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-2/+2
* s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher2009-03-211-0/+6
* More warning fixes for Solaris.Jeremy Allison2009-02-231-7/+7
* s3:nmbd: handle SIG_TERM and SIGHUP via teventStefan Metzmacher2009-01-271-48/+67
* s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher2009-01-271-3/+0
* s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte...Stefan Metzmacher2009-01-271-12/+4
* s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2009-01-221-4/+0
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* clean event context after child is forked.Bo Yang2009-01-051-1/+2
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-031-4/+4
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-2/+2
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-2/+2
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-191-2/+2
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-4/+0
* nmbd: untangle logic in nmbd_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* nmbd: don't panic if messaging_init() fails - return NULL instead.Michael Adam2008-06-261-1/+1
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-1/+1
* nmbd: create the messaging conntext earlierStefan Metzmacher2008-04-181-3/+12
* nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher2008-04-181-0/+5
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-121-0/+8