summaryrefslogtreecommitdiffstats
path: root/hcid/security.c
Commit message (Expand)AuthorAgeFilesLines
* Set request structure to zeroMarcel Holtmann2008-06-161-0/+1
* Improve the auth requirement handlingMarcel Holtmann2008-06-161-3/+5
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-121-4/+0
* Make hcid_dbus_new_auth_request private to dbus-hci.cJohan Hedberg2008-06-121-9/+1
* Fix debug output for link key typeMarcel Holtmann2008-06-111-1/+1
* Reject unauthenticated and debug keys when MITM is requiredMarcel Holtmann2008-06-111-2/+19
* Retrieve link key type together with the key itselfMarcel Holtmann2008-06-111-2/+4
* Parse the IO capa response eventMarcel Holtmann2008-06-111-0/+16
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-091-0/+12
* Convert passkey value to host orderMarcel Holtmann2008-06-081-12/+15
* Further cleanup of authentication logicJohan Hedberg2008-06-061-28/+18
* Implement first part of missing SSP callbacksJohan Hedberg2008-06-051-2/+10
* Add support for fetching IO capability from an agentJohan Hedberg2008-06-051-7/+18
* Don't use hci_disconnect for disconnection since it'll "eat up" the disconnec...Johan Hedberg2008-04-221-3/+10
* Fix endiannes handling of connection handlesJohan Hedberg2008-04-151-3/+5
* Make bonding fail and clean up properly if storing the link key failsJohan Hedberg2008-04-151-3/+45
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2008-01-281-1/+1
* More header cleanupsMarcel Holtmann2007-08-161-0/+2
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-0/+1
* Handle the new Simple Pairing eventsMarcel Holtmann2007-08-081-0/+49
* Only set extended inquiry data when simple pairing is activatedMarcel Holtmann2007-08-081-2/+14
* Ignore connection events for non-ACL linksJohan Hedberg2007-05-311-0/+3
* Cleanup bdaddr conversionsJohan Hedberg2007-05-261-7/+3
* Added device class trackingClaudio Takahasi2007-05-231-0/+3
* More glib memory allocation changesJohan Hedberg2007-02-261-1/+0
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-42/+18
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-1/+1
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-1/+1
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-12/+11
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-0/+1
* Basic integration of confirmation conceptMarcel Holtmann2006-10-221-3/+8
* Return correct error reply for CreateBonding when using security mode 3Johan Hedberg2006-09-271-1/+1
* Take care of extended inquiry response dataMarcel Holtmann2006-09-201-4/+5
* Add necessary cast to last parameter of g_utf8_validateJohan Hedberg2006-09-201-1/+3
* Make opcode packing endian safeMarcel Holtmann2006-09-201-2/+4
* Add proper UTF-8 validation of device names (both local and remote)Johan Hedberg2006-09-191-0/+3
* cleanup:lap and command complete eventClaudio Takahasi2006-09-191-2/+2
* Add periodic discovery support to the D-Bus APIJohan Hedberg2006-09-191-1/+10
* Use L2CAP raw sockets for HCI connection creationMarcel Holtmann2006-09-151-1/+1
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-261-12/+8
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-251-3/+5
* Initialize allocated memory to zero for a couple of ioctlsJohan Hedberg2006-08-211-0/+4
* Use hci_devinfo in favor of HCIGETDEVINFO ioctl where possibleJohan Hedberg2006-08-211-2/+2
* Improve situation where bonding requestor exitsJohan Hedberg2006-08-191-33/+49
* Do byte order magic when checking connection handle for auth complete eventsJohan Hedberg2006-08-191-1/+1
* Fix typoMarcel Holtmann2006-08-101-1/+1
* Make use of create_name()Marcel Holtmann2006-07-261-2/+1
* Don't send BondingCreated on link key renewClaudio Takahasi2006-07-101-0/+2