]> git.saurik.com Git - ldid.git/shortlog
ldid.git
2024-08-23  Jay Freeman... Fix range check error re-hashing degenerate files. master
2024-08-23  Jay Freeman... Make -s support re-hashing all hash algorithms :(.
2024-06-21  Jay Freeman... Add -k (to dump pkcs7 of embedded signature slot).
2022-09-04  Jay Freeman... Pass names to OBJ_create for new OpenSSL versions.
2022-09-03  Jay Freeman... Support the newer DER-encoded hash X509 attribute.
2022-01-27  Jay Freeman... Correctly handle nesting frameworks in frameworks.
2021-09-15  Jay Freeman... The comment says to use a nullbuf, so let's do it! v2.1.5
2021-06-14  Jay Freeman... Fix LDID_NOPLIST (used by Cydia Substrate on iOS).
2021-06-11  Jay Freeman... Implement DER encoding of entitlements for iOS 15.
2021-04-12  Jay Freeman... Fix regression on FAT files (from 64-bit support). v2.1.4
2021-02-22  Jay Freeman... Hit an unfriendly assertion if not signing bundle. v2.1.3
2021-02-22  Jay Freeman... Add -d to pair with -D, and also -h compatibility.
2021-02-22  Jay Freeman... Support CodeDirectory version 0x20400 ("to spec").
2021-02-20  Jay Freeman... Add a flag for checkra1n that does codesign -dvvv.
2021-02-20  Jay Freeman... Remove this Digest struct that had become Hash :(.
2021-02-20  Jay Freeman... Please to be not resigning all my Firefox.apps :/.
2021-02-20  Jay Freeman... Improve, but not really fix :/, support for macOS.
2021-02-20  Jay Freeman... Don't sign symlinks as part of old "files" schema.
2021-02-20  Jay Freeman... Sign "nested" symlinks (suggested by kabiroberai).
2019-11-05  Jay Freeman... Support signing dyld (sbingner tested this patch).
2019-11-04  Jay Freeman... The behavior of usage made absolutely no sense :/. v2.1.2
2019-02-20  Jay Freeman... Support entitlement merges with unentitled binary. v2.1.1
2019-02-19  Jay Freeman... Provide a -M flag to merge entitlements into file. v2.1.0
2019-02-19  Jay Freeman... Improve compatibility across different Cydia eras.
2019-02-19  Jay Freeman... Provide compatibility with Sam Bingner's era ldid.
2019-02-19  Jay Freeman... Update build environment to support sbigner's era.
2019-02-19  Jay Freeman... Port hash agility support to use OpenSSL 0.9.x :D.
2018-01-13  Jay Freeman... Fix compilation via macOS 10.12 targetting iOS 11.
2017-12-31  Jay Freeman... Let the user set values for CS flags and platform.
2017-12-31  Jay Freeman... Support signing binaries without any symbol table.
2019-02-03  Jay Freeman... Swap libplist with CoreFoundation (for Substrate).
2018-10-13  Jay Freeman... Fix build when defining LDID_NOSMIME (no openssl).
2018-09-21  Jay Freeman... Override entitlements on frameworks to executable.
2018-09-21  Jay Freeman... Clarify progress output for multiple architecture.
2018-09-21  Jay Freeman... Add name of hash algorithm to Algorithm structure.
2018-09-19  Jay Freeman... PKCS12_parse returns NULL instead of empty stacks.
2018-09-17  Jay Freeman... Wrap assertion strings, for configuration by host.
2018-09-17  Jay Freeman... Support hash agility and invert certificate chain.
2018-09-17  Jay Freeman... Match rule behavior of recent version of codesign.
2018-09-17  Jay Freeman... Fully implement CSSLOT_REQUIREMENTS like codesign.
2018-09-17  Jay Freeman... Rename requirement to requirements (pluralize it).
2018-09-16  Jay Freeman... LDID_NOSMIME should ignore the given key argument.
2018-09-16  Jay Freeman... Don't include fields for later directory versions.
2017-12-27  Jay Freeman... Require user to store streambufs for UnionFolders.
2017-12-11  Jay Freeman... Add support for alternate SHA256 code directories.
2017-12-09  Jay Freeman... Update the URL for libplist (sadly, to GitHub :/).
2017-03-12  Jay Freeman... Report progress (in terms of percent and logging).
2017-03-12  Jay Freeman... Avoid duplicate Find when remapped during iterate.
2017-02-13  Jay Freeman... We need Path in DiskFolder subclass to forge flag.
2017-02-12  Jay Freeman... Make Folder::Find const, removing internal Save().
2017-02-06  Jay Freeman... Support separate provisioning for bundled plugins.
2017-01-11  Jay Freeman... Add #include <set> that was semi-missing from hpp.
2017-01-07  Jay Freeman... Avoid blowing up the stack hashing large binaries.
2016-12-22  Jay Freeman... Provide a simple to use implementation of ldid -e.
2016-10-13  Jay Freeman... Simulated memory map doesn't tolerate limit Align.
2016-09-04  Jay Freeman... If team ID is not specified, don't output its NUL.
2016-09-04  Jay Freeman... Verify we do not overflow annoying 0x3000 padding.
2016-08-27  Jay Freeman... Add guarantee that allocations shouldn't overflow.
2016-08-27  Jay Freeman... Fix requirement allocation (covered by 0x3000 :/).
2016-08-26  Jay Freeman... Only exclude nested files when bundles are nested.
2016-08-26  Jay Freeman... Support iOS applications that embed WatchKit apps.
2016-08-26  Jay Freeman... Drastic improvements to nested support (and Mac!).
2016-08-26  Jay Freeman... Chop bool Open() into void Open() and bool Look().
2016-08-26  Jay Freeman... Add support for signing symbolic links (sort of?).
2016-08-26  Jay Freeman... DiskFolder still hasn't been tested #if __WIN32__.
2016-08-26  Jay Freeman... Store SHA256 as hash2 in files2 for CodeDirectory.
2016-08-26  Jay Freeman... Support signing DiskFolders with nested resources.
2016-08-26  Jay Freeman... Add -q and -Q to dump and sign "requirement data".
2016-08-26  Jay Freeman... Apparently, I never pushed this fix to ldid -s :/.
2016-08-26  Jay Freeman... Remove an extraneous variable I did not ever need.
2016-07-31  Jay Freeman... Detect "non-standard" Mach-O binaries to codesign.
2016-07-31  Jay Freeman... Define local functions static to avoid collisions.
2016-07-29  Jay Freeman... Provide a way to maintain file permissions in IPA.
2016-07-29  Jay Freeman... Support renaming files under an ldid::UnionFolder.
2016-07-29  Jay Freeman... Embed team identifier of certificate in signature.
2016-07-29  Jay Freeman... Sign embedded dylibs (that are in top-level .app).
2016-07-28  Jay Freeman... Our list of excluded files/folders was incomplete.
2016-07-28  Jay Freeman... UnionFolder clobbered sub-paths in nested bundles.
2015-11-13  Jay Freeman... If the binary has an embedded Info.plist, sign it.
2015-11-13  Jay Freeman... Make the sha1 interface also work for std::vector.
2015-11-13  Jay Freeman... Remove a number of now-ancient MachHeader helpers.
2015-11-13  Jay Freeman... Allow -K argument to not specify a key (why not?).
2015-11-13  Jay Freeman... Improve alignment (end-of-file and non-FAT files).
2015-11-12  Jay Freeman... Add another hastily and poorly-thought-out #ifdef.
2015-10-18  Jay Freeman... Add -u, which prints the current_version of UIKit.
2015-10-11  Jay Freeman... Some of my build environments litter object files.
2015-10-11  Jay Freeman... Technically, I should have these two header files.
2015-10-11  Jay Freeman... Add hacky flags to turn off more complex features.
2015-10-11  Jay Freeman... Add hacky flag to dis-require hash(), removing -T.
2015-10-10  Jay Freeman... Use internal build of libplist instead of -lplist.
2015-10-10  Jay Freeman... Use Apple's CommonCrypto for SHA-1 when __APPLE__.
2015-10-10  Jay Freeman... Port to Apple's pathetic third-world toolchain :/.
2015-10-10  Jay Freeman... Sort of support signing bundles with entitlements.
2015-10-10  Jay Freeman... UnionFolder (code for Impactor) should be in ldid.
2015-10-10  Jay Freeman... SubFolder should take a reference (not a pointer).
2015-09-28  Jay Freeman... Add ldid::Bundle to the header file, for Impactor.
2015-09-28  Jay Freeman... Avoid libplist++ (it's slow and slightly awkward).
2015-09-28  Jay Freeman... Replace Windows stat::st_mode with dirent::d_type.
2015-09-28  Jay Freeman... Windows doesn't use the mode parameter on mkdir().
2015-09-28  Jay Freeman... Sadly, g++ doesn't let me cast empty initializers.
next