summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_sendannounce.c
Commit message (Expand)AuthorAgeFilesLines
* param: rename lp function and variable from "serverstring" to "server_string"Garming Sam2014-02-071-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+8
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-3/+4
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-4/+4
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-12/+12
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-nmbd: include svcctl.h where needed.Günther Deschner2010-08-061-0/+1
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-5/+5
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-2/+2
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-4/+10
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-4/+4
* Remove pstring from nmbd.Jeremy Allison2007-11-191-12/+12
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-1/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-1/+1
* r17668: Fix the miscalculations in pushing announces. FixesJeremy Allison2007-10-101-6/+6
* Avoid mb conversion overflow when sending an announcement.Jeremy Allison2004-03-161-1/+4
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-2/+2
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-399/+366
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-2/+6
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-32/+34
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-11/+11
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-10/+7
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-6/+6
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+2
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-301-5/+9
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-1/+2
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-20/+20
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-1/+1
* nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1998-02-241-1/+1
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-4/+4
* This is actually Jeremy, working as Herb :-).Herb Lewis1997-12-241-0/+22
* Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.Jeremy Allison1997-12-161-0/+106
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-0/+477