r23299: Fix the build for !WITH_SENDFILE.
[sfrench/samba-autobuild/.git] / source / nmbd /
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker23015: Make message_(de)register static to messages.c
2007-10-10 Volker Lendecker22911: Pass a messaging_context to message_send_all
2007-10-10 Volker Lendecker22908: All callers of message_init now also call messa...
2007-10-10 Volker Lendecker22902: Add an event_context and a messaging_context...
2007-10-10 Volker Lendecker22761: This introduces lib/conn_tdb.c with two main...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 James Peachr22417: Refactor the various daemon run-mode options...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22157: Fix bug #3634 - stop nmbd segfaulting with...
2007-10-10 Jeremy Allisonr22045: As Volker noticed, skip_string's last argument is
2007-10-10 Jeremy Allisonr22042: Try and clean up my own mess using the API...
2007-10-10 Herb Lewisr22018: fix compile error
2007-10-10 Jeremy Allisonr22014: Make us pass RANDOMIPC test again :-(. This...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 James Peachr19626: Coalesce usage of DUMP_CORE. Fix formatting...
2007-10-10 Jim McDonoughr18660: Fix build, one uuid->GUID was missed.
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr17864: Fix possible null deref if client doesn't give us
2007-10-10 Volker Lendecker17807: Fix a file descriptor leak pointed out by John...
2007-10-10 Jeremy Allisonr17668: Fix the miscalculations in pushing announces...
2007-10-10 Volker Lendecker17626: Some C++ Warnings
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16665: Fix a couple of bugs I discovered now I've...
2007-10-10 Jeremy Allisonr16642: Fix show-stopper bug #3876. Double-free in...
2007-10-10 Jeremy Allisonr16581: Fix Klocwork #2017. Possible null deref.
2007-10-10 Jeremy Allisonr16579: Fix Klocwork #2016. Possible null deref.
2007-10-10 Jeremy Allisonr16576: Fix Klocwork #2015. Possible null deref.
2007-10-10 Jeremy Allisonr16313: Not a problem - but ensure Klocwork is quiet...
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Jeremy Allisonr16213: Fix Klocwork #852. iface_n_ip can potentially
2007-10-10 Jeremy Allisonr16019: This should not be a level zero message - it...
2007-10-10 Jeremy Allisonr15700: Make nmbd udp sockets non-blocking to prevent...
2007-10-10 Volker Lendecker15483: Fix 'declaration after code' warnings.
2007-10-10 James Peachr15450: Change profiling data macros to use stack varia...
2007-10-10 Jeremy Allisonr15012: Fix bug #2715. Fix suggested by ISHIKAWA Tomono...
2007-10-10 James Peachr14898: This change is an attempt to improve the qualit...
2007-10-10 Stefan Metzmacherr14618: add --no-process-group to all server programms
2007-10-10 Jeremy Allisonr14007: Coverity bug CID #197. Don't compare against...
2007-10-10 Jeremy Allisonr13892: Doh ! My bugfix had a bug :-). Spotted by ...
2007-10-10 Jeremy Allisonr13887: Fix coverity bug CID #94. mem leak on error...
2007-10-10 Jeremy Allisonr13884: Fix coverity CID #95. Resource leak on error...
2007-10-10 Jeremy Allisonr13882: Fix coverity CID bug #96. Missing free on error
2007-10-10 Jeremy Allisonr13880: Fix coverity bug CID #97, mem leak on error...
2007-10-10 Jeremy Allisonr13875: Fix coverity bug #148. Deref of rrec before...
2007-10-10 Jeremy Allisonr13873: I think this is the longstanding wins server...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13510: plug memory leak in WINS server code.
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Gerald Carterr13081: correct fix for the segv in nmbd caused by...
2007-10-10 Gerald Carterr12967: BUG 1061: don't corrupt the file name when...
2007-10-10 Gerald Carterr12946: fix a segfault in nmbd when 'wins support ...
2007-10-10 Jeremy Allisonr12564: Ensure load_case_tables is always done first.
2007-10-10 Jeremy Allisonr12214: Fix compile if SYNC_DNS is set.
2007-10-10 Jeremy Allisonr12107: Move to a tdb-based wins database. At the momen...
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Jeremy Allisonr11566: From metze. Use "interpret_addr(lp_socket_addre...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Gerald Carterr10822: updating copyright info
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9790: remove 'set but not used' variables (reported...
2007-10-10 Tim Potterr8946: Some casts to fix warnings when time_t is an...
2007-10-10 Gerald Carterr7440: * merge registry server changes from trunk ...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr5717: BUG 2215: horrible code in nmbd_winsproxy.c...
2007-10-10 Jeremy Allisonr5082: Don't blindly copy question rr_type and class...
2007-10-10 Jeremy Allisonr5077: Use correct type for rr record on negative name...
2007-10-10 Jeremy Allisonr5076: Ensure that WINS negative name query responses...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3877: Final (I hope :-) fix for #2050 from Lars Müller...
2007-10-10 Jeremy Allisonr3864: Fix from Lars Müller <lmuelle@suse.de> for bug...
2007-10-10 Volker Lendecker2470: Fix bug 1797: winbind and nmbd ignored "-l"...
2007-10-10 Jeremy Allisonr2363: Fix to make find_workgroup use the same truncati...
2007-10-10 Gerald Carterr2261: fix getdc mailslot checks; testing with Windows...
2007-10-10 Jeremy Allisonr2224: Make nmbd more robust against bad netbios packets.
2007-10-10 Jeremy Allisonr1299: Don't "break" - "continue" ! Otherwise we only...
2007-10-10 Jeremy Allisonr1290: Ensure we remove DNS and DNSFAIL records immedia...
2007-10-10 Jeremy Allisonr928: Ensure we're calling send_mailslot() with a UNIX...
2007-10-10 Gerald Carterr196: merging struct uuid from trunk
2007-10-10 Gerald Carterr39: * importing .cvsignore files
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-16 Jeremy AllisonAvoid mb conversion overflow when sending an announcement.
2004-03-16 Jeremy AllisonAvoid mb conversion overflow when sending an announcement.
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-13 Jeremy AllisonEnsure we don't truncate strcmps to nstring anymore...
2004-03-13 Jeremy AllisonEnsure we don't truncate strcmps to nstring anymore...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-12 Christopher R. HertelBug report 1079 and fix both from Bert Driehuis.
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-24 Andrew Bartlett(merge from 3.0)
2004-01-24 Andrew BartlettA Samba DC is nothing special these days - so every...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-11 Stefan Metzmacherupdate copyright to -2004
next