Age | Commit message (Expand) | Author | Files | Lines |
2014-10-01 | _alpm_key_in_keychain: cache known keys | Andrew Gregory | 1 | -0/+6 |
2014-08-04 | signing.c: remove useless error check | Andrew Gregory | 1 | -1/+0 |
2014-06-29 | libalpm: check for valid public key algorithm | Christian Hesse | 1 | -0/+12 |
2014-06-24 | Update the question callback | Olivier Brunel | 1 | -4/+8 |
2014-06-02 | Add compatibility with gpgme-1.5.0 | Allan McRae | 1 | -0/+4 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-10 | Consistently use #ifdef | Allan McRae | 1 | -3/+3 |
2014-01-10 | Fix build with --disable-gpgme | Allan McRae | 1 | -30/+30 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 1 | -12/+12 |
2013-10-31 | Make functions to decode a signature and extract keyid public | Allan McRae | 1 | -3/+3 |
2013-09-04 | libalpm: avoid name space conflict | Sami Kerola | 1 | -35/+35 |
2013-04-18 | Fix spelling errors using 'codespell' tool | Anatol Pomozov | 1 | -1/+1 |
2013-02-16 | fix style violations | Andrew Gregory | 1 | -1/+2 |
2013-02-13 | Fix compilation error on clang | Allan McRae | 1 | -8/+8 |
2013-02-09 | Import key if needed when installing package from file | Allan McRae | 1 | -0/+5 |
2013-02-09 | Make decode_signature available to the library | Allan McRae | 1 | -2/+3 |
2013-02-09 | Add function to extract key id from signatures | Allan McRae | 1 | -0/+113 |
2013-02-09 | Move key importing into separate function | Allan McRae | 1 | -32/+49 |
2013-02-09 | Make key_in_keychain available in library | Allan McRae | 1 | -3/+4 |
2013-01-04 | Fix space between control structure and open parens | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2013-01-04 | Fix open braces style | Gerardo Exequiel Pozzi | 1 | -1/+2 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-12-14 | Fix future signature timestamp warning | Allan McRae | 1 | -5/+6 |
2012-09-18 | Merge branch 'maint' | Dan McGee | 1 | -0/+5 |
2012-09-18 | signing.c: warn if time went backwards | Florian Pritz | 1 | -0/+5 |
2012-04-12 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2012-04-09 | Fix issues with unintialized variable value usage | Dan McGee | 1 | -2/+2 |
2012-04-07 | Merge branch 'maint' | Dan McGee | 1 | -3/+12 |
2012-03-28 | signing: cope with gpg2's failure at life | Dave Reisner | 1 | -3/+12 |
2012-01-23 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2012-01-19 | Update copyright on changed files since beginning of year | Dan McGee | 1 | -1/+1 |
2012-01-12 | Reorder some operations in sig check for efficiency | Dan McGee | 1 | -13/+7 |
2012-01-08 | Merge branch 'maint' | Dan McGee | 1 | -4/+21 |
2012-01-05 | Search for PGP subkeys in a keyserver-acceptable way | Dan McGee | 1 | -5/+21 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-11-21 | add key algo to import msg | Florian Pritz | 1 | -0/+20 |
2011-11-21 | change gpg import message to resemble gpg --list-keys | Florian Pritz | 1 | -0/+2 |
2011-10-17 | Show an error message on failed remote key lookup | Dan McGee | 1 | -2/+2 |
2011-10-13 | Add user-visible warning message if public keyring not found | Dan McGee | 1 | -0/+3 |
2011-10-12 | signing: delay gpgme_init() until latest possible moment | Dan McGee | 1 | -19/+27 |
2011-09-27 | Fix compilation using --without-gpgme | Dan McGee | 1 | -3/+10 |
2011-09-27 | Remove unnecessary logger | Dan McGee | 1 | -1/+0 |
2011-09-22 | Update Doxyfile and fix some documentation errors caught by Doxygen | Dan McGee | 1 | -2/+2 |
2011-09-22 | Handle key import errors correctly and with good error messages | Dan McGee | 1 | -6/+36 |
2011-09-22 | signing: be consistent with returning -1 for error cases | Dan McGee | 1 | -12/+17 |
2011-09-22 | Add status and check for key being disabled | Dan McGee | 1 | -2/+13 |
2011-09-22 | Implement PGP key search and import | Dan McGee | 1 | -5/+149 |
2011-09-22 | signing: document most undocumented functions | Dan McGee | 1 | -0/+55 |
2011-09-22 | Fix possible segfault if siglist was empty | Dan McGee | 1 | -1/+4 |