pacman/src/util
Dan McGee 7af0ab1cde signing: move to new signing verification and return scheme
This gives us more granularity than the former Never/Optional/Always
trifecta. The frontend still uses these values temporarily but that will
be changed in a future patch.

* Use 'siglevel' consistenly in method names, 'level' as variable name
* The level becomes an enum bitmask value for flexibility
* Signature check methods now return a array of status codes rather than
  a simple integer success/failure value. This allows callers to
  determine whether things such as an unknown signature are valid.
* Specific signature error codes mostly disappear in favor of the above
  returned status code; pm_errno is now set only to PKG_INVALID_SIG or
  DB_INVALID_SIG as appropriate.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-07-05 10:13:20 -05:00
..
.gitignore src/util: update .gitignore 2010-12-12 20:23:25 -06:00
Makefile.am pactree: rewrite in C 2010-12-12 20:21:15 -06:00
cleanupdelta.c signing: move to new signing verification and return scheme 2011-07-05 10:13:20 -05:00
pactree.c signing: move to new signing verification and return scheme 2011-07-05 10:13:20 -05:00
testdb.c signing: move to new signing verification and return scheme 2011-07-05 10:13:20 -05:00
testpkg.c signing: move to new signing verification and return scheme 2011-07-05 10:13:20 -05:00
vercmp.c Style change: return(x) --> return x 2011-03-20 19:49:45 -05:00