summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2008-08-20fix build warning.Günther Deschner1-1/+1
2008-08-19Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2-7/+8
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-4/+0
2008-08-09nmbd: add support for delayed initial samlogon packages.Michael Adam1-6/+86
2008-08-09nmbd_packets: make queue_packet() public.Michael Adam1-3/+1
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 Lendecke2-2/+2
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-2/+2
2008-04-18nmbd: create the messaging conntext earlierStefan Metzmacher1-3/+12
2008-04-18nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher2-0/+10
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-04-10Fix the last reported debian problem with nmbd not waitingJeremy Allison1-10/+22
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-02-29Patch to fix the "Invalid read of size 4" errors. Bug #3617.Jeremy Allison1-0/+18
2008-02-29Fix part of bug #3617 from valgrind trace.Jeremy Allison2-3/+4
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-7/+12
2008-01-24Fix Coverity ID 454Volker Lendecke1-1/+8
2008-01-24Fix Coverity ID 465Volker Lendecke1-0/+2
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+2
2008-01-11Fix CID 475. work should not be checked against NULLJeremy Allison1-2/+2
2008-01-09Ensure we don't take address of one past buffer.Jeremy Allison1-1/+1
2008-01-04More logical operation on bool.Jeremy Allison1-1/+3
2008-01-02Attempt to fix bug #3617. Mix of patches from Volker andJeremy Allison2-22/+7
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+1
2007-12-13Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison1-0/+6
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2-8/+11
2007-12-08Fix two incompatible pointer warningsVolker Lendecke1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison3-30/+51
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-1/+1
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-4/+4
2007-11-19Remove pstring from nmbd.Jeremy Allison10-111/+154
2007-11-15Fix bug noticed by kukks <linux@kukkukk.com> whereJeremy Allison1-1/+9
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-0/+2
2007-11-15Fix for CVE-2007-5398.Gerald (Jerry) Carter1-0/+6
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison1-3/+1
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-2/+7
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-2/+7
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-2/+2
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison3-12/+19
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-2/+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 Allison10-46/+80
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 Allison22-118/+118
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison14-81/+149