summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* messaging: Enforce just one messaging contextVolker Lendecke2014-02-191-0/+20
* vfstext: Use just one messaging_context in vfstestVolker Lendecke2014-02-191-2/+4
* spoolssd: Use only one messaging_context per processVolker Lendecke2014-02-191-1/+1
* heimdal_build: only enable libintl functions if everything was foundChristian Ambach2014-02-201-1/+2
* param: add const to a local variable to prevent a warning about lp_fstypeGarming Sam2014-02-201-1/+1
* param: remove lp_dnsdomain from s3Garming Sam2014-02-204-4/+0
* param: change s3_param.h from a generated file to a static oneGarming Sam2014-02-204-38/+24
* param: remove generated loadparm ctx table file and include it directlyGarming Sam2014-02-203-34/+16
* param: use loadparm_globals struct instead of lp function pointers in s3_helpersGarming Sam2014-02-205-54/+19
* lib/param: rename lp_string to lpcfg_stringGarming Sam2014-02-201-9/+9
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-205-26/+45
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-2017-72/+151
* build: check for libarchive version via pkgconfigDavid Disseldorp2014-02-191-4/+4
* cli: do not dump libarchive absence warning on startupDavid Disseldorp2014-02-191-1/+0
* s3-clitar: Fix identation.Andreas Schneider2014-02-191-1221/+1222
* s3-clitar: Simplify is_subpath().Andreas Schneider2014-02-191-23/+36
* s3-clitar: Improve readabilty of fix_unix_path().Andreas Schneider2014-02-191-10/+13
* s3-clitar: Improve readabilty of max_token().Andreas Schneider2014-02-191-4/+5
* s3-clitar: Improve readabilty of make_remote_path().Andreas Schneider2014-02-191-3/+2
* s3-clitar: Improve readabilty of tar_path_in_list().Andreas Schneider2014-02-191-9/+11
* s3-clitar: Improve readabilty of tar_read_inclusion_file().Andreas Schneider2014-02-191-2/+5
* s3-clitar: Improve readabilty of tar_set_newer_than().Andreas Schneider2014-02-191-1/+3
* s3-clitar: Improve readabilty of tar_send_file().Andreas Schneider2014-02-191-1/+3
* s3-clitar: Improve readabilty of tar_extract().Andreas Schneider2014-02-191-2/+5
* s3-clitar: Improve readabilty of get_file_callback().Andreas Schneider2014-02-191-6/+8
* s3-clitar: Improve readabilty of tar_create_from_list().Andreas Schneider2014-02-191-2/+2
* s3-clitar: Improve readabilty of tar_parse_args().Andreas Schneider2014-02-191-6/+10
* s3-clitar: Improve readabilty of cmd_setmode().Andreas Schneider2014-02-191-2/+4
* s3-clitar: Improve readabilty of cmd_tar().Andreas Schneider2014-02-191-3/+8
* s3-clitar: Improve readabilty of cmd_block().Andreas Schneider2014-02-191-2/+5
* s3-clitar: Use ARRAY_SIZE macro.Andreas Schneider2014-02-191-5/+2
* build: use configure var for libarchive depenencyDavid Disseldorp2014-02-192-3/+4
* clitar: get tar context handle via helper functionDavid Disseldorp2014-02-193-17/+37
* s3: fix --with-libarchive bug, remove useless DEFINE()Aurélien Aptel2014-02-191-12/+6
* clitar.c: fix segfault in cmd_block()Aurélien Aptel2014-02-191-0/+4
* s3: add --with-libarchive to build configurationAurélien Aptel2014-02-194-15/+110
* s3/selftest/tests.py: add test_smbclient_tarmode.pl to test suiteAurélien Aptel2014-02-191-0/+7
* manpages/smbclient: remove trailing whitespaceAurélien Aptel2014-02-191-144/+144
* manpages/smbclient: update tarmode documentationAurélien Aptel2014-02-191-97/+110
* clitar.c: check all allocations return valueAurélien Aptel2014-02-191-34/+61
* clitar.c: create and free talloc context properlyAurélien Aptel2014-02-191-26/+83
* clitar: remove unnecessary public function prototypesDavid Disseldorp2014-02-191-14/+0
* clitar.c: add prototype, rearrange definition for easier reading.Aurélien Aptel2014-02-191-899/+951
* clitar.c: documentationAurélien Aptel2014-02-191-9/+183
* clitar.c: honor regex flag, emulate old behaviour (and quirks), add testsAurélien Aptel2014-02-191-3/+19
* clitar.c: blocksize in block unit, fix error handling in tar_create().Aurélien Aptel2014-02-191-14/+25
* client: fix tar_parse_args() compiler warningDavid Disseldorp2014-02-191-1/+2
* clitar.c: when returning int, always use 0 for successAurélien Aptel2014-02-192-39/+46
* clitar.h: delete fileAurélien Aptel2014-02-191-40/+0
* clitar.c: default block size was a multiple of TBLOCKAurélien Aptel2014-02-191-1/+1