summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-27Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison1-6/+15
2008-03-06Fix bug #5267 - nmbd shuts down when network interfaces go down.Jeremy Allison1-29/+39
2008-01-24Fix Coverity ID 454Volker Lendecke1-1/+8
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-7/+10
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-1/+1
2007-11-19Remove pstring from nmbd.Jeremy Allison1-4/+6
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-0/+2
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-22/+43
2007-10-20fix move to OPT_LOG_STDOUTStefan Metzmacher1-1/+1
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-9/+32
2007-10-19fix startup of smbd, nmbd, winbinddStefan Metzmacher1-11/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-17/+17
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-12/+43
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-31/+30
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-4/+11
2007-10-10r24621: - deferr calling build_options();exit(0);Stefan Metzmacher1-1/+2
2007-10-10r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher1-1/+9
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-2/+2
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-1/+1
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke1-17/+35
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-1/+0
2007-10-10r22902: Add an event_context and a messaging_context to nmbd. Not used yet.Volker Lendecke1-1/+26
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-3/+3
2007-10-10r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach1-30/+31
2007-10-10r21064: The core of this patch isVolker Lendecke1-9/+9
2007-10-10r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach1-2/+0
2007-10-10r16576: Fix Klocwork #2015. Possible null deref.Jeremy Allison1-0/+5
2007-10-10r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison1-0/+4
2007-10-10r14898: This change is an attempt to improve the quality of the information thatJames Peach1-40/+1
2007-10-10r14618: add --no-process-group to all server programmsStefan Metzmacher1-2/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-...Gerald Carter1-3/+4
2007-10-10r12564: Ensure load_case_tables is always done first.Jeremy Allison1-0/+2
2007-10-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison1-1/+4
2007-10-10r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138.Jeremy Allison1-1/+3