summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove duplicate code and some minor fixes.Luiz Augusto von Dentz2007-03-211-1/+1
* Initial code of CreateServer and RemoveServer methods.Luiz Augusto von Dentz2007-03-201-1/+1
* Fix build, move errors to error file and add server registration.Luiz Augusto von Dentz2007-03-191-0/+25
* Initial implementation of network server interface.Luiz Augusto von Dentz2007-03-161-0/+135
* Add skeleton for network serviceMarcel Holtmann2007-03-091-0/+28