summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_sendannounce.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+8
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-3/+4
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-4/+4
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-12/+12
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-1/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-08-06s3-nmbd: include svcctl.h where needed.Günther Deschner1-0/+1
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett1-5/+5
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-2/+2
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-4/+10
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-4/+4
2007-11-19Remove pstring from nmbd.Jeremy Allison1-12/+12
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-1/+1
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-1/+1
2007-10-10r17668: Fix the miscalculations in pushing announces. FixesJeremy Allison1-6/+6
2004-03-16Avoid mb conversion overflow when sending an announcement.Jeremy Allison1-1/+4
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-2/+2
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-399/+366
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-2/+6
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-32/+34
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-11/+11
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-10/+7
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-6/+6
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-2/+2
1998-08-30added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1-5/+9
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-1/+2
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-20/+20
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-1/+1
1998-02-24nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1-1/+1
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-4/+4
1997-12-24This is actually Jeremy, working as Herb :-).Herb Lewis1-0/+22
1997-12-16Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.Jeremy Allison1-0/+106
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-0/+477