summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-27Mismatched format and args.Jeremy Allison1-1/+1
2001-04-25More paranioa fixes against nmbd lengths.Jeremy Allison1-7/+7
2001-04-24Fix bad length in dgram.Jeremy Allison1-0/+7
2001-04-24Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison1-3/+5
2001-01-03We only want to mark mailslot packets as loopback packets if they are toRichard Sharpe1-1/+1
2001-01-02Make the use of generate_name_trn_id conform to the usage elsewhere ...Richard Sharpe1-1/+1
2001-01-02Comment out unused generate_name_trn_id ...Richard Sharpe1-1/+1
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-11/+0
2000-09-11debug messages now work for nmbdAndrew Tridgell1-82/+75
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-12/+0
2000-08-30Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison1-2/+24
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-03-27the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell1-5/+4
2000-03-27fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell1-23/+22
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-7/+8
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-9/+12
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-1/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-39/+80
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1-8/+17
1999-11-18responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1-1/+1