summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes codestyle, bridge creation and some code cleanup.Luiz Augusto von Dentz2007-09-281-3/+4
|
* Rework configuration file to use roles.Luiz Augusto von Dentz2007-09-281-22/+9
|
* Add support for script execution.Luiz Augusto von Dentz2007-09-281-3/+3
|
* Add bridge name support.Luiz Augusto von Dentz2007-09-281-13/+31
|
* Add support for config file.Luiz Augusto von Dentz2007-09-281-1/+0
|
* network: added setup msg timeout and retransmissionsClaudio Takahasi2007-08-311-89/+127
|
* network: more robust bnep setup conn msg validationClaudio Takahasi2007-08-301-15/+13
|
* network: additional src and dst role verificationClaudio Takahasi2007-08-291-7/+11
|
* network: server cleanup - added static DBusConnection and server init/exitClaudio Takahasi2007-08-291-82/+64
|
* network: minor - keep server socket always listenningClaudio Takahasi2007-08-291-3/+0
|
* network: fixed wrong service record attrs for PANUClaudio Takahasi2007-08-281-30/+46
|
* network: disconnect clients when the server is disabledClaudio Takahasi2007-08-281-1/+19
|
* network: added verification for allowed destination/source roles according ↵Claudio Takahasi2007-08-281-6/+27
| | | | to PAN Profile
* network: allow just one pending authorization at the same timeClaudio Takahasi2007-08-281-62/+59
|
* network: fixed Disable - record unregistrationClaudio Takahasi2007-08-271-2/+7
|
* network: fixed minor memory leakClaudio Takahasi2007-08-241-19/+20
|
* network: fixed wrong pointer referenceClaudio Takahasi2007-08-241-5/+5
|
* network: fixed seg faultClaudio Takahasi2007-08-241-11/+1
|
* Remove CreateServer and RemoveServer, servers are always create.Luiz Augusto von Dentz2007-06-201-54/+50
|
* 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 ↵Claudio Takahasi2007-04-131-11/+7
| | | | support gn and nap registration
* 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 ↵Claudio Takahasi2007-03-301-0/+9
| | | | pending auth
* 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
|