summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* Fix authorization when experiemental is disabled.Luiz Augusto von Dentz2008-06-271-5/+6
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-4/+6
* Move adapter list from dbus-hci.c to manager.cLuiz Augusto von Dentz2008-06-091-2/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-6/+6
* Removed ba2adapter functionClaudio Takahasi2008-06-071-24/+3
* Cleanup errors and remove unused functionsMarcel Holtmann2008-06-071-1/+0
* Converted Service interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-93/+85
* Make some bdaddr_t parameters constMarcel Holtmann2008-05-151-2/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-2/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+0
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-90/+94
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-598/+107
* Remove inotify supportMarcel Holtmann2008-05-081-55/+0
* fixed format stringClaudio Takahasi2008-05-071-1/+1
* Check trusted device list before request authorizationClaudio Takahasi2008-05-021-2/+13
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-011-0/+108
* fixed service authorizationClaudio Takahasi2008-05-011-5/+112
* search_service cleanupClaudio Takahasi2008-04-031-1/+1
* Remove the local D-Bus setupMarcel Holtmann2008-03-121-8/+2
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Fix external service (un)registrationJohan Hedberg2008-01-241-28/+31
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-10/+11
* Whitespace cleanupJohan Hedberg2007-11-071-7/+7
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
* Fix the listing of service based trustsMarcel Holtmann2007-08-191-14/+32
* More header cleanupsMarcel Holtmann2007-08-161-0/+2
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-0/+1
* Rename files for manager interfaceMarcel Holtmann2007-08-151-1/+1
* Handle local connection disconnectsMarcel Holtmann2007-06-221-7/+12
* Propagate local server address to servicesMarcel Holtmann2007-06-161-3/+12
* Remove some experimental tags for stable methodsMarcel Holtmann2007-05-141-3/+0
* Update Service interface and objects to use the generic frameworkJohan Hedberg2007-05-071-110/+79
* Add missing includes for dbus-helper.hJohan Hedberg2007-04-171-0/+1
* Implement experimental Service.GetBusName methodJohan Hedberg2007-04-171-0/+21
* Move append_dict_entry to utils/common and change the name to dbus_message_it...Luiz Augusto von Dentz2007-04-161-4/+8
* Add signals for adding and removing trustJohan Hedberg2007-04-111-4/+22
* Implement global trust settingJohan Hedberg2007-04-101-4/+5
* Implement full Service.GetInfo() supportMarcel Holtmann2007-03-211-2/+9
* Move dictionary helper to common codeMarcel Holtmann2007-03-211-29/+0
* Add helper for adding dictionary entriesMarcel Holtmann2007-03-211-15/+31
* Add example for the dictionary based info methodsMarcel Holtmann2007-03-211-2/+36
* Added skeleton for dict based methods: Adapter.GetInfo, Adapter.GetRemoteInfo...Claudio Takahasi2007-03-211-0/+7
* Implement the trust methods properlyJohan Hedberg2007-02-261-24/+10
* Fix object path validity checkJohan Hedberg2007-01-251-1/+1
* Add extra checks for paths and identifiers of new servicesJohan Hedberg2007-01-251-0/+26
* Allow more than one external serviceMarcel Holtmann2007-01-251-6/+11
* Move debug output into conditionMarcel Holtmann2007-01-251-4/+6
* Check for PID before sending SIGTERMMarcel Holtmann2007-01-251-1/+1
* Check for PID before sending SIGKILLMarcel Holtmann2007-01-251-2/+2