Thomas Schmitt
|
1786ceb276
|
Version leap to 1.4.4
|
7 years ago |
Thomas Schmitt
|
f51fc50356
|
Updated changelog
|
7 years ago |
Thomas Schmitt
|
02de4570d1
|
Included <unistd.h> in aaip_0_2.h to fix a build time issue with musl libc.
Thanks to Baruch Siach.
|
7 years ago |
Thomas Schmitt
|
2a41b4817c
|
Removed option --silent from libtool runs
|
7 years ago |
Thomas Schmitt
|
9440e3061c
|
Recognizing SUN Sparc Disk Label of ISOs smaller than 300 kB.
|
7 years ago |
Thomas Schmitt
|
122dfe7b87
|
Re-instated recognition of libisofs PReP which was broken by rev 1295.
|
7 years ago |
Thomas Schmitt
|
03662f0832
|
Recognizing the newly introduced consequences of protective msdos label
with alternative grub-mkrescue boot layouts.
|
7 years ago |
Thomas Schmitt
|
eb09bcf9e5
|
Prevented option --version-script with linker run of xorriso. By Matthias Klose.
|
7 years ago |
Thomas Schmitt
|
5880636a50
|
Prevented appended partition from being marked twice in GPT if it is used as
El Torito boot image.
|
7 years ago |
Thomas Schmitt
|
b5fb98a2a3
|
Bug fix: Oversized text in ISO_SYSAREA_REPORT_DOC_ALPHA.
Thanks to Etienne Bergeron.
|
7 years ago |
Thomas Schmitt
|
b269557743
|
Bug fix: At image loading time GRUB2 MBR was not recognized if the partition
table is not the protective one as described by UEFI.
|
7 years ago |
Thomas Schmitt
|
0fd7d4d7eb
|
Added "extern C" to libisofs.h
|
7 years ago |
Thomas Schmitt
|
d8dca37d65
|
Replaced unused timezone parameter of gettimeofday() by NULL
|
7 years ago |
Thomas Schmitt
|
cd84f0927f
|
Introduced image size tolerance of 300 kB in order to recognize SUN Disk Label
that was generated by genisoimage -B "...".
|
7 years ago |
Thomas Schmitt
|
477bbb89bb
|
Fixed typo "occured" -> "occurred"
|
7 years ago |
Thomas Schmitt
|
31fcdc0ba6
|
New API calls iso_write_opts_set_appended_as_apm(), iso_write_opts_set_part_like_isohybrid()
|
7 years ago |
Thomas Schmitt
|
7c05d2a865
|
Enabled use of --interval:appended_partition_ with ISO growing.
|
7 years ago |
Thomas Schmitt
|
3d15642307
|
Preventing production of surplus isohybrid MBR partition for BIOS boot image.
The problem was introduced by rev 1299.
|
7 years ago |
Thomas Schmitt
|
872b5c6c67
|
New bit15 with options of iso_write_opts_set_system_area() to enforce
MBR bootable/active flag.
|
7 years ago |
Thomas Schmitt
|
ec35bb21c0
|
Provisory new pseudo path for El Torito boot images:
--interval:appened_partition_N:all::
|
7 years ago |
Thomas Schmitt
|
93f3cb1823
|
Another fix for Libisofs_mjg_boot_for_grub2 with original grub-mkrescue options
|
7 years ago |
Thomas Schmitt
|
fea7be5168
|
Fixed result of Libisofs_mjg_boot_for_grub2 with original grub-mkrescue options
|
7 years ago |
Thomas Schmitt
|
bd25db9283
|
Experimental macro Libisofs_mjg_boot_for_grub2 for alternative partition layout
|
7 years ago |
Thomas Schmitt
|
97eec6162c
|
Bug fix: HFS+ directories could announce more children than they actually have.
|
7 years ago |
Thomas Schmitt
|
17e8cb6697
|
Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2 hybrid layout.
|
7 years ago |
Thomas Schmitt
|
9e01d3654e
|
Experimental macros Libisofs_protective_msdos_plus_boot_dummY and
Libisofs_pmpbd_on_lba0 to test augmentation of GRUB2 protective msdos label.
|
7 years ago |
Thomas Schmitt
|
009ce1be8f
|
Bug fix: When reading an ISO filesystem, the presence of
system area options flag bit0 (-protective-msdos-label)
was not recognized if a partition is appended.
|
7 years ago |
Thomas Schmitt
|
c79299ba08
|
Bug fix: Options bit0 of iso_write_opts_set_system_area() was not forwarded
to image production if no system area data were given.
This prevented xorrisofs option --protective-msdos-label from working.
|
7 years ago |
Thomas Schmitt
|
b3701f0b18
|
Removed the false prediction that HFS+ would cause GPT.
|
7 years ago |
Thomas Schmitt
|
83b864efd2
|
Clarified virtual sector size of El Torito. Changed germanoid use of "eventual".
|
7 years ago |
Thomas Schmitt
|
cd0f57dd1a
|
Bug fix: HFS+ production could cause MBR partition of type 0xEE without GPT.
|
7 years ago |
Thomas Schmitt
|
4c9cb6b96b
|
Coordinated expectations of build system and source code in respect to
loacl support for ACL and extended file attributes. (Rev 1288 actually
belongs to this commit.)
|
7 years ago |
Thomas Schmitt
|
9c334891cf
|
Silenced a warning about unused variable if no local extended file attributes
are enabled. (Previous commit should have been part of the next one.)
|
7 years ago |
Thomas Schmitt
|
2f6103b783
|
Silenced a warning about unused variable if no local extended file attributes
are enabled.
|
7 years ago |
Thomas Schmitt
|
f32ee7da83
|
Completed update of change log
|
7 years ago |
Thomas Schmitt
|
52972811f8
|
Version leap to 1.4.3
|
7 years ago |
Thomas Schmitt
|
089982022c
|
Version leap to 1.4.2
|
7 years ago |
Thomas Schmitt
|
a6316ff05c
|
Updated changelog
|
7 years ago |
Thomas Schmitt
|
02a972a2d7
|
Closed a memory leak during retrieval of xattr.
|
7 years ago |
Thomas Schmitt
|
da8ad0d2aa
|
Made clear that a freed pointer variable is not really used any more.
Coverity CID 17846.
|
7 years ago |
Thomas Schmitt
|
79e6312397
|
Refactored error handling while encoding AAIP information.
Again Coverity CID 12564.
|
7 years ago |
Thomas Schmitt
|
b3a183fceb
|
Made sure that mangling name buffer of 40 bytes cannot overflow.
Coverity CID 12589.
|
7 years ago |
Thomas Schmitt
|
355f1f7ea2
|
Avoided to have an unused variable with --disable-xattr. Coverity CID 12544.
|
7 years ago |
Thomas Schmitt
|
57fd669d1d
|
Fixed compile time warnings with configure --disable-xattr --disable-libac.
Instigated by Coverity CID 12543.
|
7 years ago |
Thomas Schmitt
|
6047464b6b
|
Revoking previous change. It differs from the handling of F_GETFL failure.
So O_NONBLOCK is intended to be nice to have but not mandatory.
|
7 years ago |
Thomas Schmitt
|
e8b94e7b50
|
Checking the return value of fcntl(F_SETFL O_NONBLOCK). Coverity CID 12536.
|
7 years ago |
Thomas Schmitt
|
49dd9dc993
|
Closed memory leaks with demo/demo -iso_read and updated.
Inspired by Coverity CID 12561.
|
7 years ago |
Thomas Schmitt
|
93e1fc52d0
|
Closed memory leaks with demo/demo -iso_ms and updated.
Inspired by Coverity CID 12559 and 12560.
|
7 years ago |
Thomas Schmitt
|
4838cd59a7
|
Closed more memory leaks with demo/demo -iso_modify. Coverity CID 12558.
|
7 years ago |
Thomas Schmitt
|
d51b1738dd
|
Closed memory leaks with demo/demo -iso_modify and updated it a bit.
Inspired by Coverity CID 12557.
|
7 years ago |