summaryrefslogtreecommitdiff
path: root/src/agent.c
Commit message (Expand)AuthorAgeFilesLines
* src: No need to compare expression against NULLSaurav Babu2016-02-121-1/+1
* agent: Avoid recursion in connman_agent_cancel()Michael Olbrich2015-12-011-3/+3
* agent: Do not access NULL pointer in cancellingJukka Rissanen2015-07-221-2/+7
* agent: Advance through list without accessing freed memoryPatrik Flykt2015-04-081-3/+6
* agent: Use g_list_delete_linkSlava Monich2015-04-081-2/+2
* agent: Refactor the error reporting method to be more genericTomasz Bursztyka2014-08-061-4/+13
* agent: The reply of the error callback might be NULLTomasz Bursztyka2014-08-061-0/+4
* agent: Fix a double free in agent message handlingHannu Mallat2014-05-141-16/+15
* src: Update copyright year(s)Patrik Flykt2014-03-111-1/+1
* agent: Add multi agent supportJukka Rissanen2013-09-111-153/+334
* agent: API changes required for multi agent supportJukka Rissanen2013-09-111-4/+10
* agent: Change the name of the agent structJukka Rissanen2013-09-111-8/+8
* core: Do not compare expression against NULLDaniel Wagner2013-08-071-29/+29
* core: Whitespace cleanupDaniel Wagner2013-07-231-2/+6
* core: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-9/+6
* agent: Keep track of the driver to unref user context relevantlyTomasz Bursztyka2013-01-151-2/+3
* agent: Don't crash when no agent was registered on exitDaniel Wagner2012-12-171-0/+4
* agent: Release all agents when stoppingJukka Rissanen2012-11-301-1/+21
* agent: Split agent code into generic and service specific partsJukka Rissanen2012-11-231-673/+165
* agent: Fixes refcounting issueTomasz Bursztyka2012-09-131-12/+4
* agent: Always clean up and unref on agent shutdownPatrik Flykt2012-09-041-12/+9
* agent: Cancel agent requestsPatrik Flykt2012-09-041-0/+9
* agent: Implement Agent API Cancel() method callPatrik Flykt2012-09-041-0/+54
* agent: Use the Agent queueing functions when sending requestsPatrik Flykt2012-09-041-81/+52
* agent: Implement Agent API message queueingPatrik Flykt2012-09-041-0/+114
* agent: Avoid shadowing connection variableMarcel Holtmann2012-07-151-1/+1
* agent: Handle wpspin type as a PreviousPassphraseTomasz Bursztyka2012-07-131-18/+27
* agent: Rewrite how PreviousPassphrase field is handledTomasz Bursztyka2012-07-131-19/+31
* agent: Fix how to provide PreviousPassphrase through D-BusTomasz Bursztyka2012-06-261-6/+29
* agent: Implement the new type and argument for RequestInput method callTomasz Bursztyka2012-06-151-1/+18
* agent: Use input request and browser launch timeoutsPatrik Flykt2012-05-301-6/+8
* agent: Update __connman_agent_report_error to return -EINPROGRESSPatrik Flykt2012-05-281-1/+1
* agent: Update functions used by wispr to send -EINPROGRESSPatrik Flykt2012-05-281-2/+2
* agent: Return -EINPROGRESS when request passphrase calls an agentPatrik Flykt2012-05-281-1/+1
* agent: Increase default timeout to 120 secondsMarcel Holtmann2012-05-231-8/+10
* agent: Verify that the reply contains a dictionaryPatrik Flykt2012-05-221-1/+30
* agent: Memory leak in error replyJukka Rissanen2012-05-041-0/+1
* agent: Adding a parameter to give the error name to browser callbackTomasz Bursztyka2012-05-041-3/+6
* agent: Adding a parameter to give the error name to authentication callbackTomasz Bursztyka2012-05-041-4/+10
* core: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* agent: If service has no security, do not ask for a passphraseAlok Barsode2012-04-261-2/+5
* agent: Memory leak in passphrase replyJukka Rissanen2012-04-201-0/+1
* service: Move setting of WPS input from agent to service.Julien Massot2012-04-171-18/+0
* service: request_input_cb handle wps settingJulien Massot2012-04-171-0/+2
* agent: Handle browser request replyTomasz Bursztyka2012-02-141-0/+41
* agent: Add support for requesting browser actionTomasz Bursztyka2012-02-141-0/+44
* agent: Fix capital letter for mandatory requirementSantiago Carot-Nemesio2012-02-131-3/+3
* agent: Undo empty D-Bus message checkDaniel Wagner2012-01-101-6/+0
* agent: Handle empty D-Bus messageDaniel Wagner2012-01-091-0/+6
* agent: Add network name and name length to authentication_cb_tPatrik Flykt2011-12-121-2/+3