Commit Graph

2931 Commits

Author SHA1 Message Date
Thomas Schmitt 3eba8cc921 Closed potential memory leaks. Thanks Eliska Svobodova. 2019-08-14 11:40:53 +02:00
Thomas Schmitt b356291700 Added a missing pointer initialization. Thanks Eliska Svobodova. 2019-08-13 18:19:33 +02:00
Thomas Schmitt e17db6aa3e Avoided potential dereference of NULL. Thanks Eliska Svobodova. 2019-08-13 18:04:59 +02:00
Thomas Schmitt 56a596208c Changed all occurences of (1<<31) to (1u<<31). Thanks Eliska Svobodova. 2019-08-12 21:08:41 +02:00
Thomas Schmitt fb61be034f Fixed a comparation report text problem with files of 4 GiB or larger. Thanks Eliska Svobodova. 2019-08-12 17:29:05 +02:00
Thomas Schmitt e3ff5a971f Enabled verbous error reporting of iso_node_set_acl_text() 2019-07-24 16:16:23 +02:00
Thomas Schmitt 321a0476fa Bug fix: Very large ACL texts led to SIGSEGV with -setfacl* commands. Thanks Eliska Svobodova. 2019-07-24 09:38:28 +02:00
Thomas Schmitt 397551f9d4 With report_system_area of iso_mbr_part_type: give MBR precedence over GPT 2019-07-22 20:14:53 +02:00
Thomas Schmitt 3b0abc14c0 Improved -toc summary of sessions with multiple tracks or non-data sessions 2019-07-13 17:30:47 +02:00
Thomas Schmitt c0ad17b2d0 Updated change log and web page 2019-07-06 15:40:28 +02:00
Thomas Schmitt 31450dcc93 Updated year in copyright message texts 2019-05-02 19:56:01 +02:00
Thomas Schmitt aa50f5cc2f Re-assessing drive status after automatic formatting by a write run 2019-05-02 19:54:45 +02:00
Thomas Schmitt 1eb51f44da grub-mkrescue-sed.sh: MKRESCUE_SED_IN_EFI_NO_PT="extra" to erase MBR signature 2019-04-22 20:38:37 +02:00
Thomas Schmitt 95c2e7cbda Correction of default output of command -status about -iso_nowtime 2019-04-22 10:22:48 +02:00
Thomas Schmitt 3a2a3ba737 New control variable for grub-mkrescue-sed.sh: MKRESCUE_SED_IN_EFI_NO_PT 2019-04-22 10:21:23 +02:00
Thomas Schmitt 5b62c55d12 Bug fix: Environment variable SOURCE_DATE_EPOCH did not affect synthetic files 2019-04-18 11:30:34 +02:00
Thomas Schmitt 1f8d9c7a44 New command -iso_nowtime to set fixed timestamp for synthetic files 2019-04-18 11:28:35 +02:00
Thomas Schmitt e9a424add1 Displaying directory tree sizes with -update and -update_r 2019-04-08 13:55:58 +02:00
Thomas Schmitt 1ff09139d4 Disabled autotools macro AM_MAINTAINER_MODE on advise of Ross Burton 2019-04-07 10:28:19 +02:00
Thomas Schmitt 720d28940c Made GNU xorriso ready for building out-of-source. Thanks Ross Burton. 2019-04-05 19:25:02 +02:00
Thomas Schmitt 0722502075 Made libisoburn ready for building out-of-source. Thanks Ross Burton. 2019-04-05 18:23:32 +02:00
Thomas Schmitt 7a1cac338f Updated xorriso timestamp 2019-02-18 13:21:02 +01:00
Thomas Schmitt fc71cec8f7 Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type 2019-02-18 13:19:32 +01:00
Thomas Schmitt caf38e81ae New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() 2019-02-18 13:03:37 +01:00
Thomas Schmitt 122e43da86 Updated change log and web page 2019-01-10 20:44:28 +01:00
Thomas Schmitt c56842e9a6 Improved recognizability of copyright and license statements in various files 2019-01-10 20:34:25 +01:00
Thomas Schmitt b8ee16af4a Changed prescription for safe loading of tray before xorrisofs add-on session 2018-11-11 14:43:43 +01:00
Thomas Schmitt ff68bda006 Re-enabled unconditional reporting of MD5 tags with -check_media 2018-11-01 11:04:13 +01:00
Thomas Schmitt 9cfd466b8f Silenced gcc warning about printf target buffer 2018-10-21 13:09:16 +02:00
Thomas Schmitt 22aa52ba17 Silenced gcc warnings about printf target buffer 2018-10-12 12:42:52 +02:00
Thomas Schmitt 1002df950d Displaying data file sizes with -update and -update_r 2018-10-10 13:48:51 +02:00
Thomas Schmitt 05732a210b Corrected typo in documentation (found by younger lintian) 2018-10-10 13:46:55 +02:00
Thomas Schmitt 1efe7aaea6 Corrected typo in documentation (found by lintian) 2018-09-24 12:13:38 +02:00
Thomas Schmitt c338597dd7 Updated change log and web page 2018-09-16 17:11:23 +02:00
Thomas Schmitt c2b33f4d64 Updated copyright messages 2018-09-16 17:09:36 +02:00
Thomas Schmitt 08355f7246 Made number transition to 1.5.1 2018-09-16 17:08:20 +02:00
Thomas Schmitt cb4ac1c60a Documented changes and release timestamp 2018-09-15 16:13:46 +02:00
Thomas Schmitt f0b6ea7896 Version leap to libisoburn-1.5.0 2018-09-15 15:58:10 +02:00
Thomas Schmitt c30c89d1e1 Improved in -report_system_area recognition of appended GPT partitions 2018-09-12 13:33:20 +02:00
Thomas Schmitt 8765230b75 Letting -report_system_area propose --mbr-force-bootable more often 2018-09-09 15:04:05 +02:00
Thomas Schmitt 7add4133d2 Adapted -report_system_area perception of appended partitions to changes in libisofs 2018-09-09 14:59:47 +02:00
Thomas Schmitt 92665c8be3 Corrected rank of -checkmedia quality "md5_mismatch" 2018-09-01 21:19:06 +02:00
Thomas Schmitt 675f9fe9d1 Updated change log and web page 2018-09-01 15:31:31 +02:00
Thomas Schmitt b1a47ed9a6 Preferring Linux include file sys/xattr.h over attr/attr.h 2018-05-18 17:21:50 +02:00
Thomas Schmitt 198ecef0c4 Bug fix: Multi-session emulation was not recognized with non-zero partition offset 2018-05-08 11:27:31 +02:00
Thomas Schmitt e72ab34569 Small corrections and enhancements in man xorriso 2018-03-23 18:43:03 +01:00
Thomas Schmitt 447b427688 Corrected typo "sdc" <> "scd" in xorrecord documentation 2018-02-12 10:40:02 +01:00
Thomas Schmitt 2d35076b36 Recognizing appended partitions with partition offset 16 2017-11-25 11:00:29 +01:00
Thomas Schmitt dd6042a13e Updated change log and web page 2017-11-17 15:37:41 +01:00
Thomas Schmitt d965b81d53 New -as mkisofs options -uid and -gid 2017-11-17 15:31:43 +01:00