Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-05 | document signature change | Marc Espie | |
2016-10-05 | getting errors is trivial, just don't forget to close the handle and not | Marc Espie | |
return anything in case signature did fail. | |||
2016-10-04 | slightly smarter parsing of error log | Marc Espie | |
2016-10-04 | no longer needed | Marc Espie | |
2016-10-04 | check_signature is gone | Marc Espie | |
2016-10-04 | remove may_check_data logic, since signatures are now handled externally | Marc Espie | |
2016-10-03 | document (partially) new stuff | Marc Espie | |
2016-10-03 | add TRUSTED_PKG_PATH after discussing with aja@ | Marc Espie | |
use case is testing binary packages among developers, -Dunsigned means everything is unsigned, which is bad for dependencies | |||
2016-10-03 | gc the old checking code in pkg_add | Marc Espie | |
2016-10-03 | No need to record gzip position after CONTENTS since we don't need partial | Marc Espie | |
copy for newer signatures | |||
2016-10-03 | kill creating old signatures. | Marc Espie | |
2016-10-03 | document what signify2 does, remove remnants of signify/x509. | Marc Espie | |
comment out stuff that's not supported yet, but may make a come-back later | |||
2016-10-03 | display a decent error message | Marc Espie | |
2016-10-03 | throw a decent error message, signify2 can't (yet) sign non local packages | Marc Espie | |
(it would need a way to get "raw" gzip data) | |||
2016-10-03 | report signify2 as well | Marc Espie | |
2016-09-28 | oops, forgot THAT hook. You have to start with unsigned to get signed | Marc Espie | |
2016-09-27 | switch to using the new package signature scheme (signify2) by default | Christian Weisgerber | |
ok sthen@ | |||
2016-09-15 | actual signify2 code, a bit refactoring | Marc Espie | |
2016-09-15 | move the error saving code slightly around | Marc Espie | |
still not perfect | |||
2016-09-14 | move the check up in state | Marc Espie | |
2016-09-14 | add an is_local-file method for later signature | Marc Espie | |
2016-09-14 | gc pipe: support, makes less and less sense as time goes by | Marc Espie | |
2016-09-14 | tidy running those commands | Marc Espie | |
2016-09-14 | gc last remnants of source: | Marc Espie | |
2016-09-08 | new sign only when new sign | Marc Espie | |
2016-09-06 | heck, have new signatures be -Dnewsign until we flip the switch | Marc Espie | |
2016-09-06 | remove code that allows pkg_create to sign | Marc Espie | |
2016-09-05 | forgot to provide an empty method | Marc Espie | |
2016-09-04 | put signify errors alongside ftp | Marc Espie | |
2016-09-04 | signature tracking bases: stored signed status inside object, so that | Marc Espie | |
we don't erroneously get "signature" comments from unsigned packages. force the gzip object to get its header. So if it can't something wrong happened. for now, we just know shit happened... | |||
2016-09-04 | basic scaffolding to ask signify to check stuff | Marc Espie | |
still missing some proper error reporting | |||
2016-08-27 | in case we run delete_first (not enough room), delay the unlink of | Marc Espie | |
tied items so we can still skip extracting them. better than the stopgap measure I committed a few weeks ago. | |||
2016-08-26 | grrr warning | Marc Espie | |
2016-08-25 | -F before -f (as -I before -i currently is...); | Jason McIntyre | |
2016-08-25 | make the full filesystem check optional, by popular demand. | Marc Espie | |
doubling -q removes the plist thorough check. | |||
2016-08-12 | band-aid for a nasty bug. tieto + space constraints don't interact well. | Marc Espie | |
there are better fixes (such as computing tieto first, computing the size better, and doing two passes deletes), but at least this one doesn't fuck things up. | |||
2016-07-28 | firmware is the plural; | Jason McIntyre | |
2016-07-27 | checking for firmware works better if I pass thru all options | Marc Espie | |
2016-07-27 | don't include firmwares in the fuzzy auto-reinstall list | Marc Espie | |
2016-07-27 | hunting around for some sporadic error message. Removing the hash entry | Marc Espie | |
entirely is slightly better. noticed by sthen@ | |||
2016-07-23 | no quirks in FwUpdate. | Marc Espie | |
okay theo | |||
2016-06-28 | oops, $pkg can be more than a pkgname. We have the right information | Marc Espie | |
in the plist, so use it instead. | |||
2016-06-28 | option -z that uses is-branch info to produce "complete" | Marc Espie | |
stem--[flavor][%branch] listing. feedback and suggestions semarie@ | |||
2016-06-28 | document is-branch | Marc Espie | |
2016-06-27 | surprised nobody noticed before me | Marc Espie | |
let scp:// work with PKG_CACHE basically, we do an extra fork, so we end up cleaning up the connection twice that's okay for the handles, but not for the commands, since we do a spurious ABORT BYE BYE on cleanup. | |||
2016-06-25 | recognize @option is-branch | Marc Espie | |
so that it trickles to snapshots and then can be used in ports | |||
2016-06-24 | make use of former changes. If list is higher than display go thru more. | Marc Espie | |
2016-06-24 | simplify the logic. no need for a separate hook when we can just specialize | Marc Espie | |
find_window_size. fix a bug: integrate SIG{CONT} for re-checking window size. the way it's currently written, first call to compute_playfield will call itself once. But it makes for less code. | |||
2016-06-23 | there's no reason for window size computation to be linked to the | Marc Espie | |
ProgressMeter, so make it available from state. - computation is lazy, so no runtime difference; - don't bother setting a SIG{WINCH} on non-tty; - progressmeter already has access to state; - do an empty window_size_changed in base state, override it for addcreatedelete to inform the progressmeter. to be reused in dpb... | |||
2016-06-23 | add fh variation of printing code. Systematically use it with STDOUT/STDERR | Marc Espie | |
for classical functions. |