index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
signing.h
Age
Commit message (
Expand
)
Author
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
2014-01-06
Update copyright years for 2014
Allan McRae
2013-10-31
Make functions to decode a signature and extract keyid public
Allan McRae
2013-02-09
Make decode_signature available to the library
Allan McRae
2013-02-09
Add function to extract key id from signatures
Allan McRae
2013-02-09
Move key importing into separate function
Allan McRae
2013-02-09
Make key_in_keychain available in library
Allan McRae
2013-01-03
Update copyright year for 2013
Allan McRae
2012-02-20
Update copyright years
Allan McRae
2011-09-20
signing: add a process and retry loop for database signatures
Dan McGee
2011-09-20
Allow our PGP helper method to pass back the signature results
Dan McGee
2011-08-28
Refactor signature result return format
Dan McGee
2011-08-25
Remove argument from check_pgp_helper
Dan McGee
2011-08-15
Only check necessary signatures and checksums
Dan McGee
2011-07-05
signing: move to new signing verification and return scheme
Dan McGee
2011-06-30
Make alpm_db_get_sigverify_level() public
Dan McGee
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
2011-04-24
Rein in the complexity of the signature type
Dan McGee
2011-04-24
signing: let GPGME handle loading signatures from files
Dan McGee
2011-04-20
Rename gpgsig struct fields for clarity
Dan McGee
2011-04-20
Allow VerifySig to act as a default verification in [options]
Dave Reisner
2011-03-23
Refactor signature loading code into common function
Dan McGee
2011-03-23
Add functions for verifying database signature
Allan McRae
2011-03-23
Integrate GPGME into libalpm
Dan McGee