Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 3 | -5/+5 |
2007-10-10 | r22417: Refactor the various daemon run-mode options to make the semantics | James Peach | 2 | -31/+32 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line. | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 6 | -17/+17 |
2007-10-10 | r22042: Try and clean up my own mess using the API Volker | Jeremy Allison | 2 | -2/+2 |
2007-10-10 | r22018: fix compile error | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 6 | -31/+37 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 3 | -11/+11 |
2007-10-10 | r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message | James Peach | 1 | -2/+0 |
2007-10-10 | r18660: Fix build, one uuid->GUID was missed. | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r17864: Fix possible null deref if client doesn't give us | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r17807: Fix a file descriptor leak pointed out by John Malmberg. Thanks! | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r17668: Fix the miscalculations in pushing announces. Fixes | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r17626: Some C++ Warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -14/+19 |
2007-10-10 | r16665: Fix a couple of bugs I discovered now I've looked | Jeremy Allison | 2 | -11/+33 |
2007-10-10 | r16642: Fix show-stopper bug #3876. Double-free in wins | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16581: Fix Klocwork #2017. Possible null deref. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r16579: Fix Klocwork #2016. Possible null deref. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16576: Fix Klocwork #2015. Possible null deref. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r16313: Not a problem - but ensure Klocwork is quiet (#872). | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r16230: Fix Klocwork #861 and others. localtime and asctime | Jeremy Allison | 2 | -2/+24 |
2007-10-10 | r16213: Fix Klocwork #852. iface_n_ip can potentially | Jeremy Allison | 2 | -2/+16 |
2007-10-10 | r16019: This should not be a level zero message - it's harmless | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15700: Make nmbd udp sockets non-blocking to prevent problem | Jeremy Allison | 5 | -8/+8 |
2007-10-10 | r15483: Fix 'declaration after code' warnings. | Volker Lendecke | 1 | -3/+7 |
2007-10-10 | r15450: Change profiling data macros to use stack variables rather than | James Peach | 1 | -2/+2 |
2007-10-10 | r15012: Fix bug #2715. Fix suggested by ISHIKAWA Tomonori <toishika@fsi.co.jp> | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r14898: This change is an attempt to improve the quality of the information that | James Peach | 1 | -40/+1 |
2007-10-10 | r14618: add --no-process-group to all server programms | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r14007: Coverity bug CID #197. Don't compare against 0, we | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13892: Doh ! My bugfix had a bug :-). Spotted by Willi Mann <willi@wm1.at>, | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13887: Fix coverity bug CID #94. mem leak on error codepath. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r13884: Fix coverity CID #95. Resource leak on error path. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r13882: Fix coverity CID bug #96. Missing free on error | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r13880: Fix coverity bug CID #97, mem leak on error path. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r13875: Fix coverity bug #148. Deref of rrec before NULL check. | Jeremy Allison | 1 | -2/+7 |
2007-10-10 | r13873: I think this is the longstanding wins server crash bug, not | Jeremy Allison | 1 | -17/+16 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13510: plug memory leak in WINS server code. | Gerald Carter | 1 | -0/+5 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r13081: correct fix for the segv in nmbd caused by a double free on namerec. | Gerald Carter | 2 | -8/+8 |
2007-10-10 | r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-... | Gerald Carter | 1 | -3/+4 |
2007-10-10 | r12946: fix a segfault in nmbd when 'wins support = yes' caused by double free | Gerald Carter | 1 | -3/+5 |
2007-10-10 | r12564: Ensure load_case_tables is always done first. | Jeremy Allison | 1 | -0/+2 |