summaryrefslogtreecommitdiffstats
path: root/source/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Karolin Seeger2011-02-271-2/+22
* Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...Jeremy Allison2009-03-271-3/+0
* More warning fixes for Solaris.Jeremy Allison2009-02-241-7/+7
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-162-2/+4
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-232-3/+3
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-081-2/+1
* clean event context after child is forked.Bo Yang2009-01-082-2/+4
* s3-nbt: remove double nbt netlogon opcodes.Günther Deschner2008-11-261-15/+15
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-181-4/+4
* 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
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-4/+0
* nmbd: add support for delayed initial samlogon packages.Michael Adam2008-08-091-6/+86
* nmbd_packets: make queue_packet() public.Michael Adam2008-08-091-3/+1
* 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-232-2/+2
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-2/+2
* nmbd: create the messaging conntext earlierStefan Metzmacher2008-04-181-3/+12
* nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher2008-04-182-0/+10
* 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 the last reported debian problem with nmbd not waitingJeremy Allison2008-04-101-10/+22
* 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
* Patch to fix the "Invalid read of size 4" errors. Bug #3617.Jeremy Allison2008-02-291-0/+18
* Fix part of bug #3617 from valgrind trace.Jeremy Allison2008-02-292-3/+4
* 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