index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
signing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-09
Fix issues with unintialized variable value usage
Dan McGee
1
-2
/
+2
2012-03-28
signing: cope with gpg2's failure at life
Dave Reisner
1
-3
/
+12
2012-01-19
Update copyright on changed files since beginning of year
Dan McGee
1
-1
/
+1
2012-01-05
Search for PGP subkeys in a keyserver-acceptable way
Dan McGee
1
-5
/
+21
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
2011-09-20
signing: add a process and retry loop for database signatures
Dan McGee
1
-0
/
+63
2011-09-20
Allow our PGP helper method to pass back the signature results
Dan McGee
1
-8
/
+16
2011-09-18
Fix build without gpgme
Dan McGee
1
-1
/
+3
2011-09-03
More package operations cleanup
Dan McGee
1
-1
/
+1
2011-08-29
Add more info to debug key display
Dan McGee
1
-1
/
+2
2011-08-29
Refactor signature result return format
Dan McGee
1
-48
/
+47
2011-08-29
lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.
Diogo Sousa
1
-0
/
+1
2011-08-26
Always process validity value returned by gpgme
Dan McGee
1
-21
/
+16
2011-08-26
Fix small memory leak in sig check code
Dan McGee
1
-0
/
+1
2011-08-25
Remove argument from check_pgp_helper
Dan McGee
1
-6
/
+1
2011-08-20
Remove alpm_option_get_* usage from backend
Dan McGee
1
-1
/
+1
2011-08-17
Fix compilation using --without-gpgme
Dan McGee
1
-22
/
+21
2011-08-15
Only check necessary signatures and checksums
Dan McGee
1
-7
/
+27
2011-08-15
decode_signature: guess signature data length for efficiency
Dan McGee
1
-15
/
+5
2011-08-15
Update base64 PolarSSL code
Dan McGee
1
-5
/
+6
2011-07-29
Revamp signing checks
Dan McGee
1
-43
/
+79
2011-07-18
replace access() calls for debug info where applicable
Florian Pritz
1
-2
/
+2
2011-07-18
signing.c: check if needed files are readable
Florian Pritz
1
-0
/
+6
2011-07-18
Fix compilation without gpgme
Allan McRae
1
-2
/
+2
2011-07-05
Allow frontend access to signature verification information
Dan McGee
1
-2
/
+20
2011-07-05
Correctly check the GPG error codes
Dan McGee
1
-2
/
+2
2011-07-05
signing: move to new signing verification and return scheme
Dan McGee
1
-36
/
+132
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-11
/
+11
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-17
/
+17
2011-07-01
signing: check validity of all available signatures
Dan McGee
1
-28
/
+29
2011-06-30
Make alpm_db_get_sigverify_level() public
Dan McGee
1
-15
/
+0
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
1
-2
/
+2
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-3
/
+3
2011-06-15
API: change 'signaturedir' to 'gpgdir'
Dan McGee
1
-1
/
+1
2011-06-14
Rename and rework signing helper methods
Dan McGee
1
-38
/
+36
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
1
-0
/
+2
2011-06-14
Switch all logging to use handle directly
Dan McGee
1
-20
/
+19
2011-06-14
Move pm_errno onto the handle
Dan McGee
1
-12
/
+13
[next]