index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
/
clitar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-15
build: Make --with-libarchive the default
Andrew Bartlett
1
-1
/
+1
2017-10-24
s3: smbclient: Ensure we call client_clean_name() before all operations on re...
Jeremy Allison
1
-0
/
+31
2016-06-16
s3-client: Fix compiler errors when building with --address-sanitizer
Andrew Bartlett
1
-1
/
+1
2016-06-02
s3/client/clitar.c: always close fd
Aurelien Aptel
1
-3
/
+4
2016-06-01
s3/client/clitar.c: NULL-check correct variable
Aurelien Aptel
1
-1
/
+1
2015-12-03
clitar: cope with functions of older versions of libarchive
Björn Jacke
1
-0
/
+10
2015-11-06
Fix various spelling errors
Mathieu Parent
1
-1
/
+1
2015-09-18
s3: smbclient: Move cmd_setmode out of clitar.c and back into client.c
Jeremy Allison
1
-129
/
+0
2015-05-13
Convert all uint32/16/8 to _t in source3/client.
Richard Sharpe
1
-4
/
+4
2014-02-21
clitar: don't panic, propagate talloc errors upwards
David Disseldorp
1
-53
/
+136
2014-02-21
clitar: propagate make_remote_path() talloc errors
David Disseldorp
1
-3
/
+14
2014-02-21
clitar: return allocation errors from is_subpath()
David Disseldorp
1
-16
/
+45
2014-02-21
clitar: add error return to tar_path_in_list()
David Disseldorp
1
-12
/
+23
2014-02-21
clitar: add error return to tar_extract_skip_path()
David Disseldorp
1
-10
/
+22
2014-02-21
clitar: add error return to tar_create_skip_path()
David Disseldorp
1
-20
/
+34
2014-02-21
clitar: check for path_base_name() allocation errors
David Disseldorp
1
-8
/
+22
2014-02-19
cli: do not dump libarchive absence warning on startup
David Disseldorp
1
-1
/
+0
2014-02-19
s3-clitar: Fix identation.
Andreas Schneider
1
-1221
/
+1222
2014-02-19
s3-clitar: Simplify is_subpath().
Andreas Schneider
1
-23
/
+36
2014-02-19
s3-clitar: Improve readabilty of fix_unix_path().
Andreas Schneider
1
-10
/
+13
2014-02-19
s3-clitar: Improve readabilty of max_token().
Andreas Schneider
1
-4
/
+5
2014-02-19
s3-clitar: Improve readabilty of make_remote_path().
Andreas Schneider
1
-3
/
+2
2014-02-19
s3-clitar: Improve readabilty of tar_path_in_list().
Andreas Schneider
1
-9
/
+11
2014-02-19
s3-clitar: Improve readabilty of tar_read_inclusion_file().
Andreas Schneider
1
-2
/
+5
2014-02-19
s3-clitar: Improve readabilty of tar_set_newer_than().
Andreas Schneider
1
-1
/
+3
2014-02-19
s3-clitar: Improve readabilty of tar_send_file().
Andreas Schneider
1
-1
/
+3
2014-02-19
s3-clitar: Improve readabilty of tar_extract().
Andreas Schneider
1
-2
/
+5
2014-02-19
s3-clitar: Improve readabilty of get_file_callback().
Andreas Schneider
1
-6
/
+8
2014-02-19
s3-clitar: Improve readabilty of tar_create_from_list().
Andreas Schneider
1
-2
/
+2
2014-02-19
s3-clitar: Improve readabilty of tar_parse_args().
Andreas Schneider
1
-6
/
+10
2014-02-19
s3-clitar: Improve readabilty of cmd_setmode().
Andreas Schneider
1
-2
/
+4
2014-02-19
s3-clitar: Improve readabilty of cmd_tar().
Andreas Schneider
1
-3
/
+8
2014-02-19
s3-clitar: Improve readabilty of cmd_block().
Andreas Schneider
1
-2
/
+5
2014-02-19
s3-clitar: Use ARRAY_SIZE macro.
Andreas Schneider
1
-5
/
+2
2014-02-19
clitar: get tar context handle via helper function
David Disseldorp
1
-11
/
+30
2014-02-19
clitar.c: fix segfault in cmd_block()
Aurélien Aptel
1
-0
/
+4
2014-02-19
s3: add --with-libarchive to build configuration
Aurélien Aptel
1
-0
/
+58
2014-02-19
clitar.c: check all allocations return value
Aurélien Aptel
1
-34
/
+61
2014-02-19
clitar.c: create and free talloc context properly
Aurélien Aptel
1
-26
/
+83
2014-02-19
clitar: remove unnecessary public function prototypes
David Disseldorp
1
-14
/
+0
2014-02-19
clitar.c: add prototype, rearrange definition for easier reading.
Aurélien Aptel
1
-899
/
+951
2014-02-19
clitar.c: documentation
Aurélien Aptel
1
-9
/
+183
2014-02-19
clitar.c: honor regex flag, emulate old behaviour (and quirks), add tests
Aurélien Aptel
1
-3
/
+19
2014-02-19
clitar.c: blocksize in block unit, fix error handling in tar_create().
Aurélien Aptel
1
-14
/
+25
2014-02-19
clitar.c: when returning int, always use 0 for success
Aurélien Aptel
1
-38
/
+45
2014-02-19
clitar.c: default block size was a multiple of TBLOCK
Aurélien Aptel
1
-1
/
+1
2014-02-19
clitar.c: only list <include list> instead of whole share, handle wildcards
Aurélien Aptel
1
-21
/
+98
2014-02-19
clitar.c: implement interactive command + respective test
Aurélien Aptel
1
-1
/
+62
2014-02-19
clitar.c: cosmetic changes
Aurélien Aptel
1
-20
/
+24
2014-02-19
clitar.c: operation INCLUDE_LIST same as INCLUDE
Aurélien Aptel
1
-5
/
+5
[next]