Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libimcv: Move settings to <ns>.imcv and <ns>.plugins with fallback | Tobias Brunner | 2014-02-12 | 1 | -2/+2 |
| | |||||
* | Use strpfx() helper where appropriate | Tobias Brunner | 2013-07-08 | 1 | -2/+2 |
| | |||||
* | Don't use a time_t variable with fscanf when parsing uptime | Tobias Brunner | 2013-02-08 | 1 | -1/+1 |
| | | | | | | | | | Because "%u" is used as format string in the fscanf call that parses the uptime and because the length of time_t varies on different platforms and architectures the value was not written properly if time_t was longer than an unsigned int and depending on how the target variable was aligned on the stack. Since there is no conversion specifier to properly parse a time_t value we use the appropriate integer type instead. | ||||
* | Try to determine OS type if name and version are configured | Tobias Brunner | 2013-01-24 | 1 | -0/+2 |
| | |||||
* | Add missing va_end() call | Tobias Brunner | 2013-01-24 | 1 | -1/+2 |
| | |||||
* | newer releases of dpkg-query does not have PackageSpec | Andreas Steffen | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | Check os_version when reading release file, os_name is not set for Debian | Martin Willi | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | implemented blacklisting of software packages | Andreas Steffen | 2012-11-14 | 2 | -0/+18 |
| | |||||
* | use OS type on IMV side | Andreas Steffen | 2012-11-07 | 2 | -17/+39 |
| | |||||
* | eliminate deinstalled packages | Andreas Steffen | 2012-11-05 | 1 | -20/+37 |
| | |||||
* | Define and use an OS enumeration type | Andreas Steffen | 2012-11-05 | 2 | -13/+82 |
| | |||||
* | enumerate over installed Debian/Ubuntu packages | Andreas Steffen | 2012-11-04 | 1 | -2/+85 |
| | |||||
* | check if setting exists | Andreas Steffen | 2012-11-01 | 1 | -0/+8 |
| | |||||
* | implemented ITA Get Settings and ITA Settings attributes | Andreas Steffen | 2012-11-01 | 2 | -0/+39 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -10/+10 |
| | |||||
* | implemented IETF Numeric Version attribute | Andreas Steffen | 2012-10-18 | 2 | -0/+26 |
| | |||||
* | implemented IETF Operational Status attribute | Andreas Steffen | 2012-10-13 | 2 | -1/+35 |
| | |||||
* | implemented the Forwarding Enabled attribute | Andreas Steffen | 2012-10-12 | 2 | -1/+67 |
| | |||||
* | implemented os_info_t class | Andreas Steffen | 2012-10-10 | 2 | -0/+374 |