summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_browsesync.c
Commit message (Expand)AuthorAgeFilesLines
* s3:nmbd: Fix size type in nmbd_browsesync.cAndreas Schneider2018-03-201-1/+1
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-011-2/+2
* nmbd: Fix request data data processing.Andreas Schneider2013-02-221-2/+2
* s3-nmbd: Cleanup code to make it more readable.Andreas Schneider2012-12-121-3/+7
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* s3:nmbd: log a failure in get_domain_master_name_node_status_success() as lev...Stefan Metzmacher2012-08-081-1/+1
* s3:nmbd: don't log get_domain_master_name_node_status_fail at level 0Stefan Metzmacher2012-08-081-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+4
* Remove overmalloc_safe_strcpy - can be simple strlcpy.Jeremy Allison2011-05-041-1/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-nmbd: Leave the sync function if there are no syncs.Andreas Schneider2010-06-281-0/+5
* Remove pstring from nmbd.Jeremy Allison2007-11-191-3/+3
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-1/+1
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-4/+4
* 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
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-4/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r928: Ensure we're calling send_mailslot() with a UNIX charsetJeremy Allison2007-10-101-1/+4
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-11/+11
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-2/+2
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-11/+11
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-271-3/+3
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-438/+403
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-2/+6
* NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett2003-03-181-2/+2
* check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter2003-03-101-1/+1
* *lots of small merges form HEADGerald Carter2003-01-151-1/+1
* Merge of #include <smb.h> removals.Tim Potter2002-12-121-1/+0
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+7
* 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-1/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-10/+7
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-4/+4
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-4/+4
* Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1998-10-211-59/+151
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-1/+1
* minor fixes to the DMB<->DMB sync code. We now get the dmb name fromAndrew Tridgell1998-08-311-5/+10
* I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell1998-08-311-2/+18
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-301-1/+2
* finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1998-08-301-141/+45
* we we have successfully done a query on *<1b> from a wins server andAndrew Tridgell1998-08-301-7/+25