summaryrefslogtreecommitdiff
path: root/lib/sdp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix the unchecked return valueTedd Ho-Jeong An2020-11-241-1/+2
* lib: Replace malloc/memset(..0..) with bt_malloc0Aravind Machiry2020-10-071-24/+12
* lib/sdp.c: Validate attribute search return valueAravind Machiry2020-10-071-0/+16
* lib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* sdp: Fix buffer overflowLuiz Augusto von Dentz2018-11-021-0/+6
* lib: Fix missing error handling when SDP record is NULLMarcel Holtmann2015-11-101-2/+6
* lib/sdp: Fix resource leak in sdp_get_supp_featLuiz Augusto von Dentz2015-08-131-0/+1
* lib/sdp: Split error handing for length and transaction idLuiz Augusto von Dentz2014-09-051-3/+8
* lib/sdp: Fix typoJakub Tyszkowski2014-09-041-4/+4
* lib/sdp: Fix printing of multiple record fieldsAnderson Lizardo2014-02-211-3/+3
* lib/sdp: Add missing Service Class ID for GAPAnderson Lizardo2014-02-211-1/+2
* lib: Add flag to force large MTU size used for SDP connectionSzymon Janc2014-01-201-0/+27
* lib/sdp: Fix incorrect sizeof argumentAndrei Emeltchenko2014-01-091-1/+1
* lib/sdp: Replace VIDEO_CONF_SVCLASS_ID with AV_REMOTE_CONTROLLER_SVCLASS_IDLuiz Augusto von Dentz2013-10-091-1/+1
* lib: Fix use of uninitialized variable in sdp_set_profile_descsSzymon Janc2013-09-301-7/+8
* lib: Add range check for SDP_SVC_ATTR_RSP/SDP_SVC_SEARCH_ATTR_RSPSzymon Janc2013-07-101-0/+8
* Revert "lib: Add range check for SDP_SVC_ATTR_RSP/SDP_SVC_SEARCH_ATTR_RSP"Johan Hedberg2013-06-251-8/+0
* lib: Cleanup SDP logs to not include double new linesSzymon Janc2013-06-241-93/+90
* lib: Fix sdp_seq_alloc_with_length accessing invalid index/memoryLuiz Augusto von Dentz2013-05-231-1/+1
* lib: Fix invalid memory access in sdp_service_search_attr_reqArkadiusz Lichwa2013-04-041-0/+5
* lib: Validate DTDs when parsing VersionNumberListAnderson Lizardo2013-02-181-1/+16
* lib: Add comment to BluetoothProfileDescriptorList parsing workaroundAnderson Lizardo2013-02-181-0/+5
* lib: Validate DTDs when parsing BluetoothProfileDescriptorListAnderson Lizardo2013-02-181-9/+28
* lib: Validate DTDs when parsing LanguageBaseAttributeIDListAnderson Lizardo2013-02-181-7/+25
* lib: Add missing DTD validation in sdp_record_print()Anderson Lizardo2013-02-181-3/+3
* lib: Fix missing DTD validation while accessing SDP data elementsAnderson Lizardo2013-02-181-2/+24
* lib: Cleanup coding style in sdp_get_proto_descs()Anderson Lizardo2013-02-181-3/+6
* lib: Reuse identical code in sdp_get_{add,}_access_protos()Anderson Lizardo2013-02-181-22/+12
* lib: Check if SDP buffer has enough data on partial responsesAnderson Lizardo2013-02-151-1/+6
* lib: Add range check for SDP_SVC_ATTR_RSP/SDP_SVC_SEARCH_ATTR_RSPAnderson Lizardo2013-02-151-0/+8
* lib: Fix buffer overflow when processing SDP responseAnderson Lizardo2013-02-151-0/+11
* lib: Fix SDP_TEXT_STR16/SDP_URL_STR16 parsingAnderson Lizardo2013-01-081-1/+1
* lib: Use SDP_IS_TEXT_STR()/SDP_IS_SEQ() where possibleAnderson Lizardo2013-01-071-7/+5
* lib: Use SOCK_CLOEXEC where neededCristian Rodríguez2012-12-241-7/+6
* lib: use %m instead of strerrorCristian Rodríguez2012-12-241-9/+8
* sdp: Fix build errors due to unaligned memory accessSzymon Janc2012-12-111-4/+18
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* lib: Add missing svclass entries for MAPJohan Hedberg2012-11-231-0/+3
* sdp: Upgrade datatype SEQ8 to SEQ16 when data size is greater than 256Bart Westgeest2012-11-201-6/+12
* sdp: Limit side effects of sdp_get_data_type and sdp_get_data_sizeBart Westgeest2012-11-201-17/+9
* sdp: Inlined single use of function sdp_set_data_typeBart Westgeest2012-11-201-13/+5
* sdp: Use bt_get_be* helpers instead of bt_get_unalignedSzymon Janc2012-09-051-18/+18
* sdp: Fix compilation errors due to unaligned memory accessSzymon Janc2012-09-051-15/+15
* sdp: Fix error reporting in sdp_service_search_attr_reqSzymon Janc2012-08-281-1/+2
* Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo2012-08-261-2/+2
* lib/sdp.c: Prevent passing unitialised argumentSlawomir Bochenski2012-06-281-4/+8
* sdp: Remove unused BASE_UUID definitionDaniel Wagner2012-06-021-2/+0
* sdp/build: Build fails when SDP_DEBUG enabledArek Lichwa2012-05-231-2/+1
* sdp: Remove unnecessary memset()Anderson Lizardo2012-05-181-1/+0