summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-23s3-config: say which config file we failed to openAndrew Tridgell1-1/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-1/+1
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell1-10/+1
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
2011-02-06s3: Fix some nonempty blank linesVolker Lendecke1-4/+3
2011-01-07s3-nmbd: Fix bug #7875Björn Baumbach1-2/+2
2011-01-07s3: Remove some unused codeVolker Lendecke1-9/+1
2011-01-07s3: Make nmbd listen on the unexpected socketVolker Lendecke1-0/+5
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-1/+3
2010-11-14Move error reporting of messaging context creation fail intoJeremy Allison1-15/+6
2010-11-02s3-debug Convert from x_file to real file descriptors.Andrew Bartlett1-2/+0
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+7
2010-10-08Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke1-1/+7
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-07-04s3: Pass the new server_id through reinit_after_forkVolker Lendecke1-2/+6
2010-07-04s3: Fix some type-punned warningsVolker Lendecke1-6/+9
2010-07-04s3: Remove serverid_[de]register_selfVolker Lendecke1-2/+3
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-03-26s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider1-1/+1
2010-03-10s3: Fix a long-standing problem with recycled PIDsVolker Lendecke1-1/+6
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke1-1/+1
2010-02-23s3-nmbd: Remove obsolete signal type cast.Andreas Schneider1-2/+2
2010-02-08s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher1-2/+3
2009-07-15Make gencache more stableVolker Lendecke1-0/+2
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke1-0/+2
2009-05-27s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen1-2/+2
2009-03-21s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requestsStefan Metzmacher1-0/+6
2009-02-23More warning fixes for Solaris.Jeremy Allison1-7/+7
2009-01-27s3:nmbd: handle SIG_TERM and SIGHUP via teventStefan Metzmacher1-48/+67
2009-01-27s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher1-3/+0
2009-01-27s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte...Stefan Metzmacher1-12/+4
2009-01-22s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher1-4/+0
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-05clean event context after child is forked.Bo Yang1-1/+2
2008-11-03s3: fix a few "shadows a global declaration" warningsTim Prouty1-4/+4
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-2/+2
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-08-19Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison1-2/+2
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-4/+0
2008-06-26nmbd: untangle logic in nmbd_messaging_context() slightly.Michael Adam1-2/+5
2008-06-26nmbd: don't panic if messaging_init() fails - return NULL instead.Michael Adam1-1/+1
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-1/+1
2008-04-18nmbd: create the messaging conntext earlierStefan Metzmacher1-3/+12
2008-04-18nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher1-0/+5
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-0/+8
2008-04-11Fix bug #5386, don't keep printing the same waitingJeremy Allison1-3/+6