index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
/
clitar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Make --with-libarchive the default
Andrew Bartlett
2018-05-15
1
-1
/
+1
*
s3: smbclient: Ensure we call client_clean_name() before all operations on re...
Jeremy Allison
2017-10-24
1
-0
/
+31
*
s3-client: Fix compiler errors when building with --address-sanitizer
Andrew Bartlett
2016-06-16
1
-1
/
+1
*
s3/client/clitar.c: always close fd
Aurelien Aptel
2016-06-02
1
-3
/
+4
*
s3/client/clitar.c: NULL-check correct variable
Aurelien Aptel
2016-06-01
1
-1
/
+1
*
clitar: cope with functions of older versions of libarchive
Björn Jacke
2015-12-03
1
-0
/
+10
*
Fix various spelling errors
Mathieu Parent
2015-11-06
1
-1
/
+1
*
s3: smbclient: Move cmd_setmode out of clitar.c and back into client.c
Jeremy Allison
2015-09-18
1
-129
/
+0
*
Convert all uint32/16/8 to _t in source3/client.
Richard Sharpe
2015-05-13
1
-4
/
+4
*
clitar: don't panic, propagate talloc errors upwards
David Disseldorp
2014-02-21
1
-53
/
+136
*
clitar: propagate make_remote_path() talloc errors
David Disseldorp
2014-02-21
1
-3
/
+14
*
clitar: return allocation errors from is_subpath()
David Disseldorp
2014-02-21
1
-16
/
+45
*
clitar: add error return to tar_path_in_list()
David Disseldorp
2014-02-21
1
-12
/
+23
*
clitar: add error return to tar_extract_skip_path()
David Disseldorp
2014-02-21
1
-10
/
+22
*
clitar: add error return to tar_create_skip_path()
David Disseldorp
2014-02-21
1
-20
/
+34
*
clitar: check for path_base_name() allocation errors
David Disseldorp
2014-02-21
1
-8
/
+22
*
cli: do not dump libarchive absence warning on startup
David Disseldorp
2014-02-19
1
-1
/
+0
*
s3-clitar: Fix identation.
Andreas Schneider
2014-02-19
1
-1221
/
+1222
*
s3-clitar: Simplify is_subpath().
Andreas Schneider
2014-02-19
1
-23
/
+36
*
s3-clitar: Improve readabilty of fix_unix_path().
Andreas Schneider
2014-02-19
1
-10
/
+13
*
s3-clitar: Improve readabilty of max_token().
Andreas Schneider
2014-02-19
1
-4
/
+5
*
s3-clitar: Improve readabilty of make_remote_path().
Andreas Schneider
2014-02-19
1
-3
/
+2
*
s3-clitar: Improve readabilty of tar_path_in_list().
Andreas Schneider
2014-02-19
1
-9
/
+11
*
s3-clitar: Improve readabilty of tar_read_inclusion_file().
Andreas Schneider
2014-02-19
1
-2
/
+5
*
s3-clitar: Improve readabilty of tar_set_newer_than().
Andreas Schneider
2014-02-19
1
-1
/
+3
*
s3-clitar: Improve readabilty of tar_send_file().
Andreas Schneider
2014-02-19
1
-1
/
+3
*
s3-clitar: Improve readabilty of tar_extract().
Andreas Schneider
2014-02-19
1
-2
/
+5
*
s3-clitar: Improve readabilty of get_file_callback().
Andreas Schneider
2014-02-19
1
-6
/
+8
*
s3-clitar: Improve readabilty of tar_create_from_list().
Andreas Schneider
2014-02-19
1
-2
/
+2
*
s3-clitar: Improve readabilty of tar_parse_args().
Andreas Schneider
2014-02-19
1
-6
/
+10
*
s3-clitar: Improve readabilty of cmd_setmode().
Andreas Schneider
2014-02-19
1
-2
/
+4
*
s3-clitar: Improve readabilty of cmd_tar().
Andreas Schneider
2014-02-19
1
-3
/
+8
*
s3-clitar: Improve readabilty of cmd_block().
Andreas Schneider
2014-02-19
1
-2
/
+5
*
s3-clitar: Use ARRAY_SIZE macro.
Andreas Schneider
2014-02-19
1
-5
/
+2
*
clitar: get tar context handle via helper function
David Disseldorp
2014-02-19
1
-11
/
+30
*
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
1
-0
/
+58
*
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
*
clitar.c: when returning int, always use 0 for success
Aurélien Aptel
2014-02-19
1
-38
/
+45
*
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
[next]