summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Port to Apple's pathetic third-world toolchain :/.Jay Freeman (saurik)2015-10-101-1/+14
* Sort of support signing bundles with entitlements.Jay Freeman (saurik)2015-10-102-5/+5
* UnionFolder (code for Impactor) should be in ldid.Jay Freeman (saurik)2015-10-102-0/+54
* SubFolder should take a reference (not a pointer).Jay Freeman (saurik)2015-10-102-7/+7
* Add ldid::Bundle to the header file, for Impactor.Jay Freeman (saurik)2015-09-281-0/+2
* Avoid libplist++ (it's slow and slightly awkward).Jay Freeman (saurik)2015-09-282-45/+51
* Replace Windows stat::st_mode with dirent::d_type.Jay Freeman (saurik)2015-09-281-13/+29
* Windows doesn't use the mode parameter on mkdir().Jay Freeman (saurik)2015-09-281-0/+5
* Sadly, g++ doesn't let me cast empty initializers.Jay Freeman (saurik)2015-09-281-1/+2
* 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-282-38/+40
* Finish implementating application bundle codesign.Jay Freeman (saurik)2015-09-282-35/+590
* Link libplist and switch to their C++ wrapper API.Jay Freeman (saurik)2015-09-273-2/+6
* 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