smbd: rename sconn->raw_thread_pool to sconn->pool
[samba.git] / source3 / nmbd / nmbd_sendannounce.c
2018-09-19 Andrew Bartletts3: nmbd: Stop nmbd network announce storm.
2018-03-20 Andreas Schneiders3:nmbd: Fix possible integer overflow
2015-05-01 Richard SharpeConvert all uses of uint8/16/32 to _t in nmbd and the...
2014-02-08 Garming Samparam: rename lp function and variable from "serverstri...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-04 Jeremy AllisonFix simple uses of safe_strcpy -> strlcpy. Easy ones...
2010-08-25 Günther Deschners3-nmbd: move nmbd proto out of main proto.h
2010-08-06 Günther Deschners3-nmbd: include svcctl.h where needed.
2009-04-14 Andrew BartlettSolve some of the conflict between Samba3 and Samba4...
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 common net utility code (address and sockaddr manip...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-11-30 Jeremy AllisonRemove PSTRING_LEN from smbd/ nmbd/.
2007-11-19 Jeremy AllisonRemove pstring from nmbd.
2007-11-04 Jeremy AllisonRemove more static data from lib/util_sock.c and
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
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 Jeremy Allisonr22045: As Volker noticed, skip_string's last argument is
2007-10-10 Jeremy Allisonr22014: Make us pass RANDOMIPC test again :-(. This...
2007-10-10 Jeremy Allisonr17668: Fix the miscalculations in pushing announces...
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...
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-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew Tridgelladded a dest_port parameter to send_mailslot() so we...
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-02-24 Jeremy Allisonnmbd_incomingdgrams.c: Fix for typo.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-12-24 Herb LewisThis is actually Jeremy, working as Herb :-).
1997-12-16 Jeremy AllisonAdded Lanman announce patch from Jacco de Leeuw <leeuw...
1997-12-13 Jeremy AllisonThis is it ! The mega-merge of the JRA_NMBD_REWRITE...