summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The behavior of usage made absolutely no sense :/.v2.1.2Jay Freeman (saurik)2019-11-041-9/+13
* Support entitlement merges with unentitled binary.v2.1.1Jay Freeman (saurik)2019-02-191-1/+3
* Provide a -M flag to merge entitlements into file.v2.1.0Jay Freeman (saurik)2019-02-182-40/+105
* Improve compatibility across different Cydia eras.Jay Freeman (saurik)2019-02-182-1/+9
* Provide compatibility with Sam Bingner's era ldid.Jay Freeman (saurik)2019-02-181-5/+33
* Update build environment to support sbigner's era.Jay Freeman (saurik)2019-02-186-9/+60
* Port hash agility support to use OpenSSL 0.9.x :D.Jay Freeman (saurik)2019-02-181-2/+12
* Fix compilation via macOS 10.12 targetting iOS 11.Jay Freeman (saurik)2018-01-132-4/+4
* Let the user set values for CS flags and platform.Jay Freeman (saurik)2017-12-312-10/+50
* Support signing binaries without any symbol table.Jay Freeman (saurik)2017-12-311-3/+5
* Swap libplist with CoreFoundation (for Substrate).Jay Freeman (saurik)2019-02-031-0/+25
* Fix build when defining LDID_NOSMIME (no openssl).Jay Freeman (saurik)2018-10-131-0/+2
* Override entitlements on frameworks to executable.Jay Freeman (saurik)2018-09-211-1/+1
* Clarify progress output for multiple architecture.Jay Freeman (saurik)2018-09-212-41/+96
* Add name of hash algorithm to Algorithm structure.Jay Freeman (saurik)2018-09-211-0/+10
* PKCS12_parse returns NULL instead of empty stacks.Jay Freeman (saurik)2018-09-191-0/+5
* Wrap assertion strings, for configuration by host.Jay Freeman (saurik)2018-09-171-5/+9
* Support hash agility and invert certificate chain.Jay Freeman (saurik)2018-09-171-4/+55
* Match rule behavior of recent version of codesign.Jay Freeman (saurik)2018-09-171-4/+2
* Fully implement CSSLOT_REQUIREMENTS like codesign.Jay Freeman (saurik)2018-09-171-23/+116
* Rename requirement to requirements (pluralize it).Jay Freeman (saurik)2018-09-172-17/+17
* LDID_NOSMIME should ignore the given key argument.Jay Freeman (saurik)2018-09-161-0/+2
* Don't include fields for later directory versions.Jay Freeman (saurik)2018-09-161-4/+4
* Require user to store streambufs for UnionFolders.Jay Freeman (saurik)2017-12-272-20/+13
* Add support for alternate SHA256 code directories.Jay Freeman (saurik)2017-12-112-76/+160
* Update the URL for libplist (sadly, to GitHub :/).Jay Freeman (saurik)2017-12-091-1/+1
* Report progress (in terms of percent and logging).Jay Freeman (saurik)2017-03-122-54/+82
* Avoid duplicate Find when remapped during iterate.Jay Freeman (saurik)2017-03-121-8/+8
* We need Path in DiskFolder subclass to forge flag.Jay Freeman (saurik)2017-02-121-0/+2
* Make Folder::Find const, removing internal Save().Jay Freeman (saurik)2017-02-122-71/+67
* Support separate provisioning for bundled plugins.Jay Freeman (saurik)2017-02-062-7/+19
* Add #include <set> that was semi-missing from hpp.Jay Freeman (saurik)2017-01-111-0/+1
* Avoid blowing up the stack hashing large binaries.Jay Freeman (saurik)2017-01-061-7/+12
* Provide a simple to use implementation of ldid -e.Jay Freeman (saurik)2016-12-212-0/+29
* Simulated memory map doesn't tolerate limit Align.Jay Freeman (saurik)2016-10-131-1/+3
* If team ID is not specified, don't output its NUL.Jay Freeman (saurik)2016-09-031-1/+2
* Verify we do not overflow annoying 0x3000 padding.Jay Freeman (saurik)2016-09-031-3/+6
* Add guarantee that allocations shouldn't overflow.Jay Freeman (saurik)2016-08-271-0/+2
* Fix requirement allocation (covered by 0x3000 :/).Jay Freeman (saurik)2016-08-271-1/+1
* Only exclude nested files when bundles are nested.Jay Freeman (saurik)2016-08-261-4/+8
* Support iOS applications that embed WatchKit apps.Jay Freeman (saurik)2016-08-261-30/+26
* Drastic improvements to nested support (and Mac!).Jay Freeman (saurik)2016-08-252-40/+97
* Chop bool Open() into void Open() and bool Look().Jay Freeman (saurik)2016-08-252-22/+31
* Add support for signing symbolic links (sort of?).Jay Freeman (saurik)2016-08-252-34/+75
* DiskFolder still hasn't been tested #if __WIN32__.Jay Freeman (saurik)2016-08-251-1/+1
* Store SHA256 as hash2 in files2 for CodeDirectory.Jay Freeman (saurik)2016-08-252-21/+69
* Support signing DiskFolders with nested resources.Jay Freeman (saurik)2016-08-251-1/+3
* Add -q and -Q to dump and sign "requirement data".Jay Freeman (saurik)2016-08-252-14/+47
* Apparently, I never pushed this fix to ldid -s :/.Jay Freeman (saurik)2016-08-251-1/+1
* Remove an extraneous variable I did not ever need.Jay Freeman (saurik)2016-08-251-1/+0