summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-security.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-20/+21
* Implement global trust settingJohan Hedberg2007-04-101-29/+0
* Fix segfault when no passkey agents are registeredJohan Hedberg2007-03-121-9/+9
* More changes do use glib memory allocationJohan Hedberg2007-02-261-7/+5
* More glib memory allocation changesJohan Hedberg2007-02-261-10/+4
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-69/+25
* Remove request from pending list before freeing itJohan Hedberg2007-02-261-0/+1
* Use dbus_error_has_name in favor of strcmpJohan Hedberg2007-02-251-1/+1
* Authorization cleanupJohan Hedberg2007-02-251-13/+15
* Fix authorization agent pending requestsJohan Hedberg2007-01-251-2/+2
* Add some debug prints to the authorize processJohan Hedberg2007-01-241-1/+15
* Remove incorrect g_io_channel_unref callJohan Hedberg2007-01-241-141/+139
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-1/+1
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-0/+2
* Preliminary support for executing a service when Start is calledJohan Hedberg2007-01-151-2/+2
* First change towards reworked service frameworkJohan Hedberg2007-01-141-9/+9
* Update copyright informationMarcel Holtmann2007-01-131-2/+2
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-35/+35
* Allow compilation against GLibMarcel Holtmann2007-01-121-0/+1
* Add missing includeMarcel Holtmann2006-12-251-0/+1
* Disable methods that are marked as experimentalMarcel Holtmann2006-12-251-1/+13
* Truested devices:changed error names and integration with AuthorizeServiceClaudio Takahasi2006-12-041-0/+7
* Send a Cancel msg to the Auth agent when NoReply(timeout) msg arrives for Aut...Claudio Takahasi2006-11-201-0/+2
* Fixed seg fault when calling CancelAuthorizationProcess: reply Auth agent doe...Claudio Takahasi2006-11-201-0/+3
* 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 da...Claudio Takahasi2006-11-171-0/+6
* 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 -> hcid/db...Johan Hedberg2006-11-011-0/+1
* 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 to...Johan Hedberg2006-10-121-1/+4
* 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