summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clilist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-7/+10
* s3-libsmb: Make sure that finfo is initialized.Andreas Schneider2010-06-281-0/+2
* s3: Remove unreachable codeVolker Lendecke2010-05-221-1/+0
* Convert from numbers to correct SMB_FIND_XX constant names.Jeremy Allison2009-11-021-8/+12
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-4/+1
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-5/+5
* (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin2008-12-161-4/+5
* Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison2008-12-161-24/+683
* Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin2008-12-161-683/+24
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-081-1/+1