summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
...
* Add basic rough version of the D-Bus supportMarcel Holtmann2005-10-095-28/+1182
|
* Fix memory alignment problemMarcel Holtmann2005-09-221-3/+6
|
* Update the hcid.8 and hcid.conf.5 manual pagesMarcel Holtmann2005-09-202-3/+68
|
* Extend reply_handler_function() functionMarcel Holtmann2005-09-151-27/+37
|
* Remove D-Bus 0.23 supportMarcel Holtmann2005-09-121-59/+1
|
* Fix memory leaks with textfile_get() usageMarcel Holtmann2005-09-071-0/+7
|
* Don't retrieve stored link keys for RAW devicesMarcel Holtmann2005-09-061-0/+3
|
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-301-50/+0
|
* Fix D-Bus 0.2x and 0.3x problemsMarcel Holtmann2005-08-261-33/+43
|
* Update D-Bus support for inquiry and connection trackingMarcel Holtmann2005-08-253-22/+167
|
* Add support for extended inquiry resultsMarcel Holtmann2005-08-241-0/+22
|
* Add missing unref callMarcel Holtmann2005-08-241-0/+1
|
* Fix D-Bus crashesMarcel Holtmann2005-08-241-13/+20
|
* Escape for shell meta charactersMarcel Holtmann2005-08-191-0/+3
|
* Filter out more meta charactersMarcel Holtmann2005-08-161-0/+2
|
* Create directories before calling the textfile functionsMarcel Holtmann2005-08-061-0/+58
|
* Use more textfile functions and remove usage of const attributeMarcel Holtmann2005-08-054-476/+84
|
* Escape more shell specific charactersMarcel Holtmann2005-08-051-2/+7
|
* Fix security problem with escape characters in device nameMarcel Holtmann2005-08-051-6/+12
|
* Replace non-printable characters in the device nameMarcel Holtmann2005-08-051-10/+11
|
* Support class of device and RSSI values in D-Bus messageMarcel Holtmann2005-07-073-8/+23
|
* Send D-Bus messages for inquiry results and remote name resolvesMarcel Holtmann2005-07-073-1/+151
|
* Fix some GCC 4.0 warningsMarcel Holtmann2005-07-054-12/+12
|
* Use textfile library for device name storageMarcel Holtmann2005-07-032-126/+18
|
* Replace non-printable characters in device namesMarcel Holtmann2005-06-171-2/+9
|
* Support D-Bus version 0.23 and 0.33Marcel Holtmann2005-05-141-8/+27
|
* Add support for the page timeout config optionMarcel Holtmann2005-05-064-5/+22
|
* Read the stored link keys when starting the security managerMarcel Holtmann2005-04-301-0/+7
|
* Add support for voice settingMarcel Holtmann2005-04-304-14/+48
|
* Include sys/param.h for PATH_MAXMarcel Holtmann2005-04-221-0/+1
|
* No need to include syslog.hMarcel Holtmann2005-04-221-1/+0
|
* Create storage directoryMarcel Holtmann2005-04-211-0/+4
|
* Use LDADD instead of LIBSMarcel Holtmann2005-04-211-2/+1
|
* Set the storage directory through ${localstatedir}Marcel Holtmann2005-04-211-9/+7
|
* Take care of return link keys eventMarcel Holtmann2005-04-201-3/+30
|
* Add support for setting the inquiry modeMarcel Holtmann2005-04-184-1/+16
|
* Store remote version and features informationMarcel Holtmann2005-04-173-0/+240
|
* Use the pincodes file for outgoing connectionsMarcel Holtmann2005-04-172-8/+19
|
* Use cached device name for PIN requestMarcel Holtmann2005-04-173-9/+72
|
* Add support for stored pin codesMarcel Holtmann2005-04-173-2/+77
|
* Terminate scanning if end of buffer is reachedMarcel Holtmann2005-04-161-3/+13
|
* Clear buffer before creating new lineMarcel Holtmann2005-04-161-2/+4
|
* Add more data checksMarcel Holtmann2005-04-161-4/+8
|
* Fix case if the link key is not foundMarcel Holtmann2005-04-161-1/+2
|
* Add support for reading the link keyMarcel Holtmann2005-04-161-5/+59
|
* Add link key storage functionMarcel Holtmann2005-04-161-20/+94
|
* Use /var/lib/bluetooth/ as base directoryMarcel Holtmann2005-04-161-1/+1
|
* Create the linkkey fileMarcel Holtmann2005-04-161-6/+18
|
* Add framework for read_link_key()Marcel Holtmann2005-04-163-8/+24
|
* Store device names in the backgroundMarcel Holtmann2005-04-163-3/+180
|