wimlib:referenced_wims_in_xml

Last commit made on 2016-05-15
Get this branch:
git clone -b referenced_wims_in_xml https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
referenced_wims_in_xml
Repository:
lp:wimlib

Recent commits

fae955e... by Eric Biggers

referenced wims in xml

aa61336... by Eric Biggers

.gitignore: ignore wlfuzz binary

8a1b5f4... by Eric Biggers

win32_apply.c: better workaround for access denied bug when creating ADS

Removing directory DACLs was not really a good idea, since this state can
too easily remain after extraction. Instead, since the unexpected
STATUS_ACCESS_DENIED error only occurs when creating an empty named data
stream, we can avoid the error by requesting no permissions on the
handle. It happens that no permissions are needed anyway.

7166f4e... by Eric Biggers

imagex: don't define mount_options and unmount_options if unneeded

1785172... by Eric Biggers

v1.9.2-BETA2

90995e4... by Eric Biggers

COPYING: adjust word choice

f3c7a16... by Eric Biggers

Restore comments that were accidentally deleted

f8a4983... by Eric Biggers

wimcapture.1: add note about --update-of being unreliable on Windows

c530ddd... by Eric Biggers

Update NEWS

eb3e3b7... by Eric Biggers

Use more comprehensive public domain dedications