aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/os_info
Commit message (Collapse)AuthorAgeFilesLines
* libimcv: Move settings to <ns>.imcv and <ns>.plugins with fallbackTobias Brunner2014-02-121-2/+2
|
* Use strpfx() helper where appropriateTobias Brunner2013-07-081-2/+2
|
* Don't use a time_t variable with fscanf when parsing uptimeTobias Brunner2013-02-081-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 configuredTobias Brunner2013-01-241-0/+2
|
* Add missing va_end() callTobias Brunner2013-01-241-1/+2
|
* newer releases of dpkg-query does not have PackageSpecAndreas Steffen2012-12-091-1/+1
|
* Check os_version when reading release file, os_name is not set for DebianMartin Willi2012-11-301-1/+1
|
* implemented blacklisting of software packagesAndreas Steffen2012-11-142-0/+18
|
* use OS type on IMV sideAndreas Steffen2012-11-072-17/+39
|
* eliminate deinstalled packagesAndreas Steffen2012-11-051-20/+37
|
* Define and use an OS enumeration typeAndreas Steffen2012-11-052-13/+82
|
* enumerate over installed Debian/Ubuntu packagesAndreas Steffen2012-11-041-2/+85
|
* check if setting existsAndreas Steffen2012-11-011-0/+8
|
* implemented ITA Get Settings and ITA Settings attributesAndreas Steffen2012-11-012-0/+39
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-10/+10
|
* implemented IETF Numeric Version attributeAndreas Steffen2012-10-182-0/+26
|
* implemented IETF Operational Status attributeAndreas Steffen2012-10-132-1/+35
|
* implemented the Forwarding Enabled attributeAndreas Steffen2012-10-122-1/+67
|
* implemented os_info_t classAndreas Steffen2012-10-102-0/+374