summaryrefslogtreecommitdiffstats
path: root/network/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-251-1/+1
* Fix leaked sdp_record_tJohan Hedberg2009-02-241-0/+1
* Convert Network plugin to use confirm callback.Luiz Augusto von Dentz2009-02-231-160/+111
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-1/+1
* Make network plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-13/+18
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-231-1/+2
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-171-2/+2
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-161-6/+3
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-6/+1
* Fix D-Bus API for serial and network pluginsMarcel Holtmann2008-09-061-3/+3
* Network: Minor cleanupClaudio Takahasi2008-09-011-11/+3
* Fixes a free on the wrong structure.Vinicius Costa Gomes2008-08-281-1/+2
* Fixing some invalid reads when removing multiple adapters.Vinicius Costa Gomes2008-08-251-3/+4
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-191-2/+3
* 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