aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/os_info/os_info.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-141-0/+6
|
* use OS type on IMV sideAndreas Steffen2012-11-071-16/+29
|
* eliminate deinstalled packagesAndreas Steffen2012-11-051-20/+37
|
* Define and use an OS enumeration typeAndreas Steffen2012-11-051-13/+60
|
* 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-011-0/+31
|
* 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-181-0/+17
|
* implemented IETF Operational Status attributeAndreas Steffen2012-10-131-1/+26
|
* implemented the Forwarding Enabled attributeAndreas Steffen2012-10-121-1/+48
|
* implemented os_info_t classAndreas Steffen2012-10-101-0/+309