summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_incomingrequests.c
Commit message (Expand)AuthorAgeFilesLines
* s3: nmbd: Fix strict overflow checking compiler warning.Stefan Metzmacher2018-04-051-1/+1
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-011-2/+2
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-5/+5
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-nmbd: note TODO item for qsortAndrew Tridgell2010-02-141-0/+2
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-2/+2
* Ensure we don't take address of one past buffer.Jeremy Allison2008-01-091-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-7/+7
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-3/+3
* 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
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-3/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-5/+5
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-14/+17
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-309/+297
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-9/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-170/+146
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-6/+6
* don't qsort a list less than 2 entriesAndrew Tridgell2000-04-251-1/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-3/+4
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-14/+14
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-301-0/+3
* added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1998-08-301-2/+2
* nmbd would core dump if a large number of netbios aliases is set. TheAndrew Tridgell1998-08-281-2/+3
* loadparm.c:Jeremy Allison1998-07-141-1/+1
* I've replaced the linked list used to manage the subnet namelists with aChristopher R. Hertel1998-06-101-3/+3
* This is a first step toward moving long namelists into a database. IChristopher R. Hertel1998-06-091-32/+44
* This is a security audit change of the main source.Jeremy Allison1998-05-121-1/+1
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-8/+8
* Code to work around a bug in FTP OnNet software NBT implementation.Jeremy Allison1998-02-261-0/+16
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-3/+3
* nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI whereJeremy Allison1997-12-161-1/+35
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-0/+556