summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-12iptables: Get rid of the iterator macroDaniel Wagner1-57/+60
2013-02-12iptables: Clear global parser flagsDaniel Wagner1-0/+20
2013-02-12iptables: Make string arguments constDaniel Wagner1-23/+30
2013-02-12iptables: Add some documentationDaniel Wagner1-0/+90
2013-02-05ipconfig: Use proper address structure when appending IPv4 infoPatrik Flykt1-1/+1
2013-02-05service: Validate the IP addresses before usePatrik Flykt1-41/+58
2013-02-05service: Factor out ipconfig creationPatrik Flykt1-20/+38
2013-02-05ipconfig: Add checks for invalid IPv4/IPv6 addressesPatrik Flykt1-3/+23
2013-02-05ipconfig: Do not overwrite gateway addressJukka Rissanen2-12/+8
2013-01-30technology: Support multiple technology driversPatrik Flykt1-49/+111
2013-01-30service: Must not return NULL with a synchronous GDBus method callPatrik Flykt1-2/+0
2013-01-30network: Allow more than one network driver register the same typePatrik Flykt1-10/+0
2013-01-30technology: Enable/disable individual devices also with rfkillPatrik Flykt1-4/+16
2013-01-30technology: Check technology driver probe function before callingPatrik Flykt1-1/+5
2013-01-30technology: Remove technology driver by pointerPatrik Flykt1-2/+4
2013-01-30technology: Remove unnecessary comparison and gotoPatrik Flykt1-5/+1
2013-01-30network: Unset driver on failed matchPatrik Flykt1-1/+3
2013-01-24service: Notify leaving online state when downgrading it to readyTomasz Bursztyka1-1/+3
2013-01-24ipconfig: IPv6 was enabled too earlyJukka Rissanen1-2/+3
2013-01-18dnsproxy: DNS response answer count was incorrectly setJukka Rissanen1-1/+1
2013-01-16network: Do not report any error when removing a connecting networkTomasz Bursztyka1-1/+2
2013-01-16network: Move up code about set_connected() and set_disconnectedTomasz Bursztyka1-625/+627
2013-01-16service: Trigger autoconnect when AutoConnect flag is enabledJukka Rissanen1-0/+3
2013-01-16ipconfig: Do not disable IPv6 in lower up stateJukka Rissanen1-12/+0
2013-01-15service: Update notifier state when relevant while getting readyTomasz Bursztyka1-1/+2
2013-01-15agent: Keep track of the driver to unref user context relevantlyTomasz Bursztyka1-2/+3
2013-01-08inet: Fix error handling when bridging interfacesForest Bond1-18/+22
2013-01-08inet: Fix error handling when adding/removing routesForest Bond1-84/+152