summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_browsesync.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22nmbd: Fix request data data processing.Andreas Schneider1-2/+2
2012-12-12s3-nmbd: Cleanup code to make it more readable.Andreas Schneider1-3/+7
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2012-08-08s3:nmbd: log a failure in get_domain_master_name_node_status_success() as lev...Stefan Metzmacher1-1/+1
2012-08-08s3:nmbd: don't log get_domain_master_name_node_status_fail at level 0Stefan Metzmacher1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-2/+2
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-2/+4
2011-05-04Remove overmalloc_safe_strcpy - can be simple strlcpy.Jeremy Allison1-1/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-06-28s3-nmbd: Leave the sync function if there are no syncs.Andreas Schneider1-0/+5
2007-11-19Remove pstring from nmbd.Jeremy Allison1-3/+3
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-1/+1
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-4/+4
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-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison1-4/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r928: Ensure we're calling send_mailslot() with a UNIX charsetJeremy Allison1-1/+4
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-11/+11
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison1-2/+2
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-11/+11
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+2
2003-08-27Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison1-3/+3
2003-08-23Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison1-438/+403
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-05-07We used to use the name "*",0x0 here, but some WindowsJeremy Allison1-1/+9
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-2/+6
2003-03-18NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett1-2/+2
2003-03-10check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter1-1/+1
2003-01-15*lots of small merges form HEADGerald Carter1-1/+1
2002-12-12Merge of #include <smb.h> removals.Tim Potter1-1/+0
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+7
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-1/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-3/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2000-01-07this looks like a big commit, but it isn't really :)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-4/+4
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-4/+4
1998-10-21Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1-59/+151
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-1/+1
1998-08-31minor fixes to the DMB<->DMB sync code. We now get the dmb name fromAndrew Tridgell1-5/+10
1998-08-31I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell1-2/+18
1998-08-30added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1-1/+2
1998-08-30finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1-141/+45
1998-08-30we we have successfully done a query on *<1b> from a wins server andAndrew Tridgell1-7/+25
1998-08-30added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1-2/+3
1998-08-03I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1-2/+7