aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Include 'aggressive' when comparing peer_cfg_t objectsTobias Brunner2012-11-071-0/+1
|
* Fixed output of longer debug messagesTobias Brunner2012-11-071-0/+1
| | | | | (v)snprintf(3) returns the length without terminating null byte but the length given as parameter must include it.
* 'signal' is a keyword in MySQL 5.5Tobias Brunner2012-11-071-1/+2
| | | | Fixes #251.
* 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
|
* added second indexAndreas Steffen2012-11-041-0/+4
|
* add generation time to package versionsAndreas Steffen2012-11-042-17/+19
|
* 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
|
* added generation time to package versionsAndreas Steffen2012-11-042-11/+17
|
* added package management to ipsec attestAndreas Steffen2012-11-024-1/+300
|
* android: Use proper intent-filter for our VpnServiceTobias Brunner2012-11-021-1/+1
|
* Log sent vendor IDs for IKEv1Tobias Brunner2012-11-021-0/+1
|
* Compiler warning fixedTobias Brunner2012-11-021-1/+1
|
* check if setting existsAndreas Steffen2012-11-012-1/+8
|
* implemented ITA Get Settings and ITA Settings attributesAndreas Steffen2012-11-0111-172/+1046
|
* some improvements in tcg_pts_attr_file_meas.cAndreas Steffen2012-11-011-10/+8
|
* use countof()Andreas Steffen2012-11-018-12/+16
|
* scanner imc/imv pair uses IETF VPN PA-TNC message subtypeAndreas Steffen2012-10-315-19/+115
|
* transmit Product Vendor ID if knownAndreas Steffen2012-10-313-7/+41
|
* added some Linux OS PENsAndreas Steffen2012-10-312-3/+18
|
* Exclude dynamic TS from Unity Split-Include attributesMartin Willi2012-10-301-0/+1
|
* FQDNs are actually not resolved when loading secretsTobias Brunner2012-10-291-7/+1
|
* Fixed log message when no shared secret is found during IKEv1 Main ModeTobias Brunner2012-10-291-1/+1
|
* version bump to 5.0.2dr3Andreas Steffen2012-10-281-1/+1
|
* issue warning if sqlite finalize is missingAndreas Steffen2012-10-261-1/+4
|
* Added documentation for NTLM secretsTobias Brunner2012-10-251-0/+10
|
* Fix RSA encryption padding terminator in gmp plugin, broken with 5025135fMartin Willi2012-10-241-0/+2
|
* Added missing noskip_flag setter/getter to some pa_tnc_attr_t constructorsTobias Brunner2012-10-2414-6/+34
|
* Add a scepclient option to specify a CA identifier to fetch certs forMartin Willi2012-10-243-10/+31
|
* Remove all ESP proposals with non-matching DH group during Quick ModeTobias Brunner2012-10-241-10/+22
| | | | | | According to RFC 2409, section 5.5, if PFS is used all proposals MUST include the selected DH group, so we remove proposals without the proposed group and remove other DH groups from the remaining proposals.
* proposal_t.strip_dh() takes a DH group to keep, using MODP_NONE will remove allTobias Brunner2012-10-243-6/+15
|
* Remove MODP groups from default ESP proposalTobias Brunner2012-10-241-1/+1
| | | | | This now actually makes pfs=no the default and it equals the default listed in ipsec.conf.5. efc69e9f preserved the default of pfs=yes.
* Moved utils.[ch] to utils folderTobias Brunner2012-10-2410-13/+13
|
* Moved settings_t to utils folderTobias Brunner2012-10-246-9/+10
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-24306-443/+445
|
* Moved enum_name_t to utils folderTobias Brunner2012-10-2412-16/+15
|
* Moved chunk_t to utils folderTobias Brunner2012-10-2412-16/+16
|
* Moved printf hooks to utils folderTobias Brunner2012-10-246-9/+10
|
* Moved integrity_checker_t to utils folderTobias Brunner2012-10-245-6/+6
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-24229-332/+338
|