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
/
libcharon
/
plugins
/
stroke
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ike-dscp'
Martin Willi
2013-02-14
1
-1
/
+2
|
\
|
*
Add a ikedscp ipsec.conf option to set DSCP value on outgoing IKE packets
Martin Willi
2013-02-06
1
-1
/
+1
|
*
Add a DSCP configuration value to IKE configs
Martin Willi
2013-02-06
1
-1
/
+2
*
|
Fix 'stroke loglevel any'
Tobias Brunner
2013-02-13
1
-4
/
+11
|
/
*
Use proper buffer sizes for parse_smartcard()
Tobias Brunner
2013-01-24
1
-7
/
+10
*
Don't handle right=%any6 as "loose" identity, but as %any
Martin Willi
2013-01-14
1
-2
/
+1
*
Merge branch 'ikev1-fragmentation'
Tobias Brunner
2013-01-12
1
-1
/
+2
|
\
|
*
Use a connection specific option to en-/disable IKEv1 fragmentation
Tobias Brunner
2012-12-24
1
-1
/
+2
*
|
Fixed some typos in comments
Volker RĂ¼melin
2013-01-11
1
-1
/
+1
|
/
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
7
-7
/
+7
*
Make use of new CIDR string ts constructor where appropriate
Martin Willi
2012-10-24
1
-26
/
+11
*
Use explicit, larger buffer sizes for smartcard keyids and modules
Martin Willi
2012-10-24
1
-8
/
+8
*
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 leftcer...
Martin Willi
2012-10-24
1
-62
/
+101
*
Load ipsec.conf %smartcard leftcerts with pkcs11 builder
Martin Willi
2012-10-24
1
-8
/
+20
*
Add a "ipsec listcounters" command to stroke
Martin Willi
2012-10-24
2
-0
/
+6
*
Add a print method for stroke counters
Martin Willi
2012-10-24
2
-0
/
+29
*
Add stroke message type counters
Martin Willi
2012-10-24
1
-0
/
+75
*
Add stroke counters for invalid IKE messages
Martin Willi
2012-10-24
1
-0
/
+27
*
Add stroke CHILD_SA rekeying counter
Martin Willi
2012-10-24
1
-0
/
+12
*
Add stroke IKE rekey counters
Martin Willi
2012-10-24
1
-0
/
+26
*
Define stroke counter types to implement
Martin Willi
2012-10-24
2
-0
/
+86
*
Add a stub for IKE event counters in stroke
Martin Willi
2012-10-24
4
-0
/
+112
*
Remove version argument on peer_cfg constructor, use ike_cfg version instead
Martin Willi
2012-10-24
1
-2
/
+1
*
Add IKE version information to ike_cfg_t
Martin Willi
2012-10-24
1
-1
/
+2
*
Reload logger configuration on SIGHUP
Tobias Brunner
2012-10-18
1
-18
/
+1
*
Fix leak of PINs from ipsec.secrets
Martin Willi
2012-10-09
1
-1
/
+2
*
Make sure first argument is an int when using %.*s to print e.g. chunks
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Made IP address enumeration more flexible
Tobias Brunner
2012-09-21
1
-1
/
+1
*
Make it easy to check if an address is locally usable via changed get_interfa...
Tobias Brunner
2012-09-21
1
-15
/
+7
*
Don't ignore loopback devices and allow addresses on them being enumerated
Tobias Brunner
2012-09-21
1
-1
/
+1
*
Make stroke user-creds work with XAuth configs
Tobias Brunner
2012-09-18
1
-9
/
+18
*
Set AUTH_RULE_IDENTITY_LOOSE for rightid=%<identity>
Tobias Brunner
2012-09-18
1
-0
/
+10
*
Check for an existing lease in all stroke pools before creating a new one
Martin Willi
2012-09-11
1
-7
/
+31
*
Pass full pool list to release_address
Martin Willi
2012-09-11
1
-4
/
+16
*
Pass the full list of pools to acquire_address, enumerate in providers
Martin Willi
2012-09-11
1
-4
/
+16
*
Add uniqueids=never to ignore INITIAL_CONTACT notifies
Tobias Brunner
2012-09-10
1
-0
/
+3
*
Print the name of mem pools instead of the confusing <base>/<size>
Tobias Brunner
2012-09-10
1
-2
/
+4
*
Merge branch 'multi-vip'
Martin Willi
2012-08-31
9
-115
/
+664
|
\
|
*
Pass all configured pool names to attribute provider enumerator
Martin Willi
2012-08-30
1
-2
/
+2
|
*
Pass a list instead of a single virtual IP to attribute enumerators
Martin Willi
2012-08-30
2
-2
/
+3
|
*
Support multiple addresses/pools in left/rightsourceip
Martin Willi
2012-08-30
5
-100
/
+189
|
*
Support multiple address pools configured on a peer_cfg
Martin Willi
2012-08-30
1
-2
/
+8
|
*
Support multiple virtual IPs on peer_cfg and ike_sa classes
Martin Willi
2012-08-30
2
-22
/
+33
|
*
Add a stroke attribute_handler requesting DNS servers given with leftdns
Martin Willi
2012-08-21
4
-0
/
+307
|
*
Serve ipsec.conf rightdns servers through stroke attribute provider
Martin Willi
2012-08-21
1
-10
/
+143
|
*
Add a left/rightdns keyword to configure connection specific DNS attributes
Martin Willi
2012-08-21
1
-0
/
+2
*
|
Use eap_vendor_type_from_string() in stroke
Tobias Brunner
2012-08-31
1
-38
/
+7
|
/
*
Replaced usages of CHARON_*_PORT with calls to get_port().
Tobias Brunner
2012-08-08
1
-1
/
+2
*
Make the UDP ports charon listens for packets on (and uses as source ports) c...
Tobias Brunner
2012-08-08
1
-1
/
+4
[next]