summaryrefslogtreecommitdiff
path: root/source3/libsmb/nmblib.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23s3:libsmb:nmblib: use NUMERIC_CMP in status_compareDouglas Bagnall1-2/+4
2024-04-05s3:libsmb/unexpected: pass nmbd_socket_dir from the callers of nb_packet_{ser...Stefan Metzmacher1-0/+6
2023-07-13s3:libsmb: Fix code spellingAndreas Schneider1-1/+1
2021-10-29fix undefined-shift in put_res_rec fuzz error: ../../source3/libsmb/nmblib.c:...eaglegai1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-02-26s3:libsmb: move cli_set_message() to source3/libsmb/nmblib.cStefan Metzmacher1-0/+15
2020-02-07nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall1-0/+3
2020-01-21s3: lib: nmblib. Clean up and harden nmb packet processing.Jeremy Allison1-4/+8
2019-08-28s3/libsmb: clang: Fix value stored to 'offset' is never readNoel Power1-3/+2
2018-11-13s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607Jeremy Allison1-13/+21
2018-03-20s3:libsmb: Fix size types in nmblibAndreas Schneider1-3/+3
2018-01-25libnmb: Fix CID 1428474 Incorrect expression (COPY_PASTE_ERROR)Volker Lendecke1-1/+1
2018-01-24libnmb: Move "read_packet" to nmbdVolker Lendecke1-35/+0
2018-01-24libnmb: Add "parse_packet_talloc"Volker Lendecke1-0/+71
2015-05-13Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe1-1/+1
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