summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_winsserver.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux...Jeremy Allison1-0/+1
2007-10-10r23425: Volker noticed this obvious fix for the wins serverJeremy Allison1-2/+2
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke1-2/+5
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-3/+3
2007-10-10r21064: The core of this patch isVolker Lendecke1-1/+1
2007-10-10r17626: Some C++ WarningsVolker Lendecke1-1/+1
2007-10-10r16665: Fix a couple of bugs I discovered now I've lookedJeremy Allison1-10/+32
2007-10-10r16642: Fix show-stopper bug #3876. Double-free in winsJeremy Allison1-1/+1
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-0/+6
2007-10-10r13882: Fix coverity CID bug #96. Missing free on errorJeremy Allison1-0/+1
2007-10-10r13873: I think this is the longstanding wins server crash bug, notJeremy Allison1-17/+16
2007-10-10r13510: plug memory leak in WINS server code.Gerald Carter1-0/+5
2007-10-10r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter1-2/+3
2007-10-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison1-165/+636
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !Jeremy Allison1-1/+1
2007-10-10r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.Jeremy Allison1-1/+6
2007-10-10r196: merging struct uuid from trunkGerald Carter1-37/+77
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-4/+4
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-11/+11
2003-09-29Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter1-2/+2
2003-09-29Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter1-2/+8
2003-08-27fix segfault on empty wins server name registration replyGerald Carter1-2/+4
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-1367/+1282
2003-08-22Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison1-1/+1
2003-08-22Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison1-8/+0
2003-05-08This puts back wins.dat into nmbd for easy editing. It leaves most ofVolker Lendecke1-194/+222
2003-04-28Fix a confusing error messageVolker Lendecke1-1/+1
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-3/+10
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
2002-10-03Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 upJeremy Allison1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+11
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-5/+5
2002-03-05Removed unused static function.Tim Potter1-18/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau1-267/+625
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+5
2001-09-10convert more code to use XFILEAndrew Tridgell1-8/+7
2001-09-10convert more code to use XFILEAndrew Tridgell1-5/+5
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-1/+1
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-4/+4