summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and bump version numberutils-3.34Marcel Holtmann2008-06-242-1/+9
* Mention Glenns contributionsMarcel Holtmann2008-06-241-0/+1
* Use safe functions for the server PDU extractionMarcel Holtmann2008-06-242-7/+51
* Use safe PDU extract functionsMarcel Holtmann2008-06-242-8/+9
* Use the safe versions for SDP record extractionMarcel Holtmann2008-06-241-4/+6
* Use the correct socket descriptor for incoming connectionsMarcel Holtmann2008-06-232-2/+2
* Add timestamp optionMarcel Holtmann2008-06-232-5/+61
* Remove invalid line in usage outputMarcel Holtmann2008-06-231-1/+0
* Mention Alberts contributionsMarcel Holtmann2008-06-231-0/+1
* Fix collect for non-persistent service recordsMarcel Holtmann2008-06-231-1/+6
* Remove unneeded linksMarcel Holtmann2008-06-221-4/+0
* Remove the Mono exampleMarcel Holtmann2008-06-221-159/+0
* Update D-Bus configuration fileMarcel Holtmann2008-06-221-3/+6
* Remove the obsolete todo documentMarcel Holtmann2008-06-221-21/+0
* Make RemoveDevice to return when the device is busy discovering services.Luiz Augusto von Dentz2008-06-182-9/+10
* Update changelog and bump version numberutils-3.33Marcel Holtmann2008-06-182-1/+12
* Fix driver comparisonMarcel Holtmann2008-06-181-1/+9
* Make netlink support optional and disable storage pluginMarcel Holtmann2008-06-183-9/+15
* Fix DiscoverDevice to wait untils the browse finishes to release the name lis...Luiz Augusto von Dentz2008-06-181-25/+29
* Only allow discover requestor to cancel it.Luiz Augusto von Dentz2008-06-172-9/+68
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-1711-131/+243
* Remove calls to RequestAuthorization.Luiz Augusto von Dentz2008-06-162-186/+5
* Set request structure to zeroMarcel Holtmann2008-06-161-0/+1
* Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz2008-06-163-9/+15
* Fix minor whitespace issuesJohan Hedberg2008-06-162-2/+2
* Fix driver structure declaration in the probe functionMarcel Holtmann2008-06-161-2/+1
* Remove obsolete FIXME commentMarcel Holtmann2008-06-161-1/+0
* Allow to cancel a service discoveryMarcel Holtmann2008-06-163-1/+50
* Small API updateMarcel Holtmann2008-06-161-1/+7
* Improve the auth requirement handlingMarcel Holtmann2008-06-163-40/+51
* Only update service classes for device that are up and runningMarcel Holtmann2008-06-151-0/+3
* Allow setting of RFC modeMarcel Holtmann2008-06-151-11/+12
* Add support for reading/setting the link policyMarcel Holtmann2008-06-122-3/+116
* Store IO capabilities of remote device in device objectJohan Hedberg2008-06-122-0/+22
* Remove unnecessary empty lineJohan Hedberg2008-06-121-1/+0
* Track agent request status in conjunction with authentication requestsJohan Hedberg2008-06-123-15/+94
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-126-56/+59
* Move authentication request functions into adapter.cJohan Hedberg2008-06-124-77/+88
* Make hcid_dbus_new_auth_request private to dbus-hci.cJohan Hedberg2008-06-123-21/+23
* Minor whitespace issueJohan Hedberg2008-06-121-1/+0
* Document current purpose of auth_reqsJohan Hedberg2008-06-121-1/+2
* Rename pin_reqs o auth_reqs since it's tracking SSP tooJohan Hedberg2008-06-124-31/+31
* Use adapter_find_device instead of adapter_get_device when freeing bonding infoJohan Hedberg2008-06-121-1/+1
* Add some extra debugs to track device creationJohan Hedberg2008-06-121-0/+8
* Wait for CreatePairedDevice to complete before exiting (i.e. don't exit when ...Johan Hedberg2008-06-121-4/+11
* Make traditional PIN code request interactiveJohan Hedberg2008-06-111-3/+3
* Avoid direct inclusion of malloc.hMarcel Holtmann2008-06-1115-15/+8
* Fix use of uninitialized memory when getting local name failsJohan Hedberg2008-06-111-3/+1
* Use separate callback for errorsJohan Hedberg2008-06-111-3/+7
* Use strerror to show HCIGETAUTHINFO ioctl errorJohan Hedberg2008-06-111-1/+2