summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-03client: Add agent commandPatrik Flykt1-0/+30
2013-05-03client: Add support for registering and unregistering an agentPatrik Flykt3-0/+181
2013-05-03client: Enable method call return to exit or continue runningPatrik Flykt3-25/+50
2013-05-03client: Make dbus helper function variable const char *Patrik Flykt2-4/+4
2013-04-30dhcpv6: Add elapsed time option to sent messagesJukka Rissanen2-3/+48
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-30client: Fix up wrongly included typedefPatrik Flykt2-8/+15
2013-04-30client: Remove unneeded members from structsPatrik Flykt1-90/+70
2013-04-30client: Move commands around to more logical places in the tablePatrik Flykt1-4/+4
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-26build: Install connmand and connman.conf manual pagesJukka Rissanen1-2/+2
2013-04-26man: Update connman.conf.5 manual pageJukka Rissanen1-6/+36
2013-04-26make: Add main.conf example file into dist tar ballJukka Rissanen1-0/+2
2013-04-26dhcpv6: Fix memory leakJukka Rissanen1-0/+2
2013-04-26gdhcp: The last option in a message was not parsed correctlyJukka Rissanen1-2/+2
2013-04-26dhcpv6: Retransmit a message with same transaction idJukka Rissanen1-0/+20
2013-04-26gdhcp: Do not change the transaction id if retransmittingJukka Rissanen1-3/+9
2013-04-26gdhcp: Add helper functions for message retransmissionJukka Rissanen2-0/+19
2013-04-26gdhcp: Add debug print for transaction idJukka Rissanen1-5/+12
2013-04-26TODO: Update type definitions cleanup taskPatrik Flykt1-2/+0
2013-04-26include: Remove definition for connman_uint16_tPatrik Flykt1-1/+0
2013-04-26network: Replace connman_uint16_t with uint16_tPatrik Flykt2-9/+9
2013-04-26include: Remove definition for connman_uint8_tPatrik Flykt1-1/+0
2013-04-26network: Replace connman_uint8_t with uint8_tPatrik Flykt2-5/+7
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 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