]> git.ipfire.org Git - thirdparty/libarchive.git/history - libarchive
Never allow empty passwords (#2116)
[thirdparty/libarchive.git] / libarchive /
2024-04-13  Tobias StoeckmannNever allow empty passwords (#2116)
2024-04-13  Tobias StoeckmannPrevent usage of uninitialized variable in `__archive_m...
2024-04-13  Adrian Iain LamFix unused-function warning. (#2114)
2024-04-13  Tim KientzleFix version string (#2118)
2024-04-08  Martin MatuskaLibarchive 3.7.4dev
2024-04-07  Martin MatuskaRelease 3.7.3 v3.7.3
2024-04-07  Tim Kientzlebuild: use standard HAVE_ pattern for ZSTD compression...
2024-04-03  Martin MatuskaRevert "zip: update AppleDouble support for directories...
2024-04-01  jvreelandazip: update AppleDouble support for directories (#2100)
2024-04-01  Duncan Hornrar5: don't continue if the last block produced no...
2024-03-31  Spacefishread 64bit instead of 32bit integer in fallback code...
2024-03-24  AtariDreamsRemove the write_all_states() return type (#1995)
2024-03-24  Tim KientzleOverhaul Zip end-of-data marker parsing (#2042)
2024-03-24  asolwaCMake: Add missing include directories for archive_stat...
2024-03-23  Duncan HornFix tests on Windows (#2091)
2024-03-23  Dag-Erling SmørgravImproved control over frame size in zstd filter. (...
2024-03-18  Duncan HornUpdate 'archive_mstring_update_utf8' to attempt UTF8...
2024-03-17  Elvis AngelaccioFix archive_write_set_format_option for 7zip format...
2024-03-02  tniasFix DONT_FAIL_ON_CRC_ERROR ifndef logic (#2079)
2024-02-08  nooriroFix FILETIME truncation on `archive_write_finish_entry...
2024-01-01  Tim KientzleGardening: Fix the `begin` lines in many of the uuencod...
2023-12-08  Emil VelikovMinor __LA_NORETURN inspired fixes (#2028)
2023-12-04  AtariDreamsReplace __LA_DEAD with __LA_NORETURN (#2000)
2023-12-04  YAMASHINA Hioxz: fix incorrect eof at the end of an lzip member...
2023-11-24  Jeffrey WaltonPrefer OPENSSL_cleanse to memset in OpenSSL code path...
2023-11-21  Dustin L. HowettAdd a new Windows-only public API, archive_read_open_fi...
2023-11-21  Brooks DavisVCSid removal (#2017)
2023-10-18  AtariDreamsUse calloc arguments that correspond with the variable...
2023-09-17  Roland ClobusPreserve the natural order in ISO9660 archives for...
2023-09-12  Martin Matuskatests: fix zstd long option test for 32-bit architectures
2023-09-11  Martin MatuskaLibarchive 3.7.3dev
2023-09-11  Martin MatuskaRelease 3.7.2 v3.7.2
2023-09-06  tomaThomasAdd --long write option for zstd (#1962)
2023-09-04  Jarred SumnerFix MSVC warnings on x64 (#1956)
2023-09-04  tomaThomasAdd threads write option for zstd to man pages (#1952)
2023-09-03  Mostyn Bramley-Moore7zip reader: improve error message when encountering...
2023-08-23  Martin Matuskauudecode filter: free name if already allocated before...
2023-08-23  Martin Matuskauudecode filter: add missing check for failed malloc
2023-08-22  Martin Matuskauudecode filter: fix memory allocation and name length...
2023-08-22  Martin Matuskauudecode filter: fix file name length calculation
2023-08-22  Martin Matuskauudecode filter: in raw mode decode file name and file...
2023-08-21  Mostyn Bramley-Moore7zip reader: translate windows permissions to unix...
2023-08-18  Martin Matuskapax writer: fix multiple security vulnerabilities
2023-07-29  Martin MatuskaLibarchive 3.7.2dev
2023-07-29  Martin MatuskaRelease 3.7.1 v3.7.1
2023-07-24  Joshua RootCheck if clang has __builtin_bswap16 (#1932)
2023-07-24  Martin Matuskabuild: update config_freebsd.h
2023-07-22  Mostyn Bramley-MooreFix various VS2019 compiler warnings (#1927)
2023-07-22  AtariDreamsreturn ((int)r); is not part of if statement due to...
2023-07-19  Wong Hoi Sing EdisonReplace `svfs.f_namelen` with `svfs.f_namemax` (#1924)
2023-07-18  Martin MatuskaLibarchive 3.7.1dev
2023-07-18  Martin MatuskaRelease 3.7.0 v3.7.0
2023-07-17  Mostyn Bramley-Moore7zip reader: add support for ARM64 filter (#1918)
2023-07-15  Martin Matuskapax writer: depend ustar_max_mtime on size of time_t
2023-07-14  Martin MatuskaCI: ignore directory traversals test nr. 4 on MacOS
2023-07-14  Martin Matuskatests: fix exit on failed realloc in libarchive/test...
2023-07-14  Martin MatuskaFix missing endif in libarchive/archive_random.c
2023-07-13  Sarah GilmoreAdd missing brackets to if clause
2023-07-13  Sarah GilmoreFix indentation
2023-07-13  Sarah GilmoreFix typo in calls to close_file_descriptor function
2023-07-13  Sarah GilmoreAlways close file handle on descriptor on posix systems...
2023-07-13  Sarah GilmoreClose file handle on windows when padding/truncating...
2023-07-13  Enji CooperFix the build with libressl-devel <2.7
2023-07-13  Steve LhommeUse Windows bcrypt when enabled and building for Vista...
2023-07-13  Steve LhommeDisable CreateFileA calls in UWP builds
2023-07-13  Steve LhommeUse CreateFile2 instead of CreateFileW on Win8+ builds
2023-07-13  Steve LhommeDon't call GetOEMCP() in Universal Windows Platform...
2023-07-13  Steve LhommeUse the common CMake BUILD_SHARED_LIBS to build shared...
2023-07-13  Steve Lhommefix the CreateHardLinkW signature to match the real...
2023-07-13  Steve LhommeDisable CreateSymbolicLinkW use in UWP builds
2023-07-13  Steve LhommeUse CreateHardLinkW and CreateSymbolicLinkW directly...
2023-07-13  Steve LhommeDisable program call with stdin/stdout usage on UWP...
2023-07-13  Mingye Wangfixup! someone messed up the list
2023-07-13  Mingye Wangarchive_read_set_options.3: document zip options
2023-07-13  uyjulianFix certain unused variables on certain conditions
2023-07-13  uyjulianProperly guard calls to lstat
2023-07-13  uyjulianRename to avoid arc4random_buf static definition clashing
2023-07-13  Mostyn Bramley-Moore7zip reader: add 7z ARM filter support for copy/bzip2...
2023-07-13  Mostyn Bramley-Moore7zip reader: add some 7z ARM filter tests
2023-07-13  Mostyn Bramley-Moore7zip reader: add support for zstandard compression...
2023-07-13  Mostyn Bramley-MooreAdd some 7zip zstd reader tests
2023-07-13  Luke Mewburnsetup_current_filesystem: fail if name_max is 0
2023-07-13  Luke MewburnLinux: use statvfs for name_max if available
2023-07-13  Wei-Cheng Panfix unused variable error if no zstd
2023-07-09  AtariDreamsPrefer OR over addition (#1915)
2023-05-13  Enji CooperFix FreeBSD builds with WARNS=6 (#1869)
2023-04-18  Dimitry AndricMake single bit bitfields unsigned to avoid clang 16...
2023-02-14  Li kunyuarchive_read_data_into_fd: Increase pointer assignment...
2023-01-20  Bernhard M. WiedemannAllow tests to pass after 2038 (#1838)
2023-01-09  Dag-Erling SmørgravAdd tests for the new zstd options.
2023-01-09  Dag-Erling SmørgravSupport producing multi-fragment zstd archives.
2023-01-09  Dag-Erling SmørgravFlush write filters between entries.
2023-01-09  Dag-Erling SmørgravClean up zstd support code.
2023-01-09  RoseDo not account for NULL terminator when comparing with...
2023-01-09  RoseUpdate autotools and fix warnings (#1815)
2023-01-09  Rosen Penevreplace time64 functions with normal ones (#1830)
2022-12-28  Rosen Penevfurther cleanup _localtime64_s (#1824)
2022-12-28  TERESH1add "no sanitize undefined" attribute with clang (...
2022-12-28  TERESH1Memory leaks fix for tests (#1829)
2022-12-20  Rosen Penevcleanup _localtime64_s (#1820)
next