summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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