summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use std::string more often, and factor out Commit.Jay Freeman (saurik)2015-09-271-19/+26
* Slightly improve prototypes for Sign and Allocate.Jay Freeman (saurik)2015-09-272-9/+9
* Standardize _syscall as exactly one function call.Jay Freeman (saurik)2015-09-271-2/+2
* Allow more useful error messages in _assert macro.Jay Freeman (saurik)2015-09-271-6/+7
* Move Functor implementation to header for the API.Jay Freeman (saurik)2015-09-272-37/+37
* Rename resign to Sign and put into ldid namespace.Jay Freeman (saurik)2015-09-272-9/+34
* Simplify implementation of temporary reallocation.Jay Freeman (saurik)2015-09-271-14/+11
* Push few filename variables into the deeper scope.Jay Freeman (saurik)2015-09-271-10/+11
* Indirect support for .app signing via new -E flag.Jay Freeman (saurik)2015-09-211-4/+29
* Remove unused constructor in already-long Functor.Jay Freeman (saurik)2015-09-211-5/+0
* Correct incompatible flag checks (support for -s).Jay Freeman (saurik)2015-09-211-2/+15
* Be more consistent in how size constants are used.Jay Freeman (saurik)2015-09-211-14/+14
* Apply static to most (if not all) local functions.Jay Freeman (saurik)2015-09-211-16/+16
* Use PKCS12 files to compile a real code signature.Jay Freeman (saurik)2015-09-211-2/+149
* Generally prefer data.empty() to data.size() == 0.Jay Freeman (saurik)2015-09-211-2/+2
* Reimplement requirements using newer abstractions.Jay Freeman (saurik)2015-09-211-4/+8
* Move repetitive Blob magic/length logic to insert.Jay Freeman (saurik)2015-09-201-24/+12
* Abstract SuperBlob helper to support requirements.Jay Freeman (saurik)2015-09-201-28/+38
* Port ldid to build inside of Impactor for Windows.Jay Freeman (saurik)2015-09-201-13/+13
* Use an std::string to store the name being signed.Jay Freeman (saurik)2015-09-201-5/+5
* Complete padding of final fat code directory blob.Jay Freeman (saurik)2015-09-201-3/+4
* Avoid special case for removal of code signatures.Jay Freeman (saurik)2015-09-201-122/+182
* Update copyright year. (Wow, ldid is very old ;P.)Jay Freeman (saurik)2015-09-201-1/+1
* Drop dependency on minimal as we port to Impactor.Jay Freeman (saurik)2015-09-203-5/+52
* Internally stream signed output to std::streambuf.Jay Freeman (saurik)2015-09-201-191/+280
* Extract reallocation/signature to helper function.Jay Freeman (saurik)2015-09-191-257/+259
* Support LC_ENCRYPTION_INFO_64, for 64-bit decrypt.Jay Freeman (saurik)2015-08-251-1/+2
* Merge -r into -S and remove all non-obvious flags.Jay Freeman (saurik)2015-08-251-216/+88
* Avoid using minimal/mapping.h (use internal mmap).Jay Freeman (saurik)2015-08-241-14/+95
* The Archive Identity Editor is a separate project.Jay Freeman (saurik)2015-08-241-30/+0
* Avoid using minimal/string.h (prefer std::string).Jay Freeman (saurik)2015-08-241-9/+6
* Use OpenSSL to implement SHA1 instead of our copy.Jay Freeman (saurik)2015-08-234-399/+8
* Avoid sharing linkedit_data_commands in FAT files.Jay Freeman (saurik)2015-08-211-1/+1
* Separate lookup of LC_ENCRYPTION_INFO from usages.Jay Freeman (saurik)2015-08-211-10/+16
* Add libplist (and libcnary) so to sign Info.plist.Jay Freeman (saurik)2015-08-217-20/+60
* Maintain fat_arch.align when allocating fat files.v1.2.1Jay Freeman (saurik)2015-06-291-5/+10
* Align size of a final embedded Mach-O to 16 bytes.v1.2.0Jay Freeman (saurik)2015-06-261-0/+1
* Align __LINKEDIT segment vmsize to match filesize.Jay Freeman (saurik)2015-06-261-4/+11
* Older versions of Apple's compiler give me errors.Jay Freeman (saurik)2015-06-261-0/+2
* Use _syscall to verify that -S's truncate worked.Jay Freeman (saurik)2015-06-261-1/+1
* Apple's newer LLVM backends generate garbage code.Jay Freeman (saurik)2015-06-261-0/+1
* Remove some thankfully now-obsolete UNIX includes.Jay Freeman (saurik)2015-06-261-4/+0
* Avoid Depends: on odcctools for codesign_allocate.Jay Freeman (saurik)2015-06-265-95/+135
* Commit old logic to force codesign's install_name.Jay Freeman (saurik)2015-06-261-3/+11
* Fix compile using newer Xcode SDK or gcc on Linux.Jay Freeman (saurik)2015-02-081-11/+9
* Very minor (critical) changes to the build script.v1.1.2Jay Freeman (saurik)2013-12-313-2/+4
* Fix a typo mistake copying Telesphoreo description.v1.1.1Jay Freeman (saurik)2013-09-051-1/+1
* Add special cases to support old codesign_allocate.v1.1.0Jay Freeman (saurik)2013-09-021-5/+29
* The iOS package script installed ldid as ldid.arm.Jay Freeman (saurik)2013-09-021-1/+1
* Add MH_OBJECT and BIND_* definitions for later use.Jay Freeman (saurik)2012-12-011-0/+17