summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee
2011-09-22Translation file updates from TransifexDan McGee
2011-09-22pacman-key: add an additional plain text 'foo-trusted' fileDan McGee
2011-09-22pacman-key: factor out validate_with_gpg() methodDan McGee
2011-09-22pacman-key: remove holdkeys functionalityDan McGee
2011-09-22pacman-key: implement promptless lsigningDan McGee
2011-09-22pacman-key: disable, don't remove, revoked keysDan McGee
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22pacman-key: simplify import in populateDan McGee
2011-09-22pacman-key: don't hide --verify details in populateDan McGee
2011-09-22pacman-key: print message in populate if signature is missingDan McGee
2011-09-22pacman-key: clean up populate outputDan McGee
2011-09-22pacman-key: ensure array iterations are quotedDan McGee
2011-09-22Implement PGP key search and importDan McGee
2011-09-22signing: document most undocumented functionsDan McGee
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-22Fix signature printing in package infoDan McGee
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee
2011-09-22config parsing: include file and line number in more errorsDan McGee
2011-09-22Pull option names out of messages in config parsingDan McGee
2011-09-22Check capabilities in SigLevel option parsingDan McGee
2011-09-22Add alpm_capabilities() method and enumerationDan McGee
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-22validate_deltas: split verify/check errors loopsDan McGee
2011-09-22Fix possible segfault if siglist was emptyDan McGee
2011-09-21Remove noisy debug loggerDan McGee
2011-09-20Fix int/size_t type in alpm_list_count() callDan McGee
2011-09-20_alpm_sync_commit: extract two static methodsDan McGee
2011-09-20Pass package signature data up one more levelDan McGee
2011-09-20signing: add a process and retry loop for database signaturesDan McGee
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee
2011-09-20Split package validation and load loopsDan McGee
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee
2011-09-20pacman/upgrade: print 'loading packages...' only onceDave Reisner
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee
2011-09-19Use more efficient way of restoring working directoryDan McGee
2011-09-19Reduce path allocation on the stack in local databaseDan McGee
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee
2011-09-19Search for non-prefixed paths in skip_remove listDan McGee
2011-09-18be_local: cope with a desc file without trailing newlineDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-18Remove dead changelog_feof() codeDan McGee
2011-09-18Add a random pactestDan McGee
2011-09-18src/util: provide strndup definitions where neededDave Reisner