summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3:client: Pass a talloc context down to cmd_*() functionsAndreas Schneider1-6/+6
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2024-11-06s3:client:clitar: s/the the/to the/ in commentDouglas Bagnall1-1/+1
2024-09-27s3:client: Improve error message on cli_setatr() failureAndreas Schneider1-2/+8
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2023-08-08s3:client: Remove unnecessary newline from logging messageJoseph Sutton1-1/+1
2023-07-05s4:client: Fix code spellingAndreas Schneider1-2/+2
2022-10-27s3:client: Fix old-style function definitionAndreas Schneider1-1/+1
2021-01-27clitar: restore mtime on filesSteven Price1-3/+12
2020-12-04clitar: Align integer typesVolker Lendecke1-1/+1
2020-12-01clitar: Use do_list()'s recursion in clitar.cVolker Lendecke1-33/+8
2020-06-04s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison1-3/+3
2020-01-14clitar: use modern DBG macrosBjörn Jacke1-53/+53
2020-01-14smbclient/tar: add verbose modeBjörn Jacke1-32/+69
2018-05-15build: Make --with-libarchive the defaultAndrew Bartlett1-1/+1
2017-10-24s3: smbclient: Ensure we call client_clean_name() before all operations on re...Jeremy Allison1-0/+31
2016-06-16s3-client: Fix compiler errors when building with --address-sanitizerAndrew Bartlett1-1/+1
2016-06-02s3/client/clitar.c: always close fdAurelien Aptel1-3/+4
2016-06-01s3/client/clitar.c: NULL-check correct variableAurelien Aptel1-1/+1
2015-12-03clitar: cope with functions of older versions of libarchiveBjörn Jacke1-0/+10
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-09-18s3: smbclient: Move cmd_setmode out of clitar.c and back into client.cJeremy Allison1-129/+0
2015-05-13Convert all uint32/16/8 to _t in source3/client.Richard Sharpe1-4/+4
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 Disseldorp1-11/+30
2014-02-19clitar.c: fix segfault in cmd_block()Aurélien Aptel1-0/+4