wimlib:wimcapture_wimappend_semantics_update

Last commit made on 2016-08-14
Get this branch:
git clone -b wimcapture_wimappend_semantics_update https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
wimcapture_wimappend_semantics_update
Repository:
lp:wimlib

Recent commits

eab48e0... by Eric Biggers

wimcapture, wimappend: semantics updates

- wimcapture refuses to overwrite existing archive without confirmation
- wimappend automatically creates archive if needed

a1ac981... by Eric Biggers

wimapply.1: fix documentation for valid Windows filenames

* "must end with space or period" is not a restriction for NT APIs
* control characters are forbidden

eabff1b... by Eric Biggers

win32_apply.c: detect case-sensitive filename support

3efc09a... by Eric Biggers

ntfs-3g_apply.c: open $Secure

5ad361d... by Eric Biggers

ntfs-3g_capture.c: update $Secure handling

139f42e... by Eric Biggers

libattr is no longer needed

wimlib only uses the extended attributes interface on Linux, where it
appears it is now safe to assume the functions are present in libc (see:
http://lists.nongnu.org/archive/html/acl-devel/2012-04/msg00001.html).

Note: the setfattr program from the "attr" package is still required to
run the NTFS-3G test script.

4ac0a41... by Eric Biggers

Sync AVL tree code from project

c68da43... by Eric Biggers

avl_tree: remove now-unused support for "unlinked" marker

273c2bf... by Eric Biggers

Unify case-sensitive and case-insensitive filename indices

a60aa6b... by Eric Biggers

avl_tree: add avl_tree_prev_in_order()