aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imc_os
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-242-4/+4
|
* Use PWG HCD PA-TNC subtypes to transport HCD attributesAndreas Steffen2015-08-181-7/+9
|
* Defined generic non-nul terminated string PA-TNC attributeAndreas Steffen2015-08-181-2/+3
|
* Defined generic boolean PA-TNC attributeAndreas Steffen2015-08-181-5/+6
|
* Check for NULL installed packages enumeratorAndreas Steffen2015-05-241-1/+5
|
* OS IMV proposes IF-M segmentation contractAndreas Steffen2014-10-051-54/+8
| | | | | | | The OS IMV sends a TCG IF-M Segmentation contract request. All IETF standard attributes support segmentation. Additionally the IETF Installed Packages standard attributes supports incremental processing while segments are received.
* Implemented IF-M segmentation contractsAndreas Steffen2014-10-032-3/+21
|
* imc-os: Add missing TNC_IMC_API definitions, fixes warnings on WindowsMartin Willi2014-06-041-28/+27
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-151-3/+5
|
* Separated IMV session management from IMV policy databaseAndreas Steffen2014-04-151-3/+3
|
* Implemented configurable Device ID in OS IMCAndreas Steffen2014-04-151-11/+85
|
* libimcv: Move settings to <ns>.imcv and <ns>.plugins with fallbackTobias Brunner2014-02-121-1/+1
|
* Build all IMC/IMVs with -no-undefinedTobias Brunner2013-09-121-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* check for zero-length device IDAndreas Steffen2013-06-211-0/+6
|
* ITA-HSR/Device ID attribute & IMV OS state machineAndreas Steffen2013-06-211-28/+65
|
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-021-1/+3
|
* updated strongswan.conf man pageAndreas Steffen2012-11-121-1/+1
|
* centralized processing of assessment informationAndreas Steffen2012-11-121-34/+0
|
* Define and use an OS enumeration typeAndreas Steffen2012-11-051-9/+10
|
* compute the optimum Installed Packages attribute sizeAndreas Steffen2012-11-051-36/+43
|
* Added ITA Start/Stop Angel attributes to split bulk data into multiple ↵Andreas Steffen2012-11-051-1/+22
| | | | attributes
* enumerate over installed Debian/Ubuntu packagesAndreas Steffen2012-11-041-11/+33
|
* check if setting existsAndreas Steffen2012-11-011-1/+0
|
* implemented ITA Get Settings and ITA Settings attributesAndreas Steffen2012-11-011-70/+120
|
* use countof()Andreas Steffen2012-11-011-1/+2
|
* transmit Product Vendor ID if knownAndreas Steffen2012-10-311-2/+26
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-4/+4
|
* implemented IETF Numeric Version attributeAndreas Steffen2012-10-181-0/+21
|
* implemented IETF Remediation Instructions attributeAndreas Steffen2012-10-181-0/+34
|
* no need to include pa_tnc_msg.hAndreas Steffen2012-10-181-1/+0
|
* refactored PA-TNC message handling by IMCsAndreas Steffen2012-10-172-102/+85
|
* allow registration of multiple message typeAndreas Steffen2012-10-141-6/+8
|
* implemented IETF Operational Status attributeAndreas Steffen2012-10-131-0/+24
|
* implemented IETF Factory Default Password Enabled attributeAndreas Steffen2012-10-121-0/+17
|
* implemented the Forwarding Enabled attributeAndreas Steffen2012-10-121-2/+20
|
* implemented os_info_t classAndreas Steffen2012-10-101-4/+18
|
* implemented IETF String Version attributeAndreas Steffen2012-10-101-5/+23
|
* created OS IMC/IMV pairAndreas Steffen2012-10-094-0/+589