| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | s3: fix --with-libarchive bug, remove useless DEFINE() | Aurélien Aptel | 2014-02-19 | 1 | -12/+6 |
* | clitar.c: fix segfault in cmd_block() | Aurélien Aptel | 2014-02-19 | 1 | -0/+4 |
* | s3: add --with-libarchive to build configuration | Aurélien Aptel | 2014-02-19 | 4 | -15/+110 |
* | s3/selftest/tests.py: add test_smbclient_tarmode.pl to test suite | Aurélien Aptel | 2014-02-19 | 1 | -0/+7 |
* | clitar.c: check all allocations return value | Aurélien Aptel | 2014-02-19 | 1 | -34/+61 |
* | clitar.c: create and free talloc context properly | Aurélien Aptel | 2014-02-19 | 1 | -26/+83 |
* | clitar: remove unnecessary public function prototypes | David Disseldorp | 2014-02-19 | 1 | -14/+0 |
* | clitar.c: add prototype, rearrange definition for easier reading. | Aurélien Aptel | 2014-02-19 | 1 | -899/+951 |
* | clitar.c: documentation | Aurélien Aptel | 2014-02-19 | 1 | -9/+183 |
* | clitar.c: honor regex flag, emulate old behaviour (and quirks), add tests | Aurélien Aptel | 2014-02-19 | 1 | -3/+19 |
* | clitar.c: blocksize in block unit, fix error handling in tar_create(). | Aurélien Aptel | 2014-02-19 | 1 | -14/+25 |
* | client: fix tar_parse_args() compiler warning | David Disseldorp | 2014-02-19 | 1 | -1/+2 |
* | clitar.c: when returning int, always use 0 for success | Aurélien Aptel | 2014-02-19 | 2 | -39/+46 |
* | clitar.h: delete file | Aurélien Aptel | 2014-02-19 | 1 | -40/+0 |
* | clitar.c: default block size was a multiple of TBLOCK | Aurélien Aptel | 2014-02-19 | 1 | -1/+1 |
* | clitar.c: only list <include list> instead of whole share, handle wildcards | Aurélien Aptel | 2014-02-19 | 1 | -21/+98 |
* | clitar.c: implement interactive command + respective test | Aurélien Aptel | 2014-02-19 | 1 | -1/+62 |
* | clitar.c: cosmetic changes | Aurélien Aptel | 2014-02-19 | 1 | -20/+24 |
* | clitar.c: operation INCLUDE_LIST same as INCLUDE | Aurélien Aptel | 2014-02-19 | 1 | -5/+5 |
* | clitar.c: fix creation exclusion, don't reverse in exclusion mode | Aurélien Aptel | 2014-02-19 | 1 | -3/+6 |
* | clitar.c: fix include mode bug | Aurélien Aptel | 2014-02-19 | 1 | -15/+23 |
* | clitar.c: implement reset mode | Aurélien Aptel | 2014-02-19 | 1 | -1/+5 |
* | clitar: implement exclusion filter for extraction | Aurélien Aptel | 2014-02-19 | 1 | -5/+27 |
* | clitar.c: implement dry mode, add total_size and fix write bug | Aurélien Aptel | 2014-02-19 | 1 | -23/+61 |
* | clitar.c: add line in DBG macro | Aurélien Aptel | 2014-02-19 | 1 | -1/+1 |
* | clitar.c: implement nosystem, nohidden and include filter. | Aurélien Aptel | 2014-02-19 | 1 | -58/+169 |
* | clitar.c: implement basic tar creation | Aurélien Aptel | 2014-02-19 | 2 | -17/+198 |
* | clitar.c: don't create file when processing dir | Aurélien Aptel | 2014-02-19 | 1 | -20/+36 |
* | clitar.c: implement basic full extraction | Aurélien Aptel | 2014-02-19 | 1 | -2/+119 |
* | clitar.c: fix_unix_path() now replace / with \ | Aurélien Aptel | 2014-02-19 | 1 | -3/+4 |
* | clitar.c: factor path_list handling in a function, remove tar_fd | Aurélien Aptel | 2014-02-19 | 1 | -12/+17 |
* | clitar.c: update TAR_DEFAULT_BLOCK_SIZE comment | Aurélien Aptel | 2014-02-19 | 1 | -1/+5 |
* | clitar.c: start processing tar files in extraction mode | Aurélien Aptel | 2014-02-19 | 1 | -3/+67 |
* | client.c: fix negation in tar_to_process test | Aurélien Aptel | 2014-02-19 | 1 | -1/+1 |
* | s3/wscript, s3/wscript_build: add libarchive dependency. | Aurélien Aptel | 2014-02-19 | 2 | -0/+5 |
* | client.c, clitar.c: rename process_tar to tar_process, prepare code | Aurélien Aptel | 2014-02-19 | 3 | -8/+18 |
* | clitar.c, client.c: add flag to know if there's a tar operation to do. | Aurélien Aptel | 2014-02-19 | 3 | -10/+16 |
* | clitar.c: fix path name when adding them | Aurélien Aptel | 2014-02-19 | 1 | -1/+39 |
* | clitar: use lowercase for bool value | Aurélien Aptel | 2014-02-19 | 1 | -22/+22 |
* | clitar.c: add tar_dump() debug function, fix bugs | Aurélien Aptel | 2014-02-19 | 1 | -11/+57 |
* | client.c: remove unused extern declaration | Aurélien Aptel | 2014-02-19 | 1 | -6/+0 |
* | implement argument parsing, split client_proto.h | Aurélien Aptel | 2014-02-19 | 4 | -61/+160 |
* | client.c: remove trailing whitespace | Aurélien Aptel | 2014-02-19 | 1 | -7/+7 |
* | clitar.c: start of argument parsing | Aurélien Aptel | 2014-02-19 | 1 | -22/+187 |
* | clitar.c: add doc, remove _t suffix in enum name | Aurélien Aptel | 2014-02-19 | 1 | -15/+28 |
* | clitar.c: add cmd_setmode(), remove typedef | Aurélien Aptel | 2014-02-19 | 1 | -28/+162 |
* | clitar.c: expand context structure and implement cmd_block() | Aurélien Aptel | 2014-02-19 | 1 | -14/+67 |
* | clitar.c: fresh new compilable file. | Aurélien Aptel | 2014-02-19 | 1 | -1905/+9 |
* | s3-auth: Pass mem_ctx to do_map_to_guest_server_info(). | Andreas Schneider | 2014-02-19 | 3 | -11/+16 |
* | s3-auth: Pass mem_ctx to auth_check_ntlm_password(). | Andreas Schneider | 2014-02-19 | 5 | -27/+48 |