]> wimlib.net Git - wimlib/history - src/win32.c
Support for encrypted restore
[wimlib] / src / win32.c
2013-04-27 Eric BiggersSupport for encrypted restore
2013-04-27 Eric BiggersWin32: Get encrypted capture actually working
2013-04-27 Eric Biggerswin32_set_special_attributes(): Skip compression IOCTL...
2013-04-27 Eric BiggersWin32 apply: clear compression flag when needed
2013-04-27 Eric BiggersWin32 extract: Some refactoring; set security on handle...
2013-04-27 Eric Biggerswin32: handle excluded reparse points correctly
2013-04-26 Eric BiggersWin32: Fix, comment capture reparse-point fixups
2013-04-25 Eric BiggersWin32: Do not hard link files with nNumberOfLinks = 1
2013-04-25 Eric Biggerswin32: Do not hard link directories, even if file IDs...
2013-04-25 Eric Biggerswin32_get_short_name(): Add missing FindClose
2013-04-25 Eric BiggersWin32: Do not create lookup table entries for 0 length...
2013-04-25 Eric BiggersWin32: Show at most 5 hard linking warnings
2013-04-25 Eric BiggersFactor code out from inode_set_symlink() into inode_se...
2013-04-25 Eric BiggersWin32: Skip extracting reparse points when not supported
2013-04-22 Eric BiggersWindows rpfix capture (in progress)
2013-04-21 Eric BiggersUse REPARSE_POINT_MAX_SIZE macro
2013-04-21 Eric BiggersMisc. fixes
2013-04-11 Eric Biggerswin32: Improve support for different filesystems
2013-04-10 Eric BiggersWin32: Add untested support for encryted capture
2013-03-31 Eric BiggersFixes
2013-03-31 Eric BiggersFixes; comments
2013-03-30 Eric Biggersrefcnt image metadata; calculate full path on-demand
2013-03-30 Eric BiggersInitial rewrite of resource code
2013-03-29 Eric BiggersWin32: Improve restoring of special attributes
2013-03-29 Eric BiggersWIM capture: Share inodes immediately
2013-03-28 Eric BiggersReplace _wcserror_s for Windows XP compatibility
2013-03-27 Eric BiggersMove capture config parsing to imagex
2013-03-26 Eric BiggersPrint each file or directory excluded
2013-03-26 Eric BiggersAdjust capture config; refactor unix_build_dentry_tree()
2013-03-26 Eric BiggersWin32: Minor code/comment fixes
2013-03-24 Eric BiggersWin32 updates
2013-03-24 Eric BiggersWin32 fixes
2013-03-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-22 Eric Biggerswin32_read_file: Use UTF16-LE name
2013-03-22 Eric BiggersMove FreeLibrary call to win32_global_cleanup()
2013-03-22 Eric BiggersDynamically load Find{Find,Next}StreamW()
2013-03-22 Eric BiggersAdd --noacls options and set dwDesiredAccess more appro...
2013-03-22 Eric Biggerswin32.c: Misc. fixes
2013-03-21 Eric Biggerswin32.c realpath(): Don't allocate extra byte
2013-03-21 Eric BiggersReplace rename()
2013-03-21 Eric BiggersMisc. fixes
2013-03-20 Eric BiggersWin32 fixes
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-18 Eric BiggersClean up headers
2013-03-17 Eric BiggersFix UNIX build; rename functions; comments
2013-03-17 Eric BiggersMove realpath() to win32.c
2013-03-17 Eric Biggersre-organize win32 code
2013-03-17 Eric BiggersWin32: Acquire/release appropriate privileges
2013-03-16 Eric BiggersWin32: minor code cleanups
2013-03-10 Eric BiggersMisc. Win32 fixes, comment updates
2013-03-10 Eric BiggersUpdate Win32 support; inc version to 1.3.0
2013-03-10 Eric BiggersWin32 apply