Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various coding style cleanups | Johan Hedberg | 2009-02-06 | 4 | -81/+109 |
| | |||||
* | Remember to remove trust upon device removal | Johan Hedberg | 2009-02-06 | 1 | -0/+6 |
| | |||||
* | Don't changed combination keys for no-bonding | Johan Hedberg | 2009-02-06 | 1 | -2/+5 |
| | |||||
* | Make sure to always close the L2CAP raw socket | Johan Hedberg | 2009-02-06 | 1 | -6/+9 |
| | |||||
* | Only remove the temporary flag if we store the link key | Johan Hedberg | 2009-02-05 | 1 | -2/+2 |
| | |||||
* | Always store changed combination keys | Johan Hedberg | 2009-02-05 | 2 | -10/+10 |
| | |||||
* | Use 0xff instead of 0xFF | Marcel Holtmann | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | Add missing check for invalid auth requirements value | Johan Hedberg | 2009-02-05 | 1 | -1/+2 |
| | |||||
* | Fix invalid local auth type checking | Johan Hedberg | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Add check for invalid auth requirement | Johan Hedberg | 2009-02-04 | 1 | -1/+2 |
| | |||||
* | Copy remote auth requirements if the kernel returns 0xff | Johan Hedberg | 2009-02-04 | 1 | -0/+3 |
| | |||||
* | Don't store the link key for "no bonding" cases | Johan Hedberg | 2009-02-04 | 2 | -5/+14 |
| | | | | | We should not store the link key if either side had "no bonding" as their authentication requirement. | ||||
* | Fix new key type passing | Johan Hedberg | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Move link key writing from security.c to dbus-hci.c | Johan Hedberg | 2009-02-04 | 3 | -13/+26 |
| | | | | | This refactoring is preparation for more fine-grained link key writing control with e.g. SSP "no bonding" use cases. | ||||
* | Store the old link key type for changed combination keys | Marcel Holtmann | 2009-02-04 | 1 | -5/+12 |
| | |||||
* | Don't make use of debug combination keys for further connections | Marcel Holtmann | 2009-02-04 | 1 | -1/+3 |
| | |||||
* | Don't clear the authentication request completely on SSP complete | Johan Hedberg | 2009-02-04 | 1 | -3/+0 |
| | |||||
* | Add icon for other audio devices | Marcel Holtmann | 2009-02-04 | 1 | -0/+2 |
| | |||||
* | Refactor adapter and device struct fetching into a single function | Johan Hedberg | 2009-02-03 | 1 | -149/+56 |
| | |||||
* | Add support for HCI_Simple_Pairing_Complete event | Johan Hedberg | 2009-02-03 | 5 | -0/+53 |
| | | | | | | When we are the acceptors of a pairing request and we have used the Agent.DisplayPasskey we need to use the Simple Pairing Complete HCI event for calling Agent.Cancel. | ||||
* | Fix authentication replies when disconnected | Johan Hedberg | 2009-02-03 | 3 | -6/+8 |
| | | | | | This patch makes sure that we don't reply to the authentiction requests if we get disconnected before authentication has completed. | ||||
* | Fix mostly every warning caused by -Wsign-compare | Marcel Holtmann | 2009-01-29 | 2 | -7/+8 |
| | |||||
* | Set the Alias only after checking the EIR data | Johan Hedberg | 2009-01-27 | 1 | -11/+11 |
| | |||||
* | Fix bug which prevents emitting DeviceDisappered. | Luiz Augusto von Dentz | 2009-01-21 | 2 | -37/+30 |
| | |||||
* | Use MITM for CreatePairedDevice and handle the NoInputNoOuput cases | Marcel Holtmann | 2009-01-16 | 2 | -4/+12 |
| | |||||
* | Also check the local IO capability before requiring MITM | Johan Hedberg | 2009-01-16 | 1 | -3/+6 |
| | |||||
* | Require MITM for dedicated bonding if the remote side is capable of it | Johan Hedberg | 2009-01-16 | 3 | -2/+14 |
| | |||||
* | Fix memory leak | Johan Hedberg | 2009-01-16 | 1 | -1/+3 |
| | |||||
* | Bail out from extract_des if sdp_uuid_extract fails | Johan Hedberg | 2009-01-16 | 1 | -5/+5 |
| | |||||
* | Use L2CAP_LM for the L2CAP raw socket for now | Johan Hedberg | 2009-01-16 | 1 | -7/+10 |
| | |||||
* | Don't use auth_required. New kernels still need explicit auth requested | Johan Hedberg | 2009-01-16 | 1 | -6/+1 |
| | |||||
* | Don't try to remove bonding->io_id twice (bonding_request_free does it) | Johan Hedberg | 2009-01-16 | 1 | -3/+0 |
| | |||||
* | Fix bonding with pre-2.1 devices and newer kernels | Johan Hedberg | 2009-01-16 | 1 | -0/+5 |
| | | | | | The L2CAP raw connection will return IO_OUT imediately so let the HCI even tracking take care of cleaning up the bonding struct. | ||||
* | Use dedicated bonding and no MITM for pairing | Marcel Holtmann | 2009-01-15 | 2 | -5/+2 |
| | |||||
* | Add another debug for auth requirements from kernel | Marcel Holtmann | 2009-01-15 | 1 | -3/+5 |
| | |||||
* | Fix device creation for incoming security mode 3 connects | Johan Hedberg | 2009-01-15 | 1 | -2/+4 |
| | |||||
* | Fix IO capabilities for non-pairing and pairing cases | Marcel Holtmann | 2009-01-15 | 1 | -12/+14 |
| | |||||
* | Use hci_send_req instead of hci_send_cmd for write_scan_enable | Johan Hedberg | 2009-01-14 | 1 | -2/+9 |
| | |||||
* | Explicitly disable scans before powering adapter down | Johan Hedberg | 2009-01-14 | 1 | -0/+2 |
| | |||||
* | Fix LIAC setting while toggling Pairable property when Discoverable=true | Johan Hedberg | 2009-01-14 | 1 | -0/+4 |
| | |||||
* | Make the ReverseServiceDiscovery option more visible | Johan Hedberg | 2009-01-13 | 2 | -2/+9 |
| | | | | | Add it to the default main.conf file with a proper comment and print a debug message is it's found to be missing. | ||||
* | Don't remove linkkeys upon adapter removal | Johan Hedberg | 2009-01-13 | 3 | -5/+7 |
| | |||||
* | Coding style fixes | Johan Hedberg | 2009-01-13 | 1 | -12/+15 |
| | |||||
* | Add ReverseServiceDiscovery config option | Johan Hedberg | 2009-01-13 | 3 | -1/+12 |
| | | | | | This option is solely for qualification since the BITE tester in its grand braindeadness doesn't like use doing reverse SDP. | ||||
* | Add debug statement for reverse service discovery timer | Marcel Holtmann | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | Don't do reverse SDP for renewed link keys | Johan Hedberg | 2009-01-13 | 3 | -2/+19 |
| | | | | | | Add a flag for a renewed link key to the device struct so that when we get authentication complete we don't do reverse SDP or PropertyChanged(Paired, true) if a new bonding isn't being created. | ||||
* | Only handle the special case of no bonding and no MITM | Marcel Holtmann | 2009-01-13 | 1 | -2/+2 |
| | |||||
* | Follow MITM requirements from remote device | Marcel Holtmann | 2009-01-13 | 1 | -0/+4 |
| | |||||
* | Clear authentication info upon disconnect | Johan Hedberg | 2009-01-13 | 1 | -0/+3 |
| | |||||
* | Fix no-bonding connections in non-bondable mode | Johan Hedberg | 2009-01-13 | 1 | -1/+8 |
| |