]> git.cameronkatri.com Git - ldid.git/history - ldid.hpp
ci: Update to OpenSSL 3.0.1
[ldid.git] / ldid.hpp
2021-02-20 Jay Freeman (saurik)Improve, but not really fix :/, support for macOS.
2019-02-19 Jay Freeman (saurik)Provide a -M flag to merge entitlements into file. v2.1.0
2017-12-31 Jay Freeman (saurik)Let the user set values for CS flags and platform.
2018-09-21 Jay Freeman (saurik)Clarify progress output for multiple architecture.
2018-09-17 Jay Freeman (saurik)Rename requirement to requirements (pluralize it).
2017-12-27 Jay Freeman (saurik)Require user to store streambufs for UnionFolders.
2017-12-11 Jay Freeman (saurik)Add support for alternate SHA256 code directories.
2017-03-12 Jay Freeman (saurik)Report progress (in terms of percent and logging).
2017-02-13 Jay Freeman (saurik)We need Path in DiskFolder subclass to forge flag.
2017-02-12 Jay Freeman (saurik)Make Folder::Find const, removing internal Save().
2017-02-06 Jay Freeman (saurik)Support separate provisioning for bundled plugins.
2017-01-11 Jay Freeman (saurik)Add #include <set> that was semi-missing from hpp.
2016-12-22 Jay Freeman (saurik)Provide a simple to use implementation of ldid -e.
2016-08-26 Jay Freeman (saurik)Drastic improvements to nested support (and Mac!).
2016-08-26 Jay Freeman (saurik)Chop bool Open() into void Open() and bool Look().
2016-08-26 Jay Freeman (saurik)Add support for signing symbolic links (sort of?).
2016-08-26 Jay Freeman (saurik)Store SHA256 as hash2 in files2 for CodeDirectory.
2016-08-26 Jay Freeman (saurik)Add -q and -Q to dump and sign "requirement data".
2016-07-29 Jay Freeman (saurik)Provide a way to maintain file permissions in IPA.
2016-07-29 Jay Freeman (saurik)Support renaming files under an ldid::UnionFolder.
2015-10-11 Jay Freeman (saurik)Technically, I should have these two header files.
2015-10-10 Jay Freeman (saurik)Port to Apple's pathetic third-world toolchain :/.
2015-10-10 Jay Freeman (saurik)Sort of support signing bundles with entitlements.
2015-10-10 Jay Freeman (saurik)UnionFolder (code for Impactor) should be in ldid.
2015-10-10 Jay Freeman (saurik)SubFolder should take a reference (not a pointer).
2015-09-28 Jay Freeman (saurik)Add ldid::Bundle to the header file, for Impactor.
2015-09-28 Jay Freeman (saurik)Avoid FTS (broken in glibc, not present on Win32).
2015-09-28 Jay Freeman (saurik)Finish implementating application bundle codesign.
2015-09-28 Jay Freeman (saurik)Slightly improve prototypes for Sign and Allocate.
2015-09-27 Jay Freeman (saurik)Move Functor implementation to header for the API.
2015-09-27 Jay Freeman (saurik)Rename resign to Sign and put into ldid namespace.