first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[kai/samba.git] / source3 / nmbd / nmbd_winsserver.c
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-14 Jeremy AllisonRemoved acconfig.h configure configure.in include/confi...
1998-10-22 Christopher R. HertelAnother cosmetic change.
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-18 Andrew Tridgelloops ... I got the filenames wrong in my cleanup of...
1998-09-18 Jeremy Allisonnmbd/nmbd_winsserver.c: Fixed printf style warning.
1998-09-17 Andrew Tridgellfixed another potential fork bomb where the wins file...
1998-09-17 Andrew Tridgellfixed the nmbd fork bomb. It was a silly mistake, as
1998-09-17 Andrew Tridgellfixed a typo in my last commit
1998-09-17 Andrew Tridgellfixed a potential problem with wins_write_database...
1998-09-10 Andrew Tridgellfixed a bug in the wins database writer that caused...
1998-08-31 Andrew TridgellI looked at the refresh issue a bit more and discovered...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew Tridgellchanged the way that name query records are sorted...
1998-08-30 Andrew Tridgellinclude our netbios names list and our workgroup in...
1998-08-30 Andrew Tridgellchanged the format of the wins.dat file slightly.
1998-08-03 Christopher R. HertelMore formatting changes. Mostly converted some DEBUG...
1998-06-25 Jeremy Allisonclitar.c: Fixed gcc warning with comment in /* */ code.
1998-06-23 Christopher R. HertelThe function add_name_to_subnet(), in file nmbd_namelis...
1998-06-10 Christopher R. HertelI've replaced the linked list used to manage the subnet...
1998-06-09 Christopher R. HertelThis is a first step toward moving long namelists into...
1998-05-12 Jeremy Allisonincludes.h: SunOS doesn't have strcasecmp, solaris...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-04-20 Jeremy AllisonFixed bug that John found in WINS server code. When...
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
1998-01-29 Jeremy AllisonMakefile: Fix for OSF1 typo.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-07 Jeremy Allisonincludes.h: Added FreeBSD 3.x fixes. Added HPUX10.x...
1997-12-26 Andrew Tridgellfixed another couple of minor type errors (they could...
1997-12-26 Andrew Tridgellfixed a couple of illegal uses of scanf() in the nmbd...
1997-12-14 Andrew Tridgellallow name_type 0x20 as well as name_type 0x0 in dns...
1997-12-13 Jeremy AllisonThis is it ! The mega-merge of the JRA_NMBD_REWRITE...