summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-05service: Make sure the pending reply is not lostJukka Rissanen1-0/+3
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-4/+44
2012-06-18service: Add support functions for pending repliesJukka Rissanen1-0/+32
2012-06-18service: Split reply_pending function to two partsJukka Rissanen1-13/+20
2012-06-15service: Take last error into acount when retrying to connectTomasz Bursztyka1-5/+19
2012-06-15service: Add a getter for the passphraseTomasz Bursztyka1-0/+8
2012-06-14service: Simplify nameserver route adding and removingPatrik Flykt1-30/+6
2012-06-14service: Check that the supplied nameserver is in numeric formatPatrik Flykt1-4/+6
2012-06-11config: Check if we need to rescan the config file for any changesJukka Rissanen1-4/+20
2012-06-11config: Use config file name and entry when deciding removalJukka Rissanen1-1/+2
2012-06-11service: Support function that saves serviceJukka Rissanen1-0/+5
2012-06-11service: Sort service sequence after checking provisioned servicesJukka Rissanen1-0/+15
2012-06-11service: Mark service as dirty and needing sortingJukka Rissanen1-0/+6
2012-06-11service: Add function to set the favorite flagJukka Rissanen1-9/+30
2012-06-11service: Remove unprovisioned services when starting connmanJukka Rissanen1-0/+62
2012-06-11service: Save provisioned config informationJukka Rissanen1-0/+9
2012-06-11service: Add function to remove a serviceJukka Rissanen1-9/+30
2012-06-11service: Add setter for config informationJukka Rissanen1-0/+17
2012-06-11service: Add function to return service by identifierJukka Rissanen1-0/+5
2012-06-07service: remove extra semicolonGrant Erickson1-1/+1
2012-05-28service: Clean up append_nameservers() helper functionPatrik Flykt1-12/+7
2012-05-28service: Proper ordering of nameservers and search domainsPatrik Flykt1-5/+12
2012-05-28service: Properly handle nameservers and search domainsPatrik Flykt1-0/+6
2012-05-28service: Remove previous nameservers and search domainsPatrik Flykt1-0/+2
2012-05-28service: Add helpers for removing nameservers and search domainsPatrik Flykt1-0/+68
2012-05-28agent: Update __connman_agent_report_error to return -EINPROGRESSPatrik Flykt1-1/+1
2012-05-28agent: Return -EINPROGRESS when request passphrase calls an agentPatrik Flykt1-4/+2
2012-05-28service: Remove unnecessary setting of ipconfing to failurePatrik Flykt1-7/+0
2012-05-25device: Make scanning getter method public.Tomasz Bursztyka1-1/+1
2012-05-22service: Fix Domains propertyPatrik Flykt1-13/+13
2012-05-18Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-10/+10
2012-05-18Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-12/+23
2012-05-18Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-05-17service: Set deprecated flag for GetProperties methodMarcel Holtmann1-1/+2
2012-05-04service: Save/load service hidden statusJukka Rissanen1-0/+7
2012-05-04service: Add flag that tells if the service is hidden or notJukka Rissanen1-0/+9
2012-05-04service: Do not stay on failure state when it is due to wrong user inputTomasz Bursztyka1-1/+9
2012-05-04service: Adding a function to set userconnect valueTomasz Bursztyka1-0/+7
2012-05-04service: Remove useless scan requestsTomasz Bursztyka1-5/+0
2012-05-04service: Handle nicely request input errorTomasz Bursztyka1-4/+15
2012-05-04agent: Adding a parameter to give the error name to authentication callbackTomasz Bursztyka1-1/+1
2012-05-01service: Use helper function to add timeservers only oncePatrik Flykt1-2/+7
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-27ipconfig: Add ipconfig type to __connman_ipconfig_get_gateway_from_index()Patrik Flykt1-1/+2
2012-04-25service: Fixing which wpspin we set according to PBC method or notTomasz Bursztyka1-8/+12
2012-04-25service: Stay at ready state with a preferred technologyPatrik Flykt1-1/+2
2012-04-25service: Use the right network keyword for wpsTomasz Bursztyka1-2/+2
2012-04-24notifier: Handle Manager state when exiting onlinePatrik Flykt1-2/+5
2012-04-24service: a wps pin of length 0 is valid and leads to pbc method usageTomasz Bursztyka1-1/+8