summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-28alpm_list: use malloc instead of callocDan McGee2-8/+8
2011-09-27makepkg: ensure '-' is last in a character globDave Reisner1-1/+2
2011-09-27pacman-key: use consistent punctuation in error messagesDan McGee1-5/+5
2011-09-27Fix compilation using --without-gpgmeDan McGee1-3/+10
2011-09-27Remove unnecessary loggerDan McGee1-1/+0
2011-09-27Delay check for repository servers until we need themDan McGee1-8/+8
2011-09-27Avoid comparison between signed and unsigned typesAllan McRae1-1/+2
2011-09-27Ensure fileconflict value is actually a stringDan McGee1-16/+14
2011-09-26bash_completion: add completion for pacman-keyDave Reisner1-0/+16
2011-09-26pacman-key: allow get_from to return a default valueDave Reisner1-2/+4
2011-09-26pacman-key: simplify writing to config fileDave Reisner1-5/+3
2011-09-26makepkg: normalize whitespace for optdepends in .PKGINFOAllan McRae1-1/+1
2011-09-26makepkg: allow versioned optdepends with epochAllan McRae1-2/+2
2011-09-26Revamp pacman signal handlerDan McGee1-23/+23
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee7-57/+109
2011-09-22Ensure database validity flags are set in invalid signature caseDan McGee1-0/+3
2011-09-22Handle key import errors correctly and with good error messagesDan McGee1-6/+36
2011-09-22signing: be consistent with returning -1 for error casesDan McGee1-12/+17
2011-09-22Update configure.ac version to rc2Dan McGee1-1/+1
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee84-2177/+4616
2011-09-22Translation file updates from TransifexDan McGee81-1391/+1639
2011-09-22pacman-key: add an additional plain text 'foo-trusted' fileDan McGee2-11/+47
2011-09-22pacman-key: factor out validate_with_gpg() methodDan McGee1-16/+14
2011-09-22pacman-key: remove holdkeys functionalityDan McGee2-15/+1
2011-09-22pacman-key: implement promptless lsigningDan McGee1-2/+3
2011-09-22pacman-key: disable, don't remove, revoked keysDan McGee1-21/+13
2011-09-22Add status and check for key being disabledDan McGee3-2/+17
2011-09-22pacman-key: simplify import in populateDan McGee1-5/+1
2011-09-22pacman-key: don't hide --verify details in populateDan McGee1-2/+4
2011-09-22pacman-key: print message in populate if signature is missingDan McGee1-6/+14
2011-09-22pacman-key: clean up populate outputDan McGee1-3/+3
2011-09-22pacman-key: ensure array iterations are quotedDan McGee1-6/+6
2011-09-22Implement PGP key search and importDan McGee1-5/+149
2011-09-22signing: document most undocumented functionsDan McGee1-0/+55
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee2-24/+59
2011-09-22Add new import key question enum value and stub frontend functionDan McGee2-0/+10
2011-09-22Fix signature printing in package infoDan McGee1-1/+1
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee1-0/+2
2011-09-22config parsing: include file and line number in more errorsDan McGee1-12/+20
2011-09-22Pull option names out of messages in config parsingDan McGee1-7/+9
2011-09-22Check capabilities in SigLevel option parsingDan McGee1-2/+11
2011-09-22Add alpm_capabilities() method and enumerationDan McGee2-2/+31
2011-09-22Move default siglevel value from backend to frontendDan McGee2-13/+4
2011-09-22validate_deltas: split verify/check errors loopsDan McGee1-10/+14
2011-09-22Fix possible segfault if siglist was emptyDan McGee1-1/+4
2011-09-21Remove noisy debug loggerDan McGee1-3/+0
2011-09-21Fix int/size_t type in alpm_list_count() callDan McGee1-2/+2
2011-09-20_alpm_sync_commit: extract two static methodsDan McGee1-54/+69
2011-09-20Pass package signature data up one more levelDan McGee3-16/+14
2011-09-20signing: add a process and retry loop for database signaturesDan McGee3-6/+81