summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Use async cli_smb2_list_send() in cli_list_send()Volker Lendecke2020-11-191-9/+9
* libsmb: Prepare cli_list_send()/recv() for single-issue subreqsVolker Lendecke2020-11-191-23/+58
* libsmb: Convert cli_list_recv() to single-recvVolker Lendecke2020-11-191-17/+113
* libsmb: Remove "mntpoint" argument from cli_list_trans() callbackVolker Lendecke2020-11-041-3/+5
* libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke2020-11-041-6/+4
* libsmb: Fix a signed/unsigned warningVolker Lendecke2020-11-041-1/+1
* libsmb: Make cli_list() prototype more descriptiveVolker Lendecke2020-09-301-5/+11
* s3: libsmb: Make cli_list_trans() and cli_list take a 32-bit attribute.Jeremy Allison2020-06-041-5/+5
* s3: libsmb: Make cli_list_old() take 32-bit attribute.Jeremy Allison2020-06-041-3/+3
* s3: libsmb: Change size of finfo->attr to uint32_t.Jeremy Allison2020-06-041-2/+1
* s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2020-06-041-5/+5
* s3: libsmb: Info level SMB_FIND_EA_SIZE encodes attibutes as a uint16, not a ...Jeremy Allison2020-06-031-1/+1
* s3: libsmb: Info level SMB_FIND_INFO_STANDARD encodes attibutes as a uint16, ...Jeremy Allison2020-06-031-1/+1
* s3: libsmb: Info level SMB_FIND_FILE_BOTH_DIRECTORY_INFO encodes attibutes as...Jeremy Allison2020-06-031-1/+2
* libsmb: Remove clistr_pull_talloc()Volker Lendecke2020-05-281-35/+35
* s3: libsmbclient: Finish unifing bad iconv behavior across CORE NT1 SMB2 prot...Jeremy Allison2020-05-121-2/+3
* s3: libsmb: In SMB1 old protocol - return NT_STATUS_INVALID_NETWORK_RESPONSE ...Jeremy Allison2020-05-121-1/+4
* libsmbclient: Put it back to a known, well-working stateVolker Lendecke2020-03-101-67/+2
* libsmb: Implement SMB_FIND_FILE_UNIX_INFO2 dir listingVolker Lendecke2020-03-031-2/+67
* CVE-2019-10218 - s3: libsmb: Protect SMB1 client code from evil server return...Jeremy Allison2019-10-291-0/+75
* s3/libsmd: clang: Fix some uninitialized value errorsNoel Power2019-10-221-2/+2
* s3: client: Add btime_ts to struct finfo.Jeremy Allison2018-05-051-0/+19
* s3: libsmb: Add return args to clistr_is_previous_version_path().Jeremy Allison2016-08-221-2/+2
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_list_tran...Jeremy Allison2016-08-191-2/+13
* s3: libsmb: Add uint16_t addtional_flags2 to cli_trans_send().Jeremy Allison2016-08-191-2/+2
* s3: libsmb: Add uint16_t additional_flags2 arg to cli_smb_send().Jeremy Allison2016-08-191-3/+3
* s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.Jeremy Allison2016-04-061-1/+1
* Use tevent_req_poll_ntstatusVolker Lendecke2015-05-181-4/+2
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-3/+3
* s3-client: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-1/+1
* s3:libsmb: Plumb cli_smb2_list() inside cli_list().Jeremy Allison2013-08-151-1/+7
* s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-3/+3
* s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-3/+3
* Fix bug in SMB_FIND_INFO_STANDARD parsing found by Volker.Jeremy Allison2012-08-221-1/+3
* s3:libsmb: get rid of cli_ucs2Luk Claes2012-05-281-4/+4
* s3:libsmb: get rid of cli_has_async_callsLuk Claes2012-05-281-3/+4
* s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes2012-05-281-7/+7
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-281-1/+1
* After a discussion with Volker, sdd a backup_intent state to the client struct.Jeremy Allison2011-12-011-2/+4
* s3:libsmb: make use of cli_state_server_time_zone()Stefan Metzmacher2011-09-131-7/+7
* s3:libsmb: make use of cli_state_available_size() in cli_list_old_send()Stefan Metzmacher2011-09-131-1/+3
* s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-08-091-2/+2
* s3:libsmb/cli*: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* Fix bug #8324 - smbclient cannot list directories from a big-endian machine.Jeremy Allison2011-07-271-2/+2
* s3:libsmb: clistr_pull_talloc() doesn't need base_ptr and flags2 with STR_ASCIIStefan Metzmacher2011-07-081-2/+2
* s3:libsmb: use trans2_bytes_push_str/bytes() in cli_list_trans_*()Stefan Metzmacher2011-07-071-20/+26
* s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher2011-07-071-6/+14
* s3:libsmb: interpret_long_filename() short_name is always UNICODEStefan Metzmacher2011-07-071-8/+3