summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2-8/+8
2007-10-10r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-...Gerald Carter1-3/+4
2007-10-10r12946: fix a segfault in nmbd when 'wins support = yes' caused by double freeGerald Carter1-3/+5
2007-10-10r12564: Ensure load_case_tables is always done first.Jeremy Allison1-0/+2
2007-10-10r12214: Fix compile if SYNC_DNS is set.Jeremy Allison1-1/+1
2007-10-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison10-374/+882
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138.Jeremy Allison1-1/+3
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison3-3/+5
2007-10-10r10822: updating copyright infoGerald Carter1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter6-14/+21
2007-10-10r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter1-2/+1
2007-10-10r8946: Some casts to fix warnings when time_t is an unsigned type. FixesTim Potter1-1/+1
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-2/+2
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-0/+51
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis3-4/+5
2007-10-10r5717: BUG 2215: horrible code in nmbd_winsproxy.c; gcc folks at redhat clai...Gerald Carter1-4/+7
2007-10-10r5082: Don't blindly copy question rr_type and class, set correctly as requiredJeremy Allison1-10/+7
2007-10-10r5077: Use correct type for rr record on negative name query reply.Jeremy Allison1-0/+3
2007-10-10r5076: Ensure that WINS negative name query responses and WACK packetsJeremy Allison1-1/+10
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison15-30/+29
2007-10-10r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.Jeremy Allison1-16/+6
2007-10-10r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.Jeremy Allison1-3/+19
2007-10-10r2470: Fix bug 1797: winbind and nmbd ignored "-l" option.Volker Lendecke1-2/+6
2007-10-10r2363: Fix to make find_workgroup use the same truncation asJeremy Allison1-15/+28
2007-10-10r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0...Gerald Carter1-3/+3
2007-10-10r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2-7/+141
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-10r928: Ensure we're calling send_mailslot() with a UNIX charsetJeremy Allison1-1/+4
2007-10-10r196: merging struct uuid from trunkGerald Carter2-40/+83
2007-10-10r39: * importing .cvsignore filesGerald Carter1-0/+0
2004-03-16Avoid mb conversion overflow when sending an announcement.Jeremy Allison1-1/+4
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison19-90/+89
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison4-10/+10
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison18-151/+160
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-1/+1
2004-01-24A Samba DC is nothing special these days - so every domain controllerAndrew Bartlett1-8/+8
2004-01-11update copyright to -2004Stefan Metzmacher1-1/+1
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-1/+1
2003-11-05Fix for bug #771. Fix packet length for browse list reply.Jeremy Allison1-1/+1
2003-11-01This binds the nmbd sending socket to the 'socket address'.Volker Lendecke1-2/+2
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-0/+3
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
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-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2-3/+3
2003-09-01Fix comment strings to 43 bytes as per spec.Jeremy Allison1-3/+2
2003-08-28Add length warning on register name.Jeremy Allison1-2/+12