summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2015-02-10s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison1-0/+1
2015-01-22s3-smbspool: Use strtol() instead of atoi().Andreas Schneider1-1/+8
2014-11-24s3-smbclient: Return success if we listed the shares.Andreas Schneider1-1/+1
2014-06-30lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke1-8/+8
2014-06-07s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().Jeremy Allison1-4/+6
2014-05-09s3: client : Add extra return parameter to all client open calls.Jeremy Allison1-5/+5
2014-03-05s3:client: only limit the buffer by the given length 'n'Stefan Metzmacher1-1/+1
2014-02-21clitar: don't panic, propagate talloc errors upwardsDavid Disseldorp1-53/+136
2014-02-21clitar: propagate make_remote_path() talloc errorsDavid Disseldorp1-3/+14
2014-02-21clitar: return allocation errors from is_subpath()David Disseldorp1-16/+45
2014-02-21clitar: add error return to tar_path_in_list()David Disseldorp1-12/+23
2014-02-21clitar: add error return to tar_extract_skip_path()David Disseldorp1-10/+22
2014-02-21clitar: add error return to tar_create_skip_path()David Disseldorp1-20/+34
2014-02-21clitar: check for path_base_name() allocation errorsDavid Disseldorp1-8/+22
2014-02-19cli: do not dump libarchive absence warning on startupDavid Disseldorp1-1/+0
2014-02-19s3-clitar: Fix identation.Andreas Schneider1-1221/+1222
2014-02-19s3-clitar: Simplify is_subpath().Andreas Schneider1-23/+36
2014-02-19s3-clitar: Improve readabilty of fix_unix_path().Andreas Schneider1-10/+13
2014-02-19s3-clitar: Improve readabilty of max_token().Andreas Schneider1-4/+5
2014-02-19s3-clitar: Improve readabilty of make_remote_path().Andreas Schneider1-3/+2
2014-02-19s3-clitar: Improve readabilty of tar_path_in_list().Andreas Schneider1-9/+11
2014-02-19s3-clitar: Improve readabilty of tar_read_inclusion_file().Andreas Schneider1-2/+5
2014-02-19s3-clitar: Improve readabilty of tar_set_newer_than().Andreas Schneider1-1/+3
2014-02-19s3-clitar: Improve readabilty of tar_send_file().Andreas Schneider1-1/+3
2014-02-19s3-clitar: Improve readabilty of tar_extract().Andreas Schneider1-2/+5
2014-02-19s3-clitar: Improve readabilty of get_file_callback().Andreas Schneider1-6/+8
2014-02-19s3-clitar: Improve readabilty of tar_create_from_list().Andreas Schneider1-2/+2
2014-02-19s3-clitar: Improve readabilty of tar_parse_args().Andreas Schneider1-6/+10
2014-02-19s3-clitar: Improve readabilty of cmd_setmode().Andreas Schneider1-2/+4
2014-02-19s3-clitar: Improve readabilty of cmd_tar().Andreas Schneider1-3/+8
2014-02-19s3-clitar: Improve readabilty of cmd_block().Andreas Schneider1-2/+5
2014-02-19s3-clitar: Use ARRAY_SIZE macro.Andreas Schneider1-5/+2
2014-02-19clitar: get tar context handle via helper functionDavid Disseldorp3-17/+37
2014-02-19clitar.c: fix segfault in cmd_block()Aurélien Aptel1-0/+4
2014-02-19s3: add --with-libarchive to build configurationAurélien Aptel1-0/+58
2014-02-19clitar.c: check all allocations return valueAurélien Aptel1-34/+61
2014-02-19clitar.c: create and free talloc context properlyAurélien Aptel1-26/+83
2014-02-19clitar: remove unnecessary public function prototypesDavid Disseldorp1-14/+0
2014-02-19clitar.c: add prototype, rearrange definition for easier reading.Aurélien Aptel1-899/+951
2014-02-19clitar.c: documentationAurélien Aptel1-9/+183
2014-02-19clitar.c: honor regex flag, emulate old behaviour (and quirks), add testsAurélien Aptel1-3/+19
2014-02-19clitar.c: blocksize in block unit, fix error handling in tar_create().Aurélien Aptel1-14/+25
2014-02-19client: fix tar_parse_args() compiler warningDavid Disseldorp1-1/+2
2014-02-19clitar.c: when returning int, always use 0 for successAurélien Aptel2-39/+46
2014-02-19clitar.c: default block size was a multiple of TBLOCKAurélien Aptel1-1/+1
2014-02-19clitar.c: only list <include list> instead of whole share, handle wildcardsAurélien Aptel1-21/+98
2014-02-19clitar.c: implement interactive command + respective testAurélien Aptel1-1/+62
2014-02-19clitar.c: cosmetic changesAurélien Aptel1-20/+24
2014-02-19clitar.c: operation INCLUDE_LIST same as INCLUDEAurélien Aptel1-5/+5
2014-02-19clitar.c: fix creation exclusion, don't reverse in exclusion modeAurélien Aptel1-3/+6