summaryrefslogtreecommitdiff
path: root/src/agent.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-5/+8
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-4/+17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-172/+359
2013-01-15agent: Keep track of the driver to unref user context relevantlyTomasz Bursztyka1-2/+3
2012-12-17agent: Don't crash when no agent was registered on exitDaniel Wagner1-0/+4
2012-11-30agent: Release all agents when stoppingJukka Rissanen1-1/+21
2012-11-23agent: Split agent code into generic and service specific partsJukka Rissanen1-673/+165
2012-09-13agent: Fixes refcounting issueTomasz Bursztyka1-12/+4
2012-09-04agent: Always clean up and unref on agent shutdownPatrik Flykt1-12/+9
2012-09-04agent: Cancel agent requestsPatrik Flykt1-0/+9
2012-09-04agent: Implement Agent API Cancel() method callPatrik Flykt1-0/+54
2012-09-04agent: Use the Agent queueing functions when sending requestsPatrik Flykt1-81/+52
2012-09-04agent: Implement Agent API message queueingPatrik Flykt1-0/+114
2012-07-15agent: Avoid shadowing connection variableMarcel Holtmann1-1/+1
2012-07-13agent: Handle wpspin type as a PreviousPassphraseTomasz Bursztyka1-18/+27
2012-07-13agent: Rewrite how PreviousPassphrase field is handledTomasz Bursztyka1-19/+31
2012-06-26agent: Fix how to provide PreviousPassphrase through D-BusTomasz Bursztyka1-6/+29
2012-06-15agent: Implement the new type and argument for RequestInput method callTomasz Bursztyka1-1/+18
2012-05-30agent: Use input request and browser launch timeoutsPatrik Flykt1-6/+8
2012-05-28agent: Update __connman_agent_report_error to return -EINPROGRESSPatrik Flykt1-1/+1
2012-05-28agent: Update functions used by wispr to send -EINPROGRESSPatrik Flykt1-2/+2
2012-05-28agent: Return -EINPROGRESS when request passphrase calls an agentPatrik Flykt1-1/+1
2012-05-23agent: Increase default timeout to 120 secondsMarcel Holtmann1-8/+10
2012-05-22agent: Verify that the reply contains a dictionaryPatrik Flykt1-1/+30
2012-05-04agent: Memory leak in error replyJukka Rissanen1-0/+1
2012-05-04agent: Adding a parameter to give the error name to browser callbackTomasz Bursztyka1-3/+6
2012-05-04agent: Adding a parameter to give the error name to authentication callbackTomasz Bursztyka1-4/+10
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-26agent: If service has no security, do not ask for a passphraseAlok Barsode1-2/+5
2012-04-20agent: Memory leak in passphrase replyJukka Rissanen1-0/+1
2012-04-17service: Move setting of WPS input from agent to service.Julien Massot1-18/+0
2012-04-17service: request_input_cb handle wps settingJulien Massot1-0/+2
2012-02-14agent: Handle browser request replyTomasz Bursztyka1-0/+41
2012-02-14agent: Add support for requesting browser actionTomasz Bursztyka1-0/+44
2012-02-13agent: Fix capital letter for mandatory requirementSantiago Carot-Nemesio1-3/+3
2012-01-10agent: Undo empty D-Bus message checkDaniel Wagner1-6/+0
2012-01-09agent: Handle empty D-Bus messageDaniel Wagner1-0/+6
2011-12-12agent: Add network name and name length to authentication_cb_tPatrik Flykt1-2/+3
2011-12-12agent: Handle 'Name' and/or 'SSID' fields on method call returnPatrik Flykt1-0/+24
2011-12-12agent: If a service is hidden, request either 'Name' or 'SSID'Patrik Flykt1-0/+33
2011-12-12agent: Be explicit when RequestInput method return provides valuesPatrik Flykt1-2/+7
2011-09-12agent: Added Username/Password request input logicTomasz Bursztyka1-1/+131
2011-06-21agent: Unify request input callback for passphrase and login based input.Tomasz Bursztyka1-2/+2
2011-04-01agent: Implement EAP identity and passphrase queryHenri Bragge1-3/+44
2011-01-27agent: WPS input request logicTomasz Bursztyka1-1/+76
2010-12-02agent: Agent API ReportError method callPatrik Flykt1-0/+85
2010-09-21Remove RequestPassphrase functionality from Agent APIPatrik Flykt1-28/+0
2010-09-21Agent API RequestInput method for requesting passphrasesPatrik Flykt1-0/+130
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-08-29Add basic hookup of passphrase agent callbackMarcel Holtmann1-7/+33