summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Fix unused variable warning after change to new DLINK macros.Jeremy Allison1-2/+0
2010-02-10s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell1-18/+2
2010-02-10More of the fix for bug #7118 - nmbd problems with socket address.Jeremy Allison1-0/+89
2010-02-08Make "nmbd bind explicit broadcast" on by default.Jeremy Allison1-1/+1
2010-02-08s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher1-64/+125
2009-09-24Reduce debug log level from 0 -> 7 on non-critical message.Jeremy Allison1-1/+1
2009-04-23Fix Coverity bug #902, uninitialized variable.Jeremy Allison1-1/+3
2009-01-27s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher1-8/+0
2009-01-22s3: always call run_events() before and after sys_select()Stefan Metzmacher1-9/+7
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-08-09nmbd_packets: make queue_packet() public.Michael Adam1-3/+1
2008-01-02Attempt to fix bug #3617. Mix of patches from Volker andJeremy Allison1-0/+5
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+1
2007-12-13Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison1-0/+6
2007-11-15Fix for CVE-2007-5398.Gerald (Jerry) Carter1-0/+6
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-24/+24
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-23/+31
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-27/+27
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22902: Add an event_context and a messaging_context to nmbd. Not used yet.Volker Lendecke1-7/+26
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-1/+1
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-1/+1
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-3/+3
2007-10-10r13887: Fix coverity bug CID #94. mem leak on error codepath.Jeremy Allison1-0/+2
2007-10-10r13884: Fix coverity CID #95. Resource leak on error path.Jeremy Allison1-0/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+2
2007-10-10r5082: Don't blindly copy question rr_type and class, set correctly as requiredJeremy Allison1-10/+7
2007-10-10r5077: Use correct type for rr record on negative name query reply.Jeremy Allison1-0/+3
2007-10-10r5076: Ensure that WINS negative name query responses and WACK packetsJeremy Allison1-1/+10
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-5/+5
2007-10-10r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.Jeremy Allison1-16/+6
2007-10-10r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.Jeremy Allison1-3/+19
2007-10-10r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison1-6/+38
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-2/+2
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-4/+4
2003-11-05Fix for bug #771. Fix packet length for browse list reply.Jeremy Allison1-1/+1
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-1316/+1183
2003-03-18NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett1-5/+10
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-8/+6
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+22
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-158/+176
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2