summaryrefslogtreecommitdiff
path: root/source3/libsmb/nmblib.c
Commit message (Expand)AuthorAgeFilesLines
* fix undefined-shift in put_res_rec fuzz error: ../../source3/libsmb/nmblib.c:...eaglegai2021-10-291-1/+1
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-281-0/+1
* s3:libsmb: move cli_set_message() to source3/libsmb/nmblib.cStefan Metzmacher2020-02-261-0/+15
* nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall2020-02-071-0/+3
* s3: lib: nmblib. Clean up and harden nmb packet processing.Jeremy Allison2020-01-211-4/+8
* s3/libsmb: clang: Fix value stored to 'offset' is never readNoel Power2019-08-281-3/+2
* s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607Jeremy Allison2018-11-131-13/+21
* s3:libsmb: Fix size types in nmblibAndreas Schneider2018-03-201-3/+3
* libnmb: Fix CID 1428474 Incorrect expression (COPY_PASTE_ERROR)Volker Lendecke2018-01-251-1/+1
* libnmb: Move "read_packet" to nmbdVolker Lendecke2018-01-241-35/+0
* libnmb: Add "parse_packet_talloc"Volker Lendecke2018-01-241-0/+71
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-1/+1
* s3-libsmb: Remove check if array is NULL.Andreas Schneider2012-12-211-1/+2
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+4
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-091-5/+5
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* Add in bufflen limit when storing NetBIOS names. Remove safe_strcpy.Jeremy Allison2011-05-041-16/+32
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3: Remove unused receive_packetStefan Metzmacher2011-02-281-33/+0
* s3: Remove some unused codeVolker Lendecke2011-01-071-40/+0
* s3: Add packet_trn_id()Volker Lendecke2011-01-071-0/+16
* s3: Add some const to name_mangle()Volker Lendecke2010-12-221-1/+1
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison2010-09-261-29/+57
* s3-lib: use TYPESAFE_QSORT() in remaining s3 library codeAndrew Tridgell2010-02-141-0/+4
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-081-2/+7
* Convert name_mangle() to use tallocVolker Lendecke2009-02-241-4/+11
* Remove two write-only variablesVolker Lendecke2008-12-191-8/+0
* Pass specific packets to build_nmb and build_dgramVolker Lendecke2008-03-081-6/+4
* packet_struct is used in several places as raw memoryVolker Lendecke2007-12-191-0/+2
* remove some staticsVolker Lendecke2007-12-051-42/+7
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-7/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-12/+12
* r25510: Now we're returning the port instead of using a global,Jeremy Allison2007-10-101-1/+1
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-190/+283
* 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
* r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner2007-10-101-1/+1
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-10/+7
* r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2007-10-101-0/+5
* r776: I should have just cut and pasted from my build area and I wouldHerb Lewis2007-10-101-1/+1
* r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis2007-10-101-5/+1
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-1/+4
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-11/+17
* First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-131-805/+854
* if we are truncating to the . we need to start at the beginning in caseHerb Lewis2004-03-121-1/+1
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-2/+1
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-221-1/+1