summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-121537-323078/+23771
|\
| * Merge pull request #1969 from ↵JackLivio2018-02-125-15/+146
| |\ | | | | | | | | | | | | AByzhynar/fix/PoliciesManager_allows_all_requested_params_in_case_parameters_field_is_empty Fix/policies manager allows all requested params in case parameters field is empty
| | * Add differentiation of parameters absence from emptinessAndriy Byzhynar2017-12-214-15/+139
| | | | | | | | | | | | | | | | | | | | | Added way how to store empty parameters in policy db for further restoring after ingnition off Added empty lines between functions definitions to improve readability
| | * Add SDL behavor handling in case of RPC parameters field exists but emptyAndriy Byzhynar2017-12-151-0/+7
| | | | | | | | | | | | | | | Added check for RPC parameters existence and emptiness Added necessary SDL behaviour for case specified above
| * | Merge pull request #2011 from smartdevicelink/fix/boost_install_sudoJacob Keeler2018-02-071-1/+5
| |\ \ | | | | | | | | Don't use sudo when installing boost into a custom directory
| | * | Don't use sudo when installing boost into a custom directoryfix/boost_install_sudojacobkeeler2018-02-071-1/+5
| |/ /
| * | Merge pull request #2003 from ↵4.5.0_RCJackLivio2018-02-0249-6512/+1170
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/boost_websocket_hmi_message_adapter boost websocket hmi message adapter
| | * \ Merge branch 'develop' into feature/boost_websocket_hmi_message_adapterfeature/boost_websocket_hmi_message_adapterJackLivio2018-02-02578-267025/+14777
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #2004 from smartdevicelink/hotfix/dynamically_link_librariesJackLivio2018-02-02541-266702/+13969
| |\ \ \ | | | | | | | | | | dynamically link libraries
| | * \ \ Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-021052-51109/+10071
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1525 from smartdevicelink/feature/invalid_data_infoJacob Keeler2018-02-0236-322/+806
| |\ \ \ \ | | | | | | | | | | | | Include info in INVALID_DATA responses
| | * | | | Update PR to use new DEPRECATED macrofeature/invalid_data_infojacobkeeler2018-01-1911-14/+3
| | | | | |
| | * | | | Merge remote-tracking branch 'origin/develop' into feature/invalid_data_infojacobkeeler2018-01-19201-1750/+2569
| | |\ \ \ \
| | * | | | | Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-3047-735/+653
| | | | | | |
| | * | | | | Deprecate old validate methodsjacobkeeler2017-09-2919-7/+187
| | | | | | |
| | * | | | | Fix build errors from merge and remove quotes from error messagesjacobkeeler2017-09-298-39/+33
| | | | | | |
| | * | | | | Merge remote-tracking branch 'origin/release/4.4.0' into ↵jacobkeeler2017-09-28486-33919/+43966
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/invalid_data_info
| | * | | | | | Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-0443-364/+761
| | | | | | | |
| * | | | | | | Merge pull request #950 from ↵JackLivio2018-02-021-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/hotfix/remove_ford_specific_policy_endpoint Remove Ford specific policy endpoint
| | * | | | | | | Change endpoints to localhosthotfix/remove_ford_specific_policy_endpointJackLivio2018-02-021-2/+2
| | | | | | | | |
| | * | | | | | | Replace 0x04 endpoint with dummy urlJackLivio2018-02-021-1/+1
| | | | | | | | |
| | * | | | | | | Remove Ford specific policy endpointJackLivio2016-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New endpoint points to a develpment instance of sdl server that will return a policy table snapshot.
| | | | | | * | | Review CommentsJackLivio2018-02-022-2/+1
| | | | | | | | |
| | | | | | * | | Fix DBus Buildjacobkeeler2018-01-3016-50/+135
| | | | | | | | |
| | | | | | * | | Remove Dbus and Iap librariesJackLivio2018-01-21459-241371/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation error for build dbus and removes the dbus library from the core project. Dbus is still supported but now Core will not install it on the users system.
| | | | | | * | | Get dbus to compileJackLivio2018-01-2013-111/+13831
| | | | | | | | |
| | | | | | * | | Dynamically link libusb-1.0JackLivio2018-01-2061-25177/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed libusbx from project and now require libusb-1.0 to be installed as a dependency. Required `apt-get install libusb-1.0-0-dev`
| | | | | | | * | Review CommentsJackLivio2018-02-022-43/+36
| | | | | | | | |
| | | | | | | * | Fixes for PR commentJackLivio2018-02-0214-1009/+932
| | | | | | | | |
| | | | | | | * | Fix shutdown after hmi reconnectionJackLivio2018-02-024-17/+23
| | | | | | | | |
| | | | | | | * | Add Boost Websocket HMI AdapterJackLivio2018-02-0249-6504/+1239
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Repleaces old message broker with new boost::beast websocket library. No changes required for setup or connecting with HMI.
| * | | | | | | Merge pull request #2001 from smartdevicelink/fix/style_issues_developJacob Keeler2018-02-017-29/+30
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix style issues
| | * | | | | | | Fix style issues in projectfix/style_issues_developjacobkeeler2018-02-017-29/+30
| |/ / / / / / /
| * | | | | | | Merge pull request #2000 from smartdevicelink/fix/deprecated_warningsJacob Keeler2018-02-015-15/+18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix deprecated warnings
| | * | | | | | | Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-015-15/+18
| |/ / / / / / /
| * | | | | | | Merge pull request #1998 from smartdevicelink/feature/remove_qt_hmiJacob Keeler2018-02-01744-47688/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove QT HMI
| | * | | | | | | Remove references to QT HMIfeature/remove_qt_hmijacobkeeler2018-02-014-60/+12
| | | | | | | | |
| | * | | | | | | Delete QT HMIjacobkeeler2018-02-01740-47628/+0
| |/ / / / / / /
| * | | | | | | Merge pull request #1999 from smartdevicelink/fix/unused_iteratorJacob Keeler2018-02-011-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove unused iterator
| | * | | | | | | Remove unused iteratorfix/unused_iteratorJacob Keeler2018-02-011-1/+1
| | | | | | | | |
| * | | | | | | | Merge pull request #1971 from AKalinich-Luxoft/fix/fix_security_issuesJacob Keeler2018-01-3130-771/+1463
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix starting behavior of secured services for navi/non-navi applications
| | * | | | | | | | Answer review commentsAKalinich-Luxoft2018-01-302-3/+6
| | | | | | | | | |
| | * | | | | | | | Fix failed RC test after rebaseAKalinich-Luxoft2018-01-291-1/+0
| | | | | | | | | |
| | * | | | | | | | Fixed mocks and related unit testsAKalinich-Luxoft2018-01-2910-448/+580
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NotifySessionStartedResult function were renamed to NotifySessionStartedContext due to complexity of working with overloaded functions in unit test classes. Fixed protocol and connection handler unit tests. Fixed security manager tests.
| | * | | | | | | | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-2918-37/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added consts for some methods. Fixed typos in description. Renamed some non informative variables names.
| | * | | | | | | | Fixed certificate chain reading from PEM fileAKalinich-Luxoft2018-01-291-0/+12
| | | | | | | | | |
| | * | | | | | | | Updates in connection and handlerAKalinich-Luxoft2018-01-295-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Connection and its handler were extended with function IsSessionServiceExists to check is specified service exists in session. This function is needed for ProtocolHandler. Also there was added check for session protocol version when starting a new service.
| | * | | | | | | | Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-295-1/+86
| | | | | | | | | |
| | * | | | | | | | ProtocolHandlerImpl was extended with PolicyHandlerObserverAKalinich-Luxoft2018-01-293-6/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ProtocolHandlerImpl was extended with PolicyHandlerObserver logic and added function with related implementation. Also was updated logic of NotifySessionStartedResult with case when PTU should be triggered.
| | * | | | | | | | Fixes in Crypto/Security managersAKalinich-Luxoft2018-01-294-9/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was added InitCertExpTime function in crypto manager to set certificate expired data to some initial value because in case of no certificate it will not be inited and contain invalid data. Also in this case IsCertificateUpdateRequired sometimes returns wrong result because of not inited certificate data. In crypto manager were added/updated debug logs for better understanding of it initialization process. Also added function IsPolicyCertificateDataEmpty function for getting information regarding policy certificate presence.