Commit Graph

1610 Commits

Author SHA1 Message Date
Marcel Holtmann
a59e6d0bdc Add textfile_casedel() function 2006-11-07 20:34:46 +00:00
Marcel Holtmann
7a264576af Add D-Bus and OpenSync skeleton 2006-11-07 19:53:16 +00:00
Marcel Holtmann
f58e401a91 Add configure option for synchronization 2006-11-07 19:52:37 +00:00
Marcel Holtmann
ffa626c483 Only compile synchronization daemon when OpenSync is available 2006-11-07 19:14:52 +00:00
Marcel Holtmann
8d4c64d0e8 Add synchronization daemon skeleton 2006-11-07 18:54:07 +00:00
Marcel Holtmann
1fbeb7185a Check also for the OpenSync engine 2006-11-07 18:47:37 +00:00
Marcel Holtmann
ea8a662a6d Add check for the OpenSync libraries 2006-11-07 18:42:40 +00:00
Claudio Takahasi
6a1d99dd00 Changed Started/Stopped signal interface 2006-11-07 18:02:48 +00:00
Claudio Takahasi
1b2d818457 Added autostart feature when calling RegisterService 2006-11-07 12:46:30 +00:00
Marcel Holtmann
b2de3fcb62 Add channel property 2006-11-01 23:22:15 +00:00
Claudio Takahasi
f600e97b3b AddServiceRecord: register the record with the sdpd if the service agent is already running 2006-11-01 22:17:45 +00:00
Claudio Takahasi
d319095eb8 Added AddServiceRecord and RemoveServiceRecord 2006-11-01 21:51:39 +00:00
Marcel Holtmann
bef08ffc47 Update echo service to match the changed specification 2006-11-01 19:28:22 +00:00
Marcel Holtmann
ecb1074955 Add channel property definition 2006-11-01 19:24:51 +00:00
Marcel Holtmann
978117747f Fix SDP service record registration 2006-11-01 17:31:22 +00:00
Claudio Takahasi
24c045abbf Moved service record methods from Service to Manager interface 2006-11-01 17:19:48 +00:00
Ulisses Furquim
5a9f38e575 Add authorization part of the new Authorization API 2006-11-01 17:15:06 +00:00
Ulisses Furquim
66335427fb Add Rejected error function and export others 2006-11-01 17:13:17 +00:00
Marcel Holtmann
001689d4b4 Unify Makefile.am style 2006-11-01 13:07:35 +00:00
Johan Hedberg
1badf196a8 More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/dbus-hci.c 2006-11-01 12:58:31 +00:00
Marcel Holtmann
c31fef0ff0 Don't return a boolean in the authorize callback 2006-11-01 11:33:41 +00:00
Claudio Takahasi
a65ee7134a Added sender id verification for RegisterServiceRecord/UnregisterServiceRecord 2006-11-01 11:03:46 +00:00
Claudio Takahasi
892d4b4cd7 Added UnregisterServiceRecord 2006-11-01 10:55:20 +00:00
Claudio Takahasi
ee22553d08 Missing unregister the service records when the agent is unregistered 2006-11-01 09:07:04 +00:00
Marcel Holtmann
0227b79017 Add example for service record registration 2006-10-31 23:29:04 +00:00
Claudio Takahasi
70e3bf2985 Added initial proposal for RegisterServiceRecord 2006-10-31 22:30:08 +00:00
Marcel Holtmann
d942b3e721 Update return parameters of confirm method 2006-10-31 20:05:23 +00:00
Marcel Holtmann
2192c176af Update definitions for confirm and authorize methods 2006-10-31 14:14:07 +00:00
Johan Hedberg
e54736f31a Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file) 2006-10-30 18:39:38 +00:00
Marcel Holtmann
c9b2f56a13 Describe Display, Keypress and Complete methods of the passkey agent 2006-10-30 17:17:12 +00:00
Johan Hedberg
80ecd35469 Move logging.c from hcid/ to common/ 2006-10-30 15:22:22 +00:00
Marcel Holtmann
2d7feb3118 Add dummy implementation for the XML service records 2006-10-30 14:27:43 +00:00
Marcel Holtmann
7f57c2d8d6 Add description of GetRemoteServiceRecordAsXML method 2006-10-30 14:14:03 +00:00
Marcel Holtmann
a3845caff5 Update service record DTD and example record 2006-10-30 14:11:16 +00:00
Ulisses Furquim
5695fceb8d Add code to release authorization agents 2006-10-30 14:06:31 +00:00
Marcel Holtmann
aed37c56d6 Add example record for object push service 2006-10-30 13:58:15 +00:00
Claudio Takahasi
856bcd33e0 Cleanup: added function to create service_call 2006-10-30 13:29:04 +00:00
Marcel Holtmann
836ecd8625 Add DTD for service record description via XML 2006-10-30 13:15:11 +00:00
Ulisses Furquim
bffb3defb8 Remove Record() method from the ServiceAgent API 2006-10-30 12:04:25 +00:00
Ulisses Furquim
b8f5675259 Remove Interfaces() method and related code from the Service API 2006-10-30 12:00:22 +00:00
Ulisses Furquim
93af86b823 Add signals description for started/stopped services 2006-10-30 11:13:53 +00:00
Ulisses Furquim
e850cf67df Fix comment 2006-10-30 11:12:45 +00:00
Claudio Takahasi
46d50e58b4 SetTrusted: check if address is valid or not 2006-10-30 11:10:37 +00:00
Marcel Holtmann
b467488a2e Add service objects 2006-10-29 16:50:26 +00:00
Ulisses Furquim
182542f4c6 Add registration part of the new Authorization API 2006-10-27 18:24:34 +00:00
Claudio Takahasi
db6683b322 Added RemoveTrusted to Service interface 2006-10-27 18:05:01 +00:00
Claudio Takahasi
1c01dbb402 Added IsTrusted in the Service interface 2006-10-27 17:55:17 +00:00
Claudio Takahasi
f6b3297c61 Added SetTrusted in the Service interface 2006-10-27 17:45:53 +00:00
Marcel Holtmann
ccd3b42688 Implement full echo service 2006-10-27 17:45:30 +00:00
Claudio Takahasi
7c985b0fb6 Return an error if the Stop is called and the service is not running 2006-10-27 17:04:11 +00:00