[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[ira/wip.git] / source3 / nmbd / nmbd_winsserver.c
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23556: Fix for error path from Atsushi Nakabayashi...
2007-10-10 Jeremy Allisonr23425: Volker noticed this obvious fix for the wins...
2007-10-10 Volker Lendecker23015: Make message_(de)register static to messages.c
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Volker Lendecker17626: Some C++ Warnings
2007-10-10 Jeremy Allisonr16665: Fix a couple of bugs I discovered now I've...
2007-10-10 Jeremy Allisonr16642: Fix show-stopper bug #3876. Double-free in...
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Jeremy Allisonr13882: Fix coverity CID bug #96. Missing free on error
2007-10-10 Jeremy Allisonr13873: I think this is the longstanding wins server...
2007-10-10 Gerald Carterr13510: plug memory leak in WINS server code.
2007-10-10 Gerald Carterr13081: correct fix for the segv in nmbd caused by...
2007-10-10 Jeremy Allisonr12107: Move to a tdb-based wins database. At the momen...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr1299: Don't "break" - "continue" ! Otherwise we only...
2007-10-10 Jeremy Allisonr1290: Ensure we remove DNS and DNSFAIL records immedia...
2007-10-10 Gerald Carterr196: merging struct uuid from trunk
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
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-29 Tim PotterApply some NULL pointer paranoia to previous wins hook...
2003-09-29 Tim PotterFix broken wins hook functionality. A i18n fixe caused...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-27 Gerald Carterfix segfault on empty wins server name registration...
2003-08-27 Jeremy AllisonFix the character set handling properly in nmbd. Also...
2003-08-22 Jeremy AllisonUse correct size (17 not 16) when doing a push_ascii...
2003-08-22 Jeremy AllisonEnsure nmb_namestr() converts back from CH_DOS to CH_UNIX.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-08 Volker LendeckeThis puts back wins.dat into nmbd for easy editing...
2003-04-28 Volker LendeckeTypo in error message
2003-04-28 Volker LendeckeFix a confusing error message
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
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-11-15 Jeremy AllisonFix from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-10-03 Jeremy AllisonMerging tridge's wins fixes. Tridge - we're supposed...
2002-10-03 Andrew Tridgellfixed 3 bugs in the wins server code related to precede...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Andrew Tridgellfixed multi-homed re-registration of names when we...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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...
next