Age | Commit message (Expand) | Author |
2014-01-23 | tweak the way we create and sign packages significantly: | Marc Espie |
2014-01-23 | oops, pkg_sign is unhappy without -o. | Marc Espie |
2014-01-23 | more sophisticated warning: builds with empty SIGNING_PARAMETERS | Marc Espie |
2014-01-23 | new interface to be able to manipulate output better | Marc Espie |
2014-01-23 | explain signatures | Marc Espie |
2014-01-23 | clean-up synopsis | Marc Espie |
2014-01-23 | check parameters better. | Marc Espie |
2014-01-23 | separate pkg_sign documentation. Option description becomes MUCH saner. | Marc Espie |
2014-01-23 | don't create cheap gzip archives if non signed, there's a better way. | Marc Espie |
2014-01-23 | zap the sign-only part (moved to PkgSign.pm). | Marc Espie |
2014-01-23 | reorg code: make "signing only" a separate command, as it has nothing in | Marc Espie |
2014-01-22 | Fix the ambigous text in afterboot. For a newbie, the text really | juanfra |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | for the SHA256 file, output checksums in base64; ok espie@ | Christian Weisgerber |
2014-01-18 | use the standard notation of <set>XX.tgz for the install sets | Alexander Hall |
2014-01-18 | involuntary sneak preview, revert | Marc Espie |
2014-01-18 | ...and sort SHA256 properly | Marc Espie |
2014-01-18 | caching a bit more tricky... problem noticed by naddy@ | Marc Espie |
2014-01-17 | do check_digest per plist. | Marc Espie |
2014-01-17 | make ArcCheck less confusing, don't archive stuff that WON'T survive | Marc Espie |
2014-01-17 | "recognize" extended header thingies (we don't handle them, we just | Marc Espie |
2014-01-17 | use internal gunzip, now that the fh leak is closed. | Marc Espie |
2014-01-17 | oops, keeping _current around means I still have a live fh after deref. | Marc Espie |
2014-01-17 | tweak documentation to match what's going on | Marc Espie |
2014-01-17 | as requested by theo, invoke signify in the EXAMPLE order. | Marc Espie |
2014-01-17 | default signer less picky, just select by function, e.g., *pkg or *fw. | Marc Espie |
2014-01-17 | tweak the interface to generating signatures yet again. | Marc Espie |
2014-01-14 | fix public key names | Christian Weisgerber |
2014-01-14 | reorder signature checks, we can do much more upfront. | Marc Espie |
2014-01-13 | fix another chmod on permanent tempfile to respect umask. | Marc Espie |
2014-01-13 | have Ustar extract owners for symlinks, which isn't really important for | Marc Espie |
2014-01-13 | say something if we sign an empty repository | Marc Espie |
2014-01-13 | new signify options. from and ok espie | Ted Unangst |
2014-01-12 | revert back to 1.97 | Peter Hessler |
2014-01-12 | allow prev release keys for now, transition 5.4 -> 5.5 kindof requires | Marc Espie |
2014-01-11 | typos, from Markus Lude, thx! | Marc Espie |
2014-01-11 | remove extraneous D, from Markus Lude | Stuart Henderson |
2014-01-11 | simplify code: always extract, then install, so that initial installations | Marc Espie |
2014-01-11 | a bit of spring cleanup in advance: scrape old stuff that's not really | Marc Espie |
2014-01-10 | likewise. this is useless | Marc Espie |
2014-01-10 | by popular demand, remove excessive paranoia | Marc Espie |
2014-01-10 | signify silent by default, don't bother working around stdout. | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-09 | if we're re-signing, check old sig first. shouldn't sign stuff we don't | Marc Espie |
2014-01-09 | with the intermediate gunzip gone, this is a simple pipe. No need for | Marc Espie |
2014-01-09 | -C was useless with signify, report @signer identity instead (prepend | Marc Espie |
2014-01-09 | @signer makes sense only for signify, so move it there. | Marc Espie |
2014-01-09 | simplify a bit: pass the first SIGNER for @signer. | Marc Espie |
2014-01-09 | document SIGNER | Marc Espie |
2014-01-09 | switch to internal gzip/gunzip. | Marc Espie |