summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Request tunnel to close in a separate threadJanito Vaqueiro Ferreira Filho1-6/+10
2018-08-30Move `TunnelStateTransition` to `talpid_types`Janito Vaqueiro Ferreira Filho1-13/+1
2018-08-29Use IPC instead of a websocket to communicate between daemon and pluginLinus Färnstrand1-79/+23
2018-08-29Move tunnel state machine to TalpidJanito Vaqueiro Ferreira Filho7-0/+1035
2018-08-29Move `rotate_log` function to `talpid-core`Janito Vaqueiro Ferreira Filho2-0/+23
2018-08-29Rename `account_token` to `username` in TalpidJanito Vaqueiro Ferreira Filho1-5/+5
2018-08-27Rename firewall module to securityLinus Färnstrand11-2/+2
2018-08-27Rename Firewall -> NetworkSecurityLinus Färnstrand4-35/+32
2018-08-22Fix typo in commentJanito Vaqueiro Ferreira Filho1-1/+1
2018-08-14Force IPv4 only if Enable IPv6 setting is offJanito Vaqueiro Ferreira Filho1-0/+10
2018-08-10Adapt Linux firewall integration to newer nftnlLinus Färnstrand1-21/+21
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand3-7/+6
2018-07-18Set `ip` command path on LinuxJanito Vaqueiro Ferreira Filho3-0/+33
2018-07-10Rename 'set_*' functions in talpid-core for building the OpenVPN commandEmīls2-4/+4
2018-07-10Update talpid-core to support specifying a tunnel interface by it's alias to ...Emīls2-0/+22
2018-07-04Create `restore_from_backup` helper functionJanito Vaqueiro Ferreira Filho1-41/+26
2018-07-03Refactor `update_backup` into `write_backup`Janito Vaqueiro Ferreira Filho1-23/+14
2018-07-03Refactor Linux DNS errorsJanito Vaqueiro Ferreira Filho1-31/+35
2018-07-03Don't store Table in Linux firewall to make it impl SendLinus Färnstrand1-5/+7
2018-07-02Import talpid_types::net types directly and useLinus Färnstrand1-25/+19
2018-07-02Refactor matching on security policyLinus Färnstrand1-16/+13
2018-07-02Use interface index rather than name in rulesLinus Färnstrand1-20/+30
2018-07-02Improve errors by not directly leaking mnl errorsLinus Färnstrand1-9/+7
2018-07-02Only import ipnetwork/lazy_static on unixLinus Färnstrand1-0/+2
2018-07-02Add Linux netfilter firewall integrationLinus Färnstrand4-10/+437
2018-07-02Move the private and multicast nets up to generic firewall moduleLinus Färnstrand3-11/+30
2018-06-27Improve FFI error returningEmīls1-13/+33
2018-06-27Use route module in talpid-core/src/firewall/windowsEmīls1-1/+11
2018-06-27Add route.rs to talpid-core/src/firewall/windows/Emīls2-0/+44
2018-06-25Fix imports for system_state.rsEmīls1-2/+2
2018-06-25Flush file writes when saving config and backup filesEmīls2-3/+13
2018-06-21Fix formattingEmīls Piņķis6-52/+68
2018-06-21Change dns backup file from snake to kebab caseEmīls1-1/+1
2018-06-21Change Firewall trait to take a cache dir as a parameter in it's constructorEmīls Piņķis8-185/+126
2018-06-21Fix tests in system_state.rsEmīls Piņķis1-6/+10
2018-06-21Rename wfpctl to winfw and add the DNS module for Windows in talpid-coreEmīls2-70/+296
2018-06-21Add separate ffi module for Windows in talpid-coreEmīls2-0/+48
2018-06-21Improve system_state.rs in talpid-coreEmīls1-2/+2
2018-06-21Use custom backup path in `SystemStateWriter`Janito Vaqueiro Ferreira Filho1-8/+5
2018-06-21Restore persisted DNS backup on startupJanito Vaqueiro Ferreira Filho1-2/+22
2018-06-21Keep DNS backup in a separate fileJanito Vaqueiro Ferreira Filho1-5/+35
2018-06-21Replace `static` with `const`Janito Vaqueiro Ferreira Filho1-1/+1
2018-06-21Capitalize error messagesJanito Vaqueiro Ferreira Filho1-4/+4
2018-06-21Replace custom functions with equivalents in `fs`Janito Vaqueiro Ferreira Filho1-19/+4
2018-06-20Move extern crate libc into talpid-core rootLinus Färnstrand4-6/+1
2018-06-18Add tests in talpid-core/src/firewall/system_state.rsEmīls Piņķis1-0/+99
2018-06-18Add system_state.rs in talpid-core/src/firewallEmīls Piņķis2-0/+66
2018-06-13Implement authentication check in plugin RPCsJanito Vaqueiro Ferreira Filho1-11/+50
2018-06-13Stub `OpenVpnEventApiImpl::authenticate` methodJanito Vaqueiro Ferreira Filho1-4/+25
2018-06-09Add verbosity level to OpenVPN argumentsLinus Färnstrand1-0/+1