summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_serverlistdb.c
Commit message (Expand)AuthorAgeFilesLines
* r16579: Fix Klocwork #2016. Possible null deref.Jeremy Allison2007-10-101-1/+1
* r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison2007-10-101-2/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-1/+1
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison2003-08-281-1/+1
* Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-271-1/+1
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-273/+247
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-2/+2
* Merge of #include <smb.h> removals.Tim Potter2002-12-121-1/+0
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-17/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* remove unused variableJean-François Micouleau2002-01-251-1/+0
* Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison2002-01-181-26/+23
* 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
* convert more code to use XFILEAndrew Tridgell2001-09-101-20/+20
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-2/+3
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+1
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-171-1/+2
* added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1998-08-301-0/+2
* This is a security audit change of the main source.Jeremy Allison1998-05-121-3/+3
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-8/+8
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-8/+7
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-3/+3
* nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison1997-12-241-7/+11
* nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI whereJeremy Allison1997-12-161-3/+2
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-0/+454