summaryrefslogtreecommitdiff
path: root/src/sdpd-request.c
Commit message (Expand)AuthorAgeFilesLines
* sdpd: Fix leaking buffers stored in cstates cacheLuiz Augusto von Dentz2021-11-121-49/+121
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* sdp: Fix not checking if cstate lengthLuiz Augusto von Dentz2018-11-021-35/+39
* sdp: Fix Out-of-bounds heap read in service_search_attr_req functionLuiz Augusto von Dentz2017-09-131-1/+1
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+4
* sdp: Add initial support for MPSSzymon Janc2015-02-171-0/+1
* Replace bt_put_be32() by put_be32()Claudio Takahasi2014-03-241-2/+2
* Replace bt_put_be16() by put_be16()Claudio Takahasi2014-03-241-10/+10
* Replace bt_get_be32() by get_be32()Claudio Takahasi2014-03-241-2/+2
* Replace bt_get_be16() by get_be16()Claudio Takahasi2014-03-241-5/+7
* core: Remove redundant includes from sdpd-*.cFrederic Danis2013-07-121-5/+0
* core: Add function for handling internal SDP processingMarcel Holtmann2013-01-051-0/+16
* sdpd-request: Fix build errors due to unaligned memory accessSzymon Janc2012-12-111-2/+10
* 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
* sdpd-request: Fix build errors due to unaligned memory accessSzymon Janc2012-09-051-29/+33
* sdp/build: Build fails when SDP_DEBUG enabledArek Lichwa2012-05-231-1/+1
* sdpd-request: Fix passing zero instead of NULLSyam Sidhardhan2012-04-131-1/+1
* Fix common misspelled wordsLucas De Marchi2011-07-031-2/+2
* Fix unused variable warnings reported by GCC 4.6Johan Hedberg2011-05-151-2/+2
* Fix dead increments and assignments in sdp codeSzymon Janc2011-05-151-1/+0
* Fix C++ style commentsSzymon Janc2011-05-101-9/+9
* Remove not needed cast in sdp_set_cstate_pduSzymon Janc2011-05-101-2/+2
* Remove not needed data_left intialization in service_search_attr_reqSzymon Janc2011-05-101-1/+1
* Remove duplicated NULL check and debug messageSzymon Janc2011-03-041-6/+2
* Revert "Send an Invalid PDU Size Error Response for Service Search Req"Johan Hedberg2011-01-171-1/+1
* sdpd header cleanupClaudio Takahasi2010-11-251-1/+11
* Get rid of redundant type casts from SDP codeJohan Hedberg2010-10-271-3/+3
* Send Invalid Syntax Error if Resp Size Less Than 0x07Angela Bartholomaus2010-08-251-0/+9
* Send an Invalid PDU Size Error Resp for Service Attr Search ReqAngela Bartholomaus2010-08-251-1/+1
* Send an Invalid PDU Size Error Response for Service Attr ReqAngela Bartholomaus2010-08-251-1/+1
* Send an Invalid PDU Size Error Response for Service Search ReqAngela Bartholomaus2010-08-251-1/+1
* Fix redundant null check on calling free()Gustavo F. Padovan2010-06-081-8/+4
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Remove extra spaces from sdpd-request.cJose Antonio Santos Cadenas2010-05-071-9/+9
* Check the return of getsockopt and getsockname logging the errorsLuiz Augusto Von Dentz2010-03-241-4/+17
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix AttributeIdList parsingJohan Hedberg2009-03-261-31/+63
* Make use of size_t and ssize_t when possibleJohan Hedberg2009-03-121-3/+3
* Always remember to free the extract_des internal listJohan Hedberg2009-02-261-7/+11
* Require all parsed elements in extract_des to be of the same typeJohan Hedberg2009-02-261-2/+6
* Fix SDP data buffer parsingJohan Hedberg2009-02-261-28/+94
* Minor whitespace fixesJohan Hedberg2009-02-241-1/+1
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-6/+7
* Fix memory leakJohan Hedberg2009-01-161-1/+3
* Bail out from extract_des if sdp_uuid_extract failsJohan Hedberg2009-01-161-5/+5
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add braces around debug statementsMarcel Holtmann2008-12-231-2/+3
* Use tabs instead of whitespacesMarcel Holtmann2008-12-201-1/+1
* Fix build error when SDP_DEBUG is enabledClaudio Takahasi2008-10-141-2/+2