summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-06main: Rename AllowedTetheringTechnologies to TetheringTechnologiesPatrik Flykt3-15/+17
2013-04-30technology: Disable tethering when device disappearsJukka Rissanen1-0/+4
2013-04-30dnsproxy: Do not unref g_io_channel if we know it is nullJukka Rissanen1-4/+8
2013-04-28core: Print timezone information if available from serverMarcel Holtmann1-0/+4
2013-04-26dnsproxy: Conditional jump depends on uninitialized valueJukka Rissanen1-1/+1
2013-04-26dhcpv6: Fix memory leakJukka Rissanen1-0/+2
2013-04-26dhcpv6: Retransmit a message with same transaction idJukka Rissanen1-0/+20
2013-04-26network: Replace connman_uint16_t with uint16_tPatrik Flykt1-5/+5
2013-04-26network: Replace connman_uint8_t with uint8_tPatrik Flykt1-3/+3
2013-04-26service: Replace connman_uint8_t with uint8_tPatrik Flykt1-3/+4
2013-04-26tethering: Use fallback nameservers if dnsproxy is not in useJukka Rissanen1-10/+37
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 Rissanen1-0/+31
2013-04-26rtnl: Interface was added to technology too earlyJukka Rissanen1-4/+12
2013-04-26device: Add support functions needed by ethernet tetheringJukka Rissanen1-0/+43
2013-04-26main: Add support for AllowedTetheringTechnologies configuration variableJukka Rissanen1-0/+17
2013-04-26conf: Add description of AllowedTetheringTechnologiesJukka Rissanen1-0/+12
2013-04-18dbus: Add connman_dbus_get_connnection_unix_user()Daniel Wagner1-0/+93
2013-04-18dbus: Refactor callback helper structDaniel Wagner1-7/+8
2013-04-18session: Do not fail when creating default policy configurationDaniel Wagner1-13/+3
2013-04-18session: Change to "func_t" postfix to callback typedefDaniel Wagner1-3/+3
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-13service: Set state properly after disconnecting the associating serviceJukka Rissanen1-1/+3
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