summaryrefslogtreecommitdiff
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Jeremy Allison2011-02-271-2/+22
* s3-nmbd: Fix bug #7875Björn Baumbach2011-01-131-2/+2
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-191-0/+2
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-292-4/+4
* Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...Jeremy Allison2009-04-151-3/+0
* Fix bug #6186 - map readonly does not workJeremy Allison2009-03-121-0/+8
* More warning fixes for Solaris.Jeremy Allison2009-02-231-7/+7
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-1/+1
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-042-2/+4
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-1/+1
* s3:nmbd: handle SIG_TERM and SIGHUP via teventStefan Metzmacher2009-01-271-48/+67
* s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher2009-01-273-23/+0
* s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte...Stefan Metzmacher2009-01-271-12/+4
* s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2009-01-221-4/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-9/+7
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-212-3/+3
* 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