summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-22iptables: Free table pointerDaniel Wagner1-1/+3
2013-02-22iptables: Free match rulesDaniel Wagner1-0/+9
2013-02-22iptables: Reset pointer after freeingDaniel Wagner1-2/+6
2013-02-22iptables: Reinitialize global parser tableDaniel Wagner1-2/+16
2013-02-22iptables: Free xtables entry when removing one entry from the tableDaniel Wagner1-2/+3
2013-02-19error: Handle ECONNREFUSED gracefully in dbus error handlerJukka Rissanen1-0/+1
2013-02-19storage: Add function to load provider configuration fileJukka Rissanen2-0/+17
2013-02-19config: Read only wifi configJukka Rissanen1-1/+5
2013-02-19config: Remove obsolete definitionJukka Rissanen1-2/+0
2013-02-18iptables: Cannot flush all rules without API to set themPatrik Flykt1-10/+2
2013-02-14shared: Add helpers for SHA-1 based HMAC, PBKDF2 and PRFMarcel Holtmann2-0/+222
2013-02-14shared: Add generic debug and hexdump helpersMarcel Holtmann2-0/+121
2013-02-12systemd: Force daemon restart on failureJukka Rissanen1-0/+1
2013-02-12iptables: Update the hook entries correctly in iptables_delete_rule()Daniel Wagner1-3/+8
2013-02-12iptables: Test if match and target arguments are also the sameDaniel Wagner1-1/+21
2013-02-12iptables: Fix fallthrough rulesDaniel Wagner1-0/+21
2013-02-12iptables: Remove unused __connman_iptables_command()Daniel Wagner2-464/+0
2013-02-12nat: Use new iptables APIDaniel Wagner1-4/+8
2013-02-12iptables: Add split out iptables commandsDaniel Wagner2-0/+527
2013-02-12nat: No need to 'nat' table anymoreDaniel Wagner1-18/+0
2013-02-12iptables: Flush 'filter' 'mangle' and 'nat' tableDaniel Wagner1-1/+60
2013-02-12iptables: Add CONNMAN_IPTABLES_DEBUG environment variableDaniel Wagner1-30/+84
2013-02-12iptables: Remove dependency on table in iterator_entries_cb_tDaniel Wagner1-24/+14
2013-02-12iptables: Do not pass table into dump_match() and dump_target()Daniel Wagner1-8/+5