summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_namelistdb.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Pass mem_ctx to lock_path()Volker Lendecke2018-08-171-1/+1
* nmbd: xfile->stdioVolker Lendecke2016-12-111-18/+27
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-011-3/+3
* nmbd_namelistdb: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-5/+12
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-5/+16
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-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
* Fix part of bug #3617 from valgrind trace.Jeremy Allison2008-02-291-1/+0
* Fix bug noticed by kukks <linux@kukkukk.com> whereJeremy Allison2007-11-151-1/+9
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* 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
* r16665: Fix a couple of bugs I discovered now I've lookedJeremy Allison2007-10-101-1/+1
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-2/+18
* r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2007-10-101-6/+5
* r12946: fix a segfault in nmbd when 'wins support = yes' caused by double freeGerald Carter2007-10-101-3/+5
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-137/+190
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-2/+2
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-4/+4
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-420/+380
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-251-0/+1
* 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-9/+7
* convert more code to use XFILEAndrew Tridgell2001-09-101-14/+14
* Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2001-08-261-1/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-3/+2
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-8/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-3/+1
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-0/+2
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-10/+10
* tridge the destroyer returns!Andrew Tridgell1998-09-051-15/+0
* set a maximum name refresh time of 20 minutes.Andrew Tridgell1998-08-311-2/+2
* added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1998-08-301-0/+4
* nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1998-06-291-1/+3
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-1/+1
* The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns aChristopher R. Hertel1998-06-231-2/+2
* I've replaced the linked list used to manage the subnet namelists with aChristopher R. Hertel1998-06-101-167/+190
* Fixed compile problem after make proto.Jeremy Allison1998-06-091-3/+2
* This is a first step toward moving long namelists into a database. IChristopher R. Hertel1998-06-091-97/+134