aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* eap-radius: Change trigger for Accounting Start messages for IKEv1Tobias Brunner2015-08-061-5/+12
* 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-041-1/+11
* 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
* 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
* android: New release fixing roaming on 5+ and adding new advanced optionsTobias Brunner2015-07-281-2/+2
* 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
* android: Add field for MTU to data modelTobias Brunner2015-07-282-4/+30
* android: Set preferred language for remediation instructionsTobias Brunner2015-07-282-0/+6
* android: Encode connection settings as single Java string argumentTobias Brunner2015-07-284-78/+54
* android: Add simple utility class to generate settings_t compatible config sn...Tobias Brunner2015-07-281-0/+160
* unit-tests: Add unit tests for settings_t.load_string[_section]Tobias Brunner2015-07-281-8/+113
* settings: Add methods and a constructor to parse settings from stringsTobias Brunner2015-07-282-11/+112
* settings: Extend parser so we can parse settings from a stringTobias Brunner2015-07-282-0/+45
* starter: Add support for multi-line strings in ipsec.confTobias Brunner2015-07-283-8/+6
* settings: Add support for multi-line stringsTobias Brunner2015-07-283-16/+20
* starter: Don't replace rarely used special characters in strings in ipsec.confTobias Brunner2015-07-281-2/+0
* settings: Don't replace rarely used special charactersTobias Brunner2015-07-281-2/+0
* android: Don't pass null as root view to inflate()Tobias Brunner2015-07-281-1/+1
* android: Fix a potential NullPointerException in the IMC state fragmentTobias Brunner2015-07-281-1/+7
* android: EAP-TNC does not require a client certificateTobias Brunner2015-07-281-1/+1
* android: Enable charon.initiator_only optionTobias Brunner2015-07-281-0/+2
* android: Increase the minSdkVersion to 15 and targetSdkVersion to 22Tobias Brunner2015-07-281-2/+2
* Use MGF1 with SHA-512 as BLISS random oracleAndreas Steffen2015-07-274-72/+58
* Generalize c_indices generation using SHA-512 random oracle.Markku-Juhani Olavi Saarinen2015-07-271-18/+24
* Fixed several bugs in the BLISS signature generation/verification step.Markku-Juhani Olavi Saarinen2015-07-271-4/+8
* ike: Fix memory leak if remote address is keptTobias Brunner2015-07-271-0/+4
* ike-rekey: Fix cleanup() callTobias Brunner2015-07-271-2/+2
* ike-rekey: Reset IKE_SA on bus before sending CREATE_CHILD_SA responseTobias Brunner2015-07-271-1/+2