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 (
Expand
)
Author
Age
Files
Lines
...
*
pki: Explicitly link against -lpthread and -ldl if required
Martin Willi
2015-12-04
1
-1
/
+4
*
watcher: Check for cancellation if poll() fails with EINTR
Martin Willi
2015-12-04
1
-0
/
+7
*
Extended and refactored vici perl implementation
Andreas Steffen
2015-12-01
3
-80
/
+121
*
Built the CPAN file structure for the Vici::Session perl module
Andreas Steffen
2015-12-01
15
-72
/
+1038
*
Implement vici Perl binding
Andreas Steffen
2015-12-01
8
-0
/
+559
*
swanctl: Add --list-algs command to query loaded algorithms
Tobias Brunner
2015-11-30
4
-2
/
+110
*
vici: Add get-algorithms command to query loaded algorithms and implementations
Tobias Brunner
2015-11-30
2
-0
/
+116
*
sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...
Tobias Brunner
2015-11-23
9
-32
/
+35
*
kernel-pfkey: Enable ENCR_CAMELLIA_CBC when it's available
Tobias Brunner
2015-11-23
1
-0
/
+3
*
utils: Use the more low-level __NR_ prefix to refer to the syscall number
Tobias Brunner
2015-11-17
1
-1
/
+1
*
eap-radius: Add ability to configure RADIUS retransmission behavior
Thom Troy
2015-11-17
6
-17
/
+193
*
eap-mschapv2: Keep internal state to prevent authentication from succeeding p...
Tobias Brunner
2015-11-16
1
-24
/
+67
*
android: Suppress compiler warnings about missing field initializers
Tobias Brunner
2015-11-13
1
-0
/
+1
*
utils: Provide a fallback for sigwaitinfo() if needed
Tobias Brunner
2015-11-13
3
-30
/
+36
*
vici: Attribute certificates are not trusted
Tobias Brunner
2015-11-12
1
-1
/
+3
*
vici: Properly add CRLs to the credential set
Tobias Brunner
2015-11-12
1
-2
/
+8
*
mode-config: Reassign migrated virtual IP if client requests %any
Tobias Brunner
2015-11-12
1
-1
/
+3
*
revocation: Allow CRLs to be encoded in PEM format
Tobias Brunner
2015-11-12
1
-1
/
+1
*
curl: Be less strict when considering status codes as errors
Tobias Brunner
2015-11-12
1
-3
/
+3
*
eap-radius: Compare address family when handing out virtual IPs
Tobias Brunner
2015-11-12
1
-6
/
+26
*
eap-mschapv2: Report username if different from EAP-Identity (or IKE identity)
Tobias Brunner
2015-11-12
1
-1
/
+4
*
eap-mschapv2: Provide EAP-MSCHAPv2 username as EAP-Identity
Tobias Brunner
2015-11-12
1
-2
/
+17
*
auth-cfg: Prefer merged rules over existing ones when moving them
Tobias Brunner
2015-11-12
1
-3
/
+3
*
android: Add some (older) unit tests
Tobias Brunner
2015-11-12
3
-0
/
+381
*
android: Properly handle shorter types in BufferedByteWriter
Tobias Brunner
2015-11-12
1
-0
/
+86
*
android: Migrate to the Gradle build system
Tobias Brunner
2015-11-12
139
-71
/
+327
*
android: Provide a fallback for sigwaitinfo()
Tobias Brunner
2015-11-12
1
-1
/
+29
*
android: Replace AndroidConfigLocal.h with a header in utils/compat
Tobias Brunner
2015-11-12
4
-5
/
+16
*
android: Fix build after updating Linux headers
Tobias Brunner
2015-11-12
3
-3
/
+0
*
charon-tkm: Register SPI generator callback
Adrian-Ken Rueegsegger
2015-11-11
1
-0
/
+4
*
charon-tkm: Implement SPI generator
Adrian-Ken Rueegsegger
2015-11-11
2
-0
/
+134
*
settings: Add settings_value_as_uint64() helper function
Tobias Brunner
2015-11-11
3
-0
/
+58
*
ike-sa-manager: Allow plugins to provide IKE SPIs via a callback
Tobias Brunner
2015-11-11
2
-11
/
+54
*
libcharon: Publish IKE_SA/CHILD_SA managers as custom plugin feature
Tobias Brunner
2015-11-11
1
-11
/
+29
*
ikev1: Also use message hashes for Quick Mode for the early retransmission check
Tobias Brunner
2015-11-11
1
-4
/
+8
*
kernel-netlink: Allow IPsec policies to replace shunt policies
Tobias Brunner
2015-11-10
1
-3
/
+3
*
kernel-pfkey: Make absolutely sure we always delete the right policy cache entry
Tobias Brunner
2015-11-10
1
-3
/
+8
*
kernel-netlink: Make absolutely sure we always delete the right policy cache ...
Tobias Brunner
2015-11-10
1
-2
/
+9
*
kernel-interface: Pass the same data to del_policy() that was passed to add_p...
Tobias Brunner
2015-11-10
12
-150
/
+162
*
kernel-netlink: Remove the unused policy_history flag
Tobias Brunner
2015-11-10
1
-41
/
+20
*
kernel-interface: Return bool for kernel interface registration
Thomas Egerer
2015-11-10
4
-20
/
+40
*
trap-manager: Also clean up remote address in error cases
Tobias Brunner
2015-11-10
1
-0
/
+2
*
traffic-selector: Don't end printf'ed list of traffic selectors with a space
Tobias Brunner
2015-11-10
11
-22
/
+21
*
swanctl: Add option to query leases with --get-pools
Tobias Brunner
2015-11-10
1
-3
/
+29
*
vici: Add option to query leases of pools
Tobias Brunner
2015-11-10
2
-3
/
+36
*
swanctl: List virtual IPs in --list-sas
Tobias Brunner
2015-11-10
1
-1
/
+11
*
vici: Return local and remote virtual IPs when listing SAs
Tobias Brunner
2015-11-10
2
-0
/
+36
*
socket-dynamic: Refactor setting source address when sending messages
Tobias Brunner
2015-11-09
1
-32
/
+62
*
socket-default: Refactor setting source address when sending messages
Tobias Brunner
2015-11-09
1
-46
/
+107
*
socket-default: Refactor retrieval of destination address of received packets
Tobias Brunner
2015-11-09
1
-39
/
+89
[prev]
[next]