summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2016-01-25s3-client: Add a KRB5 wrapper for smbspoolAndreas Schneider2-0/+227
2016-01-22smbspool: Add string representation of nt_statusAndreas Schneider1-2/+2
2016-01-06smbclient: query disk usage relative to current directoryUri Simchoni1-1/+1
2015-12-03clitar: cope with functions of older versions of libarchiveBjörn Jacke1-0/+10
2015-12-02client: Fix parameter mixupVolker Lendecke1-1/+1
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 Allison3-129/+124
2015-07-14s3:client: Add "scopy" cmd to perform Server Side copy using smbclient.Anubhav Rakshit1-0/+134
2015-05-13Convert all uint32/16/8 to _t in source3/client.Richard Sharpe4-28/+28
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke2-2/+2
2015-02-10s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison1-0/+1
2015-01-22s3-smbspool: Use strtol() instead of atoi().Andreas Schneider1-1/+8
2014-11-24s3-smbclient: Return success if we listed the shares.Andreas Schneider1-1/+1
2014-06-30lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke1-8/+8
2014-06-07s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().Jeremy Allison1-4/+6
2014-05-09s3: client : Add extra return parameter to all client open calls.Jeremy Allison1-5/+5
2014-03-05s3:client: only limit the buffer by the given length 'n'Stefan Metzmacher1-1/+1
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 Disseldorp3-17/+37
2014-02-19clitar.c: fix segfault in cmd_block()Aurélien Aptel1-0/+4
2014-02-19s3: add --with-libarchive to build configurationAurélien Aptel1-0/+58
2014-02-19clitar.c: check all allocations return valueAurélien Aptel1-34/+61
2014-02-19clitar.c: create and free talloc context properlyAurélien Aptel1-26/+83
2014-02-19clitar: remove unnecessary public function prototypesDavid Disseldorp1-14/+0
2014-02-19clitar.c: add prototype, rearrange definition for easier reading.Aurélien Aptel1-899/+951
2014-02-19clitar.c: documentationAurélien Aptel1-9/+183