summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-4/+4
* s3: Do central cli_set_errorVolker Lendecke2011-05-191-9/+0
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-1/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-6/+15
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* s3-cli: fix uninitialized variable.Günther Deschner2010-08-191-1/+1
* s3-libsmb: fix some uninitialized variables.Günther Deschner2010-08-191-2/+2
* s3: async cli_listVolker Lendecke2010-08-181-396/+647
* s3: Remove some direct cli->inbuf references in interpret_long_filenameVolker Lendecke2010-08-051-2/+2
* s3: Remove a pointless wrapper functionVolker Lendecke2010-08-051-1/+1
* s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2010-08-051-3/+13
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-051-7/+13
* s3: Convert cli_list() to return NTSTATUSVolker Lendecke2010-08-041-6/+14
* s3: Use data_blob_nullVolker Lendecke2010-08-041-1/+1
* s3: Remove "cli" from "struct finfo"Volker Lendecke2010-07-301-2/+0