Add bug number for samba/talloc breakage and fix
[abartlet/samba-debian.git] / source3 / client / clitar.c
2016-04-04 Andrew BartlettImported Upstream version 4.3.6
2016-04-01 Andrew BartlettImported Upstream version 4.4.0
2015-11-07 Jelmer VernooijMerge tag 'upstream/4.3.1+dfsg' into experimental
2015-11-07 Jelmer VernooijImported Upstream version 4.3.1+dfsg
2015-11-07 Jelmer VernooijMerge tag 'debian/4.1.20+dfsg-1' of git://git.debian...
2015-10-05 Jeremy Allisons3: smbclient: Move cmd_setmode out of clitar.c and...
2015-09-19 Jelmer VernooijMerge tag 'upstream/4.3.0+dfsg' into experimental
2015-09-19 Jelmer VernooijImported Upstream version 4.3.0+dfsg
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/client.
2015-04-25 Jelmer VernooijMerge 4.1 branch.
2014-12-07 Jelmer VernooijMerge tag 'upstream/4.2.0_rc2+dfsg' into experimental
2014-12-07 Jelmer VernooijImported Upstream version 4.2.0~rc2+dfsg
2014-02-21 David Disseldorpclitar: don't panic, propagate talloc errors upwards
2014-02-20 David Disseldorpclitar: propagate make_remote_path() talloc errors
2014-02-20 David Disseldorpclitar: return allocation errors from is_subpath()
2014-02-20 David Disseldorpclitar: add error return to tar_path_in_list()
2014-02-20 David Disseldorpclitar: add error return to tar_extract_skip_path()
2014-02-20 David Disseldorpclitar: add error return to tar_create_skip_path()
2014-02-20 David Disseldorpclitar: check for path_base_name() allocation errors
2014-02-19 David Disseldorpcli: do not dump libarchive absence warning on startup
2014-02-19 Andreas Schneiders3-clitar: Fix identation.
2014-02-19 Andreas Schneiders3-clitar: Simplify is_subpath().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of fix_unix_path().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of max_token().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of make_remote_path().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_path_in_list().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_read_inclusion_file().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_set_newer_than().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_send_file().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_extract().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of get_file_callback().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_create_from_list().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_parse_args().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of cmd_setmode().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of cmd_tar().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of cmd_block().
2014-02-19 Andreas Schneiders3-clitar: Use ARRAY_SIZE macro.
2014-02-19 David Disseldorpclitar: get tar context handle via helper function
2014-02-19 Aurélien Aptelclitar.c: fix segfault in cmd_block()
2014-02-19 Aurélien Aptels3: add --with-libarchive to build configuration
2014-02-19 Aurélien Aptelclitar.c: check all allocations return value
2014-02-19 Aurélien Aptelclitar.c: create and free talloc context properly
2014-02-19 David Disseldorpclitar: remove unnecessary public function prototypes
2014-02-19 Aurélien Aptelclitar.c: add prototype, rearrange definition for easie...
2014-02-19 Aurélien Aptelclitar.c: documentation
2014-02-19 Aurélien Aptelclitar.c: honor regex flag, emulate old behaviour ...
2014-02-19 Aurélien Aptelclitar.c: blocksize in block unit, fix error handling...
2014-02-19 Aurélien Aptelclitar.c: when returning int, always use 0 for success
2014-02-19 Aurélien Aptelclitar.c: default block size was a multiple of TBLOCK
2014-02-19 Aurélien Aptelclitar.c: only list <include list> instead of whole...
2014-02-19 Aurélien Aptelclitar.c: implement interactive command + respective...
2014-02-19 Aurélien Aptelclitar.c: cosmetic changes
2014-02-19 Aurélien Aptelclitar.c: operation INCLUDE_LIST same as INCLUDE
2014-02-19 Aurélien Aptelclitar.c: fix creation exclusion, don't reverse in...
2014-02-19 Aurélien Aptelclitar.c: fix include mode bug
2014-02-19 Aurélien Aptelclitar.c: implement reset mode
2014-02-19 Aurélien Aptelclitar: implement exclusion filter for extraction
2014-02-19 Aurélien Aptelclitar.c: implement dry mode, add total_size and fix...
2014-02-19 Aurélien Aptelclitar.c: add line in DBG macro
2014-02-19 Aurélien Aptelclitar.c: implement nosystem, nohidden and include...
2014-02-19 Aurélien Aptelclitar.c: implement basic tar creation
2014-02-19 Aurélien Aptelclitar.c: don't create file when processing dir
2014-02-19 Aurélien Aptelclitar.c: implement basic full extraction
2014-02-19 Aurélien Aptelclitar.c: fix_unix_path() now replace / with \
2014-02-19 Aurélien Aptelclitar.c: factor path_list handling in a function,...
2014-02-19 Aurélien Aptelclitar.c: update TAR_DEFAULT_BLOCK_SIZE comment
2014-02-19 Aurélien Aptelclitar.c: start processing tar files in extraction...
2014-02-19 Aurélien Aptelclient.c, clitar.c: rename process_tar to tar_process...
2014-02-19 Aurélien Aptelclitar.c, client.c: add flag to know if there's a tar...
2014-02-19 Aurélien Aptelclitar.c: fix path name when adding them
2014-02-19 Aurélien Aptelclitar: use lowercase for bool value
2014-02-19 Aurélien Aptelclitar.c: add tar_dump() debug function, fix bugs
2014-02-19 Aurélien Aptelimplement argument parsing, split client_proto.h
2014-02-19 Aurélien Aptelclitar.c: start of argument parsing
2014-02-19 Aurélien Aptelclitar.c: add doc, remove _t suffix in enum name
2014-02-19 Aurélien Aptelclitar.c: add cmd_setmode(), remove typedef
2014-02-19 Aurélien Aptelclitar.c: expand context structure and implement cmd_bl...
2014-02-19 Aurélien Aptelclitar.c: fresh new compilable file.
2013-12-09 Ivo De DeckerMerge branch 'master' into samba_4.1
2013-12-09 Ivo De DeckerMerge tag 'upstream/4.0.13+dfsg' into samba_4.1
2013-12-06 Jelmer VernooijMerge branch 'master' of git+ssh://git.debian.org/git...
2013-11-17 Jelmer VernooijMerge tag 'upstream/4.1.1+dfsg' into debian.
2013-11-17 Jelmer VernooijImported Upstream version 4.1.1+dfsg
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-15 Ivo De DeckerMerge branch 'master' into samba_4.0
2013-05-10 Ivo De DeckerMerge tag 'upstream/4.0.5+dfsg1' into samba_4.0_ivo
2013-05-10 Ivo De DeckerImported Upstream version 4.0.0+dfsg1
2012-12-06 Scott LovenbergClean up client timeout definitions [rev. 2]
2012-09-18 bubullemerge upstream 3.6.8
2012-09-18 bubulleLoad samba-3.6.8 into branches/samba/upstream.
2012-08-13 Salvador I. GonzalezFix smbclient/tarmode panic on connecting to Windows...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-06-26 bubullemerge upstream 3.6.6
2012-06-26 bubulleLoad samba-3.6.6 into branches/samba/upstream.
2012-05-11 Jeremy AllisonFix bug #8922.
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: Remove sys_creat wrapper
2012-01-26 bubulleMerge upstream 3.6.2
2012-01-26 bubulleLoad samba-3.6.2 into branches/samba/upstream.
2012-01-03 Masafumi Nakayamas3-cli: fix bug 563, >8GB tar on BE machines
next