summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_packets.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-2/+5
* s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman2010-10-011-3/+3
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* Fix unused variable warning after change to new DLINK macros.Jeremy Allison2010-02-101-2/+0
* s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell2010-02-101-18/+2
* More of the fix for bug #7118 - nmbd problems with socket address.Jeremy Allison2010-02-101-0/+89
* Make "nmbd bind explicit broadcast" on by default.Jeremy Allison2010-02-081-1/+1
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-081-64/+125
* Reduce debug log level from 0 -> 7 on non-critical message.Jeremy Allison2009-09-241-1/+1
* Fix Coverity bug #902, uninitialized variable.Jeremy Allison2009-04-231-1/+3
* s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher2009-01-271-8/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-9/+7
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* nmbd_packets: make queue_packet() public.Michael Adam2008-08-091-3/+1
* Attempt to fix bug #3617. Mix of patches from Volker andJeremy Allison2008-01-021-0/+5
* 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
* Fix for CVE-2007-5398.Gerald (Jerry) Carter2007-11-151-0/+6
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-24/+24
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-23/+31
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-1/+1
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-27/+27
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22902: Add an event_context and a messaging_context to nmbd. Not used yet.Volker Lendecke2007-10-101-7/+26
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-1/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-1/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-3/+3
* r13887: Fix coverity bug CID #94. mem leak on error codepath.Jeremy Allison2007-10-101-0/+2
* r13884: Fix coverity CID #95. Resource leak on error path.Jeremy Allison2007-10-101-0/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2
* r5082: Don't blindly copy question rr_type and class, set correctly as requiredJeremy Allison2007-10-101-10/+7
* r5077: Use correct type for rr record on negative name query reply.Jeremy Allison2007-10-101-0/+3
* r5076: Ensure that WINS negative name query responses and WACK packetsJeremy Allison2007-10-101-1/+10
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.Jeremy Allison2007-10-101-16/+6
* r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.Jeremy Allison2007-10-101-3/+19
* r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2007-10-101-6/+38
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-2/+2
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-4/+4
* Fix for bug #771. Fix packet length for browse list reply.Jeremy Allison2003-11-051-1/+1
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-1316/+1183
* NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett2003-03-181-5/+10
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-8/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+22
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-158/+176
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1