summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Added raw service record to xml conversion functionsClaudio Takahasi2006-11-104-23/+170
* Implement ListRemoteDevices and ListRecentRemoteDevices methodsJohan Hedberg2006-11-102-0/+143
* Prevent errno overwriting when unregistering agent service recordsClaudio Takahasi2006-11-091-0/+5
* handling sdp_connect error for service record registrationClaudio Takahasi2006-11-082-11/+28
* Unregister all sdp records when the hcid daemon exitsClaudio Takahasi2006-11-081-0/+3
* Remove the name listener if the service agent is unregisteredClaudio Takahasi2006-11-081-0/+2
* Removed shadow service methodsClaudio Takahasi2006-11-082-32/+0
* Prevent segmentation fault if the D-Bus path data is NULLClaudio Takahasi2006-11-082-4/+6
* Fixed binary service recordClaudio Takahasi2006-11-081-13/+13
* Cleanup: checking service register/unregister return valueClaudio Takahasi2006-11-082-5/+22
* Cleanup: use dbus_message_iter_get_fixed_array instead of walking the entire ...Claudio Takahasi2006-11-081-18/+12
* Register the service record using the binary registration functionClaudio Takahasi2006-11-083-42/+115
* Use textfile_casedel() for deleting the link keyMarcel Holtmann2006-11-071-1/+1
* Changed Started/Stopped signal interfaceClaudio Takahasi2006-11-072-3/+3
* Added autostart feature when calling RegisterServiceClaudio Takahasi2006-11-073-15/+80
* AddServiceRecord: register the record with the sdpd if the service agent is a...Claudio Takahasi2006-11-011-0/+29
* Added AddServiceRecord and RemoveServiceRecordClaudio Takahasi2006-11-011-0/+21
* Fix SDP service record registrationMarcel Holtmann2006-11-011-4/+7
* Moved service record methods from Service to Manager interfaceClaudio Takahasi2006-11-012-111/+131
* Add authorization part of the new Authorization APIUlisses Furquim2006-11-012-103/+371
* Add Rejected error function and export othersUlisses Furquim2006-11-012-2/+12
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-0115-719/+265
* Don't return a boolean in the authorize callbackMarcel Holtmann2006-11-011-3/+1
* Added sender id verification for RegisterServiceRecord/UnregisterServiceRecordClaudio Takahasi2006-11-011-0/+6
* Added UnregisterServiceRecordClaudio Takahasi2006-11-011-1/+40
* Missing unregister the service records when the agent is unregisteredClaudio Takahasi2006-11-011-1/+5
* Add example for service record registrationMarcel Holtmann2006-10-311-1/+62
* Added initial proposal for RegisterServiceRecordClaudio Takahasi2006-10-312-6/+138
* Update return parameters of confirm methodMarcel Holtmann2006-10-312-13/+3
* Update definitions for confirm and authorize methodsMarcel Holtmann2006-10-311-9/+13
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-3021-331/+624
* Describe Display, Keypress and Complete methods of the passkey agentMarcel Holtmann2006-10-301-0/+18
* Move logging.c from hcid/ to common/Johan Hedberg2006-10-303-101/+2
* Add dummy implementation for the XML service recordsMarcel Holtmann2006-10-301-0/+18
* Add description of GetRemoteServiceRecordAsXML methodMarcel Holtmann2006-10-301-0/+10
* Update service record DTD and example recordMarcel Holtmann2006-10-302-4/+30
* Add code to release authorization agentsUlisses Furquim2006-10-303-1/+38
* Add example record for object push serviceMarcel Holtmann2006-10-302-1/+58
* Cleanup: added function to create service_callClaudio Takahasi2006-10-301-12/+27
* Add DTD for service record description via XMLMarcel Holtmann2006-10-302-1/+13
* Remove Record() method from the ServiceAgent APIUlisses Furquim2006-10-301-5/+0
* Remove Interfaces() method and related code from the Service APIUlisses Furquim2006-10-303-84/+2
* Add signals description for started/stopped servicesUlisses Furquim2006-10-301-1/+10
* Fix commentUlisses Furquim2006-10-301-1/+1
* SetTrusted: check if address is valid or notClaudio Takahasi2006-10-301-0/+3
* Add registration part of the new Authorization APIUlisses Furquim2006-10-273-8/+152
* 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-272-1/+26
* Return an error if the Stop is called and the service is not runningClaudio Takahasi2006-10-271-1/+8