Add missing become_root/unbecome_root around calls of add_aliases.
[metze/old/v3-2-winbind-ndr.git] / source / nmbd /
2007-10-03 jraStart adding IPv6 compatible code to lib/util_sock...
2007-09-19 jraMake the error returns from the string functions
2007-09-14 jraRemove pstring limits from ms_fnmatch and module load.
2007-09-13 jraMore pstring elimination. Add a TALLOC_CTX parameter
2007-09-08 jraFix coverity #435. Use of -1.
2007-08-30 vlendecConsolidate the use of temporary talloc contexts.
2007-08-22 metze- deferr calling build_options();exit(0);
2007-08-21 metzepatch from Karolin Seeger <ks@sernet.de>:
2007-07-24 metzemerge from people.samba.org/bzr/metze/samba/3_2-ctdb...
2007-07-10 tridgeuse the GPLv3 boilerplate as recommended by the FSF...
2007-07-10 tridgeProcessing the UAS change message was causing problems...
2007-07-09 jraChange from v2 or later to v3 or later.
2007-06-20 jraFix for error path from Atsushi Nakabayashi <nakabayash...
2007-06-20 jraFix bug #4711 by makeing cli_connect return an NTSTATUS.
2007-06-15 jpeachTidy calls to smb_panic by removing trailing newlines...
2007-06-12 jraVolker noticed this obvious fix for the wins server
2007-06-05 jraFix from Steve Langasek <vorlon@debian.org> to
2007-05-21 vlendecRewrite messages.c to use auto-generated marshalling...
2007-05-19 vlendecMake message_(de)register static to messages.c
2007-05-15 vlendecPass a messaging_context to message_send_all
2007-05-15 vlendecAll callers of message_init now also call messaging_ini...
2007-05-15 vlendecAdd an event_context and a messaging_context to nmbd...
2007-05-08 vlendecThis introduces lib/conn_tdb.c with two main functions...
2007-05-07 vlendecStart to merge the low-hanging fruit from the now 7000...
2007-04-20 jpeachRefactor the various daemon run-mode options to make...
2007-04-19 jraLooks bigger than it is. Make "inbuf" available
2007-04-10 jraFix bug #3634 - stop nmbd segfaulting with bad interfac...
2007-04-02 jraAs Volker noticed, skip_string's last argument is
2007-04-02 jraTry and clean up my own mess using the API Volker
2007-03-31 herbfix compile error
2007-03-30 jraMake us pass RANDOMIPC test again :-(. This is an ugly...
2007-03-29 metzechange TDB_DATA from char * to unsigned char *
2007-03-28 metzechange prototype of dump_data(), so that it takes unsig...
2007-01-30 vlendecThe core of this patch is
2006-11-07 jpeachCoalesce usage of DUMP_CORE. Fix formatting on chdir...
2006-09-19 jmcdFix build, one uuid->GUID was missed.
2006-09-18 metzesync dlinklist.h with samba4, that means DLIST_ADD_END()
2006-08-28 jraFix possible null deref if client doesn't give us
2006-08-24 vlendecFix a file descriptor leak pointed out by John Malmberg...
2006-08-21 jraFix the miscalculations in pushing announces. Fixes
2006-08-20 vlendecSome C++ Warnings
2006-08-16 vlendecChange the return code of cli_session_setup from BOOL...
2006-07-11 jraSync trunk -> 3.0 for 3.0.24 code. Still need
2006-06-29 jraFix a couple of bugs I discovered now I've looked
2006-06-28 jraFix show-stopper bug #3876. Double-free in wins
2006-06-28 jraFix Klocwork #2017. Possible null deref.
2006-06-28 jraFix Klocwork #2016. Possible null deref.
2006-06-28 jraFix Klocwork #2015. Possible null deref.
2006-06-16 jraNot a problem - but ensure Klocwork is quiet (#872).
2006-06-14 jraFix Klocwork #861 and others. localtime and asctime
2006-06-14 jraFix Klocwork #852. iface_n_ip can potentially
2006-06-03 jraThis should not be a level zero message - it's harmless
2006-05-18 jraMake nmbd udp sockets non-blocking to prevent problem
2006-05-07 vlendecFix 'declaration after code' warnings.
2006-05-05 jpeachChange profiling data macros to use stack variables...
2006-04-09 jraFix bug #2715. Fix suggested by ISHIKAWA Tomonori ...
2006-04-04 jpeachThis change is an attempt to improve the quality of...
2006-03-21 metzeadd --no-process-group to all server programms
2006-03-08 jraCoverity bug CID #197. Don't compare against 0, we
2006-03-06 jraDoh ! My bugfix had a bug :-). Spotted by Willi Mann...
2006-03-06 jraFix coverity bug CID #94. mem leak on error codepath.
2006-03-06 jraFix coverity CID #95. Resource leak on error path.
2006-03-06 jraFix coverity CID bug #96. Missing free on error
2006-03-06 jraFix coverity bug CID #97, mem leak on error path.
2006-03-06 jraFix coverity bug #148. Deref of rrec before NULL check.
2006-03-06 jraI think this is the longstanding wins server crash...
2006-02-20 jerryReplace all calls to talloc_free() with thye TALLOC_FREE()
2006-02-15 jerryplug memory leak in WINS server code.
2006-01-28 derrell r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
2006-01-23 jerrycorrect fix for the segv in nmbd caused by a double...
2006-01-16 jerryBUG 1061: don't corrupt the file name when reading...
2006-01-15 jerryfix a segfault in nmbd when 'wins support = yes' caused...
2005-12-29 jraEnsure load_case_tables is always done first.
2005-12-13 jraFix compile if SYNC_DNS is set.
2005-12-06 jraMove to a tdb-based wins database. At the moment we...
2005-12-03 jraIt's amazing the warnings you find when compiling on...
2005-11-07 jraFrom metze. Use "interpret_addr(lp_socket_address(...
2005-11-05 jraA classic "friday night check-in" :-). This moves much
2005-10-07 jerryupdating copyright info
2005-09-30 jerryBIG merge from trunk. Features not copied over
2005-08-30 jerryremove 'set but not used' variables (reported by Jason...
2005-08-02 tpotSome casts to fix warnings when time_t is an unsigned...
2005-06-09 jerry* merge registry server changes from trunk (so far...
2005-06-08 jerry* big change -- volker's new async winbindd from trunk
2005-04-06 herbget rid of warnings from my compiler about nested externs
2005-03-09 jerryBUG 2215: horrible code in nmbd_winsproxy.c; gcc folks...
2005-01-29 jraDon't blindly copy question rr_type and class, set...
2005-01-29 jraUse correct type for rr record on negative name query...
2005-01-29 jraEnsure that WINS negative name query responses and...
2004-12-07 jraGet medieval on our ass about malloc.... :-). Take...
2004-11-19 jraFinal (I hope :-) fix for #2050 from Lars Müller for...
2004-11-18 jraFix from Lars Müller <lmuelle@suse.de> for bug #2050.
2004-09-21 vlendecFix bug 1797: winbind and nmbd ignored "-l" option.
2004-09-16 jraFix to make find_workgroup use the same truncation as
2004-09-09 jerryfix getdc mailslot checks; testing with Windows 98se...
2004-09-04 jraMake nmbd more robust against bad netbios packets.
2004-06-29 jraDon't "break" - "continue" ! Otherwise we only expire...
2004-06-29 jraEnsure we remove DNS and DNSFAIL records immediately...
2004-05-27 jraEnsure we're calling send_mailslot() with a UNIX charset
2004-04-13 jerrymerging struct uuid from trunk
next