Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sec-updater: Checks for security updates | Andreas Steffen | 2017-09-01 | 1 | -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 utility | Tobias Brunner | 2015-08-31 | 1 | -2/+8 |
| | | | | Fixes #487. | ||||
* | imv-os: Properly free strings for invalid input in pacman | Tobias Brunner | 2015-08-27 | 1 | -0/+11 |
| | |||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -2/+2 |
| | |||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 1 | -1/+1 |
| | | | | | Multiple additional search paths can be added with the add_path() method. | ||||
* | Some pacman fixes | Andreas Steffen | 2013-06-23 | 1 | -8/+2 |
| | |||||
* | Implemented pacman in a more reliable way | Andreas Steffen | 2013-06-21 | 1 | -252/+241 |
| | |||||
* | pacman: Define gen_time out of the loop | Tobias Brunner | 2013-03-25 | 1 | -1/+2 |
| | | | | It gets assigned if count==3 but only used later when count >= 7. | ||||
* | Cast first argument for %.*s to int | Tobias Brunner | 2013-01-24 | 1 | -10/+10 |
| | |||||
* | fixed a memory leak in pacman | Andreas Steffen | 2012-11-17 | 1 | -0/+8 |
| | |||||
* | implemented blacklisting of software packages | Andreas Steffen | 2012-11-14 | 1 | -0/+2 |
| | |||||
* | pacman supports differential security updates | Andreas Steffen | 2012-11-07 | 1 | -18/+101 |
| | |||||
* | add generation time to package versions | Andreas Steffen | 2012-11-04 | 1 | -15/+17 |
| | |||||
* | extract generation time of packages file | Andreas Steffen | 2012-11-04 | 1 | -2/+53 |
| | |||||
* | store packages with security issues and their optional updates only | Andreas Steffen | 2012-11-04 | 1 | -64/+60 |
| | |||||
* | created pacman - an Ubuntu/Debian package manager | Andreas Steffen | 2012-11-04 | 1 | -0/+356 |