summaryrefslogtreecommitdiff
path: root/asserts
AgeCommit message (Expand)Author
2016-11-17fixSamuele Pedroni
2016-11-17reshuffle how we load/inject tests keys both in snapd and for prepare-image, ...Samuele Pedroni
2016-11-15Merge pull request #2147 from emgee/asserts-validate-optional-account-usernameSamuele Pedroni
2016-10-26asserts: limit to 1y only if len(models) == 0 (#2219)Michael Vogt
2016-10-19Merge pull request #2189 from pedronis/system-user-authoritySamuele Pedroni
2016-10-19revert the unwanted test changeSamuele Pedroni
2016-10-19implement system-user-authority header/conceptSamuele Pedroni
2016-10-19Bump snap-declaration to allow signing with new-style plugs and slots.Matt Goodall
2016-10-18go fmtSamuele Pedroni
2016-10-18Distros => SystemIDsSamuele Pedroni
2016-10-18more review feedbackSamuele Pedroni
2016-10-18l => lstSamuele Pedroni
2016-10-18implement on-classic plug/slot constraints, not used yetSamuele Pedroni
2016-10-18Merge remote-tracking branch 'upstream/master' into ifacedecls-or-for-rulesSamuele Pedroni
2016-10-18review feedbackSamuele Pedroni
2016-10-17go fmtSamuele Pedroni
2016-10-17add FindSupported(.,.,maxFormat) to the DatbaseSamuele Pedroni
2016-10-17Merge branch 'asserts-format' into asserts-format-findSamuele Pedroni
2016-10-17 review feedbackSamuele Pedroni
2016-10-17Merge remote-tracking branch 'upstream/master' into ifacedecls-or-for-rulesSamuele Pedroni
2016-10-17review feedbackSamuele Pedroni
2016-10-17start teaching backends about selecting by max supported formatSamuele Pedroni
2016-10-17Merge remote-tracking branch 'upstream/master' into asserts-formatSamuele Pedroni
2016-10-16normalize interface int attributes to int64 in the internal repr (#2152)Samuele Pedroni
2016-10-16allow OR-ing of subrule constraints in plug/slot rulesSamuele Pedroni
2016-10-14refuse to sign things with declared unsupported formats, we likely cannot ver...Samuele Pedroni
2016-10-14refuse to add an assertion with a not yet supported format iteration, ignore ...Samuele Pedroni
2016-10-14support a concept of assertion format iteration on all assertions, default is 0Samuele Pedroni
2016-10-14asserts,snap: validate attributes to a JSON-compatible type subset (#2140)Samuele Pedroni
2016-10-14Validate optional account username.Matt Goodall
2016-10-14Remove serial-proof assertion type.Matt Goodall
2016-10-06many: move firstboot code into the snapd daemon (#2033)Michael Vogt
2016-10-04asserts: require lowercase model until insensitive matching is ready (#2076)Samuele Pedroni
2016-10-03go fmtSamuele Pedroni
2016-10-03also switch special values to use UPPER_CASESamuele Pedroni
2016-10-02switch special values to use _ not - so we can have substraction if needed at...Samuele Pedroni
2016-10-02interfaces/policy: start of interface policy checking code based on declarati...Samuele Pedroni
2016-09-30asserts,interfaces/builtin,overlord/assertstate: introduce base-declaration (...Samuele Pedroni
2016-09-30asserts: parse the slot rules in snap-declarations (#2035)Samuele Pedroni
2016-09-29asserts: support parsing the plugs stanza i.e. plug rules in snap-declaration...Samuele Pedroni
2016-09-29asserts,overlord,snap: add prepare-device hook for device registration (#2005)Samuele Pedroni
2016-09-28asserts: introduce AttributeConstraints (#2015)Samuele Pedroni
2016-09-27use time.Equal() for time comparisonMichael Vogt
2016-09-27use "check.Equal" for time.Time checks to make gccgo happyMichael Vogt
2016-09-26fix 1y check by looking at delta(since,until)Michael Vogt
2016-09-26address review feedbackMichael Vogt
2016-09-26ensure "until:" is not more than 1y in the futureMichael Vogt
2016-09-26add explicit test for the revoked system-user caseMichael Vogt
2016-09-26address review feedbackMichael Vogt
2016-09-26improve shadow line parsing code and make check for pw optionalMichael Vogt