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
*
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
|
*
Increase the limit of acceptable IKEv1 CERTREQ payloads to 20
Martin Willi
2012-10-24
1
-1
/
+1
|
*
Use explicit, larger buffer sizes for smartcard keyids and modules
Martin Willi
2012-10-24
1
-8
/
+8
|
*
Add a strongswan.conf option to disable loading of all certificates from a ↵
Martin Willi
2012-10-24
1
-6
/
+11
|
|
|
|
pkcs11 module
*
Support loading cacert certificates in ipsec.conf ca sections from smartcard
Martin Willi
2012-10-24
1
-19
/
+37
|
*
Refactored stroke smartcard token parsing, support module and slot in ↵
Martin Willi
2012-10-24
1
-62
/
+101
|
|
|
|
leftcert option
*
Explicit pkcs11 certificate loading can enforce a module and a slot
Martin Willi
2012-10-24
2
-4
/
+21
|
*
Be less verbose if loading PKCS#11 certificate fails
Martin Willi
2012-10-24
1
-6
/
+1
|
*
Load ipsec.conf %smartcard leftcerts with pkcs11 builder
Martin Willi
2012-10-24
1
-8
/
+20
|
*
Add a builder to load specific pkcs11 certificates by keyid
Martin Willi
2012-10-24
3
-0
/
+115
|
*
If no pkcs11 public key for a private key found, search for a certificate
Martin Willi
2012-10-24
1
-4
/
+53
|
*
Move pkcs11 public key lookup function declaration to header file
Martin Willi
2012-10-24
3
-20
/
+18
|
*
Only add an implicit PRF based on the MAC alg if no PRF given in proposal
Martin Willi
2012-10-24
1
-38
/
+38
|
*
Add proposal keywords to explicitly specify PRF algorithms
Martin Willi
2012-10-24
1
-0
/
+8
|
*
Add an interactive mode in lookip tool, demonstrate lasting connections
Martin Willi
2012-10-24
1
-9
/
+57
|
*
Send a lookip NOT_FOUND reply if a lookup yields no results
Martin Willi
2012-10-24
3
-11
/
+32
|
*
lookup function of lookip listener returns the number of matches
Martin Willi
2012-10-24
2
-3
/
+9
|
*
Handle multiple lookip connections using a single FDSET
Martin Willi
2012-10-24
1
-49
/
+162
|
*
Renamed list to store listening lookip clients
Martin Willi
2012-10-24
1
-5
/
+5
|
*
Handle client subscriptions in lookip plugin
Martin Willi
2012-10-24
1
-12
/
+89
|
*
Add a lookip server side UNIX socket processing LOOKUP and DUMP requests
Martin Willi
2012-10-24
4
-1
/
+309
|
*
Add a simple command line utility to query the lookip plugin
Martin Willi
2012-10-24
3
-0
/
+213
|
*
Defined on-the-wire format used on lookip socket
Martin Willi
2012-10-24
2
-1
/
+94
|
*
Add a lookip function to register virtual IP notification listeners
Martin Willi
2012-10-24
2
-4
/
+87
|
*
Add a lookup method to lookip plugin, using a callback to invoke
Martin Willi
2012-10-24
2
-0
/
+53
|
*
Add a lookip listener that collects the information we are interested in
Martin Willi
2012-10-24
4
-1
/
+267
|
*
Add a lookip plugin stub to lookup connections by virtual IP
Martin Willi
2012-10-24
4
-0
/
+125
|
*
Add "listcounters" command to ipsec.8 manpage
Martin Willi
2012-10-24
1
-0
/
+4
|
[next]