Commit Graph

2873 Commits

Author SHA1 Message Date
Thomas Schmitt 5e727b43ad Rejecting zram[0-9] as candidate device 2019-12-05 18:15:55 +01:00
Thomas Schmitt c0b650bebb Simplified the pipeline which obtains the partition device files 2019-12-04 17:18:14 +01:00
Thomas Schmitt e226486172 Taking inability to determine -image_file size as reason to abort 2019-12-04 12:31:53 +01:00
Thomas Schmitt 245102072c Unwrapped the tree usages of vraiable sudo_cmd, because it can be empty 2019-12-04 12:18:57 +01:00
Thomas Schmitt f419f51f1e Rejecting device names which are not a single word 2019-12-03 22:07:34 +01:00
Thomas Schmitt 7fa1f82ed9 Removed unused variable 2019-12-03 21:47:07 +01:00
Thomas Schmitt 3bf01c109d Replaced fgrep by grep -F 2019-12-03 21:41:17 +01:00
Thomas Schmitt f7f484de20 Wrapped command path variables in double quotes 2019-12-03 20:54:45 +01:00
Thomas Schmitt 02e55a9dbc Enabled real writing in xorriso-dd-target 2019-12-03 10:58:11 +01:00
Thomas Schmitt 6de23e96de Avoided to show mount lines again after -dummy umount 2019-12-03 10:34:19 +01:00
Thomas Schmitt 74f05d33f5 Made changes to -plug_test step 3 2019-12-02 19:56:08 +01:00
Thomas Schmitt 9b711f20ec Reassured success of unmount 2019-12-02 17:13:00 +01:00
Thomas Schmitt 23bce9c669 Added info and man page for xorriso-dd-target 2019-12-02 10:59:14 +01:00
Thomas Schmitt a6ab055153 Small fixes of problems found while writing documentation 2019-12-02 10:56:15 +01:00
Thomas Schmitt 9ffb3ff2d5 Running sudo early in order to get the possible password prompt 2019-11-30 19:49:54 +01:00
Thomas Schmitt 099d24f740 Added option -dummy_force 2019-11-30 18:35:31 +01:00
Thomas Schmitt 69ce40b6d4 Added a confirmation prompt to -plug_test controlled write runs 2019-11-30 17:26:18 +01:00
Thomas Schmitt b0db123119 Added pacifier dots to the waiting loop of -plug_test 2019-11-30 15:59:28 +01:00
Thomas Schmitt b8f77670d9 Introduced option -plug_test 2019-11-30 15:18:47 +01:00
Thomas Schmitt 81272c80ca Introduced option -dummy and enabled real unmounting 2019-11-30 13:06:16 +01:00
Thomas Schmitt e36596b8d4 Assessing which partitions are really mounted. Made sure that a bus related reason is shown if bus was inquired. Improved hint and usage text. 2019-11-30 10:18:25 +01:00
Thomas Schmitt fe46a2d983 Beginning public development of xorriso-dd-target 2019-11-29 12:13:42 +01:00
Thomas Schmitt ea863307a4 Added options --md5 and --sha256 to Jigdo releng test 2019-11-26 20:38:18 +01:00
Thomas Schmitt 9028117c01 Removed some surplus blanks 2019-11-26 20:28:48 +01:00
Thomas Schmitt b35e119f15 Updated change log and web page 2019-11-24 13:57:49 +01:00
Thomas Schmitt 1557304c96 Switched to usage of libjte-2.0.0. New -jigdo parameters "checksum_algorithm", "demand_checksum", "checksum_path". New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list", "-jigdo-force-checksum". 2019-11-24 13:34:30 +01:00
Thomas Schmitt c4894d8ae3 Reacted on compiler warnings of Debian Sid 2019-11-23 14:31:14 +01:00
Thomas Schmitt 78a2a377dd Fixed another spelling error found by fossies.org with codespell 2019-10-30 20:40:15 +01:00
Thomas Schmitt c8b9c9a244 Fixed spelling errors found by fossies.org with codespell 2019-10-28 15:34:56 +01:00
Thomas Schmitt 5903885d45 Updated change log 2019-10-27 17:52:40 +01:00
Thomas Schmitt 614e36ff21 Made number transition to 1.5.3 2019-10-27 17:51:21 +01:00
Thomas Schmitt 74d9160401 Documented changes and release timestamp 2019-10-26 20:22:06 +02:00
Thomas Schmitt 3c8f270099 Version leap to libisoburn-1.5.2 2019-10-26 20:19:25 +02:00
Thomas Schmitt e2c71a34d0 Bug fix: -osirrox "concat_split_on" worked only together with -split_size larger than 0. Thanks William Willems. 2019-10-11 12:46:50 +02:00
Thomas Schmitt cb597ec570 Clarified the message for file paths which are much too long 2019-09-29 22:55:25 +02:00
Thomas Schmitt a6328e82fc Prevented -report_system_area as_mkisofs from combining -efi-boot-part with -e --interval:appended_partition 2019-09-29 22:54:19 +02:00
Thomas Schmitt 901939986a New command -drive_access, new -as cdrecord option --drive_not_exclusive 2019-09-08 12:30:52 +02:00
Thomas Schmitt 8828d6f465 Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV 2019-09-01 09:25:03 +02:00
Thomas Schmitt 7066fd4e2f Improved rejection message in case case of local root directory as input file 2019-09-01 09:22:38 +02:00
Thomas Schmitt 4db0aab0cb Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory 2019-09-01 09:18:05 +02:00
Thomas Schmitt fe5fd8eefa Changed strncpy() to memcpy() in order to please static analyzers 2019-08-14 16:48:23 +02:00
Thomas Schmitt 06346c1e98 Prevented potential string overruns. Thanks Eliska Svobodova. 2019-08-14 16:18:48 +02:00
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