summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_serverlistdb.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* nmbd: xfile->stdioVolker Lendecke2016-12-111-11/+21
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s3: nmbd: Don't set work_changed = True inside update_server_ttl().Jeremy Allison2015-05-041-5/+0
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-011-6/+6
* nmbd: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-0/+7
* param: rename lp function and variable from "serverstring" to "server_string"Garming Sam2014-02-071-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+5
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-nmbd: include svcctl.h where needed.Günther Deschner2010-08-061-0/+1
* s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell2010-02-101-32/+3
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+1
* s3:put the browse list into cache_dir, not lock_dir.Michael Adam2009-01-161-8/+1
* Remove pstring from nmbd.Jeremy Allison2007-11-191-19/+31
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* 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
* 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