aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some typosTobias Brunner2015-08-135-8/+8
* kernel-netlink: When adding a policy do an update if it already existsTobias Brunner2015-08-131-1/+9
* kernel-pfkey: When adding policies do an update if they already existTobias Brunner2015-08-131-1/+10
* pki: Optionally extract public key from given private key in --issueTobias Brunner2015-08-102-6/+30
* conf: Clarify resolution for two time settingsTobias Brunner2015-08-102-4/+4
* Version bump to 5.3.3dr45.3.3dr4Andreas Steffen2015-08-101-1/+1
* identification: Use UTF8String instead of the legacy T61String to encode DNsTobias Brunner2015-08-061-1/+1
* whitelist: Use hash() method so DNs with different string types matchTobias Brunner2015-08-061-1/+1
* identification: Add hash() methodTobias Brunner2015-08-063-3/+135
* pkcs11: Fix encoding of RSA keys if unnecessarily zero prefixedTobias Brunner2015-08-061-3/+8
* updown: Pass virtual IPs assigned to a peer to the updown scriptTobias Brunner2015-08-062-8/+20
* eap-radius: Don't send RADIUS Accounting Start messages twiceTobias Brunner2015-08-061-0/+5
* eap-radius: Change trigger for Accounting Start messages for IKEv1Tobias Brunner2015-08-062-6/+13
* testing: Update AAA certificate on Freeradius as wellAndreas Steffen2015-08-052-42/+42
* testing: Updated expired AAA server certificateAndreas Steffen2015-08-049-88/+115
* configure: Explicitly disable unused parameter warnings in qsort_r testTobias Brunner2015-08-041-1/+1
* printf-hook-builtin: Fix invalid memory accessTobias Brunner2015-08-041-1/+2
* kernel-netlink: Use PAGE_SIZE as default size for the netlink receive bufferTobias Brunner2015-08-042-2/+12
* kernel-netlink: Actually verify if the netlink message exceeds the buffer sizeTobias Brunner2015-08-041-2/+2
* ha: Properly initialize algo variables when installing CHILD_SAsTobias Brunner2015-08-041-1/+1
* ha: Sync remote address in HA_IKE_ADD, tooThomas Egerer2015-08-042-0/+11
* jobs: Don't execute rekey CHILD_SA job on passive IKE_SAsThomas Egerer2015-08-041-1/+4
* ike: Disable NAT keepalives in state PASSIVEThomas Egerer2015-08-041-3/+12
* testing: Don't run do-tests when hosts are not runningTobias Brunner2015-08-031-0/+1
* testing: Suppress errors when checking for running hostsTobias Brunner2015-08-031-1/+1
* Version bump to 5.3.3dr35.3.3dr3Andreas Steffen2015-07-311-1/+1
* testing: Adapted ha/both-active scenario to new jhash valuesAndreas Steffen2015-07-316-8/+11
* testing: Fix initial kernel buildTobias Brunner2015-07-311-2/+2
* ha: Use the same init values for jhash() as Linux 4.1Tobias Brunner2015-07-311-2/+19
* kernel-netlink: Unlock mutex in del_policy() if mark can't be added to messageTobias Brunner2015-07-311-0/+1
* sql: Fix memory leak in SQL loggerTobias Brunner2015-07-281-0/+1
* Version bump to 5.3.3dr2Andreas Steffen2015-07-281-1/+1
* android: New release fixing roaming on 5+ and adding new advanced optionsTobias Brunner2015-07-281-2/+2
* Merge branch 'android-updates'Tobias Brunner2015-07-2838-399/+1242
|\
| * android: Keep NDK API level at 19Tobias Brunner2015-07-281-0/+1
| * android: Apply split tunneling options when creating TUN deviceTobias Brunner2015-07-281-11/+111
| * include: Remove linux/types.h headerTobias Brunner2015-07-282-174/+1
| * android: Build against the android-21 targetTobias Brunner2015-07-281-1/+1
| * android: Extend GUI so the split tunneling options can be setTobias Brunner2015-07-287-1/+45
| * android: Add field for split tunneling config to data modelTobias Brunner2015-07-282-3/+28
| * android: Retrigger a roam event if reportedly connected but no source address...Tobias Brunner2015-07-281-2/+35
| * android: Add method to check for connectivity to NetworkManagerTobias Brunner2015-07-283-7/+46
| * android: Fix kernel-net implementation on Android 4.3 and earlierTobias Brunner2015-07-282-0/+36
| * android: Add a custom kernel-net implementation to replace kernel-netlinkTobias Brunner2015-07-284-48/+152
| * android: Manually load libraries with dlopen() and RTLD_GLOBAL on Android MTobias Brunner2015-07-282-12/+53
| * android: Apply configured server portTobias Brunner2015-07-282-1/+5
| * android: Extend GUI so the server port can be enteredTobias Brunner2015-07-287-1/+30
| * android: Add field for server port to data modelTobias Brunner2015-07-282-3/+23
| * android: Apply configured MTUTobias Brunner2015-07-284-7/+22
| * android: Extend GUI so the MTU can be enteredTobias Brunner2015-07-287-3/+103