summaryrefslogtreecommitdiff
path: root/source3/libsmb/nmblib.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-21s3-libsmb: Remove check if array is NULL.Andreas Schneider1-1/+2
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+4
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett1-5/+5
2011-05-05More simple const fixes.Jeremy Allison1-1/+1
2011-05-04Add in bufflen limit when storing NetBIOS names. Remove safe_strcpy.Jeremy Allison1-16/+32
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-02-28s3: Remove unused receive_packetStefan Metzmacher1-33/+0
2011-01-07s3: Remove some unused codeVolker Lendecke1-40/+0
2011-01-07s3: Add packet_trn_id()Volker Lendecke1-0/+16
2010-12-22s3: Add some const to name_mangle()Volker Lendecke1-1/+1
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2010-09-26Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison1-29/+57
2010-02-14s3-lib: use TYPESAFE_QSORT() in remaining s3 library codeAndrew Tridgell1-0/+4
2010-02-08s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher1-2/+7
2009-02-24Convert name_mangle() to use tallocVolker Lendecke1-4/+11
2008-12-19Remove two write-only variablesVolker Lendecke1-8/+0
2008-03-08Pass specific packets to build_nmb and build_dgramVolker Lendecke1-6/+4
2007-12-19packet_struct is used in several places as raw memoryVolker Lendecke1-0/+2
2007-12-05remove some staticsVolker Lendecke1-42/+7
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-7/+8
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
2007-10-10r25510: Now we're returning the port instead of using a global,Jeremy Allison1-1/+1
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-190/+283
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-10r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner1-1/+1
2007-10-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison1-1/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-10/+7
2007-10-10r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison1-0/+5
2007-10-10r776: I should have just cut and pasted from my build area and I wouldHerb Lewis1-1/+1
2007-10-10r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis1-5/+1
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison1-1/+4
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-11/+17
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison1-805/+854
2004-03-12if we are truncating to the . we need to start at the beginning in caseHerb Lewis1-1/+1
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-2/+1
2003-08-22Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison1-1/+1
2003-08-22Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison1-13/+16
2003-07-27Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett1-3/+3
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett1-4/+8
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-06-06fixed a pstrcpy() that is not on a pstringAndrew Tridgell1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-4/+4
2002-12-06Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-16/+15
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+2
2002-04-22Copying commit from HEAD.Christopher R. Hertel1-2/+13
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1