summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #5386, don't keep printing the same waitingJeremy Allison2008-04-111-3/+6
* Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison2008-03-271-6/+15
* Fix bug #5267 - nmbd shuts down when network interfaces go down.Jeremy Allison2008-03-061-29/+39
* Fix Coverity ID 454Volker Lendecke2008-01-241-1/+8
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-7/+10
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* Remove pstring from nmbd.Jeremy Allison2007-11-191-4/+6
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-0/+2
* start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher2007-10-301-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-22/+43
* fix move to OPT_LOG_STDOUTStefan Metzmacher2007-10-201-1/+1
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-9/+32
* fix startup of smbd, nmbd, winbinddStefan Metzmacher2007-10-191-11/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-17/+17
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-12/+43
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-31/+30
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-4/+11
* r24621: - deferr calling build_options();exit(0);Stefan Metzmacher2007-10-101-1/+2
* r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher2007-10-101-1/+9
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-2/+2
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-1/+1
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-17/+35
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-1/+0
* r22902: Add an event_context and a messaging_context to nmbd. Not used yet.Volker Lendecke2007-10-101-1/+26
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-3/+3
* r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach2007-10-101-30/+31