summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_winsserver.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-02s3: Remove superfluous ;Günther Deschner1-1/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+2
2010-09-07s3/nmbd: tidy up debug message: ttl isn't a hex valueBjörn Jacke1-1/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-03-15Fix bug #7191 - WINS doesn't respond after > 86 #1c registrations.Craig Miskell1-4/+115
2009-01-16s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database()Michael Adam1-1/+1
2009-01-12Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman1-1/+1
2009-01-12Audit usage of get_dyn_STATEDIR() and replace with state_path()Steven Danneman1-2/+2
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-8/+8
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-3/+3
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-08Fix two incompatible pointer warningsVolker Lendecke1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-19/+30
2007-11-19Remove pstring from nmbd.Jeremy Allison1-32/+54
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-8/+14
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-12/+12
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-21/+21
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
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