summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
AgeCommit message (Expand)AuthorFilesLines
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-10Upgrade duct, windres, os_pipe and randLinus Färnstrand1-2/+2
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 Filho4-0/+35
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ärnstrand2-2/+6
2018-07-02Add Linux netfilter firewall integrationLinus Färnstrand5-13/+441
2018-07-02Move the private and multicast nets up to generic firewall moduleLinus Färnstrand4-11/+33
2018-06-27Simplify metric setting by altering a single interfaceEmīls1-1/+1
2018-06-27Improve FFI error returningEmīls1-13/+33
2018-06-27Add winroute to build.rs for talpid-coreEmīls1-39/+20
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-25Upgrade pfctl to 0.2 to get error-chain 0.12Linus Färnstrand1-1/+1
2018-06-25Upgrade error-chain to 0.12Linus Färnstrand1-1/+1
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ņķis9-186/+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īls3-70/+297
2018-06-21Add separate ffi module for Windows in talpid-coreEmīls2-0/+48
2018-06-21Add WinDNS to talpid-core/build.rsEmīls1-2/+26
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-21Rename winfw lib dir and make cargo detect changesLinus Färnstrand1-1/+3
2018-06-20Move extern crate libc into talpid-core rootLinus Färnstrand5-7/+2
2018-06-18Add tests in talpid-core/src/firewall/system_state.rsEmīls Piņķis2-0/+102
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