summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-26dnsproxy: Return proper return code if listener_table is missingJukka Rissanen1-1/+1
2013-04-26technology: Auto start tethering if enabled and configuredJukka Rissanen1-65/+125
2013-04-26main: Add support for PersistentTetheringMode configuration variableJukka Rissanen1-0/+15
2013-04-26conf: Add description of PersistentTetheringModeJukka Rissanen1-0/+5
2013-04-26ethernet: Add tethering supportJukka Rissanen3-1/+133
2013-04-26rtnl: Interface was added to technology too earlyJukka Rissanen1-4/+12
2013-04-26device: Add support functions needed by ethernet tetheringJukka Rissanen2-0/+46
2013-04-26main: Add support for AllowedTetheringTechnologies configuration variableJukka Rissanen1-0/+17
2013-04-26conf: Add description of AllowedTetheringTechnologiesJukka Rissanen1-0/+12
2013-04-23client: Trim off spaces from user inputPatrik Flykt1-8/+20
2013-04-23client: Add command completionPatrik Flykt3-0/+37
2013-04-23client: Follow coding stylePatrik Flykt3-5/+6
2013-04-23client: Add support for tetheringPatrik Flykt1-0/+175
2013-04-18dbus: Add connman_dbus_get_connnection_unix_user()Daniel Wagner2-0/+101
2013-04-18dbus: Refactor callback helper structDaniel Wagner1-7/+8
2013-04-18session: Do not fail when creating default policy configurationDaniel Wagner3-26/+5
2013-04-18session: Change to "func_t" postfix to callback typedefDaniel Wagner3-8/+8
2013-04-18session_policy_local: Use callback helpersDaniel Wagner1-7/+9
2013-04-18session_policy_local: Load policy when a new file is addedDaniel Wagner1-0/+7
2013-04-18session_policy_local: Do not free policy on load errorDaniel Wagner1-2/+5
2013-04-18session_policy_local: Empty policy list indicated no match allDaniel Wagner1-8/+3
2013-04-18session_policy_local: Set default policy using common codeDaniel Wagner1-4/+2
2013-04-18session: Empty policy list indicated no match allDaniel Wagner1-1/+1
2013-04-18session: Do not try to access already removed hashDaniel Wagner1-0/+3
2013-04-18session: Reorder shutdown sequenceDaniel Wagner1-1/+1
2013-04-15wifi: improve fix to avoid device double release on disableGrant Erickson1-35/+11
2013-04-13tools: Rename dnsproxy-unit to dnsproxy-testJukka Rissanen3-4/+4
2013-04-13tools: Make message buffers staticJukka Rissanen1-3/+3
2013-04-13service: Set state properly after disconnecting the associating serviceJukka Rissanen1-1/+3
2013-04-12wifi: avoid device double release on disableGrant Erickson1-2/+38
2013-04-08Release 1.131.13Marcel Holtmann2-1/+16
2013-04-08build: Add dnsproxy-unit to .gitignoreMarcel Holtmann1-0/+1
2013-04-08gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz1-13/+10
2013-04-08gdbus: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+6
2013-04-08vpn: Host IP address was not freedJukka Rissanen1-0/+1
2013-04-08vpn: Free ip address before allocating a new oneJukka Rissanen1-0/+1
2013-04-08dnsproxy: Fix cached message length correctlyJukka Rissanen1-1/+5
2013-04-06client: Add --help, -h optionsPatrik Flykt1-1/+10
2013-04-05tools: Add unit test for dnsproxyJukka Rissanen2-1/+468
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-05client: Fix help text, IPv4 setting uses netmaskPatrik Flykt1-1/+1
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