summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-security.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated object paths and files.Luiz Augusto von Dentz2008-07-281-1113/+0
* Add include for <limits.h>Marcel Holtmann2008-07-101-0/+1
* Fix uninitialized variable in passkey request handlingMarcel Holtmann2008-06-241-1/+1
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-4/+168
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-121-0/+13
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-0/+5
* Store the listener id for default agentsMarcel Holtmann2008-06-081-10/+13
* Cleanup errors and remove unused functionsMarcel Holtmann2008-06-071-236/+0
* Further cleanup of authentication logicJohan Hedberg2008-06-061-170/+0
* Fix the object user data handling in security callbacksMarcel Holtmann2008-06-061-27/+12
* Use native D-Bus function for sending messagesMarcel Holtmann2008-06-061-6/+22
* Converted Security interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-84/+73
* Remove the agents_disable capabilityMarcel Holtmann2008-06-031-6/+0
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-47/+29
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-16/+16
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-3/+0
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-2/+2
* fixed service authorizationClaudio Takahasi2008-05-011-4/+4
* cleanup: connection status is verified twice for RequestAuthorizationClaudio Takahasi2008-04-081-20/+6
* Rename some public agent functions to make way to the upcoming new agent APIJohan Hedberg2008-03-071-5/+5
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-7/+8
* app specific passkey agent: missing invalid args verificationClaudio Takahasi2007-11-141-0/+3
* Whitespace cleanupJohan Hedberg2007-11-071-1/+1
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* More header cleanupsMarcel Holtmann2007-08-161-0/+1
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-1/+2
* Remove some experimental tags for stable methodsMarcel Holtmann2007-05-141-6/+0
* 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