e35cb88328Made sure that iso_file_get_old_image_sections() returns non-NULL only if section_count > 0. Made sure that callers in libisofs expect all possible outcome as announced by API description.Thomas Schmitt2015-10-09 12:03:14 +0200
83fb614462Closed memory leak in (improbable) case of error when attaching AAIP attributes to IsoNode. Coverity CID 12564.Thomas Schmitt2015-10-09 11:03:38 +0200
e5f6811795Reacted on Coverity CID 12538. Mostly cosmetic.Thomas Schmitt2015-10-08 23:20:29 +0200
f3b836194cPleasing Coverity for the improbable case that a builtin error message length exceeds 4095 bytes.Thomas Schmitt2015-10-08 23:02:06 +0200
3a870d23e3Consolidated maximum length of namespace names. Coverity CID 12590.Thomas Schmitt2015-10-08 22:40:37 +0200
06ea46c8d5Bug fix: Freeing wrong pointer in case of memory shortage. Coverty CID 12600.Thomas Schmitt2015-10-08 19:52:23 +0200
d427a03192Bug fix: Double free if a boot image has no extents. Coverity CID 12599.Thomas Schmitt2015-10-08 19:47:01 +0200
2b6071b445Bug fix: Double free if a boot image has no extents. Coverity CID 12598.Thomas Schmitt2015-10-08 19:43:08 +0200
fc448e09c9Bug fix: Double free if no charset WCHAR_T is available. Coverity CID 12597. (previous was CID 12601)Thomas Schmitt2015-10-08 19:35:22 +0200
7b7da47d86Bug fix: Double free if no charset WCHAR_T is available. Coverity CID 12597.Thomas Schmitt2015-10-08 19:27:28 +0200
01c7a0d5ecAccept Rock Ridge Creation time as ctime if no Attributes time is present.Thomas Schmitt2015-10-04 18:47:38 +0200
905f4f898fFixed SIGSEGV while image import. Introduced by rev 1216.Thomas Schmitt2015-09-28 20:39:12 +0200
b9ec876c40Preventing a theoretically possible negative array index in find_utf8_start()Thomas Schmitt2015-09-28 11:36:45 +0200
72ef369a40Let loaded image adjust truncate length regardless whether larger or smaller than the current truncate length.Thomas Schmitt2015-09-27 18:03:18 +0200
218e26c974Bug fix: iso_node_get_name() of root node returned NULL pointer rather than an empty stringThomas Schmitt2015-09-27 12:30:24 +0200
395128ef5fNew AAIP variable isofs.nt records name truncation parameters.Thomas Schmitt2015-09-25 19:07:53 +0200
7a3560035aRectified handling of oversized filenames by new API calls: iso_image_set_truncate_mode, iso_image_get_truncate_mode, iso_truncate_leaf_name, iso_image_set_node_name, iso_image_tree_clone, iso_image_add_new_dir, iso_image_add_new_file, iso_image_add_new_special, iso_image_add_new_symlink, iso_image_dir_get_node, iso_image_path_to_node,Thomas Schmitt2015-09-17 13:59:05 +0200
7ac5b75748Bug fix: Names read from Joliet tree where stripped of trailing ";1"Thomas Schmitt2015-09-07 13:17:08 +0200
6db3f6ca44Still trying to get the correct mail address in commits.Thomas Schmitt2015-07-27 19:58:28 +0200
bf19f73ea6Test: Trying to get my user id back.
stacker
2015-07-27 19:51:55 +0200
6947bfe5ecSorted the data file content extents by ECMA-119 tree rather than by the red-black tree which shall consolidate files with identical source object. Discovered and repaired a flaw in transitivity of iso_stream_cmp_ino().
stacker
2015-07-27 13:50:57 +0200
94f8503b57Excluded empty data files from being recognized as El Torito boot images when an ISO gets loaded.Thomas Schmitt2015-05-23 15:43:39 +0200
cb519e221eSilenced compiler warnings of NetBSD and Solaris.Thomas Schmitt2015-05-20 12:19:37 +0200
c47167058aImproved handling of cylinder alignment if the resulting image size size is not divisible by 2048. Old behavior was to not align. New is to pad up by a few blocks of 512 bytes.Thomas Schmitt2015-05-10 09:34:45 +0200
5a3d84cbbbFixed omissions of rev 1197 about so_write_opts_set_prep_img() and iso_write_opts_set_efi_bootp().Thomas Schmitt2015-04-28 14:21:36 +0200
5f6e64b792Bug fix: GPT production did not yield proper results with appended sessions resp. with TOC emulation enabled.Thomas Schmitt2015-04-25 12:13:11 +0200
d4b8cbe474New API object iso_interval_reader. Enabling flag bits for older API calls iso_write_opts_set_prep_img(), iso_write_opts_set_efi_bootp(), and iso_write_opts_set_partition_img().Thomas Schmitt2015-04-23 15:46:04 +0200
a0719328eaBug fix: A zero sized GPT partition was marked after the last appended GPT partition.Thomas Schmitt2015-04-18 14:07:16 +0200
c8776e605eBug fix: iso_image_report_system_area() did not show GPT partitions of size 0.Thomas Schmitt2015-04-18 13:54:54 +0200
003aa5832eFixing an omission of rev 1183. Protective MBR was produced for appended GPT partitions only if ISOLINUX isohybrid was enabled.Thomas Schmitt2015-04-14 20:13:06 +0200
a78864252eMentioned official UEFI 2.4 specs in description of boot sectors.Thomas Schmitt2015-03-16 15:03:58 +0100
e56a782b89Bug fix: If iso_write_opts_set_hardlinks() enabled automatic inode numbers, then they did not get into effect with nodes were zisofs decoder filters got attached during the image load process.Thomas Schmitt2015-03-09 19:59:54 +0100
9e17516e0dBased the iso_stream_cmp_ino() comparison of streams from the loaded ISO filesystem on their data extents rather than on their inode numbers.Thomas Schmitt2015-03-09 19:49:39 +0100
e29cd723ddAccounting for a long AAIP list in root directory.Thomas Schmitt2015-03-05 15:44:47 +0100
850302dde5Fixed another bug introduced by rev 1084. The assumption was wrong that CE must be the last SUSP entry in its directory record.Thomas Schmitt2015-03-01 22:14:35 +0100
26b4222948Fixed a bug introduced with rev 1184. Calculated size of the directory tree could differ from written size.Thomas Schmitt2015-03-01 17:52:19 +0100
782bb7854eNew system area type 6 = DEC Alpha SRM boot sector. New API calls iso_image_set_alpha_boot(), iso_image_get_alpha_boot(). Thanks to Helge Deller.Thomas Schmitt2015-02-28 15:13:38 +0100
8e55195edcWorking around a Linux kernel bug, which hides files of which the Rock Ridge CE entry points to a range that crosses a block boundary, or of which the byte offset is larger than the block size of 2048. Thanks to Joerg Meyer.Thomas Schmitt2015-02-26 17:56:34 +0100
527b613607New API call iso_write_opts_set_appended_as_gpt() and marking of appended partitions in GPT if GPT emerges for other reasons.Thomas Schmitt2015-02-06 11:59:25 +0100
0819f93f79Minor changes about GPT in description of boot sectorsThomas Schmitt2015-02-06 11:57:06 +0100
3b0ba17f3dAvoiding a SIGSEGV with loading a faulty ISO filesystem. Debian bug 774152. Thanks to Jakub Wilk.Thomas Schmitt2014-12-29 18:32:53 +0100
0611f468c2Fixed buffer overflow in demo/demo.c with gesture -iso_read. Debian bug 774147. Thanks to Jakub Wilk.Thomas Schmitt2014-12-29 15:08:47 +0100
5c6ce72c02Fixed a typo in message of make install. Debian bug 774140. Thanks to Jakub Wilk.Thomas Schmitt2014-12-29 11:51:30 +0100
585a54d020Improved size estimation when loading ISO with hidden El Torito imagesThomas Schmitt2014-12-03 20:22:30 +0100
7ea6d4ebcbForced ECMA-119 timestamp generation to GMT if no timezone info is available.Thomas Schmitt2014-11-28 12:08:21 +0100
3e33fa5fa1Equipped all non-system-dependent open(2) calls with O_BINARY.Thomas Schmitt2014-11-26 14:44:43 +0100
cdc336a02bChecking at configure time for timezone integer variable.Thomas Schmitt2014-11-26 14:26:14 +0100
288eb75745Removed a surplus function definition from system_area.h which spoiled compilation on Cygwin. Thanks to Gary Jiang.Thomas Schmitt2014-11-21 10:26:46 +0100
210b5817cbLetting lfs_read() retry if read(2) returns a short byte count.Thomas Schmitt2014-11-20 13:15:35 +0100
2fe0bf511bContinuing GPT inspection even if reading of GPT backup failsThomas Schmitt2014-11-11 12:28:23 +0100
af23ad0f90Bug fix: Only 128 bytes of an emerging GPT header block were zeroizedThomas Schmitt2014-11-04 13:48:31 +0100
0fc4421e15Bug fix: The header indicator of the last El Torito catalog section header was set to 0x90 rather than 0x91 if more than one boot image is in that section.Thomas Schmitt2014-10-11 14:57:48 +0200
6ed2404420Recording the need for boot-info-table and grub2-boot-info in El Torito images which get defined by commands rather than being loaded from an ISO filesystem.Thomas Schmitt2014-10-11 14:31:13 +0200
a22c16d5efIncreased default weight of El Torito boot catalog to 1 billionThomas Schmitt2014-10-05 13:17:53 +0200
5384342336Re-arranged help texts of iso_image_report_system_area() and iso_image_report_el_torito()Thomas Schmitt2014-10-05 13:15:51 +0200
a97c66ebb8Preserving the weights of imported boot image filesThomas Schmitt2014-10-03 17:41:59 +0200
1c2851b5baPreserving the weights of imported boot image files.Thomas Schmitt2014-10-03 17:07:35 +0200
cbea1335d8Small corrections with MBR assessment of iso_image_report_system_area()Thomas Schmitt2014-10-03 09:46:59 +0200
6da58860ecMentioned /ppc/bootinfo.txt in description of CHRPThomas Schmitt2014-09-27 11:08:59 +0200
c47451d12bBug fix: iso_image_report_system_area() caused SIGSEGV by NULL if no valid ISO 9660 image was loeaded. Thanks to OmegaPhil.Thomas Schmitt2014-08-16 15:01:11 +0200
273182aa2aAvoiding complaints of iso_image_report_system_area() about backup GPT created by a corrected version of syslinux/utils/isohybrid.cThomas Schmitt2014-06-23 14:31:23 +0200
e26d07ee77Enabled recording and restoring of extattr on NetBSDThomas Schmitt2014-06-20 09:07:51 +0200
1b5caac764Made declarations of make_isolinux_mbr() consistent. Debian bug 751501. Thanks to Michael Tautschnig.Thomas Schmitt2014-06-13 16:25:00 +0200
42821af4e6Tolerating ECMA-119 Extended Attributes when loading an imageThomas Schmitt2014-06-13 09:34:30 +0200
c17ba1980aClarified which inode is local ino_t and which is Rock Ridge uint32_t.Thomas Schmitt2014-05-27 21:31:53 +0200
1df1642a61Corrected help text of iso_image_report_system_area()Thomas Schmitt2014-05-08 20:07:46 +0200
c07f42dfd4Unified width of index columns to 3 digits in output of iso_image_report_*()Thomas Schmitt2014-04-29 19:39:42 +0200
443156e100Re-arranged output lines of iso_image_report_el_torito()Thomas Schmitt2014-04-29 19:17:06 +0200
2f517301deReacted on a compiler warning about an unused variable.Thomas Schmitt2014-04-28 21:06:10 +0200
0bce145343Changed report format of detected El Torito boot image optionsThomas Schmitt2014-04-27 15:13:57 +0200
6d64bc23cfEstimating size of El Torito boot images which are not represented by a fileThomas Schmitt2014-04-27 12:09:13 +0200
25295d2bb0Polished help text of iso_image_report_system_area()Thomas Schmitt2014-04-25 09:40:37 +0200
3370f666f9Split the large macro ISO_SYSAREA_REPORT_DOC into several parts ISO_SYSAREA_REPORT_DOC*Thomas Schmitt2014-04-24 13:56:52 +0200
a394f4dfd2Bug fix: The GUIDs of main GPT and backup GPT differed if more than one System Area was written into the ISO image.Thomas Schmitt2014-04-11 16:15:19 +0200