summaryrefslogtreecommitdiffstats
path: root/ldid.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-251-38/+90
* Chop bool Open() into void Open() and bool Look().Jay Freeman (saurik)2016-08-251-18/+23
* Add support for signing symbolic links (sort of?).Jay Freeman (saurik)2016-08-251-29/+70
* 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-251-20/+68
* 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-251-12/+45
* 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
* Detect "non-standard" Mach-O binaries to codesign.Jay Freeman (saurik)2016-07-301-11/+46
* Define local functions static to avoid collisions.Jay Freeman (saurik)2016-07-301-4/+4
* Provide a way to maintain file permissions in IPA.Jay Freeman (saurik)2016-07-291-26/+30
* Support renaming files under an ldid::UnionFolder.Jay Freeman (saurik)2016-07-291-12/+32
* Embed team identifier of certificate in signature.Jay Freeman (saurik)2016-07-281-3/+49
* Sign embedded dylibs (that are in top-level .app).Jay Freeman (saurik)2016-07-281-10/+19
* Our list of excluded files/folders was incomplete.Jay Freeman (saurik)2016-07-281-3/+5
* UnionFolder clobbered sub-paths in nested bundles.Jay Freeman (saurik)2016-07-271-6/+7
* If the binary has an embedded Info.plist, sign it.Jay Freeman (saurik)2015-11-131-9/+43
* Make the sha1 interface also work for std::vector.Jay Freeman (saurik)2015-11-131-3/+6
* Remove a number of now-ancient MachHeader helpers.Jay Freeman (saurik)2015-11-131-113/+2
* Allow -K argument to not specify a key (why not?).Jay Freeman (saurik)2015-11-131-1/+2
* Improve alignment (end-of-file and non-FAT files).Jay Freeman (saurik)2015-11-131-3/+43
* Add another hastily and poorly-thought-out #ifdef.Jay Freeman (saurik)2015-11-121-0/+10
* Add -u, which prints the current_version of UIKit.Jay Freeman (saurik)2015-10-181-0/+28
* Add hacky flags to turn off more complex features.Jay Freeman (saurik)2015-10-101-0/+27
* Add hacky flag to dis-require hash(), removing -T.Jay Freeman (saurik)2015-10-101-1/+19
* Use Apple's CommonCrypto for SHA-1 when __APPLE__.Jay Freeman (saurik)2015-10-101-14/+31
* Sort of support signing bundles with entitlements.Jay Freeman (saurik)2015-10-101-4/+4
* UnionFolder (code for Impactor) should be in ldid.Jay Freeman (saurik)2015-10-101-0/+35
* SubFolder should take a reference (not a pointer).Jay Freeman (saurik)2015-10-101-5/+5
* Avoid libplist++ (it's slow and slightly awkward).Jay Freeman (saurik)2015-09-281-44/+50
* 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-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