aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/imv/imv_policy_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Make access requestor IP address available to TNC serverAndreas Steffen2015-03-081-6/+70
|
* libimcv: Pass TNC_SESSION_ID as argument instead as a environment variableMartin Willi2014-06-041-10/+3
| | | | Doing so works on Windows as well.
* Use logical AND functionAndreas Steffen2014-02-231-1/+1
|
* libimcv: Move settings to <ns>.imcv and <ns>.plugins with fallbackTobias Brunner2014-02-121-1/+6
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* skip enforcement if a recent measurement was successfulAndreas Steffen2013-07-081-15/+56
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-3/+3
| | | | | Multiple additional search paths can be added with the add_path() method.
* Device can be member of multiple groupsAndreas Steffen2013-06-251-74/+87
|
* Assign default group to newly created devicesAndreas Steffen2013-06-251-1/+12
|
* Set device creation date if it hasn't been set yetAndreas Steffen2013-06-241-3/+18
|
* Database changes needed to integrate Cygnet backendAndreas Steffen2013-06-211-3/+3
|
* Implemented hierarchical policy groupsAndreas Steffen2013-06-211-40/+54
|
* Introduced workitems to Attestation IMVAndreas Steffen2013-06-211-19/+35
|
* do not process workitems with NULL resultAndreas Steffen2013-06-211-1/+2
|
* fixed enumeration of workitems for a given sessionAndreas Steffen2013-06-211-1/+1
|
* generate workitems based on group policyAndreas Steffen2013-06-211-22/+101
|
* don't define a default database URIAndreas Steffen2013-06-211-3/+2
|
* created a simple IMV Policy ManagerAndreas Steffen2013-06-211-0/+170