summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't call read scan enable if the adapter is powering downJohan Hedberg2009-02-273-0/+14
* Always remember to free the extract_des internal listJohan Hedberg2009-02-261-7/+11
* Require all parsed elements in extract_des to be of the same typeJohan Hedberg2009-02-261-2/+6
* Fix SDP data buffer parsingJohan Hedberg2009-02-261-28/+94
* Fix uninitialized memory warningJohan Hedberg2009-02-251-0/+1
* Remove unused path variableJohan Hedberg2009-02-251-3/+0
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-251-1/+2
* Fix a few more sdp_record_t memory leaksJohan Hedberg2009-02-241-2/+6
* Fix memory leakJohan Hedberg2009-02-241-0/+1
* Minor whitespace fixesJohan Hedberg2009-02-242-2/+2
* Fix typoJohan Hedberg2009-02-241-1/+1
* Fix valgrind unaddressable bytes complaintJohan Hedberg2009-02-241-0/+2
* Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg2009-02-241-1/+2
* Add missing hci_close_dev callJohan Hedberg2009-02-231-0/+2
* Return proper error replies to DiscoverServicesJohan Hedberg2009-02-231-2/+17
* Fix bt_io_get parameter passingJohan Hedberg2009-02-221-1/+1
* Convert pairing code to use BtIOJohan Hedberg2009-02-212-138/+63
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-4/+4
* Make a call to BtIO API so its symbols got resolved before plugin have loaded.Luiz Augusto von Dentz2009-02-191-0/+5
* Log probe failures.Luiz Augusto von Dentz2009-02-191-13/+18
* Fix uninitialised value.Luiz Augusto von Dentz2009-02-191-2/+2
* Add a little bit more debug around class of device changesMarcel Holtmann2009-02-141-0/+4
* Only storage class of device if it changedMarcel Holtmann2009-02-142-3/+7
* Fix emitting duplicated PropertyChanged signals for device Name property.Luiz Augusto von Dentz2009-02-133-16/+39
* Fix changing adapter's name while Powered is False.Luiz Augusto von Dentz2009-02-131-2/+2
* Update comments on when to store link keysMarcel Holtmann2009-02-121-1/+3
* Fix not handling properly local name changes.Luiz Augusto von Dentz2009-02-123-11/+33
* Fix resetting trusts on every reboot.Luiz Augusto von Dentz2009-02-123-15/+17
* If remote side initiates dedicated bonding follow it and store the keyMarcel Holtmann2009-02-121-1/+7
* Reset the authentication requirements after bonding completeMarcel Holtmann2009-02-121-2/+1
* Reset authentication requirements after simple pairing completeMarcel Holtmann2009-02-121-1/+2
* Always store the link key when we initiate dedicated bondingJohan Hedberg2009-02-101-3/+9
* Fix error messageJohan Hedberg2009-02-101-1/+1
* Always store pre-2.1 link key typesJohan Hedberg2009-02-091-1/+1
* Various coding style cleanupsJohan Hedberg2009-02-064-81/+109
* Remember to remove trust upon device removalJohan Hedberg2009-02-061-0/+6
* Don't changed combination keys for no-bondingJohan Hedberg2009-02-061-2/+5
* Make sure to always close the L2CAP raw socketJohan Hedberg2009-02-061-6/+9
* Only remove the temporary flag if we store the link keyJohan Hedberg2009-02-051-2/+2
* Always store changed combination keysJohan Hedberg2009-02-052-10/+10
* Use 0xff instead of 0xFFMarcel Holtmann2009-02-061-2/+2
* Add missing check for invalid auth requirements valueJohan Hedberg2009-02-051-1/+2
* Fix invalid local auth type checkingJohan Hedberg2009-02-041-1/+1
* Add check for invalid auth requirementJohan Hedberg2009-02-041-1/+2
* Copy remote auth requirements if the kernel returns 0xffJohan Hedberg2009-02-041-0/+3
* Don't store the link key for "no bonding" casesJohan Hedberg2009-02-042-5/+14
* Fix new key type passingJohan Hedberg2009-02-041-1/+1
* Move link key writing from security.c to dbus-hci.cJohan Hedberg2009-02-043-13/+26
* Store the old link key type for changed combination keysMarcel Holtmann2009-02-041-5/+12
* Don't make use of debug combination keys for further connectionsMarcel Holtmann2009-02-041-1/+3