aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_os/pacman.c
Commit message (Collapse)AuthorAgeFilesLines
* sec-updater: Checks for security updatesAndreas Steffen2017-09-011-499/+0
| | | | | | sec-updater checks for security updates and backports in Debian/ Ubuntu repositories and sets the security flags in the strongTNC policy database accordingly.
* imv-os: Add some useful usage output to the pacman utilityTobias Brunner2015-08-311-2/+8
| | | | Fixes #487.
* imv-os: Properly free strings for invalid input in pacmanTobias Brunner2015-08-271-0/+11
|
* lib: Add global config namespaceTobias Brunner2014-02-121-2/+2
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Some pacman fixesAndreas Steffen2013-06-231-8/+2
|
* Implemented pacman in a more reliable wayAndreas Steffen2013-06-211-252/+241
|
* pacman: Define gen_time out of the loopTobias Brunner2013-03-251-1/+2
| | | | It gets assigned if count==3 but only used later when count >= 7.
* Cast first argument for %.*s to intTobias Brunner2013-01-241-10/+10
|
* fixed a memory leak in pacmanAndreas Steffen2012-11-171-0/+8
|
* implemented blacklisting of software packagesAndreas Steffen2012-11-141-0/+2
|
* pacman supports differential security updatesAndreas Steffen2012-11-071-18/+101
|
* add generation time to package versionsAndreas Steffen2012-11-041-15/+17
|
* extract generation time of packages fileAndreas Steffen2012-11-041-2/+53
|
* store packages with security issues and their optional updates onlyAndreas Steffen2012-11-041-64/+60
|
* created pacman - an Ubuntu/Debian package managerAndreas Steffen2012-11-041-0/+356