summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Collapse)AuthorAgeFilesLines
* network: missing static modifierClaudio Takahasi2008-03-261-4/+2
|
* network: Add/Remove records directly instead of use D-Bus messagesClaudio Takahasi2008-03-261-152/+45
|
* Add bridge name to debug when it fails to attach any interface.Luiz Augusto von Dentz2008-02-081-2/+3
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-9/+9
|
* Make the connection to fail if unable to add a interface to bridges.Luiz Augusto von Dentz2007-10-311-3/+2
|
* Remove bridge creation of NAP and make a better use of ahavi-autoipd.Luiz Augusto von Dentz2007-10-311-1/+8
|
* Fixes cross storage and adapter path.Luiz Augusto von Dentz2007-10-221-1/+4
|
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
|
* Add IsEnabled to server interface.Luiz Augusto von Dentz2007-09-281-0/+17
|
* Fix problem with server storage.Luiz Augusto von Dentz2007-09-281-1/+4
|
* Remove GetSecurity and SetSecurity.Luiz Augusto von Dentz2007-09-281-69/+6
|
* Improve bridge and network interfaces manipulation.Luiz Augusto von Dentz2007-09-281-6/+0
|
* Add secure link mode.Luiz Augusto von Dentz2007-09-281-3/+3
|
* Fix bug on panu server.Luiz Augusto von Dentz2007-09-281-10/+7
|
* Fix bridge removal on exit.Luiz Augusto von Dentz2007-09-281-2/+7
|
* 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
|