summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't clear the authentication request completely on SSP completeJohan Hedberg2009-02-041-3/+0
* Add icon for other audio devicesMarcel Holtmann2009-02-041-0/+2
* Refactor adapter and device struct fetching into a single functionJohan Hedberg2009-02-031-149/+56
* Add support for HCI_Simple_Pairing_Complete eventJohan Hedberg2009-02-035-0/+53
* Fix authentication replies when disconnectedJohan Hedberg2009-02-033-6/+8
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-292-7/+8
* Set the Alias only after checking the EIR dataJohan Hedberg2009-01-271-11/+11
* Fix bug which prevents emitting DeviceDisappered.Luiz Augusto von Dentz2009-01-212-37/+30
* Use MITM for CreatePairedDevice and handle the NoInputNoOuput casesMarcel Holtmann2009-01-162-4/+12
* Also check the local IO capability before requiring MITMJohan Hedberg2009-01-161-3/+6
* Require MITM for dedicated bonding if the remote side is capable of itJohan Hedberg2009-01-163-2/+14
* Fix memory leakJohan Hedberg2009-01-161-1/+3
* Bail out from extract_des if sdp_uuid_extract failsJohan Hedberg2009-01-161-5/+5
* Use L2CAP_LM for the L2CAP raw socket for nowJohan Hedberg2009-01-161-7/+10
* Don't use auth_required. New kernels still need explicit auth requestedJohan Hedberg2009-01-161-6/+1
* Don't try to remove bonding->io_id twice (bonding_request_free does it)Johan Hedberg2009-01-161-3/+0
* Fix bonding with pre-2.1 devices and newer kernelsJohan Hedberg2009-01-161-0/+5
* Use dedicated bonding and no MITM for pairingMarcel Holtmann2009-01-152-5/+2
* Add another debug for auth requirements from kernelMarcel Holtmann2009-01-151-3/+5
* Fix device creation for incoming security mode 3 connectsJohan Hedberg2009-01-151-2/+4
* Fix IO capabilities for non-pairing and pairing casesMarcel Holtmann2009-01-151-12/+14
* Use hci_send_req instead of hci_send_cmd for write_scan_enableJohan Hedberg2009-01-141-2/+9
* Explicitly disable scans before powering adapter downJohan Hedberg2009-01-141-0/+2
* Fix LIAC setting while toggling Pairable property when Discoverable=trueJohan Hedberg2009-01-141-0/+4
* Make the ReverseServiceDiscovery option more visibleJohan Hedberg2009-01-132-2/+9
* Don't remove linkkeys upon adapter removalJohan Hedberg2009-01-133-5/+7
* Coding style fixesJohan Hedberg2009-01-131-12/+15
* Add ReverseServiceDiscovery config optionJohan Hedberg2009-01-133-1/+12
* Add debug statement for reverse service discovery timerMarcel Holtmann2009-01-131-0/+1
* Don't do reverse SDP for renewed link keysJohan Hedberg2009-01-133-2/+19
* Only handle the special case of no bonding and no MITMMarcel Holtmann2009-01-131-2/+2
* Follow MITM requirements from remote deviceMarcel Holtmann2009-01-131-0/+4
* Clear authentication info upon disconnectJohan Hedberg2009-01-131-0/+3
* Fix no-bonding connections in non-bondable modeJohan Hedberg2009-01-131-1/+8
* Fix new pairing detection with SSPJohan Hedberg2009-01-133-4/+12
* Fix dbus_connection_ref/unref usageJohan Hedberg2009-01-132-1/+4
* Add more debug for authentication requirementsMarcel Holtmann2009-01-131-1/+6
* RemoveDevice() should also update adapter->connectionsJohan Hedberg2009-01-131-0/+1
* Move l2raw_connect over to device.c (since it's not needed anywhere else)Johan Hedberg2009-01-123-77/+65
* Add support for dedicated bonding using BT_SECURITYJohan Hedberg2009-01-123-7/+29