summaryrefslogtreecommitdiffstats
path: root/source/nmbd
Commit message (Expand)AuthorAgeFilesLines
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13510: plug memory leak in WINS server code.Gerald Carter2007-10-101-0/+5
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2007-10-102-8/+8
* r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-...Gerald Carter2007-10-101-3/+4
* r12946: fix a segfault in nmbd when 'wins support = yes' caused by double freeGerald Carter2007-10-101-3/+5
* r12564: Ensure load_case_tables is always done first.Jeremy Allison2007-10-101-0/+2
* r12214: Fix compile if SYNC_DNS is set.Jeremy Allison2007-10-101-1/+1
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-1010-374/+882
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138.Jeremy Allison2007-10-101-1/+3
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-103-3/+5
* r10822: updating copyright infoGerald Carter2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-106-14/+21
* r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter2007-10-101-2/+1
* r8946: Some casts to fix warnings when time_t is an unsigned type. FixesTim Potter2007-10-101-1/+1
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-2/+2
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-0/+51
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-103-4/+5
* r5717: BUG 2215: horrible code in nmbd_winsproxy.c; gcc folks at redhat clai...Gerald Carter2007-10-101-4/+7
* r5082: Don't blindly copy question rr_type and class, set correctly as requiredJeremy Allison2007-10-101-10/+7
* r5077: Use correct type for rr record on negative name query reply.Jeremy Allison2007-10-101-0/+3
* r5076: Ensure that WINS negative name query responses and WACK packetsJeremy Allison2007-10-101-1/+10
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-1015-30/+29
* r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.Jeremy Allison2007-10-101-16/+6
* r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.Jeremy Allison2007-10-101-3/+19
* r2470: Fix bug 1797: winbind and nmbd ignored "-l" option.Volker Lendecke2007-10-101-2/+6
* r2363: Fix to make find_workgroup use the same truncation asJeremy Allison2007-10-101-15/+28
* r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0...Gerald Carter2007-10-101-3/+3
* r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2007-10-102-7/+141
* r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !Jeremy Allison2007-10-101-1/+1
* r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.Jeremy Allison2007-10-101-1/+6
* r928: Ensure we're calling send_mailslot() with a UNIX charsetJeremy Allison2007-10-101-1/+4
* r196: merging struct uuid from trunkGerald Carter2007-10-102-40/+83
* r39: * importing .cvsignore filesGerald Carter2007-10-101-0/+0
* Avoid mb conversion overflow when sending an announcement.Jeremy Allison2004-03-161-1/+4
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-1519-90/+89
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-134-10/+10
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-1318-151/+160
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-1/+1
* A Samba DC is nothing special these days - so every domain controllerAndrew Bartlett2004-01-241-8/+8
* update copyright to -2004Stefan Metzmacher2004-01-111-1/+1
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-1/+1
* Fix for bug #771. Fix packet length for browse list reply.Jeremy Allison2003-11-051-1/+1
* This binds the nmbd sending socket to the 'socket address'.Volker Lendecke2003-11-011-2/+2
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-0/+3
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter2003-09-291-2/+2
* Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter2003-09-291-2/+8
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-052-3/+3