summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-27provider: Set nameservers if we receive them from vpndJukka Rissanen1-10/+4
2013-03-27service: Disconnect the connecting service when neededJukka Rissanen1-2/+12
2013-03-25tethering: Fix build with kernel headers 3.8+Yann E. MORIN1-0/+1
2013-03-25service: Send IP config changed signal in disconnectJukka Rissanen1-0/+3
2013-03-25service: Only send correct ipconfig changed signalJukka Rissanen1-5/+10
2013-03-25config: Allow user to specify how IP address is usedJukka Rissanen1-4/+36
2013-03-25firewall: Maintain iptables rules in dedicated ConnMan chainsDaniel Wagner1-6/+174
2013-03-25firewall: Add firewall APIDaniel Wagner2-0/+138
2013-03-25firewall: Flush managed chainsDaniel Wagner1-0/+107
2013-03-25firewall: Add firewall fileDaniel Wagner3-0/+44
2013-03-25iptables: Add chain iteratorDaniel Wagner2-32/+20
2013-03-25iptables: Add __connman_iptables_insert()Daniel Wagner2-0/+77
2013-03-25iptables: Prepare rule to be inserted or appendedDaniel Wagner1-3/+4
2013-03-22dnsproxy: Make sure we are not accessing null hashJukka Rissanen1-0/+6
2013-03-18iptables: Allocated memory blocks are already zerod outDaniel Wagner1-4/+0
2013-03-18iptables: Factor out duplicated update hook codeDaniel Wagner1-33/+27
2013-03-18iptables: Fix invalid access to list after removing first ruleDaniel Wagner1-6/+16
2013-03-18iptables: Rename pre_load_table() to get_table()Daniel Wagner1-12/+10
2013-03-18iptables: Improve debug log outputDaniel Wagner1-4/+17
2013-03-18iptables: Lookup in table hash before module loadingDaniel Wagner1-10/+14
2013-03-18iptables: Use glib function for string operationsDaniel Wagner1-31/+31
2013-03-18iptables: Drop support for xtables < 1.4.11Daniel Wagner1-71/+0
2013-03-18iptables: Add __connman_iptables_dump()Daniel Wagner2-0/+16
2013-03-14service: User cannot modify immutable serviceJukka Rissanen1-0/+15
2013-03-08provider: New provider removal function callable from vpn pluginJukka Rissanen1-0/+13
2013-03-08provider: Change the name of provider remove functionJukka Rissanen3-3/+3
2013-03-08service: Send signal only if immutable flag value changesJukka Rissanen1-0/+4
2013-03-08provider: Function to set the immutable flagJukka Rissanen1-0/+13
2013-03-07device: Check positive device filter correctlyJukka Rissanen1-4/+10
2013-03-07iptables: Fix rule appendingDaniel Wagner1-9/+6
2013-03-07iptables: Valid policies are only ACCEPT and DROPDaniel Wagner1-1/+6
2013-03-07iptables: Fix setting policyDaniel Wagner1-1/+6
2013-03-07iptables: Always update options tableDaniel Wagner1-4/+0
2013-03-07iptables: Do not flush in the wrong orderDaniel Wagner1-0/+8
2013-03-07iptables: Fix and refactor iterate_entries()Daniel Wagner1-25/+46
2013-03-07iptables: Fix is_fallthrough() checkDaniel Wagner1-2/+6
2013-03-06service: Restart wispr on nameserver changeForest Bond1-0/+10
2013-02-26config: Add a function to provision mutable serviceTomasz Bursztyka1-2/+103
2013-02-26config: Make load service from each keyfile group as a functionTomasz Bursztyka1-17/+24
2013-02-26config: Remove superfluous error codeTomasz Bursztyka1-22/+14
2013-02-26technology: Provide a function to get WiFi tethering informationTomasz Bursztyka1-16/+39
2013-02-22config: Run service autoconnect after provisioning the wifi serviceJukka Rissanen1-0/+2
2013-02-22config: Add ethernet provisioning supportJukka Rissanen1-8/+44
2013-02-22config: Support static IP address for wifi serviceJukka Rissanen1-41/+456
2013-02-22service: Refactor ipconfig setterJukka Rissanen2-13/+22
2013-02-22ipconfig: Add function to set the IPv6 privacy optionJukka Rissanen2-0/+21
2013-02-22service: Add function to set timeserversJukka Rissanen2-0/+17
2013-02-22service: Add function to manipulate DNS search domainsJukka Rissanen2-0/+21
2013-02-22service: Add function to manipulate ignore flagJukka Rissanen2-0/+13
2013-02-22iptables: Merge clear_tables_flags() and reset_xtables()Daniel Wagner1-25/+19