index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
eliminate deinstalled packages
Andreas Steffen
2012-11-05
1
-20
/
+37
|
*
check installed packages in OS database
Andreas Steffen
2012-11-05
4
-9
/
+325
|
*
Define and use an OS enumeration type
Andreas Steffen
2012-11-05
3
-22
/
+92
|
*
check if assessment has already been done
Andreas Steffen
2012-11-05
1
-1
/
+2
|
*
compute the optimum Installed Packages attribute size
Andreas Steffen
2012-11-05
1
-36
/
+43
|
*
Added ITA Start/Stop Angel attributes to split bulk data into multiple ↵
Andreas Steffen
2012-11-05
9
-20
/
+357
|
|
|
|
attributes
*
enumerate over installed Debian/Ubuntu packages
Andreas Steffen
2012-11-04
2
-13
/
+118
|
*
debug output in lower case letters
Andreas Steffen
2012-11-04
1
-6
/
+6
|
*
added second index
Andreas Steffen
2012-11-04
1
-0
/
+4
|
*
add generation time to package versions
Andreas Steffen
2012-11-04
2
-17
/
+19
|
*
extract generation time of packages file
Andreas Steffen
2012-11-04
1
-2
/
+53
|
*
added pacman to .gitignore
Andreas Steffen
2012-11-04
2
-228
/
+1
|
*
store packages with security issues and their optional updates only
Andreas Steffen
2012-11-04
1
-64
/
+60
|
*
created pacman - an Ubuntu/Debian package manager
Andreas Steffen
2012-11-04
3
-0
/
+589
|
*
added generation time to package versions
Andreas Steffen
2012-11-04
2
-11
/
+17
|
*
added package management to ipsec attest
Andreas Steffen
2012-11-02
4
-1
/
+300
|
*
android: Use proper intent-filter for our VpnService
Tobias Brunner
2012-11-02
1
-1
/
+1
|
*
Log sent vendor IDs for IKEv1
Tobias Brunner
2012-11-02
1
-0
/
+1
|
*
Compiler warning fixed
Tobias Brunner
2012-11-02
1
-1
/
+1
|
*
check if setting exists
Andreas Steffen
2012-11-01
2
-1
/
+8
|
*
implemented ITA Get Settings and ITA Settings attributes
Andreas Steffen
2012-11-01
11
-172
/
+1046
|
*
some improvements in tcg_pts_attr_file_meas.c
Andreas Steffen
2012-11-01
1
-10
/
+8
|
*
use countof()
Andreas Steffen
2012-11-01
8
-12
/
+16
|
*
scanner imc/imv pair uses IETF VPN PA-TNC message subtype
Andreas Steffen
2012-10-31
4
-19
/
+109
|
*
transmit Product Vendor ID if known
Andreas Steffen
2012-10-31
3
-7
/
+41
|
*
added some Linux OS PENs
Andreas Steffen
2012-10-31
2
-3
/
+18
|
*
Exclude dynamic TS from Unity Split-Include attributes
Martin Willi
2012-10-30
1
-0
/
+1
|
*
Fixed log message when no shared secret is found during IKEv1 Main Mode
Tobias Brunner
2012-10-29
1
-1
/
+1
|
*
issue warning if sqlite finalize is missing
Andreas Steffen
2012-10-26
1
-1
/
+4
|
*
Fix RSA encryption padding terminator in gmp plugin, broken with 5025135f
Martin Willi
2012-10-24
1
-0
/
+2
|
*
Added missing noskip_flag setter/getter to some pa_tnc_attr_t constructors
Tobias Brunner
2012-10-24
14
-6
/
+34
|
*
Add a scepclient option to specify a CA identifier to fetch certs for
Martin Willi
2012-10-24
3
-10
/
+31
|
*
Remove all ESP proposals with non-matching DH group during Quick Mode
Tobias Brunner
2012-10-24
1
-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 all
Tobias Brunner
2012-10-24
3
-6
/
+15
|
*
Remove MODP groups from default ESP proposal
Tobias Brunner
2012-10-24
1
-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 folder
Tobias Brunner
2012-10-24
10
-13
/
+13
|
*
Moved settings_t to utils folder
Tobias Brunner
2012-10-24
6
-9
/
+10
|
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
300
-437
/
+439
|
*
Moved enum_name_t to utils folder
Tobias Brunner
2012-10-24
12
-16
/
+15
|
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
12
-16
/
+16
|
*
Moved printf hooks to utils folder
Tobias Brunner
2012-10-24
6
-9
/
+10
|
*
Moved integrity_checker_t to utils folder
Tobias Brunner
2012-10-24
5
-6
/
+6
|
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
229
-332
/
+338
|
*
Moved packet_t and tun_device_t to networking folder
Tobias Brunner
2012-10-24
15
-20
/
+23
|
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
47
-53
/
+59
|
*
Send certificate requests in load-tester
Martin Willi
2012-10-24
1
-2
/
+2
|
*
Add load-tester traffic selector configuration options
Martin Willi
2012-10-24
1
-5
/
+67
|
*
Make use of new CIDR string ts constructor where appropriate
Martin Willi
2012-10-24
4
-74
/
+23
|
*
Add a traffic selector constructor creating a TS directly from a CIDR string
Martin Willi
2012-10-24
2
-0
/
+30
|
*
PKCS#11 library search using keyid uses a fallback to look for certificates
Martin Willi
2012-10-24
1
-4
/
+8
|
[prev]
[next]