More warning fixes for Solaris.
[jra/samba/.git] / source3 / nmbd / nmbd.c
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-27 Stefan Metzmachers3:nmbd: handle SIG_TERM and SIGHUP via tevent
2009-01-27 Stefan Metzmachers3:nmbd: as the sig_term() handler only sets a flag...
2009-01-27 Stefan Metzmachers3:nmbd: install the SIG_DFL handler for SIGTERM while...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:nmbd: we don't need to call message_dispatch() anymo...
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Bo Yangclean event context after child is forked.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-03 Tim Proutys3: fix a few "shadows a global declaration" warnings
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse sockaddr_storage only where we rely on the size...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-20 Jeremy AllisonFix bug 5697 nmbd spins in reload_interfaces when only...
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-06-26 Michael Adamnmbd: untangle logic in nmbd_messaging_context() slightly.
2008-06-26 Michael Adamnmbd: don't panic if messaging_init() fails - return...
2008-04-23 Volker LendeckeFix CLEAR_IF_FIRST handling of messages.tdb
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-18 Stefan Metzmachernmbd: create the messaging conntext earlier
2008-04-18 Stefan Metzmachernmbd: call reinit_after_fork() in all needed cases
2008-04-12 Stefan Metzmacherdbwrap: wait for tdb2 change notifies in smbd, nmbd...
2008-04-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-04-12 Jeremy AllisonFix bug #5386, don't keep printing the same waiting
2008-03-27 Jeremy AllisonFix for termination problems when no interfaces found...
2008-03-07 Jeremy AllisonFix bug #5267 - nmbd shuts down when network interfaces...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-24 Volker LendeckeFix Coverity ID 454
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-11-19 Jeremy AllisonRemove pstring from nmbd.
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Stefan Metzmacherstart smbd, nmbd and winbindd with the same startup...
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-20 Stefan Metzmacherfix move to OPT_LOG_STDOUT
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Stefan Metzmacherfix startup of smbd, nmbd, winbindd
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Stefan Metzmacherr24621: - deferr calling build_options();exit(0);
2007-10-10 Stefan Metzmacherr24599: patch from Karolin Seeger <ks@sernet.de>:
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
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 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 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 Volker Lendecker21064: The core of this patch is
2007-10-10 James Peachr19626: Coalesce usage of DUMP_CORE. Fix formatting...
2007-10-10 Jeremy Allisonr16576: Fix Klocwork #2015. Possible null deref.
2007-10-10 Jeremy Allisonr15700: Make nmbd udp sockets non-blocking to prevent...
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 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Gerald Carterr12967: BUG 1061: don't corrupt the file name when...
2007-10-10 Jeremy Allisonr12564: Ensure load_case_tables is always done first.
2007-10-10 Jeremy Allisonr12107: Move to a tdb-based wins database. At the momen...
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 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 Volker Lendecker2470: Fix bug 1797: winbind and nmbd ignored "-l"...
2004-01-11 Stefan Metzmacherupdate copyright to -2004
2004-01-11 Stefan Metzmacherupdate copyright to -2004
2003-11-01 Volker LendeckeFrom 3_0:
2003-11-01 Volker LendeckeThis binds the nmbd sending socket to the 'socket address'.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-27 Jeremy AllisonFix the character set handling properly in nmbd. Also...
2003-08-23 Jeremy AllisonHalf-way though the big conversion of all nmbd access...
2003-08-20 Gerald Cartermetze's autogenerate patch for version.h
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-15 Alexander BokovoyAdd support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-27 Tim PotterMerge from 3.0: remove bogus static initialisers.
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
next