summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Dan McGee2012-09-18
|\
| * signing.c: warn if time went backwardsFlorian Pritz2012-09-18
* | Merge branch 'maint'Dan McGee2012-04-12
|\|
| * Fix issues with unintialized variable value usageDan McGee2012-04-09
* | Merge branch 'maint'Dan McGee2012-04-07
|\|
| * signing: cope with gpg2's failure at lifeDave Reisner2012-03-28
* | Merge branch 'maint'Dan McGee2012-01-23
|\|
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
* | Reorder some operations in sig check for efficiencyDan McGee2012-01-12
* | Merge branch 'maint'Dan McGee2012-01-08
|\|
| * Search for PGP subkeys in a keyserver-acceptable wayDan McGee2012-01-05
* | include config.h via MakefilesDave Reisner2011-12-21
* | add key algo to import msgFlorian Pritz2011-11-20
* | change gpg import message to resemble gpg --list-keysFlorian Pritz2011-11-20
|/
* Show an error message on failed remote key lookupDan McGee2011-10-17
* Add user-visible warning message if public keyring not foundDan McGee2011-10-12
* signing: delay gpgme_init() until latest possible momentDan McGee2011-10-12
* Fix compilation using --without-gpgmeDan McGee2011-09-27
* Remove unnecessary loggerDan McGee2011-09-27
* Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee2011-09-22
* Handle key import errors correctly and with good error messagesDan McGee2011-09-22
* signing: be consistent with returning -1 for error casesDan McGee2011-09-22
* Add status and check for key being disabledDan McGee2011-09-22
* Implement PGP key search and importDan McGee2011-09-22
* signing: document most undocumented functionsDan McGee2011-09-22
* Fix possible segfault if siglist was emptyDan McGee2011-09-22
* signing: add a process and retry loop for database signaturesDan McGee2011-09-20
* Allow our PGP helper method to pass back the signature resultsDan McGee2011-09-20
* Fix build without gpgmeDan McGee2011-09-18
* More package operations cleanupDan McGee2011-09-02
* Add more info to debug key displayDan McGee2011-08-28
* Refactor signature result return formatDan McGee2011-08-28
* lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa2011-08-28
* Always process validity value returned by gpgmeDan McGee2011-08-25
* Fix small memory leak in sig check codeDan McGee2011-08-25
* Remove argument from check_pgp_helperDan McGee2011-08-25
* Remove alpm_option_get_* usage from backendDan McGee2011-08-19
* Fix compilation using --without-gpgmeDan McGee2011-08-16
* Only check necessary signatures and checksumsDan McGee2011-08-15
* decode_signature: guess signature data length for efficiencyDan McGee2011-08-15
* Update base64 PolarSSL codeDan McGee2011-08-15
* Revamp signing checksDan McGee2011-07-28
* replace access() calls for debug info where applicableFlorian Pritz2011-07-18
* signing.c: check if needed files are readableFlorian Pritz2011-07-18
* Fix compilation without gpgmeAllan McRae2011-07-18
* Allow frontend access to signature verification informationDan McGee2011-07-05
* Correctly check the GPG error codesDan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02