|
a3285f6e5d
|
Silenced a compiler warning
|
2012-06-05 17:00:16 +02:00 |
|
|
36502f8ae3
|
Second stage of implementation of GPT production.
It implements the writer class for the backup GPT.
|
2012-06-04 20:39:34 +02:00 |
|
|
21109ffcf1
|
Disabled GTP test mock-up.
|
2012-06-02 19:37:23 +02:00 |
|
|
bcd4b88319
|
First stage of implementation of GPT production.
The writer class for the backup GPT is not implemented yet.
|
2012-06-02 19:32:22 +02:00 |
|
|
714ef6493a
|
New API call iso_image_hfsplus_get_blessed()
|
2012-05-30 16:42:12 +02:00 |
|
|
01b2ee088b
|
Silenced a harmless compiler warning.
|
2012-05-30 12:51:37 +02:00 |
|
|
2ed96d89f9
|
Corrections to HFS+ code by Vladimir Serbinko.
|
2012-05-30 08:57:04 +02:00 |
|
|
cc71d9e30b
|
Now writing micro mock-up of APM Block0.
Corrected block size handling with APM entry 1.
|
2012-05-29 22:17:09 +02:00 |
|
|
4fd7faa636
|
Fixed a bug about APM that was introduced with rev 968. Found by Vladimir.
|
2012-05-29 21:20:42 +02:00 |
|
|
d2c19ed2b4
|
New adjustemets to HFS+ by Vladimir Serbinenko.
|
2012-05-29 17:59:42 +02:00 |
|
|
63df7749fa
|
Silenced compiler warnings by fixing micro bugs.
|
2012-05-28 09:27:07 +02:00 |
|
|
e9eb22f514
|
New error code ISO_BOOT_APM_OVERLAP
|
2012-05-28 09:17:17 +02:00 |
|
|
e57e45e40b
|
New API call iso_write_opts_set_hfsp_serial_number().
|
2012-05-27 18:55:04 +02:00 |
|
|
1ed3ba7933
|
Introduced internal pseudo-random generators iso_random_uuid() and
iso_random_8byte().
|
2012-05-27 16:05:56 +02:00 |
|
|
3e2479c095
|
Fixed a bug in yet unused code which was introduced by rev 965.
|
2012-05-26 23:17:59 +02:00 |
|
|
bc7e8acb74
|
Corrected three comments about recently introduced error codes.
|
2012-05-26 23:09:55 +02:00 |
|
|
8770148cad
|
Introduced inner API iso_apm_partition_request for definition of
Apple Partition Map entries by hfsplus.c.
|
2012-05-26 23:04:42 +02:00 |
|
|
6fc6a09040
|
Fixed several memory problems introduced by rev 965
|
2012-05-25 20:57:06 +02:00 |
|
|
a72fd6a309
|
Corrected a comment in libisofs.h
|
2012-05-25 19:55:45 +02:00 |
|
|
82f39020cf
|
Attributed HFS+ blessings to IsoImage rather than IsoWriteOpts.
|
2012-05-25 19:34:09 +02:00 |
|
|
1842921b2c
|
Adaptions to new HFS+ blessing interface by Vladimir Serbinenko.
|
2012-05-25 18:19:46 +02:00 |
|
|
ab11c954d9
|
Created API and hfsplus interface of HFS+ blessing.
But iso_write_opts_bless() is still a dummy.
|
2012-05-25 14:40:06 +02:00 |
|
|
177864bd13
|
Made struct iso_hfsplus_xinfo_data clonable.
|
2012-05-25 10:42:26 +02:00 |
|
|
ed986aa4ea
|
HFS+ enhancement by Vladimir Serbinenko:
Mostly symlinks, POSIX files and attributes.
|
2012-05-25 08:25:45 +02:00 |
|
|
45bf3d9717
|
Cleaned out obsolete development remarks.
|
2012-05-24 21:46:53 +02:00 |
|
|
c1df1c9fd8
|
Corrected type of the new iso_hfsplus_xinfo_data members.
|
2012-05-24 19:49:52 +02:00 |
|
|
a7ae64e3c7
|
Removed an unused variable.
|
2012-05-24 19:33:57 +02:00 |
|
|
6cb5f802af
|
Committing the yet incomplete implementation of SYSLINUX isohybrid
for MBR, UEFI and x86-Mac. This shall avoid tangling with ongoing HFS+
efforts.
|
2012-05-24 19:31:00 +02:00 |
|
|
a8b20b87aa
|
New API functions iso_hfsplus_xinfo_func(), iso_hfsplus_xinfo_new()
and pre-version 0 of struct iso_hfsplus_xinfo_data.
|
2012-05-24 19:27:03 +02:00 |
|
|
201e7f15df
|
Including <arpa/inet.h>
|
2012-05-24 13:54:49 +02:00 |
|
|
f040f31d05
|
Registered new error ISO_SECT_SCATTERED in iso_error_to_msg().
|
2012-05-24 13:06:49 +02:00 |
|
|
9e2d82fc78
|
Updated Vladimir Serbinenko's work.
|
2012-05-24 11:27:21 +02:00 |
|
|
1a5c02a27e
|
Updated Vladimir Serbinenko's work. Replaced his extension of Iso_File_Src
by a function that computes the size from Iso_File_Src.sections.
|
2012-05-24 09:19:23 +02:00 |
|
|
e5a4e33ebd
|
Bug fix: Joliet name comparison was done as signed bytes and thus produced
a peculiar sorting order. Thanks to Vladimir Serbinenko. (For previous commit
too.)
|
2012-05-23 20:59:14 +02:00 |
|
|
fae423fb54
|
Bug fix: The separator dot of Joliet names was byte swapped on big-endian
machines.
|
2012-05-23 20:58:31 +02:00 |
|
|
2c540b1f43
|
Vladimir Serbinenko began to implement production of HFS+ metadata.
This revision introduces the writer class and a first attempt to integrate
it into image production. Not yet functional.
|
2012-05-23 14:47:49 +02:00 |
|
|
6982971796
|
Bug fix: Volume descriptors of Joliet and ISO 9660:1999 beared non-zero
Effective Date, involuntarily restricting the early end of their lifetime.
Thanks to Vladimir Serbinenko.
|
2012-05-22 16:46:17 +02:00 |
|
|
3c7c534ded
|
Bug fix: File Structure Version field of ISO 9660:1999 Enhanced Volume
Descriptor was 1 instead of 2. Thanks to Vladimir Serbinenko.
|
2012-05-20 20:37:25 +02:00 |
|
|
ff95a84130
|
Bug fix: Symbol iso_fs_global_id was missing in libisofs.ver.
Thanks to: http://upstream-tracker.org/versions/libisofs.html
|
2012-04-28 08:51:50 +02:00 |
|
|
f384961808
|
Bug fix: Memory corruption when reading bootable image that was truncated
before the storage location of the boot catalog
|
2012-04-19 09:29:31 +02:00 |
|
|
81dd6ce55a
|
Version leap to 1.2.3
|
2012-04-02 19:12:39 +02:00 |
|
|
125789feef
|
Version leap to 1.2.2
|
2012-04-02 19:00:27 +02:00 |
|
|
37efffcf26
|
Removed obsolete development comments
|
2012-04-02 11:36:16 +02:00 |
|
|
8a2fa9fe2e
|
New API call iso_write_opts_set_allow_7bit_ascii().
|
2012-03-22 11:18:44 +01:00 |
|
|
1247edff95
|
Reacted on warnings of cppcheck.
|
2012-03-21 20:28:15 +01:00 |
|
|
a2fe1a4100
|
Corrected flaws of revision 926.
|
2012-03-14 13:50:46 +01:00 |
|
|
4eb4146474
|
Improved standards compliance for ISO level 1 names with partly relaxed
constraints.
|
2012-03-14 09:07:59 +01:00 |
|
|
ce35aefb32
|
Bug fix: Directory name mapping to ISO level 1 was too liberal if
iso_write_opts_set_allow_dir_id_ext() was enabled.
|
2012-03-13 09:38:29 +01:00 |
|
|
269e0b19a5
|
Improved the ISO level 1 mapping of file names which begin by a dot.
|
2012-03-13 09:20:20 +01:00 |
|
|
0a8bb0e9b8
|
Made sure that empty relocation directory name leads to root directory.
|
2012-03-10 11:29:03 +01:00 |
|
|
76f2a5f4d3
|
New API call iso_write_opts_set_rr_reloc()
|
2012-03-09 19:59:51 +01:00 |
|
|
e49f9672bc
|
Disabled skipping of ECMA-119 directory /RR_MOVED by name.
|
2012-03-06 16:18:05 +01:00 |
|
|
37f880797d
|
Small comment change in libisofs/libisofs.h
|
2012-03-06 15:14:45 +01:00 |
|
|
ebea7c29ef
|
Reporting name of base file with error message for filtered streams
|
2012-02-11 19:09:40 +01:00 |
|
|
09c49f777a
|
Version leap to 1.2.1
|
2012-01-27 15:57:45 +01:00 |
|
|
5f76be9d76
|
Version leap to 1.2.0
|
2012-01-27 10:59:50 +01:00 |
|
|
6a1bbaa902
|
Extended influence of iso_write_opts_set_dir_rec_mtime() to Joliet and
ISO 9660:1999.
|
2012-01-14 15:54:25 +01:00 |
|
|
22fed6bedb
|
Reacted on warning of cppcheck
|
2011-10-09 18:26:13 +02:00 |
|
|
3433592f69
|
Version leap to 1.1.7
|
2011-09-27 14:33:07 +02:00 |
|
|
d787ecbcd9
|
Version leap to 1.1.6
|
2011-09-27 14:29:18 +02:00 |
|
|
cb25d4d4e5
|
Clarified a remark about maximum length of RR name parts in CA.
|
2011-09-26 18:23:24 +02:00 |
|
|
afdef92343
|
Moved version number macros higher in libisofs/libisofs.h
|
2011-09-24 16:38:20 +02:00 |
|
|
2bc7084315
|
Adaptions and remarks about GNU/Hurd
|
2011-08-30 19:20:18 +02:00 |
|
|
6d10908a58
|
Detecting and rejecting multiple entries of user::, group::, other:: in ACL text
|
2011-08-24 09:23:02 +02:00 |
|
|
2ba54fafe7
|
New optional tolerance towards failure to restore "default" ACLS on FreeBSD.
|
2011-08-23 12:40:09 +02:00 |
|
|
ca63dac7e3
|
Enabled recording and restoring of extattr on FreeBSD.
Gave up unconditional ACL support in favor of configure control.
|
2011-08-22 17:10:13 +02:00 |
|
|
f885da8087
|
Avoided to restore xattr of namespace "isofs" if non-"user" restoring is
enabled.
|
2011-08-22 15:57:16 +02:00 |
|
|
8438db02cf
|
Avoided to call calloc() for 0 bytes when reading Linux xattr.
|
2011-08-22 12:37:11 +02:00 |
|
|
ce19db5e19
|
Bug fix: On Solaris: False out-of-memory errors when writing images.
|
2011-08-19 12:40:45 +02:00 |
|
|
aeb5258ae2
|
Removed rogue comma from FreeBSD ACL adapter
|
2011-08-18 16:06:33 +02:00 |
|
|
f10c2d7779
|
New API call iso_local_attr_support()
|
2011-08-18 15:07:31 +02:00 |
|
|
82bfcf429a
|
Bug fix: No ACLs were recorded on FreeBSD.
|
2011-08-18 10:29:34 +02:00 |
|
|
8fb8c01a0f
|
Corrected a theoretical flaw in a code path which is not yet used.
|
2011-08-18 10:28:41 +02:00 |
|
|
73910e2f3c
|
Bug fix: ACL entries of groups and of user id 0 were not properly recorded
and cannot be restored.
|
2011-08-18 10:26:09 +02:00 |
|
|
9c5fc21679
|
Small change in a comment
|
2011-08-18 10:24:47 +02:00 |
|
|
3a82f213e0
|
Implemented direct iconv conversion for the case that the traditional
two-step conversion via character set "WCHAR_T" fails. E.g. on Solaris.
|
2011-08-11 18:22:49 +02:00 |
|
|
6892c734e2
|
Bug fix: The function for restoring ACLs and xattr returned error on
FreeBSD, even if no xattr were to be restored.
|
2011-08-09 19:00:03 +02:00 |
|
|
66f6937c17
|
Clarified stream version prescription and made internal stream data
instances static.
|
2011-08-09 14:59:19 +02:00 |
|
|
baa5b7cd42
|
Added missing symbol serial_id to libisofs.ver
|
2011-08-09 14:58:46 +02:00 |
|
|
ecdb3aeb1d
|
Version leap to 1.1.5
|
2011-08-08 13:58:43 +02:00 |
|
|
745a878884
|
Version leap to 1.1.4
|
2011-08-08 09:35:46 +02:00 |
|
|
6ae8386c23
|
Bug fix: The function for restoring ACLs and xattr returned error on systems
other than Linux and FreeBSD, even if nothing was to be restored.
|
2011-08-08 08:25:18 +02:00 |
|
|
b90e613246
|
Reacted on warnings of cppcheck
|
2011-07-11 12:44:12 +02:00 |
|
|
bbc3caf86b
|
Reacted on warnings of cppcheck
|
2011-07-11 12:43:12 +02:00 |
|
|
b086d53274
|
Reacted on warnings of cppcheck
|
2011-07-11 12:41:30 +02:00 |
|
|
17b36623a6
|
Version leap to 1.1.3
|
2011-07-08 14:42:09 +02:00 |
|
|
286648574d
|
Version leap to 1.1.2
|
2011-07-08 10:28:12 +02:00 |
|
|
541b41b6a1
|
Clarified a comment about retrieving content of boot catalog.
|
2011-07-07 14:11:30 +02:00 |
|
|
91a8be5262
|
Silenced a warning of cppcheck about possible null pointer dereference.
|
2011-07-06 12:31:37 +02:00 |
|
|
91e99703b4
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 18:54:11 +02:00 |
|
|
dd7dac3397
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 16:07:35 +02:00 |
|
|
43d4833dd6
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 16:06:16 +02:00 |
|
|
dd1629b5ca
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 16:04:05 +02:00 |
|
|
bc8138ce78
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 16:00:29 +02:00 |
|
|
2d568c1dbb
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 15:56:26 +02:00 |
|
|
842b62d111
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 15:50:52 +02:00 |
|
|
4f3357e3ec
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 15:39:38 +02:00 |
|
|
9ffe91c372
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 15:37:55 +02:00 |
|
|
7e2add413a
|
Reacted on warnings of -Wunused-but-set-variable
|
2011-07-04 15:35:43 +02:00 |
|
|
004aefd0b7
|
New API call iso_image_get_bootcat()
|
2011-07-03 21:02:19 +02:00 |
|