aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid dirent::d_namlen (not there on Linux glibc).Jay Freeman (saurik)2015-09-281-1/+1
* Get access to std::auto_ptr by including <memory>.Jay Freeman (saurik)2015-09-281-0/+1
* Avoid FTS (broken in glibc, not present on Win32).Jay Freeman (saurik)2015-09-281-38/+38
* Finish implementating application bundle codesign.Jay Freeman (saurik)2015-09-281-34/+549
* Link libplist and switch to their C++ wrapper API.Jay Freeman (saurik)2015-09-271-1/+1
* 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-271-8/+8
* 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-271-37/+0
* Rename resign to Sign and put into ldid namespace.Jay Freeman (saurik)2015-09-271-9/+17
* 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-201-2/+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
* 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-231-8/+3
* 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-211-0/+2
* 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
* Use _syscall to verify that -S's truncate worked.Jay Freeman (saurik)2015-06-261-1/+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-261-92/+128
* Commit old logic to force codesign's install_name.Jay Freeman (saurik)2015-06-261-3/+11
* Very minor (critical) changes to the build script.v1.1.2Jay Freeman (saurik)2013-12-311-0/+2
* Add special cases to support old codesign_allocate.v1.1.0Jay Freeman (saurik)2013-09-021-5/+29
* Add MH_OBJECT and BIND_* definitions for later use.Jay Freeman (saurik)2012-12-011-0/+17
* Use || instead of |... not certain how that happnened.Jay Freeman (saurik)2012-12-011-1/+1