summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-clitar: Improve readabilty of max_token().Andreas Schneider2014-02-191-4/+5
* s3-clitar: Improve readabilty of make_remote_path().Andreas Schneider2014-02-191-3/+2
* s3-clitar: Improve readabilty of tar_path_in_list().Andreas Schneider2014-02-191-9/+11
* s3-clitar: Improve readabilty of tar_read_inclusion_file().Andreas Schneider2014-02-191-2/+5
* s3-clitar: Improve readabilty of tar_set_newer_than().Andreas Schneider2014-02-191-1/+3
* s3-clitar: Improve readabilty of tar_send_file().Andreas Schneider2014-02-191-1/+3
* s3-clitar: Improve readabilty of tar_extract().Andreas Schneider2014-02-191-2/+5
* s3-clitar: Improve readabilty of get_file_callback().Andreas Schneider2014-02-191-6/+8
* s3-clitar: Improve readabilty of tar_create_from_list().Andreas Schneider2014-02-191-2/+2
* s3-clitar: Improve readabilty of tar_parse_args().Andreas Schneider2014-02-191-6/+10
* s3-clitar: Improve readabilty of cmd_setmode().Andreas Schneider2014-02-191-2/+4
* s3-clitar: Improve readabilty of cmd_tar().Andreas Schneider2014-02-191-3/+8
* s3-clitar: Improve readabilty of cmd_block().Andreas Schneider2014-02-191-2/+5
* s3-clitar: Use ARRAY_SIZE macro.Andreas Schneider2014-02-191-5/+2
* build: use configure var for libarchive depenencyDavid Disseldorp2014-02-192-3/+4
* clitar: get tar context handle via helper functionDavid Disseldorp2014-02-193-17/+37
* s3: fix --with-libarchive bug, remove useless DEFINE()Aurélien Aptel2014-02-191-12/+6
* clitar.c: fix segfault in cmd_block()Aurélien Aptel2014-02-191-0/+4
* s3: add --with-libarchive to build configurationAurélien Aptel2014-02-194-15/+110
* s3/selftest/tests.py: add test_smbclient_tarmode.pl to test suiteAurélien Aptel2014-02-191-0/+7
* manpages/smbclient: remove trailing whitespaceAurélien Aptel2014-02-191-144/+144
* manpages/smbclient: update tarmode documentationAurélien Aptel2014-02-191-97/+110
* clitar.c: check all allocations return valueAurélien Aptel2014-02-191-34/+61
* clitar.c: create and free talloc context properlyAurélien Aptel2014-02-191-26/+83
* clitar: remove unnecessary public function prototypesDavid Disseldorp2014-02-191-14/+0
* clitar.c: add prototype, rearrange definition for easier reading.Aurélien Aptel2014-02-191-899/+951
* clitar.c: documentationAurélien Aptel2014-02-191-9/+183
* clitar.c: honor regex flag, emulate old behaviour (and quirks), add testsAurélien Aptel2014-02-191-3/+19
* clitar.c: blocksize in block unit, fix error handling in tar_create().Aurélien Aptel2014-02-191-14/+25
* client: fix tar_parse_args() compiler warningDavid Disseldorp2014-02-191-1/+2
* clitar.c: when returning int, always use 0 for successAurélien Aptel2014-02-192-39/+46
* clitar.h: delete fileAurélien Aptel2014-02-191-40/+0
* clitar.c: default block size was a multiple of TBLOCKAurélien Aptel2014-02-191-1/+1
* clitar.c: only list <include list> instead of whole share, handle wildcardsAurélien Aptel2014-02-191-21/+98
* clitar.c: implement interactive command + respective testAurélien Aptel2014-02-191-1/+62
* clitar.c: cosmetic changesAurélien Aptel2014-02-191-20/+24
* clitar.c: operation INCLUDE_LIST same as INCLUDEAurélien Aptel2014-02-191-5/+5
* clitar.c: fix creation exclusion, don't reverse in exclusion modeAurélien Aptel2014-02-191-3/+6
* clitar.c: fix include mode bugAurélien Aptel2014-02-191-15/+23
* clitar.c: implement reset modeAurélien Aptel2014-02-191-1/+5
* clitar: implement exclusion filter for extractionAurélien Aptel2014-02-191-5/+27
* clitar.c: implement dry mode, add total_size and fix write bugAurélien Aptel2014-02-191-23/+61
* clitar.c: add line in DBG macroAurélien Aptel2014-02-191-1/+1
* clitar.c: implement nosystem, nohidden and include filter.Aurélien Aptel2014-02-191-58/+169
* clitar.c: implement basic tar creationAurélien Aptel2014-02-192-17/+198
* clitar.c: don't create file when processing dirAurélien Aptel2014-02-191-20/+36
* clitar.c: implement basic full extractionAurélien Aptel2014-02-191-2/+119
* clitar.c: fix_unix_path() now replace / with \Aurélien Aptel2014-02-191-3/+4
* clitar.c: factor path_list handling in a function, remove tar_fdAurélien Aptel2014-02-191-12/+17
* clitar.c: update TAR_DEFAULT_BLOCK_SIZE commentAurélien Aptel2014-02-191-1/+5