Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com (MORIYAM...
[samba.git] / source3 / nmbd / nmbd_winsserver.c
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-12 Christopher R. HertelBug report 1079 and fix both from Bert Driehuis.
2003-09-29 Tim PotterMerge from 3.0:
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-04-28 Volker LendeckeTypo in error message
2003-01-02 Andrew BartlettBIG patch...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-15 Jeremy AllisonFix from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-10-03 Andrew Tridgellfixed 3 bugs in the wins server code related to precede...
2002-07-01 Andrew Tridgellfixed multi-homed re-registration of names when we...
2002-03-21 Jeremy AllisonMake winbindd_idmap tdb endian independent. This is...
2002-03-05 Tim PotterRemoved unused static function.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jean-François Mico... rewrote nmbd's wins backend to use a tdb instead of...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-03-26 Andrew Tridgellwhen doing a "secure nbns" wack response and check...
2000-01-28 Jeremy AllisonModified auto alignment of ud[] struct on stack to...
2000-01-02 Andrew Tridgell- added tdb_flags option to tdb_open()
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...