Commit Graph

  • 393cc070f3 Included stdlib.h in libisofs/util.h to get off_t defined in FreeBSD. Thomas Schmitt 2015-05-17 17:08:04 +0200
  • 006caa2fd2 Updated changelog. Thomas Schmitt 2015-05-17 10:27:55 +0200
  • c47167058a Improved 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 Schmitt 2015-05-10 09:34:45 +0200
  • 5a3d84cbbb Fixed omissions of rev 1197 about so_write_opts_set_prep_img() and iso_write_opts_set_efi_bootp(). Thomas Schmitt 2015-04-28 14:21:36 +0200
  • 5f6e64b792 Bug fix: GPT production did not yield proper results with appended sessions resp. with TOC emulation enabled. Thomas Schmitt 2015-04-25 12:13:11 +0200
  • d4b8cbe474 New 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 Schmitt 2015-04-23 15:46:04 +0200
  • a0719328ea Bug fix: A zero sized GPT partition was marked after the last appended GPT partition. Thomas Schmitt 2015-04-18 14:07:16 +0200
  • c8776e605e Bug fix: iso_image_report_system_area() did not show GPT partitions of size 0. Thomas Schmitt 2015-04-18 13:54:54 +0200
  • 003aa5832e Fixing an omission of rev 1183. Protective MBR was produced for appended GPT partitions only if ISOLINUX isohybrid was enabled. Thomas Schmitt 2015-04-14 20:13:06 +0200
  • a78864252e Mentioned official UEFI 2.4 specs in description of boot sectors. Thomas Schmitt 2015-03-16 15:03:58 +0100
  • e56a782b89 Bug 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 Schmitt 2015-03-09 19:59:54 +0100
  • 9e17516e0d Based the iso_stream_cmp_ino() comparison of streams from the loaded ISO filesystem on their data extents rather than on their inode numbers. Thomas Schmitt 2015-03-09 19:49:39 +0100
  • e29cd723dd Accounting for a long AAIP list in root directory. Thomas Schmitt 2015-03-05 15:44:47 +0100
  • b0694b4e25 Name change with some debugging macros. Thomas Schmitt 2015-03-01 22:18:59 +0100
  • 850302dde5 Fixed another bug introduced by rev 1084. The assumption was wrong that CE must be the last SUSP entry in its directory record. Thomas Schmitt 2015-03-01 22:14:35 +0100
  • 26b4222948 Fixed a bug introduced with rev 1184. Calculated size of the directory tree could differ from written size. Thomas Schmitt 2015-03-01 17:52:19 +0100
  • 782bb7854e New 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 Schmitt 2015-02-28 15:13:38 +0100
  • 9c33eb5f10 Forgot to update copyright in previous commit. Thomas Schmitt 2015-02-28 14:45:29 +0100
  • 8e55195edc Working 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 Schmitt 2015-02-26 17:56:34 +0100
  • 527b613607 New API call iso_write_opts_set_appended_as_gpt() and marking of appended partitions in GPT if GPT emerges for other reasons. Thomas Schmitt 2015-02-06 11:59:25 +0100
  • 0819f93f79 Minor changes about GPT in description of boot sectors Thomas Schmitt 2015-02-06 11:57:06 +0100
  • 3b0ba17f3d Avoiding a SIGSEGV with loading a faulty ISO filesystem. Debian bug 774152. Thanks to Jakub Wilk. Thomas Schmitt 2014-12-29 18:32:53 +0100
  • 0611f468c2 Fixed buffer overflow in demo/demo.c with gesture -iso_read. Debian bug 774147. Thanks to Jakub Wilk. Thomas Schmitt 2014-12-29 15:08:47 +0100
  • 5c6ce72c02 Fixed a typo in message of make install. Debian bug 774140. Thanks to Jakub Wilk. Thomas Schmitt 2014-12-29 11:51:30 +0100
  • 585a54d020 Improved size estimation when loading ISO with hidden El Torito images Thomas Schmitt 2014-12-03 20:22:30 +0100
  • 7ea6d4ebcb Forced ECMA-119 timestamp generation to GMT if no timezone info is available. Thomas Schmitt 2014-11-28 12:08:21 +0100
  • 3e33fa5fa1 Equipped all non-system-dependent open(2) calls with O_BINARY. Thomas Schmitt 2014-11-26 14:44:43 +0100
  • cdc336a02b Checking at configure time for timezone integer variable. Thomas Schmitt 2014-11-26 14:26:14 +0100
  • 288eb75745 Removed a surplus function definition from system_area.h which spoiled compilation on Cygwin. Thanks to Gary Jiang. Thomas Schmitt 2014-11-21 10:26:46 +0100
  • 210b5817cb Letting lfs_read() retry if read(2) returns a short byte count. Thomas Schmitt 2014-11-20 13:15:35 +0100
  • 2fe0bf511b Continuing GPT inspection even if reading of GPT backup fails Thomas Schmitt 2014-11-11 12:28:23 +0100
  • af23ad0f90 Bug fix: Only 128 bytes of an emerging GPT header block were zeroized Thomas Schmitt 2014-11-04 13:48:31 +0100
  • 0fc4421e15 Bug 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 Schmitt 2014-10-11 14:57:48 +0200
  • 6ed2404420 Recording 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 Schmitt 2014-10-11 14:31:13 +0200
  • a22c16d5ef Increased default weight of El Torito boot catalog to 1 billion Thomas Schmitt 2014-10-05 13:17:53 +0200
  • 5384342336 Re-arranged help texts of iso_image_report_system_area() and iso_image_report_el_torito() Thomas Schmitt 2014-10-05 13:15:51 +0200
  • a97c66ebb8 Preserving the weights of imported boot image files Thomas Schmitt 2014-10-03 17:41:59 +0200
  • 1c2851b5ba Preserving the weights of imported boot image files. Thomas Schmitt 2014-10-03 17:07:35 +0200
  • cbea1335d8 Small corrections with MBR assessment of iso_image_report_system_area() Thomas Schmitt 2014-10-03 09:46:59 +0200
  • 6da58860ec Mentioned /ppc/bootinfo.txt in description of CHRP Thomas Schmitt 2014-09-27 11:08:59 +0200
  • c47451d12b Bug fix: iso_image_report_system_area() caused SIGSEGV by NULL if no valid ISO 9660 image was loeaded. Thanks to OmegaPhil. Thomas Schmitt 2014-08-16 15:01:11 +0200
  • a068a1349a Updated copyright date Thomas Schmitt 2014-07-06 08:54:50 +0200
  • eae886bcb5 Version leap to 1.3.9 Thomas Schmitt 2014-06-28 08:19:22 +0200
  • 288e778875 Version leap to 1.3.8 release-1.3.8 Thomas Schmitt 2014-06-28 08:14:27 +0200
  • 8e687db01d Updated changelog Thomas Schmitt 2014-06-27 18:45:14 +0200
  • 273182aa2a Avoiding complaints of iso_image_report_system_area() about backup GPT created by a corrected version of syslinux/utils/isohybrid.c Thomas Schmitt 2014-06-23 14:31:23 +0200
  • e26d07ee77 Enabled recording and restoring of extattr on NetBSD Thomas Schmitt 2014-06-20 09:07:51 +0200
  • 1b5caac764 Made declarations of make_isolinux_mbr() consistent. Debian bug 751501. Thanks to Michael Tautschnig. Thomas Schmitt 2014-06-13 16:25:00 +0200
  • 42821af4e6 Tolerating ECMA-119 Extended Attributes when loading an image Thomas Schmitt 2014-06-13 09:34:30 +0200
  • c17ba1980a Clarified which inode is local ino_t and which is Rock Ridge uint32_t. Thomas Schmitt 2014-05-27 21:31:53 +0200
  • 1df1642a61 Corrected help text of iso_image_report_system_area() Thomas Schmitt 2014-05-08 20:07:46 +0200
  • c07f42dfd4 Unified width of index columns to 3 digits in output of iso_image_report_*() Thomas Schmitt 2014-04-29 19:39:42 +0200
  • 443156e100 Re-arranged output lines of iso_image_report_el_torito() Thomas Schmitt 2014-04-29 19:17:06 +0200
  • 2f517301de Reacted on a compiler warning about an unused variable. Thomas Schmitt 2014-04-28 21:06:10 +0200
  • 0bce145343 Changed report format of detected El Torito boot image options Thomas Schmitt 2014-04-27 15:13:57 +0200
  • 6d64bc23cf Estimating size of El Torito boot images which are not represented by a file Thomas Schmitt 2014-04-27 12:09:13 +0200
  • 25295d2bb0 Polished help text of iso_image_report_system_area() Thomas Schmitt 2014-04-25 09:40:37 +0200
  • 3370f666f9 Split the large macro ISO_SYSAREA_REPORT_DOC into several parts ISO_SYSAREA_REPORT_DOC* Thomas Schmitt 2014-04-24 13:56:52 +0200
  • ad279352e3 New API call iso_image_report_el_torito() Thomas Schmitt 2014-04-24 10:15:56 +0200
  • dfd74d3d04 Bug fix: iso_file_get_old_image_lba() returned 0 in case of valid lba. Thomas Schmitt 2014-04-23 16:22:37 +0200
  • 593844b0ed Recognizing partition offset 16 if the MBR is a protective msdos label Thomas Schmitt 2014-04-15 10:18:50 +0200
  • 083795cba2 Changed start of overall isohybrid GPT partition from 0 to partition_offset Thomas Schmitt 2014-04-14 17:54:07 +0200
  • 3b06d25a37 Removed a surplus semicolon of previous changeset Thomas Schmitt 2014-04-14 16:18:50 +0200
  • 9e5158f59e Closed a memory leak introduced with rev 1133 Thomas Schmitt 2014-04-14 16:06:32 +0200
  • d93be961e1 Closed a memory leak with disposal of iso_image_report_system_area() result Thomas Schmitt 2014-04-13 11:21:33 +0200
  • 8c1c0775d6 Closed a memory leak with loading of hidden boot images Thomas Schmitt 2014-04-13 11:07:10 +0200
  • 2f8bd3ac01 Split the output of iso_image_report_system_area() into separate texts. Thomas Schmitt 2014-04-13 09:16:45 +0200
  • 6edc1ac057 New API call iso_crc32_gpt() Thomas Schmitt 2014-04-12 14:54:54 +0200
  • a394f4dfd2 Bug fix: The GUIDs of main GPT and backup GPT differed if more than one System Area was written into the ISO image. Thomas Schmitt 2014-04-11 16:15:19 +0200
  • dd27f579eb New API call iso_image_report_system_area() Thomas Schmitt 2014-04-11 15:39:45 +0200
  • 1ac59bec46 Clarified PALO header versions in boot sector description Thomas Schmitt 2014-04-09 23:59:09 +0200
  • af843e446f Included fcntl.h in libisofs.h to work around "#define open open64" in fcntl.h of AIX. Thanks to Richard Nolde. Thomas Schmitt 2014-04-09 09:48:31 +0200
  • e6e037f87e Re-enabled HP-PA PALO boot preparations Thomas Schmitt 2014-04-09 09:02:51 +0200
  • ca2643b52b Updated description of boot sector formats Thomas Schmitt 2014-04-09 08:31:34 +0200
  • ed8066580a Reacted on compiler warning of gcc on AIX. Thanks Richard Nolde. Thomas Schmitt 2014-04-03 21:45:19 +0200
  • 97ec68530b Applied similar bug fixes to Joliet and ISO 9660:1999 Thomas Schmitt 2014-04-02 19:40:17 +0200
  • 185cbd99bf Bug fix: Prevent allocation of empty ECMA-119 directory children list. Thanks Richard Nolde. Thomas Schmitt 2014-04-02 19:06:53 +0200
  • 0e00aeb638 Bug fix: Prevent allocation of empty hash tables. Thanks Richard Nolde. Thomas Schmitt 2014-04-02 18:40:03 +0200
  • 03b45c3151 Version leap to 1.3.7 Thomas Schmitt 2014-03-04 17:08:29 +0100
  • b82ca42f87 Version leap to 1.3.6 release-1.3.6 Thomas Schmitt 2014-03-04 17:00:54 +0100
  • 1a8a216822 Updated changelog Thomas Schmitt 2014-03-04 10:05:57 +0100
  • ef528f2f0e Temporarily disabled the unfinished HP-PA PALO bootability preparations Thomas Schmitt 2014-03-04 09:23:04 +0100
  • bedfa914d5 Temporarily disabled the unfinished HP-PA PALO bootability preparations Thomas Schmitt 2014-03-03 20:15:08 +0100
  • 5383ae2faa Fixed a memory fault introduced with rev 1106 Thomas Schmitt 2014-02-16 14:42:39 +0100
  • d23462657b Installed debugging code for error ISO_RR_NAME_RESERVED Thomas Schmitt 2014-02-16 14:40:28 +0100
  • b41e36365d Fixed a write to array index -1 with demo/demo -tree Thomas Schmitt 2014-02-16 14:31:33 +0100
  • 985015cea1 Making sure that PVD time strings are allocated with 17 bytes plus trailing 0 Thomas Schmitt 2014-02-13 16:25:15 +0100
  • 27d4c79d0e Silenced warnings about -Wchar-subscripts, added /usr/local for NetBSD Thomas Schmitt 2014-02-11 09:28:27 +0100
  • 5b78efb12a Clarified the content of the PVD timestamps. Thomas Schmitt 2014-02-09 13:29:50 +0100
  • 2c2fb7caf2 Fixed a harmless bug introduced with rev 1111. Thomas Schmitt 2014-01-26 10:07:10 +0100
  • d51cefb097 Adapted HP-PA boot sector code to upcomming PALO header version 5 Thomas Schmitt 2014-01-16 11:59:58 +0100
  • 7637d13e11 New API calls iso_image_set_hppa_palo() and iso_image_get_hppa_palo() Thomas Schmitt 2014-01-14 09:43:28 +0100
  • b9b5284f22 Beautified the collision avoiding names Thomas Schmitt 2014-01-04 16:28:25 +0100
  • afa65e9f2a Reduced minimum length of collision avoiding name from 8 to 7 Thomas Schmitt 2014-01-03 21:16:56 +0100
  • 5e1aaca232 Avoided unnecessary recursion with production of collision avoiding names Thomas Schmitt 2014-01-03 20:53:59 +0100
  • fea649835c Small fix of previous change Thomas Schmitt 2014-01-03 20:00:04 +0100
  • 44f475a4ef Improved handling of unconvertable file names and name collsions during iso_image_import() Thomas Schmitt 2014-01-03 18:29:29 +0100
  • 60eb7e883c Issueing warnings when Joliet file names with non-UCS-2 characters get read Thomas Schmitt 2013-12-31 13:14:42 +0100
  • 9b4e0b611a Bug fix: Division by zero if HFS+ was combined with TOC emulation for overwritable media. Thomas Schmitt 2013-12-28 16:45:29 +0100
  • 1be57e34ec Completed implementation of API call iso_conv_name_chars() Thomas Schmitt 2013-12-28 15:36:33 +0100