summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_path.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-20libsmb: Use nybble_to_hex_upper() in smbc_urlencode()Volker Lendecke1-4/+2
2023-08-08s3:libsmb: Add missing parenthesis to logging messageJoseph Sutton1-1/+1
2023-08-08s3:libsmb: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2022-08-26libsmb: Slightly simplify SMBC_parse_path()Volker Lendecke1-8/+2
2021-01-08libsmb: Use hex_byte() in urldecode_talloc()Volker Lendecke1-34/+15
2019-09-01Spelling fixes s/wont /won't /Mathieu Parent1-1/+1
2018-08-14libsmb: Harden smbc_readdir_internal() against returns from malicious servers.Jeremy Allison1-1/+1
2018-08-14libsmb: Ensure smbc_urlencode() can't overwrite passed in buffer.Jeremy Allison1-2/+7
2013-06-21Fix some blank line endingsVolker Lendecke1-3/+3
2013-06-11libsmb: add ABI/smbclient-0.2.1.sigsDavid Disseldorp1-1/+2
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison1-1/+1
2013-06-11Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison1-0/+24
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2010-01-14s3-libsmbclient: Fix crash bug in SMBC_parse_path().Günther Deschner1-1/+1
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke1-45/+43
2009-02-21Move some bytes from the data to the text segmentVolker Lendecke1-3/+3
2009-02-20Make libsmbclient work with DFSBo Yang1-1/+14
2009-01-16[Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman1-4/+4
2009-01-16Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider1-1/+1
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-3/+3
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman1-57/+57
2008-03-01Modified revamp of the libsmbclient interface.Derrell Lipman1-3/+4
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman1-0/+399