summaryrefslogtreecommitdiff
path: root/src/agent.c
Commit message (Expand)AuthorAgeFilesLines
...
* agent: Fix segmentation faultPaulo Alcantara2012-05-301-0/+5
* agent: Remove redundant D-Bus error initilizationsSyam Sidhardhan2012-05-241-5/+0
* agent: Fix double D-Bus message unrefSyam Sidhardhan2012-04-131-1/+0
* agent: Free the agent request properlySyam Sidhardhan2012-04-131-1/+1
* agent: add DisplayPinCode methodScott James Remnant2012-04-121-1/+111
* Fix agent fall-back mechanismJohan Hedberg2011-09-211-64/+3
* Remove unneeded hcid.h header includeClaudio Takahasi2011-07-141-1/+0
* Add support of secure pin code in mgmt codeWaldemar Rymarkiewicz2011-06-081-4/+7
* Revert "Remove 16 byte limit for PIN codes returned by agents"Marcel Holtmann2011-05-301-1/+1
* Remove 16 byte limit for PIN codes returned by agentsDavid Herrmann2011-05-151-1/+1
* Add debug log for agent cancellationJohan Hedberg2011-01-291-0/+3
* Remove unused includesJohan Hedberg2010-11-281-2/+0
* Improve agent PIN length error logJohan Hedberg2010-11-271-1/+1
* Clean up hciops codeJohan Hedberg2010-11-081-2/+0
* Unref pending call in fallback scenario.Lukasz Rymanowski2010-10-141-0/+1
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-6/+6
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Remove the unnecessary agent_destroy functionJohan Hedberg2009-11-111-12/+4
* Fix agent destroy callback handling for errorsJohan Hedberg2009-09-061-10/+10
* Fix agent_authorize error returnJohan Hedberg2009-09-061-1/+1
* Add GDestroyNotify support to agent callbacksJohan Hedberg2009-04-111-11/+23
* Remove unused defineJohan Hedberg2009-03-261-1/+0
* Fix dbus_connection_ref/unref usageJohan Hedberg2009-01-131-0/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Remove unused variableMarcel Holtmann2008-12-041-1/+1
* Fix agent creation checksJohan Hedberg2008-12-031-4/+0
* g_dbus_send_message already takes care of calling dbus_message_set_no_replyJohan Hedberg2008-11-291-4/+0
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-241-6/+2
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-1/+1
* Fix segfault on agent_is_busy.Luiz Augusto von Dentz2008-09-111-1/+1
* Fix problem that occurs when a device is removed but agent requests are not c...Luiz Augusto von Dentz2008-09-111-0/+11
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-0/+8
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-3/+2
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-4/+4
* Adding adapter_get_agent.Alok Barsode2008-09-031-6/+8
* Removes the agent when the adapter is freed, if it wasn't already doneVinicius Costa Gomes2008-09-011-0/+3
* Storage cleanupClaudio Takahasi2008-08-281-0/+1
* Removed warningsClaudio Takahasi2008-08-261-0/+2
* Cleanup: unnecessary includesClaudio Takahasi2008-08-251-4/+0
* Implement agent fallback mechanism when receiving DBUS_ERROR_UNKNOWN_METHOD a...Luiz Augusto von Dentz2008-08-051-138/+185
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+733