summaryrefslogtreecommitdiffstats
path: root/hcid/storage.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks with textfile_get() usageMarcel Holtmann2005-09-071-0/+7
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-301-50/+0
* Create directories before calling the textfile functionsMarcel Holtmann2005-08-061-0/+58
* Use more textfile functions and remove usage of const attributeMarcel Holtmann2005-08-051-453/+53
* Fix some GCC 4.0 warningsMarcel Holtmann2005-07-051-1/+1
* Use textfile library for device name storageMarcel Holtmann2005-07-031-125/+15
* Replace non-printable characters in device namesMarcel Holtmann2005-06-171-2/+9
* Include sys/param.h for PATH_MAXMarcel Holtmann2005-04-221-0/+1
* No need to include syslog.hMarcel Holtmann2005-04-221-1/+0
* Set the storage directory through ${localstatedir}Marcel Holtmann2005-04-211-9/+7
* Store remote version and features informationMarcel Holtmann2005-04-171-0/+167
* Use the pincodes file for outgoing connectionsMarcel Holtmann2005-04-171-1/+1
* Use cached device name for PIN requestMarcel Holtmann2005-04-171-0/+61
* Add support for stored pin codesMarcel Holtmann2005-04-171-0/+70
* 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-161-0/+5
* Store device names in the backgroundMarcel Holtmann2005-04-161-2/+176
* Update for different storage methodsMarcel Holtmann2005-01-261-0/+48