index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
kernel-netlink: Use recv() instead of recvfrom()
Martin Willi
2014-09-24
1
-11
/
+3
|
*
kernel-netlink: Avoid casting the NLMSG_DATA() return value
Martin Willi
2014-09-24
3
-26
/
+26
|
*
kernel-netlink: Define netlink buffer as an union having a netlink header
Martin Willi
2014-09-24
4
-21
/
+24
|
/
*
Merge branch 'systemd'
Martin Willi
2014-09-24
37
-119
/
+981
|
\
|
*
travis: Disable build of native systemd IKE daemon
Martin Willi
2014-09-22
1
-0
/
+1
|
*
man: Skip installation of ipsec.conf/secrets manpages when not building starter
Martin Willi
2014-09-22
1
-1
/
+5
|
*
init: Update starter systemd service to distinguish it from strongswan-swanctl
Martin Willi
2014-09-22
2
-1
/
+2
|
*
init: Provide a service file for charon-systemd using swanctl
Martin Willi
2014-09-22
5
-0
/
+28
|
*
systemd: Check if ./configure detected a systemd system unit directory
Martin Willi
2014-09-22
1
-0
/
+7
|
*
systemd: Discover and check systemd libraries with pkg-config during configure
Martin Willi
2014-09-22
2
-1
/
+12
|
*
systemd: Add a native systemd journal logger
Martin Willi
2014-09-22
4
-2
/
+200
|
*
plugin-loader: Support a reload() callback for static features
Martin Willi
2014-09-22
9
-12
/
+44
|
*
systemd: Provide a charon-systemd daemon targeting full systemd integration
Martin Willi
2014-09-22
6
-5
/
+250
|
*
swanctl: Complete --load-creds command summary
Martin Willi
2014-09-22
1
-1
/
+1
|
*
swanctl: Fix description of load-pools command summary
Martin Willi
2014-09-22
1
-1
/
+1
|
*
swanctl: Add a --load-all command, performing --load-{creds,pools,conns}
Martin Willi
2014-09-22
10
-97
/
+329
|
*
swanctl: Add a --reload-settings command
Martin Willi
2014-09-22
5
-2
/
+93
|
*
vici: Add a command to reload strongswan.conf
Martin Willi
2014-09-22
1
-0
/
+12
|
/
*
encoding: Accept all exchange types for non IKEv1/IKEv2 major versions
Martin Willi
2014-09-22
1
-5
/
+11
*
settings: Make loading a NULL or empty pattern a (nop-)success
Martin Willi
2014-09-22
1
-1
/
+1
*
settings: Use strongswan.conf used during library initialization for reload
Martin Willi
2014-09-22
4
-14
/
+4
*
library: Store the used root strongswan.conf configuration
Martin Willi
2014-09-22
2
-7
/
+12
*
testing: Use multiple jobs to install strongSwan
Tobias Brunner
2014-09-19
1
-1
/
+1
*
testing: Add a script to build the current (or an arbitrary) source tree
Tobias Brunner
2014-09-19
1
-0
/
+65
*
testing: Add packages to rebuild strongSwan from the repository
Tobias Brunner
2014-09-19
1
-1
/
+2
*
testing: Make strongSwan build recipe more configurable
Tobias Brunner
2014-09-19
1
-4
/
+13
*
swanctl: Document --stats command
Tobias Brunner
2014-09-19
1
-0
/
+3
*
testing: Update certs and keys in tkm tests
Reto Buerki
2014-09-17
6
-0
/
+0
*
testing: Update x509-ada version to 0.1.1
Reto Buerki
2014-09-17
1
-1
/
+1
*
ikev2: Don't treat initial messages as MOBIKE exchanges
Tobias Brunner
2014-09-16
1
-6
/
+9
*
ikev1: Don't cache last block of INFORMATIONAL messages as IV
Tobias Brunner
2014-09-12
1
-2
/
+2
*
ikev1: Log IV when encrypting messages
Tobias Brunner
2014-09-12
1
-0
/
+1
*
ikev1: Skip unusable IPComp proposals
Tobias Brunner
2014-09-12
1
-1
/
+1
*
ikev1: Properly handle different proposal numbering schemes
Tobias Brunner
2014-09-12
1
-5
/
+10
*
kernel-netlink: Optionally install protocol and ports on transport mode SAs
Tobias Brunner
2014-09-12
2
-6
/
+27
*
Merge branch 'mobike-fixes'
Tobias Brunner
2014-09-12
4
-28
/
+167
|
\
|
*
ikev2: Reduce timeout if path probing was enabled
Tobias Brunner
2014-09-12
1
-6
/
+13
|
*
ikev2: Defer MOBIKE updates if no path is available
Tobias Brunner
2014-09-12
1
-7
/
+14
|
*
ike-mobike: Allow calling transmit() even when not currently path probing
Tobias Brunner
2014-09-12
1
-5
/
+17
|
*
ikev2: Defer path probing if no path is currently available
Tobias Brunner
2014-09-12
1
-1
/
+20
|
*
ike-mobike: Return FALSE in transmit() if no path was available
Tobias Brunner
2014-09-12
2
-3
/
+7
|
*
ikev2: Enable path probing for currently active MOBIKE task
Tobias Brunner
2014-09-12
1
-0
/
+18
|
*
ike-mobike: Add method to enable path probing
Tobias Brunner
2014-09-12
2
-0
/
+12
|
*
ike-mobike: Skip peer addresses we can't send packets to when checking paths
Tobias Brunner
2014-09-12
1
-5
/
+18
|
*
ikev2: Skip peer addresses we can't send packets to when looking for valid paths
Tobias Brunner
2014-09-12
1
-0
/
+18
|
*
ikev2: Insert MOBIKE tasks at the front of the queue
Tobias Brunner
2014-09-12
1
-1
/
+6
|
*
ikev2: Migrate number of pending MOBIKE updates
Tobias Brunner
2014-09-12
1
-0
/
+5
|
*
ikev2: Properly keep track of pending MOBIKE updates
Tobias Brunner
2014-09-12
1
-8
/
+27
|
/
*
Merge branch 'android-pfs'
Tobias Brunner
2014-09-12
3
-9
/
+69
|
\
|
*
android: Reduce CHILD_SA lifetime
Tobias Brunner
2014-09-12
1
-2
/
+2
[prev]
[next]