summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_packets.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* Mismatched format and args.Jeremy Allison2001-04-271-1/+1
* More paranioa fixes against nmbd lengths.Jeremy Allison2001-04-251-7/+7
* Fix bad length in dgram.Jeremy Allison2001-04-241-0/+7
* Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison2001-04-241-3/+5
* We only want to mark mailslot packets as loopback packets if they are toRichard Sharpe2001-01-031-1/+1
* Make the use of generate_name_trn_id conform to the usage elsewhere ...Richard Sharpe2001-01-021-1/+1
* Comment out unused generate_name_trn_id ...Richard Sharpe2001-01-021-1/+1
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-11/+0
* debug messages now work for nmbdAndrew Tridgell2000-09-111-82/+75
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-12/+0
* Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison2000-08-301-2/+24
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2000-03-271-5/+4
* fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell2000-03-271-23/+22
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-7/+8
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-9/+12
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-1/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-39/+80
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-8/+17
* responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1999-11-181-1/+1
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-51/+4
* Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo...Jeremy Allison1998-12-171-9/+24
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-23/+23
* Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1998-10-221-1/+1