aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-24Fix valgrind unaddressable bytes complaintJohan Hedberg
2009-02-24Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg
2009-02-23Add missing hci_close_dev callJohan Hedberg
2009-02-23Return proper error replies to DiscoverServicesJohan Hedberg
2009-02-22Fix bt_io_get parameter passingJohan Hedberg
2009-02-21Convert pairing code to use BtIOJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make a call to BtIO API so its symbols got resolved before plugin have loaded.Luiz Augusto von Dentz
2009-02-19Log probe failures.Luiz Augusto von Dentz
2009-02-19Fix uninitialised value.Luiz Augusto von Dentz
2009-02-14Add a little bit more debug around class of device changesMarcel Holtmann
2009-02-14Only storage class of device if it changedMarcel Holtmann
2009-02-13Fix emitting duplicated PropertyChanged signals for device Name property.Luiz Augusto von Dentz
2009-02-13Fix changing adapter's name while Powered is False.Luiz Augusto von Dentz
2009-02-12Update comments on when to store link keysMarcel Holtmann
2009-02-12Fix not handling properly local name changes.Luiz Augusto von Dentz
2009-02-12Fix resetting trusts on every reboot.Luiz Augusto von Dentz
2009-02-12If remote side initiates dedicated bonding follow it and store the keyMarcel Holtmann
2009-02-12Reset the authentication requirements after bonding completeMarcel Holtmann
2009-02-12Reset authentication requirements after simple pairing completeMarcel Holtmann
2009-02-10Always store the link key when we initiate dedicated bondingJohan Hedberg
2009-02-10Fix error messageJohan Hedberg
2009-02-09Always store pre-2.1 link key typesJohan Hedberg
2009-02-06Various coding style cleanupsJohan Hedberg
2009-02-06Remember to remove trust upon device removalJohan Hedberg
2009-02-06Don't changed combination keys for no-bondingJohan Hedberg
2009-02-06Make sure to always close the L2CAP raw socketJohan Hedberg
2009-02-05Only remove the temporary flag if we store the link keyJohan Hedberg
2009-02-05Always store changed combination keysJohan Hedberg
2009-02-06Use 0xff instead of 0xFFMarcel Holtmann
2009-02-05Add missing check for invalid auth requirements valueJohan Hedberg
2009-02-04Fix invalid local auth type checkingJohan Hedberg
2009-02-04Add check for invalid auth requirementJohan Hedberg
2009-02-04Copy remote auth requirements if the kernel returns 0xffJohan Hedberg
2009-02-04Don't store the link key for "no bonding" casesJohan Hedberg
2009-02-04Fix new key type passingJohan Hedberg
2009-02-04Move link key writing from security.c to dbus-hci.cJohan Hedberg
2009-02-04Store the old link key type for changed combination keysMarcel Holtmann
2009-02-04Don't make use of debug combination keys for further connectionsMarcel Holtmann
2009-02-04Don't clear the authentication request completely on SSP completeJohan Hedberg
2009-02-04Add icon for other audio devicesMarcel Holtmann
2009-02-03Refactor adapter and device struct fetching into a single functionJohan Hedberg
2009-02-03Add support for HCI_Simple_Pairing_Complete eventJohan Hedberg
2009-02-03Fix authentication replies when disconnectedJohan Hedberg
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann
2009-01-27Set the Alias only after checking the EIR dataJohan Hedberg
2009-01-21Fix bug which prevents emitting DeviceDisappered.Luiz Augusto von Dentz
2009-01-16Use MITM for CreatePairedDevice and handle the NoInputNoOuput casesMarcel Holtmann
2009-01-16Also check the local IO capability before requiring MITMJohan Hedberg
2009-01-16Require MITM for dedicated bonding if the remote side is capable of itJohan Hedberg