aboutsummaryrefslogtreecommitdiff
path: root/network/server.c
AgeCommit message (Expand)Author
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg
2009-02-24Fix leaked sdp_record_tJohan Hedberg
2009-02-23Convert Network plugin to use confirm callback.Luiz Augusto von Dentz
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make network plugin to use BtIO API.Luiz Augusto von Dentz
2009-01-01Update copyright informationMarcel Holtmann
2008-12-23Add missing include definitionsMarcel Holtmann
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes
2008-09-06Fix D-Bus API for serial and network pluginsMarcel Holtmann
2008-09-01Network: Minor cleanupClaudio Takahasi
2008-08-28Fixes a free on the wrong structure.Vinicius Costa Gomes
2008-08-25Fixing some invalid reads when removing multiple adapters.Vinicius Costa Gomes
2008-08-19Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann
2008-08-18Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz
2008-08-14Fix unnecessary use of variable.Luiz Augusto von Dentz
2008-08-14Fix warnings on network.Luiz Augusto von Dentz
2008-08-12Make network plugin to register adapter drivers.Luiz Augusto von Dentz
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann
2008-06-17Fix authorization mechanism for 3.x.Luiz Augusto von Dentz
2008-06-16Remove calls to RequestAuthorization.Luiz Augusto von Dentz
2008-06-07Move some D-Bus helpers aroundMarcel Holtmann
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-06Fix the last remains of sending helpersMarcel Holtmann
2008-06-03Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz
2008-05-20Fix issues with missing include for PATH_MAXMarcel Holtmann
2008-05-16Make network service to use bt_l2cap_listen.Luiz Augusto von Dentz
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-02Check trusted device list before request authorizationClaudio Takahasi
2008-05-01Moving authorization code to dbus-service.cClaudio Takahasi
2008-04-29network: cleanupClaudio Takahasi
2008-04-14network: Use new Authorization APIClaudio Takahasi
2008-03-26network: missing static modifierClaudio Takahasi
2008-03-26network: Add/Remove records directly instead of use D-Bus messagesClaudio Takahasi
2008-02-08Add bridge name to debug when it fails to attach any interface.Luiz Augusto von Dentz
2008-02-02Update copyright informationMarcel Holtmann
2007-11-26Update services to new error codes and helper functionsJohan Hedberg
2007-10-31Make the connection to fail if unable to add a interface to bridges.Luiz Augusto von Dentz
2007-10-31Remove bridge creation of NAP and make a better use of ahavi-autoipd.Luiz Augusto von Dentz
2007-10-22Fixes cross storage and adapter path.Luiz Augusto von Dentz
2007-10-03Fix dict signatures.Luiz Augusto von Dentz
2007-09-28Add IsEnabled to server interface.Luiz Augusto von Dentz
2007-09-28Fix problem with server storage.Luiz Augusto von Dentz
2007-09-28Remove GetSecurity and SetSecurity.Luiz Augusto von Dentz
2007-09-28Improve bridge and network interfaces manipulation.Luiz Augusto von Dentz
2007-09-28Add secure link mode.Luiz Augusto von Dentz
2007-09-28Fix bug on panu server.Luiz Augusto von Dentz
2007-09-28Fix bridge removal on exit.Luiz Augusto von Dentz