summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd_winsserver.c
Commit message (Expand)AuthorAgeFilesLines
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-1/+1
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-2/+2
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-35/+35
* Another cosmetic change.Christopher R. Hertel1998-10-221-2/+8
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-13/+1
* oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1998-09-181-1/+2
* nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1998-09-181-1/+1
* fixed another potential fork bomb where the wins file becomesAndrew Tridgell1998-09-171-0/+3
* fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1998-09-171-0/+3
* fixed a typo in my last commitAndrew Tridgell1998-09-171-1/+1
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-171-11/+10
* fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1998-09-101-3/+11
* I looked at the refresh issue a bit more and discovered that SambaAndrew Tridgell1998-08-311-3/+4
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-7/+7
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-301-36/+6
* include our netbios names list and our workgroup in the wins.dat hashAndrew Tridgell1998-08-301-2/+22
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-301-0/+16
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-031-5/+5
* clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1998-06-251-12/+22
* The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns aChristopher R. Hertel1998-06-231-9/+7
* I've replaced the linked list used to manage the subnet namelists with aChristopher R. Hertel1998-06-101-4/+11
* This is a first step toward moving long namelists into a database. IChristopher R. Hertel1998-06-091-54/+67
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-121-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-9/+9
* Fixed bug that John found in WINS server code. When nmbd as a WINSJeremy Allison1998-04-201-9/+6
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-3/+4
* Makefile: Fix for OSF1 typo.Jeremy Allison1998-01-291-1/+13
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1998-01-071-4/+3
* fixed another couple of minor type errors (they could cause incorrectAndrew Tridgell1997-12-261-4/+4
* fixed a couple of illegal uses of scanf() in the nmbd wins code. TheyAndrew Tridgell1997-12-261-6/+6
* allow name_type 0x20 as well as name_type 0x0 in dns proxyingAndrew Tridgell1997-12-141-1/+2
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-0/+1565