summaryrefslogtreecommitdiff
path: root/source/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug 5697 nmbd spins in reload_interfaces when only loopback has a...Karolin Seeger2008-08-272-8/+7
* Revert "fix build warning."Karolin Seeger2008-08-271-1/+1
* fix build warning.Günther Deschner2008-08-211-1/+1
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-212-7/+8
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-242-2/+2
* Fix bug #5386, don't keep printing the same waitingJeremy Allison2008-04-231-3/+6
* Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison2008-04-231-6/+15
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-221-2/+2
* nmbd: create the messaging conntext earlierStefan Metzmacher2008-04-211-3/+12
* nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher2008-04-212-0/+10
* Fix part of bug #3617 from valgrind trace.Jeremy Allison2008-04-162-3/+4
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-131-0/+8
* Fix the last reported debian problem with nmbd not waitingJeremy Allison2008-04-111-10/+22
* Fix bug #5267 - nmbd shuts down when network interfaces go down.Jeremy Allison2008-03-071-29/+39
* Patch to fix the "Invalid read of size 4" errors. Bug #3617.Jeremy Allison2008-02-291-0/+18
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-7/+12
* Fix Coverity ID 454Volker Lendecke2008-01-241-1/+8
* Fix Coverity ID 465Volker Lendecke2008-01-241-0/+2
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+2
* Fix CID 475. work should not be checked against NULLJeremy Allison2008-01-111-2/+2
* Ensure we don't take address of one past buffer.Jeremy Allison2008-01-091-1/+1
* More logical operation on bool.Jeremy Allison2008-01-041-1/+3
* Attempt to fix bug #3617. Mix of patches from Volker andJeremy Allison2008-01-022-22/+7
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-1/+1
* Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2007-12-131-0/+6
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-8/+11
* Fix two incompatible pointer warningsVolker Lendecke2007-12-081-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-073-30/+51
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-4/+4
* Remove pstring from nmbd.Jeremy Allison2007-11-1910-111/+154
* Fix bug noticed by kukks <linux@kukkukk.com> whereJeremy Allison2007-11-151-1/+9
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-0/+2
* Fix for CVE-2007-5398.Gerald (Jerry) Carter2007-11-151-0/+6
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-091-3/+1
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-2/+7
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-2/+7
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-2/+2
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-033-12/+19
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-2/+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-2410-46/+80
* 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-1822-118/+118
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-1014-81/+149
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-102-32/+31
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-27/+27
* r25238: Make the error returns from the string functionsJeremy Allison2007-10-101-3/+27