summaryrefslogtreecommitdiff
path: root/genisoimage/TODO
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@eurogiciel.fr>2013-03-01 11:33:00 +0100
committerPhilippe Coval <philippe.coval@eurogiciel.fr>2013-03-01 11:33:00 +0100
commita119991b98b043ef5a2432a7a0e2c4f2cf484674 (patch)
tree7346d42a282562a3937d82307012b5857d642ce6 /genisoimage/TODO
parent17a3b002800b60ee4863bd971c0068c324a27fd7 (diff)
downloadcdrkit-a119991b98b043ef5a2432a7a0e2c4f2cf484674.tar.gz
cdrkit-a119991b98b043ef5a2432a7a0e2c4f2cf484674.tar.bz2
cdrkit-a119991b98b043ef5a2432a7a0e2c4f2cf484674.zip
Imported Upstream version 1.1.11upstream/1.1.11upstream
Diffstat (limited to 'genisoimage/TODO')
-rw-r--r--genisoimage/TODO57
1 files changed, 57 insertions, 0 deletions
diff --git a/genisoimage/TODO b/genisoimage/TODO
new file mode 100644
index 0000000..cce3b24
--- /dev/null
+++ b/genisoimage/TODO
@@ -0,0 +1,57 @@
+/* @(#)TODO 1.6 03/04/27 joerg */
+ 1) Finish multiple paths. Update nlink count on directories if it is
+ different than what stat returned. Save the nlink count that we store in
+ the rock ridge attributes so know when we don't have to adjust it.
+
+
+Andy Polyakov <appro@fy.chalmers.se>
+Well, it was rather hard to get it wrong... But the answer is "yes" if
+you have to hear this very word.
+
+And while we're discussing this code. A *cosmetic* *suggestion*.
+Consider modifying two lines above the "if(is_directory)" as following:
+
+ set32(&fe->uid,0);
+ set32(&fe->gid,0);
+
+or to any other small number. Problem is that with -1 as now 'ls -l'
+results in wider output which is rather annoying (it has to print
+4294967295 twice while it formats for 8 chars).
+
+Cheers. A.
+
+/*--------------------------------------------------------------------------*/
+
+Option to modify Volume id, ... in PVD after the image has been
+created?
+
+/*--------------------------------------------------------------------------*/
+http://www.y-adagio.com/public/standards/iso_cdromr/tocont.htm
+
+Annex B has:
+
+Changes from ISO 9660:1988 to this International Standard:
+
+a) The Volume Descriptor Version is changed to indicate the new structure;
+ Version number 2 indicated the new specification.
+b) The File Structure Version is changed to indicate the new structure;
+ Version number 2 indicated the new specification.
+c) The limitation in the Depth of Hierarchy is lifted;
+ The levels in the hierarchy can exceed eight.
+d) The File Identifier is not separated to components;
+ The SEPARATORS are not specified.
+ A complex file name can be expressed.
+e) The File Identifier does not have File Version Numbers;
+ File with and without Version Numbers should not exist in the same directory.
+f) The character used for filling byte positions which are specified to be characters is subject to agreement
+between the originator and the recipient of the volume;
+g) The length of File Identifier is limited to 207;
+ Long file name can be expressed.
+h) The length of a Directory Identifier is limited to 207;
+ Long directory name can be expressed.
+/*--------------------------------------------------------------------------*/
+
+Extent # auch als off_t statt int
+
+Wenn HFS, dann max File size == 2 GB?
+