summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-08dnsproxy: Fix cached message length correctlyJukka Rissanen1-1/+5
2013-04-05dnsproxy: Handle partial TCP messages from clientJukka Rissanen1-65/+410
2013-04-05service: Drop unused argument in preferred_tech_list_get()Daniel Wagner1-2/+2
2013-04-05dnsproxy: Create cache if it is missing when doing lookupJukka Rissanen1-42/+56
2013-04-05dnsproxy: Fix memory leak when request timeoutsJukka Rissanen1-13/+13
2013-04-05dnsproxy: Avoid null pointer accessJukka Rissanen1-2/+2
2013-04-05dnsproxy: Do not add or remove ::1 serverJukka Rissanen1-0/+6
2013-04-05dnsproxy: Use ::1 when refreshing because of the address familyJukka Rissanen1-1/+1
2013-04-05dnsproxy: Add or remove ::1 to/from resolv.conf when necessaryJukka Rissanen1-9/+35
2013-04-05dnsproxy: Listen only on needed addressesJukka Rissanen1-91/+225
2013-04-05inet: Get an address from a given interface and address familyJukka Rissanen2-0/+56
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