summaryrefslogtreecommitdiffstats
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-203-0/+3
* Use g_key_file_get_string_list instead of g_key_file_get_stringJohan Hedberg2008-05-161-8/+11
* Make network service to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-161-91/+15
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
* Use -no-undefined for linking pluginsMarcel Holtmann2008-05-091-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-083-3/+3
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-085-6/+4
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-5/+1
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+6
* Fix dbus internals calls.Luiz Augusto von Dentz2008-05-071-144/+19
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-92/+19
* Fix bug that prevent bnep interfaces to come up on reconnection.Luiz Augusto von Dentz2008-05-063-30/+36
* Add some useful info calls for debugging.Luiz Augusto von Dentz2008-05-061-4/+6
* Check trusted device list before request authorizationClaudio Takahasi2008-05-021-2/+4
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-012-6/+4
* fixed build warningsClaudio Takahasi2008-05-011-1/+2
* fixed service authorizationClaudio Takahasi2008-05-011-0/+13
* network: cleanupClaudio Takahasi2008-04-291-171/+222
* network: Use new Authorization APIClaudio Takahasi2008-04-141-27/+64
* network: fixes a memory leak when reading the Disable config option.Vinicius Gomes2008-04-111-1/+2
* network: removing some blocking dbus calls from manager.cVinicius Gomes2008-03-271-56/+3
* network: missing static modifierClaudio Takahasi2008-03-261-4/+2
* network: Add/Remove records directly instead of use D-Bus messagesClaudio Takahasi2008-03-262-153/+46
* Convert network service into a pluginMarcel Holtmann2008-03-225-86/+34
* Report socket error when bridge module fails to load.Luiz Augusto von Dentz2008-03-071-1/+5
* network: cleanup - unnecessary definitionClaudio Takahasi2008-02-291-3/+0
* 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-0211-11/+11
* Don't install network.conf for nowMarcel Holtmann2007-12-121-1/+1
* Make sure to install network.confMarcel Holtmann2007-12-091-1/+1
* Update services to new error codes and helper functionsJohan Hedberg2007-11-266-165/+52
* Update API descriptions to match new error codesJohan Hedberg2007-11-261-23/+23
* Make the connection to fail if unable to add a interface to bridges.Luiz Augusto von Dentz2007-10-312-5/+8
* Add MULTICAST flag so interfaces could get announced by avahi-daemon.Luiz Augusto von Dentz2007-10-311-2/+3
* Remove bridge creation of NAP and make a better use of ahavi-autoipd.Luiz Augusto von Dentz2007-10-312-18/+76
* Handle disabling interfaces via configuration file.Luiz Augusto von Dentz2007-10-311-33/+68
* Fix code style.Luiz Augusto von Dentz2007-10-221-1/+1
* Fixes cross storage and adapter path.Luiz Augusto von Dentz2007-10-223-14/+86
* Allow PANU server and client connectionMarcel Holtmann2007-10-081-1/+7
* Fix dict signatures.Luiz Augusto von Dentz2007-10-032-2/+2
* Fix memory leak.Luiz Augusto von Dentz2007-09-281-12/+9
* Add IsEnabled to server interface.Luiz Augusto von Dentz2007-09-282-0/+21
* Fix problem with server storage.Luiz Augusto von Dentz2007-09-282-7/+9
* Remove GetSecurity and SetSecurity.Luiz Augusto von Dentz2007-09-282-77/+6
* Fix interface removal on script exit.Luiz Augusto von Dentz2007-09-281-5/+2
* Improve bridge and network interfaces manipulation.Luiz Augusto von Dentz2007-09-284-27/+46
* Fix PANU connection not being restored from storage.Luiz Augusto von Dentz2007-09-281-0/+2
* Add secure link mode.Luiz Augusto von Dentz2007-09-283-5/+6
* Fix default configuration when config file is missing.Luiz Augusto von Dentz2007-09-282-33/+33
* Fix bug on panu server.Luiz Augusto von Dentz2007-09-281-10/+7