summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_serverlistdb.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+5
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-08-06s3-nmbd: include svcctl.h where needed.Günther Deschner1-0/+1
2010-02-10s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell1-32/+3
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-1/+1
2009-01-16s3:put the browse list into cache_dir, not lock_dir.Michael Adam1-8/+1
2007-11-19Remove pstring from nmbd.Jeremy Allison1-19/+31
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16579: Fix Klocwork #2016. Possible null deref.Jeremy Allison1-1/+1
2007-10-10r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison1-2/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison1-1/+1
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-1/+1
2003-08-28Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison1-1/+1
2003-08-27Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison1-1/+1
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-273/+247
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-2/+2
2002-12-12Merge of #include <smb.h> removals.Tim Potter1-1/+0
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-17/+14
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25remove unused variableJean-François Micouleau1-1/+0
2002-01-18Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison1-26/+23
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-09-10convert more code to use XFILEAndrew Tridgell1-20/+20
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-2/+3
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+1
1998-09-17fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1-1/+2
1998-08-30added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1-0/+2
1998-05-12This is a security audit change of the main source.Jeremy Allison1-3/+3
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-8/+8
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-8/+7
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-3/+3
1997-12-24nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison1-7/+11
1997-12-16nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI whereJeremy Allison1-3/+2
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-0/+454