summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* Fix commentUlisses Furquim2006-10-301-1/+1
* SetTrusted: check if address is valid or notClaudio Takahasi2006-10-301-0/+3
* Added RemoveTrusted to Service interfaceClaudio Takahasi2006-10-271-1/+27
* Added IsTrusted in the Service interfaceClaudio Takahasi2006-10-271-1/+23
* Added SetTrusted in the Service interfaceClaudio Takahasi2006-10-271-1/+25
* Return an error if the Stop is called and the service is not runningClaudio Takahasi2006-10-271-1/+8
* Return an error if the service is already runningClaudio Takahasi2006-10-271-1/+8
* Added authentication agent functions prototypeClaudio Takahasi2006-10-271-11/+2
* Added simple Instrospection for Services interface methodsClaudio Takahasi2006-10-271-2/+5
* Added service authorization skeletonClaudio Takahasi2006-10-271-23/+31
* Added service agent stop methodClaudio Takahasi2006-10-271-1/+57
* Added IsRunningClaudio Takahasi2006-10-271-2/+18
* Added service agent start methodClaudio Takahasi2006-10-271-6/+69
* Fixed segmentation fault when unregistering the service agentClaudio Takahasi2006-10-271-1/+2
* Missing owner verification in the agent listener exit callbackClaudio Takahasi2006-10-271-8/+18
* Cleanup: code standard, memory allocation verification and memory freeClaudio Takahasi2006-10-261-18/+25
* Must send ServiceUnregistered signal when agent exitsMarcel Holtmann2006-10-261-0/+7
* Free memory and unregister the path when the service agent exits.Claudio Takahasi2006-10-261-8/+25
* CleanupClaudio Takahasi2006-10-261-5/+2
* Send Release to all service agents before the hcid daemon exitsClaudio Takahasi2006-10-261-8/+42
* Added Manager.GetInterfaceNames and changed service registration method proto...Claudio Takahasi2006-10-261-15/+35
* Minor fixEduardo Rocha2006-10-261-4/+4
* Minor bug fixEduardo Rocha2006-10-261-3/+1
* Make Manager.ListServices() return an array of object pathsUlisses Furquim2006-10-261-3/+3
* Minor bug fixEduardo Rocha2006-10-261-6/+3
* Code cleanupClaudio Takahasi2006-10-261-4/+2
* Added Manager.ListServicesClaudio Takahasi2006-10-261-1/+17
* Store the service agent data in the D-Bus path dataClaudio Takahasi2006-10-261-182/+115
* Code cleanupClaudio Takahasi2006-10-261-31/+32
* Added initial service reg skeletonClaudio Takahasi2006-10-251-0/+440
* Add skeletons for D-Bus SDP and service interfacesMarcel Holtmann2006-03-171-0/+29