summaryrefslogtreecommitdiffstats
path: root/hcid/security.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1
* Send D-Bus signal before storing class of device valueMarcel Holtmann2006-06-091-2/+2
* Change RemoteDeviceFound signal and add RemoteClassUpdated signalMarcel Holtmann2006-06-081-0/+2
* Don't request remote features (the kernel should do this)Marcel Holtmann2006-05-311-24/+1
* Update device class on connection request eventsJohan Hedberg2006-05-041-0/+14
* Make D-Bus a mandatory requirementMarcel Holtmann2006-04-281-25/+2
* Remove unneeded functionsMarcel Holtmann2006-04-251-1/+0
* Small coding style fixesMarcel Holtmann2006-04-251-6/+7
* Added HCI cmds queue to retrieve remote infosClaudio Takahasi2006-04-181-52/+94
* fixed read remote version cparamClaudio Takahasi2006-04-111-1/+1
* Track pairing state (so Bonding signals aren't sent in wrong situations)Johan Hedberg2006-03-291-2/+2
* Fix to previous commitJohan Hedberg2006-03-291-1/+1
* Send BondingComplete success on link key notify instead of auth completeJohan Hedberg2006-03-291-1/+4
* Simplify hci_req_find_by_devJohan Hedberg2006-03-281-4/+1
* CleanupJohan Hedberg2006-03-281-9/+9
* HCI request queueJohan Hedberg2006-03-281-0/+130
* Added cancel bonding and fixed minor issues of create bondingClaudio Takahasi2006-03-221-0/+3
* Added D-Bus signals: RemoteDeviceConnected and RemoteDeviceDisconnectedClaudio Takahasi2006-03-201-7/+1
* Initial create bonding serviceClaudio Takahasi2006-03-161-2/+2
* Added remote name resolving queueClaudio Takahasi2006-03-131-3/+4
* More cleanupsMarcel Holtmann2006-03-121-3/+7
* Cleanup the request_pin() functionMarcel Holtmann2006-03-121-12/+6