summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-security.c
Commit message (Collapse)AuthorAgeFilesLines
* Send a Cancel msg to the Auth agent when NoReply(timeout) msg arrives for ↵Claudio Takahasi2006-11-201-0/+2
| | | | Authorize request
* Fixed seg fault when calling CancelAuthorizationProcess: reply Auth agent ↵Claudio Takahasi2006-11-201-0/+3
| | | | does not exist if there isn't a default one.
* Fixed seg fault: reply Auth agent does not exist if there isn't a default one.Claudio Takahasi2006-11-201-0/+3
|
* Fixed memory leak: missing message unrefClaudio Takahasi2006-11-171-0/+3
|
* Check if the service path is valid: Avoid seg fault when there isn't D-Bus ↵Claudio Takahasi2006-11-171-0/+6
| | | | data assigned to the path
* Add authorization part of the new Authorization APIUlisses Furquim2006-11-011-102/+360
|
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> ↵Johan Hedberg2006-11-011-0/+1
| | | | hcid/dbus-hci.c
* Update return parameters of confirm methodMarcel Holtmann2006-10-311-8/+2
|
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-0/+4
|
* Add code to release authorization agentsUlisses Furquim2006-10-301-1/+36
|
* Add registration part of the new Authorization APIUlisses Furquim2006-10-271-7/+136
|
* Added authentication agent functions prototypeClaudio Takahasi2006-10-271-13/+46
|
* Added service authorization skeletonClaudio Takahasi2006-10-271-0/+15
|
* In case of no confirmation send a negative PIN code replyMarcel Holtmann2006-10-221-0/+3
|
* Implement the confirmation methodMarcel Holtmann2006-10-221-15/+201
|
* Basic integration of confirmation conceptMarcel Holtmann2006-10-221-0/+8
|
* Log passkey agent error only onceJohan Hedberg2006-10-211-2/+3
|
* Fall back to old PasskeyAgent.Request API if the new one failsJohan Hedberg2006-10-211-29/+61
|
* Append numeric parameter to passkey requestMarcel Holtmann2006-10-191-0/+2
|
* Disable passkey agents (reject any pin request) for a device when an audit ↵Johan Hedberg2006-10-121-1/+4
| | | | to it is in progress
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-6/+6
|
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-041-15/+15
|
* Correct the const declarationMarcel Holtmann2006-09-281-10/+8
|
* More coding style fixesJohan Hedberg2006-08-231-2/+2
|
* Coding style fixesJohan Hedberg2006-08-231-11/+12
|
* Unnecessary NULL assignments (memory was already initialized to zero)Johan Hedberg2006-08-231-2/+0
|
* passkey handling cleanupJohan Hedberg2006-08-231-18/+29
|
* s/Cancel/Release/ in release_agent()Johan Hedberg2006-08-201-1/+1
|
* Change timeout valuesMarcel Holtmann2006-08-201-2/+2
|
* Fix processing of the timeout list in GMainContextJohan Hedberg2006-08-201-4/+1
|
* Preliminary support for passkey agent timeoutsJohan Hedberg2006-08-201-23/+50
|
* First round of Passkey Release method supportJohan Hedberg2006-08-201-25/+102
|
* Refuse zero-length passkeysJohan Hedberg2006-08-191-9/+12
|
* Cancel PIN request on HCI level if agent exitsJohan Hedberg2006-08-191-0/+3
|
* Cancel bonding if requestor exitsJohan Hedberg2006-08-191-5/+1
|
* Cancel agent requests on DEVDOWNJohan Hedberg2006-08-181-2/+2
|
* Fix copy-and-paste typoMarcel Holtmann2006-08-181-1/+1
|
* Make sure all necessaray memory is free'd when an agent exitsJohan Hedberg2006-08-181-16/+29
|
* Fix accessing free'd memoryJohan Hedberg2006-08-181-2/+2
|
* First try at PasskeyAgent Cancel methodJohan Hedberg2006-08-181-16/+97
|
* Added pairing peer address verification before disconnect. External apps can ↵Claudio Takahasi2006-06-081-2/+0
| | | | request authentication while a D-Bus request is pending.
* Remove get_dbus_connection() functionMarcel Holtmann2006-04-281-9/+6
|
* Changed object path hierarchyClaudio Takahasi2006-04-241-1/+1
|
* Track pairing state (so Bonding signals aren't sent in wrong situations)Johan Hedberg2006-03-291-0/+2
|
* Fix remote address parameter of passkey requestsJohan Hedberg2006-03-281-1/+1
|
* Listen for D-Bus client exists with normal passkey agentsJohan Hedberg2006-03-241-0/+31
|
* Fix free'd memory access in UnregisterPasskeyAgent methodJohan Hedberg2006-03-131-3/+5
|
* More passkey handler functionalityJohan Hedberg2006-03-131-29/+192
|
* Cleanup passkey reply handlingJohan Hedberg2006-03-131-31/+30
|
* Even more cleanupsMarcel Holtmann2006-03-121-6/+7
|