You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| test | 1 year ago | |
| Different Encryptions.zip | 1 year ago | |
| Empty Dir Same Name As File.zip | 1 year ago | |
| Mixed Paths.zip | 1 year ago | |
| Parent Dir Same Name As File.zip | 1 year ago | |
| README.md | 1 year ago | |
| Repeated Dir Name.zip | 1 year ago | |
| Repeated File Name With Different Cases.zip | 1 year ago | |
| Repeated File Name.zip | 1 year ago | |
| SJIS Bug 846195.zip | 1 year ago | |
| Windows Special Names.zip | 1 year ago | |
| Wrong CRC.zip | 1 year ago | |
| create_test_zip.sh | 1 year ago | |
| empty.zip | 1 year ago | |
| evil.zip | 1 year ago | |
| evil_via_absolute_file_name.zip | 1 year ago | |
| evil_via_invalid_utf8.zip | 1 year ago | |
| test.zip | 1 year ago | |
| test_encrypted.zip | 1 year ago | |
| test_mismatch_size.zip | 1 year ago | |
| test_nocompress.zip | 1 year ago | |
| test_posix_permissions.zip | 1 year ago | |
README.md
test_posix_permissions.zip
Rebuild this zip by running:
rm test_posix_permissions.zip &&
mkdir z &&
cd z &&
touch 0.txt 1.txt 2.txt 3.txt &&
chmod a+x 0.txt &&
chmod o+x 1.txt &&
chmod u+x 2.txt &&
zip test_posix_permissions.zip * &&
mv test_posix_permissions.zip .. &&
cd .. &&
rm -r z