summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* s3:put the browse list into cache_dir, not lock_dir.Michael Adam2009-01-161-8/+1
* s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database()Michael Adam2009-01-161-1/+1
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-4/+1
* Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman2009-01-121-1/+1
* Audit usage of get_dyn_STATEDIR() and replace with state_path()Steven Danneman2009-01-121-2/+2
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+1
* clean event context after child is forked.Bo Yang2009-01-052-2/+4
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-1/+2
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-031-4/+4
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-233-11/+12
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-234-5/+5
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-182-3/+3
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-3/+3
* s3-nbt: remove double nbt netlogon opcodes.Günther Deschner2008-09-251-15/+15
* fix build warning.Günther Deschner2008-08-201-1/+1
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-192-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