libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1
[oweals/busybox.git] / archival / unzip.c
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2017-07-27 Natanael Copaunzip: fix regression on big-endian machines
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkounzip: sanitize filename length: malloc(1234mb) is...
2017-07-20 Denys Vlasenkounzip: implement -j, closes 9126
2017-07-20 Denys Vlasenkounzip: robustify overwrite checks
2017-07-20 Denys Vlasenkounzip: support symlinks. Closes 10031
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-11 Denys Vlasenkounzip: TODO for symlink support
2017-03-24 Denys Vlasenkowhitespace fix
2017-01-09 Denys Vlasenkounzip: match "Defl:?" display with info-zip; cosmetic...
2017-01-09 Denys Vlasenkounzip: optional support for xz
2017-01-09 Denys Vlasenkounzip: optional support for bzip2 and lzma
2017-01-08 Denys Vlasenkounzip: do not use CDF.extra_len, read local file header...
2017-01-05 Cristian Ionescu... unzip: remove now-pointless lseek which returns current...
2017-01-05 Denys Vlasenkotypo fix in config help text
2017-01-05 Denys Vlasenkounzip: properly use CDF to find compressed files. Close...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-18 Denys Vlasenkounzip: shorter code for date/time generation
2016-04-17 Denys Vlasenkounzip: better match for "standard" unzip's output;...
2016-04-17 Denys Vlasenkounzip: fix percent overflow; show "stored" files properly
2016-04-17 Denys Vlasenkounzip: fix a case where we find wrong CDE. Closes 8821
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-02-10 Denys Vlasenkounzip: prevent attacks via malicious filenames
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2013-11-14 Denys Vlasenkoarchival/*: move "config:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files,...
2013-11-14 Denys Vlasenkoarchival/*: move "kbuild:" snippets into .c files
2013-07-21 Denys Vlasenkounzip: survive lack of CDF on non-streaming zip files
2013-07-20 Denys Vlasenkounzip: increase PEEK_FROM_END from 16k to 64k
2013-01-22 Denys Vlasenkounzip: add missing fflush; code shrink
2013-01-22 Denys Vlasenko*: reuse more strings
2012-06-19 Denys Vlasenkotweak help text
2012-06-15 Denys Vlasenkounzip: make options parsing more robust on getopt w...
2012-05-27 Natanael Copaunzip: ignore chmod errors
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-09 Denys Vlasenkounzip: fflush stdout before reading interative y/n...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Dan FandrichImprove unzip's handling of stream ZIP files
2010-05-24 Denys Vlasenkounzip: another small code shrink
2010-05-24 Denys Vlasenkounzip: tiny code shrink -2 bytes
2010-05-24 Denys Vlasenkounzip: restore unix file mode if possible. closes bug...
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-06 Denys Vlasenkounzip: more compat if DESKTOP=y
2009-07-25 Stefani Seiboldunzip: try lseek before resorting to reading
2009-02-26 Denis Vlasenkounzip: fix thinko with le/be conv and size (closes...
2008-09-21 Denis Vlasenkounzip: handle "central directory"
2008-07-26 Denis Vlasenkounzip: move check for unsupported zip features to bette...
2008-07-26 Denis Vlasenkounzip: give better error message when presented with...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-11-06 Denis Vlasenkounzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Docum...
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-11-05 Paul Foxchange safety check on zip header to allow for extra...
2007-10-19 Denis Vlasenkounzip: add a comment explaining why we don't die
2007-10-18 Denis Vlasenkounzip: fix endianness bugs
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-09-07 Paul Foxoverload the existing '-q' flag so that if '-l' and...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-31 Denis Vlasenkounzip: fix xstrndup bug (xstrndup(s,n) can allocate...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-03 Denis Vlasenkoarchival: added O_TRUNC so that when we overwrite files...
2006-08-04 Rob LandleyOk, that's not a typo, that's just me not thinking.
2006-08-04 Rob LandleyTypo.
2006-08-04 Rob LandleyNow that we have xopen3(), it's just plain unclean...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-03-27 Paul Foxensure that corrupted file extraction causes both a...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
next