History log of /external/bluetooth/bluez/src/sdpd-request.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2076574365b22a211b569a4dcc9a4df6f924f41c 15-May-2011 Johan Hedberg <johan.hedberg@intel.com> Fix unused variable warnings reported by GCC 4.6
/external/bluetooth/bluez/src/sdpd-request.c
61d0747e6c9289485ca5b33e2fd1874d1a9b27c5 10-May-2011 Szymon Janc <szymon.janc@tieto.com> Fix dead increments and assignments in sdp code
/external/bluetooth/bluez/src/sdpd-request.c
3d586da1dd17ca73a4bd4a5cad9284a331860042 09-May-2011 Szymon Janc <szymon.janc@tieto.com> Fix C++ style comments
/external/bluetooth/bluez/src/sdpd-request.c
856c55a3b36dd909be3f62de75708e5fe255560b 09-May-2011 Szymon Janc <szymon.janc@tieto.com> Remove not needed cast in sdp_set_cstate_pdu
/external/bluetooth/bluez/src/sdpd-request.c
e7470a94ec0168e89b552a782ee42de72172a547 09-May-2011 Szymon Janc <szymon.janc@tieto.com> Remove not needed data_left intialization in service_search_attr_req
/external/bluetooth/bluez/src/sdpd-request.c
3a4dd4d3bbc406d3dadd70f55b59d7fcc16ea65b 04-Mar-2011 Szymon Janc <szymon.janc@tieto.com> Remove duplicated NULL check and debug message
/external/bluetooth/bluez/src/sdpd-request.c
24dbc52388f1ef2e759d24d74cd32f93531c8857 17-Jan-2011 Johan Hedberg <johan.hedberg@nokia.com> Revert "Send an Invalid PDU Size Error Response for Service Search Req"

This reverts commit 3094ec7008735c80d35bd255ffc41e7bea2d3a3c.

Commit 3094ec7008735c80d35bd255ffc41e7bea2d3a3c was supposed to fix
TP/SERVER/SS/BI-01-C but it turns out it doesn't even affect the outcome
of that test case (the code path is never traversed). Additionally the
commit breaks TP/SERVER/SS/BI-02-C so it should be reverted.
/external/bluetooth/bluez/src/sdpd-request.c
c23075506221ac49ffb5cb9452e49ef735180a6d 24-Nov-2010 Claudio Takahasi <claudio.takahasi@openbossa.org> sdpd header cleanup
/external/bluetooth/bluez/src/sdpd-request.c
d91fe19315a0a78eec10adaeac6fc5e46dff5c5b 27-Oct-2010 Johan Hedberg <johan.hedberg@nokia.com> Get rid of redundant type casts from SDP code
/external/bluetooth/bluez/src/sdpd-request.c
5bdbbb44d612746b5c19932f9da15a3ced57ff05 25-Aug-2010 Angela Bartholomaus <angelab@codeaurora.org> Send Invalid Syntax Error if Resp Size Less Than 0x07

Byte cnt range min 0x07 per Core v2.1, sec 4.61 for TP/SERVER/SA/BI-02-C
/external/bluetooth/bluez/src/sdpd-request.c
14f8538b5428aa3f246e5fd9a27cadbbc1df3098 25-Aug-2010 Angela Bartholomaus <angelab@codeaurora.org> Send an Invalid PDU Size Error Resp for Service Attr Search Req

Send error code 0x04 per CoreSpecv2.1, sec 4.4 for TP/SERVER/SSA/BI-02-C
/external/bluetooth/bluez/src/sdpd-request.c
4911b8931c6bc1337794ee30d84f1d6d0119c4ea 25-Aug-2010 Angela Bartholomaus <angelab@codeaurora.org> Send an Invalid PDU Size Error Response for Service Attr Req

Send error code 0x04 per CoreSpecv2.1, sec 4.4 for TP/SERVER/SA/BI-03-C
/external/bluetooth/bluez/src/sdpd-request.c
3094ec7008735c80d35bd255ffc41e7bea2d3a3c 25-Aug-2010 Angela Bartholomaus <angelab@codeaurora.org> Send an Invalid PDU Size Error Response for Service Search Req

Send error code 0x04 per CoreSpecv2.1, sec 4.4 for TP/SERVER/SS/BI-01-C
/external/bluetooth/bluez/src/sdpd-request.c
a554d3a656f0b0e3a3d82b68ab61b89f1b876660 05-Jun-2010 Gustavo F. Padovan <gustavo@padovan.org> Fix redundant null check on calling free()

Issues found by smatch static check: http://smatch.sourceforge.net/
/external/bluetooth/bluez/src/sdpd-request.c
e891f7df6225c758da0d95f7554c6cc67f72f31e 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move logging.{c,h} to log.{c,h}

Try to make log stuff more similar to ConnMan and oFono.
/external/bluetooth/bluez/src/sdpd-request.c
8c83ffe7c3c1c7872b1c273a0c51d770cebcdfb3 07-May-2010 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Remove extra spaces from sdpd-request.c
/external/bluetooth/bluez/src/sdpd-request.c
dd7494fa11f897fa9a4356425b5f1652c57345f3 22-Mar-2010 Luiz Augusto Von Dentz <luiz.dentz-von@nokia.com> Check the return of getsockopt and getsockname logging the errors
/external/bluetooth/bluez/src/sdpd-request.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-request.c
17eba72c9316013b28049475aaeaee4af4de246b 26-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix AttributeIdList parsing

The attribute ID list can have a mix of uint16 elements (a single attribute id)
and uint32 elements (a range of attribute id's). The extract_des function was
created with the assumption that lists passed to it always contain only one
data type so extracting the attribute id list with it hasn't been possible.

Before commit 02cd65fff0eac590c55968509c9023b691c69245 the SDP code would
access invalid memory in the case of attribute id lists with mixed data types
and after that commit the code would return a "invalid syntax" error to the SDP
client (which is also not good). This patch adds a new struct to describe an
element of this list so that the extract_attrs function is able to correctly
parse each element.
/external/bluetooth/bluez/src/sdpd-request.c
7c27b3e218470ba0bc2beaad39635f7b3548e53a 12-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Make use of size_t and ssize_t when possible
/external/bluetooth/bluez/src/sdpd-request.c
9376c701f426cdafb75c80c67bbf1683c71301f0 26-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Always remember to free the extract_des internal list

The pSeq list needs to be fully free'd when extract_des returns an
error.
/external/bluetooth/bluez/src/sdpd-request.c
02cd65fff0eac590c55968509c9023b691c69245 26-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Require all parsed elements in extract_des to be of the same type

The extract_des function returns just one element type to the caller so
if there are mixed elements it'll be impossible for the caller to know
how to handle the returned list.
/external/bluetooth/bluez/src/sdpd-request.c
9d2a1187bbe371b16009fe241e30c0ed16a0c51a 26-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix SDP data buffer parsing

This patch adds extra checks to make sure we never read past the end of
the buffer.
/external/bluetooth/bluez/src/sdpd-request.c
006592002415323e97f3e093f1456fa7d856d821 24-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Minor whitespace fixes
/external/bluetooth/bluez/src/sdpd-request.c
9c0b5859e6cc4b7a0e925fde8665990281b265d3 29-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Fix mostly every warning caused by -Wsign-compare
/external/bluetooth/bluez/src/sdpd-request.c
b5fe14e46c4351fe582f009de2f0b6d6834566e5 16-Jan-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix memory leak
/external/bluetooth/bluez/src/sdpd-request.c
6a071bd0026898a3f43074280b1004e8f0aea2e4 16-Jan-2009 Johan Hedberg <johan.hedberg@nokia.com> Bail out from extract_des if sdp_uuid_extract fails
/external/bluetooth/bluez/src/sdpd-request.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-request.c
06a68ed11cede5b8cd594da3464ba4a5aa1aab24 23-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Add braces around debug statements
/external/bluetooth/bluez/src/sdpd-request.c
d18ac6535c7058f59efccf9e82ae84b4cd5c9c93 20-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Use tabs instead of whitespaces
/external/bluetooth/bluez/src/sdpd-request.c
948e66f85e25b39cb839c38a03fc6a17896a6395 14-Oct-2008 Claudio Takahasi <claudio.takahasi@openbossa.org> Fix build error when SDP_DEBUG is enabled
/external/bluetooth/bluez/src/sdpd-request.c
3193b75007d8dcb15ef0ee3c75ae1fe467a90730 11-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Hide the verbose SDP debug behind SDP_DEBUG
/external/bluetooth/bluez/src/sdpd-request.c
d39e08cc5483dc924f3b764b87042fb6aebb722d 06-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Convert SDP *_safe functions to default API
/external/bluetooth/bluez/src/sdpd-request.c
e0581b5e29c71c4a0b429ebad671e9bb5583f8e0 29-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Move hcid to src directory and rename it to bluetoothd
/external/bluetooth/bluez/src/sdpd-request.c