summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Expand)AuthorAgeFilesLines
* Use dbus_connection_emit_signal to emit signals.Luiz Augusto von Dentz2007-05-091-11/+7
* Switch to using generic dbus framework method dispatchingJohan Hedberg2007-05-091-57/+45
* Fix bug on FindServer and add missing headers.Luiz Augusto von Dentz2007-05-081-3/+5
* Fix server load from storage and add FindServer to API.Luiz Augusto von Dentz2007-05-081-11/+50
* Added UpdateServiceRecordClaudio Takahasi2007-04-251-13/+51
* network: missing set the D-Bus connection when creating a server from fileClaudio Takahasi2007-04-231-0/+1
* Add GetInfo to network.Server interface.Luiz Augusto von Dentz2007-04-171-0/+36
* Move code to bring up interface to common and use it on connection.Luiz Augusto von Dentz2007-04-161-10/+3
* network: fixed default adapterClaudio Takahasi2007-04-161-0/+16
* Add signals Enabled/Disabled.Luiz Augusto von Dentz2007-04-161-2/+12
* network: missing assign src and path on server_register_from_fileClaudio Takahasi2007-04-161-0/+2
* network: added function to store/update server propertyClaudio Takahasi2007-04-161-2/+17
* network: added server_remove_stored functionClaudio Takahasi2007-04-161-0/+18
* network: addded server_storeClaudio Takahasi2007-04-141-0/+28
* Fix code styleLuiz Augusto von Dentz2007-04-131-1/+1
* Handle errors bringing up interfaces on serversLuiz Augusto von Dentz2007-04-131-3/+5
* Bring up interfaces on serversLuiz Augusto von Dentz2007-04-131-1/+11
* network: changed server_register signature and code cleanupClaudio Takahasi2007-04-131-15/+13
* network: moved register_nap_from_file to server_register_from file to support...Claudio Takahasi2007-04-131-11/+7
* network: added register_nap_from_fileClaudio Takahasi2007-04-131-3/+42
* network: added functions prototypes for nap/gn registrationClaudio Takahasi2007-04-131-0/+12
* network: changed the server D-Bus path and moved storage functions to manager.cClaudio Takahasi2007-04-121-70/+3
* network: cancel pending auth if an error happens in the BNEP GIOChannelClaudio Takahasi2007-04-051-2/+7
* network: handle the GIOChannel errors properlyClaudio Takahasi2007-04-051-2/+3
* Add storage code.Luiz Augusto von Dentz2007-04-021-1/+79
* network: fixed GIOChannel close/unref orderClaudio Takahasi2007-03-301-6/+3
* network: ignore repeated BNEP conn req msg from the same device if there a pe...Claudio Takahasi2007-03-301-0/+9
* network: Added bridge add interface functionClaudio Takahasi2007-03-291-4/+12
* network: only send cancel authorization if the error name is NoReplyClaudio Takahasi2007-03-291-1/+4
* network: cancel authorization if the time expiresClaudio Takahasi2007-03-291-9/+33
* network: reject incomming connections if there is a pending authorizationClaudio Takahasi2007-03-291-4/+12
* network: removed ProviderName attribute from the server service recordClaudio Takahasi2007-03-281-5/+5
* network: update the service record when the attributes changed(name, security)Claudio Takahasi2007-03-281-2/+17
* network: making service name/security configurableClaudio Takahasi2007-03-281-11/+18
* network: reply bnep "not allowed" if the bnep_connadd failsClaudio Takahasi2007-03-281-16/+18
* network: fixed server role when calling bnep_connaddClaudio Takahasi2007-03-281-1/+10
* network: added Server.DisableClaudio Takahasi2007-03-281-4/+26
* network: Remove the service record when the server path is unregisteredClaudio Takahasi2007-03-281-2/+37
* network: Added authorization for incomming connectionsClaudio Takahasi2007-03-271-12/+265
* network: added initial code for server L2CAP listeningClaudio Takahasi2007-03-261-1/+88
* network: added function to create the server(NAP/GN) service recordClaudio Takahasi2007-03-261-2/+124
* metwork: Added function to call the service record registrationClaudio Takahasi2007-03-261-6/+89
* network: using service class identifier instead of the uuid 128 string for se...Claudio Takahasi2007-03-231-8/+8
* network: returning a better message content in the D-Bus error for invalid ar...Claudio Takahasi2007-03-221-3/+8
* network: added Server.SetRoutingClaudio Takahasi2007-03-221-4/+36
* network: Added Server.SetSecurityClaudio Takahasi2007-03-221-3/+23
* network: Added Server.GetSecurity()Claudio Takahasi2007-03-221-4/+16
* network: Added Server.SetNameClaudio Takahasi2007-03-221-3/+25
* network: Added Server.GetName()Claudio Takahasi2007-03-221-4/+19
* network: Added Server.GetUUID()Claudio Takahasi2007-03-221-5/+26