aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
...
* accumulate package counts over multiple attributesAndreas Steffen2012-11-074-32/+93
|
* use OS type on IMV sideAndreas Steffen2012-11-077-57/+126
|
* fixed debug outputAndreas Steffen2012-11-051-5/+4
|
* eliminate deinstalled packagesAndreas Steffen2012-11-051-20/+37
|
* check installed packages in OS databaseAndreas Steffen2012-11-054-9/+325
|
* Define and use an OS enumeration typeAndreas Steffen2012-11-053-22/+92
|
* check if assessment has already been doneAndreas Steffen2012-11-051-1/+2
|
* 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-059-20/+357
| | | | attributes
* enumerate over installed Debian/Ubuntu packagesAndreas Steffen2012-11-042-13/+118
|
* debug output in lower case lettersAndreas Steffen2012-11-041-6/+6
|
* add generation time to package versionsAndreas Steffen2012-11-041-15/+17
|
* extract generation time of packages fileAndreas Steffen2012-11-041-2/+53
|
* added pacman to .gitignoreAndreas Steffen2012-11-042-228/+1
|
* store packages with security issues and their optional updates onlyAndreas Steffen2012-11-041-64/+60
|
* created pacman - an Ubuntu/Debian package managerAndreas Steffen2012-11-043-0/+589
|
* check if setting existsAndreas Steffen2012-11-012-1/+8
|
* implemented ITA Get Settings and ITA Settings attributesAndreas Steffen2012-11-0111-172/+1046
|
* use countof()Andreas Steffen2012-11-016-6/+12
|
* scanner imc/imv pair uses IETF VPN PA-TNC message subtypeAndreas Steffen2012-10-312-14/+106
|
* transmit Product Vendor ID if knownAndreas Steffen2012-10-312-5/+39
|
* Added missing noskip_flag setter/getter to some pa_tnc_attr_t constructorsTobias Brunner2012-10-2414-6/+34
|
* Moved utils.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-2434-63/+63
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-2414-63/+63
|
* implemented IETF Numeric Version attributeAndreas Steffen2012-10-188-1/+429
|
* implemented IETF Remediation Instructions attributeAndreas Steffen2012-10-186-1/+520
|
* no need to include pa_tnc_msg.hAndreas Steffen2012-10-186-7/+1
|
* refactored PA-TNC message handling by IMVsAndreas Steffen2012-10-179-494/+875
|
* refactored PA-TNC message handling by IMCsAndreas Steffen2012-10-1711-515/+818
|
* removed unused variableAndreas Steffen2012-10-171-1/+0
|
* allow registration of multiple message typeAndreas Steffen2012-10-1410-95/+153
|
* implemented IETF Operational Status attributeAndreas Steffen2012-10-138-2/+501
|
* corrected class descriptionAndreas Steffen2012-10-133-3/+3
|
* implemented IETF Factory Default Password Enabled attributeAndreas Steffen2012-10-126-1/+317
|
* implemented the Forwarding Enabled attributeAndreas Steffen2012-10-128-5/+390
|
* implemented os_info_t classAndreas Steffen2012-10-109-32/+432
|
* implemented IETF String Version attributeAndreas Steffen2012-10-108-26/+446
|
* restrict package name and package version number fields to 255 octetsAndreas Steffen2012-10-101-0/+4
|
* created OS IMC/IMV pairAndreas Steffen2012-10-099-1/+1223
|
* implemented IETF Installed Packages attributeAndreas Steffen2012-10-094-1/+407
|
* fixed PA-TNC error code to Invalid ParameterAndreas Steffen2012-10-091-1/+1
|
* check for zero product vendor ID and non-zero product IDAndreas Steffen2012-10-091-0/+8
|
* cosmeticsAndreas Steffen2012-10-092-2/+2
|
* cosmeticsAndreas Steffen2012-10-091-2/+2
|
* fixed generation of PA-TNC error messagesAndreas Steffen2012-10-071-9/+3
|
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-282-8/+8
|
* use base IMC ID if src IMC ID is not supportedAndreas Steffen2012-09-102-4/+8
|
* make sending of IETF Assessment Result attributes configurableAndreas Steffen2012-09-091-11/+13
|
* introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVsAndreas Steffen2012-09-0913-37/+531
|