summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2009-02-23More warning fixes for Solaris.Jeremy Allison1-7/+7
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke1-1/+1
2009-02-04Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2-2/+4
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-1/+1
2009-01-27s3:nmbd: handle SIG_TERM and SIGHUP via teventStefan Metzmacher1-48/+67
2009-01-27s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher3-23/+0
2009-01-27s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte...Stefan Metzmacher1-12/+4
2009-01-22s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher1-4/+0
2009-01-22s3: always call run_events() before and after sys_select()Stefan Metzmacher1-9/+7
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher2-3/+3
2009-01-16s3:put the browse list into cache_dir, not lock_dir.Michael Adam1-8/+1
2009-01-16s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database()Michael Adam1-1/+1
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-4/+1
2009-01-12Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman1-1/+1
2009-01-12Audit usage of get_dyn_STATEDIR() and replace with state_path()Steven Danneman1-2/+2
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+1
2009-01-05clean event context after child is forked.Bo Yang2-2/+4
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-1/+2
2008-11-03s3: fix a few "shadows a global declaration" warningsTim Prouty1-4/+4
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij3-11/+12
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij4-5/+5
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij2-3/+3
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-3/+3
2008-09-25s3-nbt: remove double nbt netlogon opcodes.Günther Deschner1-15/+15
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