summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16665: Fix a couple of bugs I discovered now I've lookedJeremy Allison2-11/+33
2007-10-10r16642: Fix show-stopper bug #3876. Double-free in winsJeremy Allison1-1/+1
2007-10-10r16581: Fix Klocwork #2017. Possible null deref.Jeremy Allison1-0/+5
2007-10-10r16579: Fix Klocwork #2016. Possible null deref.Jeremy Allison1-1/+1
2007-10-10r16576: Fix Klocwork #2015. Possible null deref.Jeremy Allison1-0/+5
2007-10-10r16313: Not a problem - but ensure Klocwork is quiet (#872).Jeremy Allison1-2/+2
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2-2/+24
2007-10-10r16213: Fix Klocwork #852. iface_n_ip can potentiallyJeremy Allison2-2/+16
2007-10-10r16019: This should not be a level zero message - it's harmlessJeremy Allison1-1/+1
2007-10-10r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison5-8/+8
2007-10-10r15483: Fix 'declaration after code' warnings.Volker Lendecke1-3/+7
2007-10-10r15450: Change profiling data macros to use stack variables rather thanJames Peach1-2/+2
2007-10-10r15012: Fix bug #2715. Fix suggested by ISHIKAWA Tomonori <toishika@fsi.co.jp>Jeremy Allison1-2/+0
2007-10-10r14898: This change is an attempt to improve the quality of the information thatJames Peach1-40/+1
2007-10-10r14618: add --no-process-group to all server programmsStefan Metzmacher1-2/+4
2007-10-10r14007: Coverity bug CID #197. Don't compare against 0, weJeremy Allison1-1/+1
2007-10-10r13892: Doh ! My bugfix had a bug :-). Spotted by Willi Mann <willi@wm1.at>,Jeremy Allison1-2/+2
2007-10-10r13887: Fix coverity bug CID #94. mem leak on error codepath.Jeremy Allison1-0/+2
2007-10-10r13884: Fix coverity CID #95. Resource leak on error path.Jeremy Allison1-0/+2
2007-10-10r13882: Fix coverity CID bug #96. Missing free on errorJeremy Allison1-0/+1
2007-10-10r13880: Fix coverity bug CID #97, mem leak on error path.Jeremy Allison1-4/+4
2007-10-10r13875: Fix coverity bug #148. Deref of rrec before NULL check.Jeremy Allison1-2/+7
2007-10-10r13873: I think this is the longstanding wins server crash bug, notJeremy Allison1-17/+16
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13510: plug memory leak in WINS server code.Gerald Carter1-0/+5
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