summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Expand)AuthorAgeFilesLines
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-3/+4
* Fix unnecessary use of variable.Luiz Augusto von Dentz2008-08-141-4/+3
* Fix warnings on network.Luiz Augusto von Dentz2008-08-141-2/+2
* Make network plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-121-315/+184
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-1/+1
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-1/+1
* Remove calls to RequestAuthorization.Luiz Augusto von Dentz2008-06-161-98/+2
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-071-0/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-2/+2
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-1/+3
* Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz2008-06-031-102/+100
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Make network service to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-161-91/+15
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+0
* Check trusted device list before request authorizationClaudio Takahasi2008-05-021-2/+4
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-011-3/+3
* network: cleanupClaudio Takahasi2008-04-291-171/+222
* network: Use new Authorization APIClaudio Takahasi2008-04-141-27/+64
* 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 to...Claudio Takahasi2007-08-281-6/+27
* 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