summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-292-39/+45
* Support renaming files under an ldid::UnionFolder.Jay Freeman (saurik)2016-07-292-14/+50
* 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
* Some of my build environments litter object files.Jay Freeman (saurik)2015-10-111-0/+1
* Technically, I should have these two header files.Jay Freeman (saurik)2015-10-111-0/+2
* 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 internal build of libplist instead of -lplist.Jay Freeman (saurik)2015-10-101-3/+1
* Use Apple's CommonCrypto for SHA-1 when __APPLE__.Jay Freeman (saurik)2015-10-102-15/+32
* 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