summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
sinikang [Wed, 5 Feb 2020 02:52:32 +0000 (11:52 +0900)]
Fix SVACE ISSUE (WGID 422399)
- add NULL termination after memcpy()
Change-Id: I1efab4651b45e7dbcddd5f616062d65c16bbcf48
Signed-off-by: sinikang <sinikang@samsung.com>
sinikang [Mon, 30 Dec 2019 07:35:46 +0000 (16:35 +0900)]
Remove meaningless line
Change-Id: Ifcbb4a5c3f683a781f8b666f9faddca3e65c41b2
Signed-off-by: sinikang <sinikang@samsung.com>
Semun Lee [Thu, 26 Dec 2019 06:32:38 +0000 (15:32 +0900)]
Fix build warnings for gcc 9
- Ignore cast-function-type warnings which are from generated code
by gdbus-codegen. This is a temporary fix, warnings should be removed
by glib upgrade.
Change-Id: Iadd5880fcb70e087bb824a767ce20c205f3570ec
Signed-off-by: Semun Lee <semun.lee@samsung.com>
INSUN PYO [Tue, 22 Oct 2019 12:57:30 +0000 (21:57 +0900)]
Add exception handling for NULL string
If we add "Environment=G_DEBUG=fatal-warnings" to telephony-daemon.service for debugging, telephony-daemon crashs with below call stack.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
0 0xb6ce1dc4 in raise () from /lib/libc.so.6
1 0xb6e84408 in _g_log_abort (breakpoint=<optimized out>) at gmessages.c:546
2 0xb6e85774 in g_logv (log_domain=0xb6e85774 <g_logv+772> "\300\377\377\352", log_level=log_level@entry=G_LOG_LEVEL_CRITICAL, format=format@entry=0x0, args=..., args@entry=...) at gmessages.c:1357
3 0xb6e85824 in g_log (log_domain=<optimized out>, log_level=log_level@entry=G_LOG_LEVEL_CRITICAL, format=0xb6ed5a7c "%s: assertion '%s' failed") at gmessages.c:1398
4 0xb6e85dc0 in g_return_if_fail_warning (log_domain=<optimized out>, pretty_function=<optimized out>, expression=<optimized out>) at gmessages.c:2688
5 0xb6eb68a4 in g_variant_new_string (string=0x0) at gvariant.c:1275
6 0xb6ebad38 in g_variant_valist_new_nnp (str=0xbefff1bc, ptr=0x0) at gvariant.c:4826
7 0xb6ebc67c in g_variant_valist_new_leaf (app=0xbefff1d4, str=0xbefff1bc) at gvariant.c:5019
8 g_variant_valist_new (str=str@entry=0xbefff1bc, app=app@entry=0xbefff1d4) at gvariant.c:5210
9 0xb6ebc550 in g_variant_valist_new (str=0xbefff1bc, str@entry=0xbefff1b4, app=app@entry=0xbefff1d4) at gvariant.c:5262
10 0xb6ebc8b8 in g_variant_new_va (format_string=<optimized out>, endptr=0x0, app=0xbefff1d4) at gvariant.c:5438
11 0xb6ebc97c in g_variant_new (format_string=0xb3fd0288 "(iibisss)") at gvariant.c:5373
12 0xb3fb82f2 in _telephony_network_on_signal_property_info (object=<optimized out>, arg_changed_type=1, arg_service_type=1, arg_roaming_status=0, arg_name_option=0, arg_plmn=0x0, arg_spn_name=0x0, arg_network_name=0x0) at /usr/src/debug/tel-plugin-dbus_tapi-0.4.01/generated-code.c:11171
13 0xb6b90af8 in ffi_call_SYSV () from /lib/libffi.so.6
14 0xb6b9127e in ffi_call () from /lib/libffi.so.6
15 0xb6c29e80 in g_cclosure_marshal_generic (closure=<optimized out>, return_gvalue=<optimized out>, n_param_values=8, param_values=<optimized out>, invocation_hint=<optimized out>, marshal_data=<optimized out>) at gclosure.c:1490
16 0xb6c29594 in g_closure_invoke (closure=closure@entry=0x2a04eda8, return_value=return_value@entry=0x0, n_param_values=8, param_values=0xbefff4d0, param_values@entry=0xbefff69c, invocation_hint=invocation_hint@entry=0xbefff48c) at gclosure.c:804
17 0xb6c3c664 in signal_emit_unlocked_R (node=node@entry=0x2a04edf8, detail=
3204445324, detail@entry=0, instance=0x154, instance@entry=0x2a0529c8, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0xbefff4d0) at gsignal.c:3673
18 0xb6c45018 in g_signal_emit_valist (instance=instance@entry=0x1, signal_id=signal_id@entry=138, detail=detail@entry=0, var_args=..., var_args@entry=...) at gsignal.c:3391
19 0xb6c4574c in g_signal_emit_by_name (instance=0x1, instance@entry=0x2a0529c8, detailed_signal=0xb3fd1f68 "property-info") at gsignal.c:3487
20 0xb3fb75d2 in telephony_network_emit_property_info (object=object@entry=0x2a0529c8, arg_changed_type=<optimized out>, arg_service_type=<optimized out>, arg_roaming_status=<optimized out>, arg_name_option=arg_name_option@entry=0, arg_plmn=arg_plmn@entry=0x0, arg_spn_name=arg_spn_name@entry=0x0, arg_network_name=arg_network_name@entry=0x0) at /usr/src/debug/tel-plugin-dbus_tapi-0.4.01/generated-code.c:6084
21 0xb3f8d466 in __check_network_properties (network=network@entry=0x2a0529c8, o=o@entry=0x2a0246d0, cp_name=cp_name@entry=0x2a01f8c0 "sprdmodem0", req_type=<optimized out>, req_type@entry=12291) at /usr/src/debug/tel-plugin-dbus_tapi-0.4.01/src/dtapi_network.c:371
22 0xb3f8ea9e in dbus_plugin_network_notification (ctx=ctx@entry=0x2a01d180, source=source@entry=0x2a0246d0, object=object@entry=0xb2d038b0, command=command@entry=TNOTI_NETWORK_REGISTRATION_STATUS, data_len=data_len@entry=16, data=data@entry=0xbefff8e4) at /usr/src/debug/tel-plugin-dbus_tapi-0.4.01/src/dtapi_network.c:1549
23 0xb3f8bfbe in dtapi_send_notification (comm=<optimized out>, source=0x2a0246d0, command=TNOTI_NETWORK_REGISTRATION_STATUS, data_len=16, data=0xbefff8e4) at /usr/src/debug/tel-plugin-dbus_tapi-0.4.01/src/dtapi_main.c:637
24 0xb6f602a8 in tcore_server_broadcast_notification (s=0x2a01bc50, source=0x2a0246d0, command=TNOTI_NETWORK_REGISTRATION_STATUS, data_len=16, data=0xbefff8e4) at /usr/src/debug/libtcore-0.3.30/src/server.c:643
25 0xb3723158 in ?? () from /usr/lib/telephony/plugins/modems/spreadtrum-plugin.so
26 0xb371f80a in ?? () from /usr/lib/telephony/plugins/modems/spreadtrum-plugin.so
27 0xb6f6700e in _on_at_event (at=<optimized out>, lines=<optimized out>, user_data=<optimized out>) at /usr/src/debug/libtcore-0.3.30/src/core_object/core_object.c:139
28 0xb6f61d70 in _emit_unsolicited_message (at=at@entry=0x2a022de8, line=<optimized out>) at /usr/src/debug/libtcore-0.3.30/src/at.c:273
29 0xb6f6268e in tcore_at_process (at=0x2a022de8, data_len=data_len@entry=57, data=data@entry=0x2a067e00 "\r\n+SPECC\r\n\r\n+SPFD: 0\r\n\r\n+CGREG: 8\r\n\r\n+CREG: 8\r\n\r\n+SPECC\r\n") at /usr/src/debug/libtcore-0.3.30/src/at.c:794
30 0xb6f61892 in tcore_hal_dispatch_response_data (hal=0x2a022d90, id=<optimized out>, data_len=57, data=0x2a067e00) at /usr/src/debug/libtcore-0.3.30/src/hal.c:384
31 0xb4203324 in ?? () from /usr/lib/telephony/plugins/multisim_spreadtrum-plugin.so
32 0xb6e7e654 in g_main_dispatch (context=0x2a01ac00) at gmain.c:3234
33 g_main_context_dispatch (context=context@entry=0x2a01ac00) at gmain.c:3887
34 0xb6e7e9e4 in g_main_context_iterate (context=0x2a01ac00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3960
35 0xb6e7ed44 in g_main_loop_run (loop=0x2a01a470) at gmain.c:4156
36 0xb6f6034c in tcore_server_run (s=0x2a01bc50) at /usr/src/debug/libtcore-0.3.30/src/server.c:248
37 0x2a0021d2 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/telephony-daemon-1.4.12/src/main.c:452
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Change-Id: I84bc510d156bd563fd72f11e0f1e85dc664d11fd
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Signed-off-by: sinikang <sinikang@samsung.com>
Semun Lee [Mon, 14 Oct 2019 05:27:03 +0000 (14:27 +0900)]
Change privilege for non-resetable id getter method
- GetIMEI, GetSerialNumber(MEID) and GetICCID
Change-Id: I9fa52b20809a37dd76e2339f4f28296a75ae491c
Signed-off-by: Semun Lee <semun.lee@samsung.com>
sinikang [Thu, 20 Dec 2018 02:07:02 +0000 (11:07 +0900)]
Add method for GetPsismsc
Change-Id: Ide37ffe6d284038f1c0ba2a4c396944b9cee2d04
sinikang [Tue, 4 Sep 2018 07:07:28 +0000 (16:07 +0900)]
Modify a duplicate code to use a function
Change-Id: I6802a58f6f706abab295f463fe0a1a2e9c5fa01f
sinikang [Fri, 24 Aug 2018 05:56:44 +0000 (14:56 +0900)]
Optimize dbus policy
Change-Id: I710e2f644da6da71458bc76a100cde4bde2d86a5
sinikang [Thu, 7 Jun 2018 07:37:32 +0000 (16:37 +0900)]
Fix timezone update issue
Change-Id: Ia746d5f88e149e0dd26f487e2aba67aa215c07d5
sinikang [Wed, 9 May 2018 07:55:17 +0000 (16:55 +0900)]
Change the variable name
according to the change of https://review.tizen.org/gerrit/#/c/168181/
should change the varable name to 'ss_class'
Change-Id: Iadce9fa8954b13a392157fd1f3ed6f37c292d8ef
sinikang [Thu, 3 May 2018 02:13:35 +0000 (11:13 +0900)]
Fix coverity issue(CID 106881)
Change-Id: I1275436ced943d727b9adf1c3b592bec3968ba50
sinikang [Fri, 27 Apr 2018 07:35:55 +0000 (16:35 +0900)]
Modify dbus/cynara permission
- After applying default deny policy of dbus/cynara,
It makes TCT failed on tct-platform-permission-native-ctc.
For executing tct regarding privilege permission check,
there should be added allow policy of manager interface.
Change-Id: I03a3255ed1c4d08aa0182010fa28c0937f198721
sinikang [Wed, 18 Apr 2018 03:08:36 +0000 (12:08 +0900)]
Apply dbus/cynara policy
- add default deny policy
- add telephony group policy
Change-Id: I31fe1a089cf6d3467dd6a10c3ff9db06ec19a450
sinikang [Thu, 8 Mar 2018 10:31:33 +0000 (19:31 +0900)]
Fix svace issue (311583, 311584)
Change-Id: I1a9a7689466024f0559620a40ef7d22a0e2a916f
sinikang [Fri, 13 Oct 2017 06:00:05 +0000 (15:00 +0900)]
Fix parse warnings
- CID 28245, 44557
Change-Id: I4b2482864a31a3a6d6f5e40818cf95913f0fd25a
sinikang [Tue, 10 Oct 2017 07:25:25 +0000 (16:25 +0900)]
Fix the mismatching param to assign value
- fix for CID 26408
- with a minor CRC fix
Change-Id: I74776a75de18845e80ae8cc58ee2ea11f3c2f688
sinikang [Tue, 10 Oct 2017 05:33:33 +0000 (14:33 +0900)]
Fix a memory leak issue
- fix for CID 38927, CID 37097
Change-Id: I610f5f8441efbcbdabc340275465742eca79a0c7
sinikang [Thu, 28 Sep 2017 02:09:50 +0000 (11:09 +0900)]
Fix a memory leak issue (CID 27751)
Change-Id: I0b2d4a8502fcdf0e759e51ae9cf8309d8432cd27
sinikang [Tue, 12 Sep 2017 23:30:45 +0000 (08:30 +0900)]
Fix to use snprintf() instead of memcpy()
Change-Id: I6247870891d05d223414e36bdfaf9f0ccd348a60
sinikang [Mon, 28 Aug 2017 08:13:01 +0000 (17:13 +0900)]
Check audio_codec is null or not when build-up call_status_all
Change-Id: I9fa096ab2ce8e78a5aa750eca62b75698824b31d
sinikang [Wed, 2 Aug 2017 06:22:44 +0000 (15:22 +0900)]
Fix memory leakage
Change-Id: Ifa0cbe98607f5c5d87547c32fd90004971011a4b
sinikang [Wed, 21 Jun 2017 01:57:41 +0000 (10:57 +0900)]
Fix memory leak issue using tcore_storage_get_string()
Change-Id: I22ccaf0e11e06920da84491b8012165009d1ec4b
Wootak Jung [Mon, 3 Apr 2017 07:22:18 +0000 (16:22 +0900)]
Use %license macro in spec file
Change-Id: I49f220681e62ed28274ffcca2186d624295c99cf
Wootak Jung [Fri, 31 Mar 2017 05:21:32 +0000 (14:21 +0900)]
Fix to use snprintf() instead of memcpy()
- Ensure null termination
Change-Id: Ie6df91619fe0a6a2aead32d5855b52a135de1be3
sinikang [Mon, 13 Mar 2017 10:21:56 +0000 (19:21 +0900)]
Add method for tw2 plugins support
- mt call setup status
- sim refresh stage
Change-Id: If8696865f468ebc63164a3017d0b925b241b48d9
sinikang [Thu, 9 Mar 2017 06:13:01 +0000 (15:13 +0900)]
Add methods for SIM functionality
- GetCdmaImsi, AccessRsimIo
Change-Id: I8e5856bdbd70a362a336b4436e9d2a32f1e4c6c8
Wootak Jung [Wed, 15 Feb 2017 02:22:56 +0000 (11:22 +0900)]
Fix gdbus manager unreference issue
Change-Id: I80312e756ade8a68a71701602ceeddcdfce1fac0
Wootak Jung [Wed, 25 Jan 2017 23:58:47 +0000 (08:58 +0900)]
Fix daemon crash issue during unload
"GetModems" method is called after plugin dlclose
need to unregist for gdbus handler
Change-Id: Ibe1271b9e769e6ed2b8063c900a38abffc58bfe0
Wootak Jung [Mon, 26 Dec 2016 10:19:51 +0000 (19:19 +0900)]
Fix g_variant type mismatch issue
Change-Id: If0bba2cba1c94c6cb182c39c72135d125aeb927e
Suresh Kumar N [Tue, 20 Dec 2016 10:33:00 +0000 (16:03 +0530)]
Fixed gvariant type for channel data length variable
- "i" --> "y"
Change-Id: I3231e42dec9aadc6ab6ab1d35fa083b38c2628f0
Signed-off-by: Suresh Kumar N <suresh.n@samsung.com>
Suresh Kumar N [Thu, 15 Dec 2016 14:05:13 +0000 (19:35 +0530)]
Add SAT and SMS fixes
Change-Id: I5f778c8d6e6ba7e002aaaec5598c57d12f37189e
Signed-off-by: Suresh Kumar N <suresh.n@samsung.com>
Wootak Jung [Fri, 16 Dec 2016 05:03:12 +0000 (14:03 +0900)]
Fix memory leak issue
cp_name must be freed after inqueue
Change-Id: Ief3f9e30f5ffd23fc9dd2a3832fb410e5ae92507
Suresh Kumar N [Mon, 28 Nov 2016 14:16:55 +0000 (19:46 +0530)]
Add new features
- IMS related features
Change-Id: Ieb3eb0e25fdf7c99c56519473851d1f950bb6836
Signed-off-by: Suresh Kumar N <suresh.n@samsung.com>
sinikang [Tue, 6 Dec 2016 01:56:59 +0000 (10:56 +0900)]
[TSAM-10592] Fix memory leakage on sat noti handling
Change-Id: I3005cceae3c8ceaf5f435dd96e7315e88b2de1ce
Jooseok Park [Mon, 16 May 2016 10:48:55 +0000 (19:48 +0900)]
fix memory leak at on_manager_getmodems()
Change-Id: I6aa4f41d844b0270a9906ff1538eeddd7ba9d194
Wootak Jung [Mon, 2 May 2016 02:04:49 +0000 (11:04 +0900)]
Modify uid/gid from system to root
Change-Id: I930977e060463cbf69619b391f12c13ef26f24df
Wootak Jung [Mon, 7 Mar 2016 05:24:30 +0000 (14:24 +0900)]
Added 3.0 methods for location cell info
Change-Id: I1ad5b10f75b4472d2e98c4ae7cb356b893d46124
Jiwan Kim [Thu, 3 Mar 2016 01:49:26 +0000 (10:49 +0900)]
Change directory path to use tzplatform-config
Change-Id: I730dafb04b54b3a47a61cc70b1521a2e81ced62d
Wootak Jung [Thu, 11 Feb 2016 04:58:02 +0000 (13:58 +0900)]
Change default value for cell-id, lac, tac
Change-Id: Ie72441bfaa0fc26e590257422d0b7ef0df01caa5
Jooseok Park [Fri, 18 Dec 2015 07:07:06 +0000 (16:07 +0900)]
apply cynara security check on dbus signal
Change-Id: I259e912d31f3d0e69fb61394cbc47dcce00c5610
Wootak Jung [Fri, 18 Dec 2015 02:48:40 +0000 (11:48 +0900)]
Remove unused smack label definitions
Change-Id: I8c3a4fda41c685eae2be8be19bab36803ae19c2d
Jooseok Park [Thu, 17 Dec 2015 08:22:28 +0000 (17:22 +0900)]
adopt dbus cynara check
- remove cynara library dependancy
Change-Id: Ie6e4815b3bdf350c7475735880d779ddec603945
Suresh Kumar N [Wed, 9 Dec 2015 14:56:46 +0000 (20:26 +0530)]
Defining volte state variables
Change-Id: I0b2592334605f7cd3d2361f6f94bc2b358d7f4fc
Suresh Kumar N [Wed, 9 Dec 2015 14:44:57 +0000 (20:14 +0530)]
Add Track Area Code (TAC)
Change-Id: I578b39a3d325745394968f995f83089d939411e7
Suresh Kumar N [Wed, 9 Dec 2015 11:29:36 +0000 (16:59 +0530)]
Updated SAT functionality
- Build fix for SAP debug logging
Change-Id: I0994476e09b8e0e76ae99f89680ee65304877d29
Suresh Kumar N [Fri, 4 Dec 2015 17:20:39 +0000 (22:50 +0530)]
Issue fixes, code optimizations and log update
Change-Id: I7e87d12ac4440a88ff419f8441ccc252cf735818
Signed-off-by: Suresh Kumar N <suresh.n@samsung.com>
Jooseok Park [Mon, 7 Dec 2015 07:43:58 +0000 (16:43 +0900)]
add dbus bus conf file
Change-Id: I1688b6d35bd870a11e1a294d38093bc134ba2f97
Jiwan Kim [Wed, 2 Dec 2015 03:04:55 +0000 (12:04 +0900)]
Fix SVACE issue
Change-Id: Ie0344cba03b8414cec41b062c0a132bf32e11a35
Wootak Jung [Thu, 27 Aug 2015 08:19:13 +0000 (17:19 +0900)]
Sync from SPIN branch
Change-Id: I8380b64bb4ccb377ab1daba319c32962790c6a12
Jiwan Kim [Thu, 2 Jul 2015 06:29:26 +0000 (15:29 +0900)]
Code sync from tizen_2.4
Change-Id: I1acd5fc5e45a6fbae343afaf4547c89670e33009
Jacek Bukarewicz [Mon, 22 Jun 2015 11:02:24 +0000 (13:02 +0200)]
Use Cynara helpers to obtain connection credentials
This makes the code simpler and makes it independent of non-upstream
GetConnectionSmackContext method which is going to be removed in the future.
Additionally, it is planned to implement credentials caching in the helper
library which will improve performance.
This commit also uses correct unique id to obtain credentials (sender's id
instead of service's id).
Change-Id: Ibacbd713a404418496649e4ea34e78dfa7c67cdb
Jiwan Kim [Tue, 7 Apr 2015 10:15:02 +0000 (19:15 +0900)]
Apply cynara APIs (remove security-server dependency)
Change-Id: Ie65c555c6b4186eaf59ff1e5fc6b10e6f370b53f
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Jiwan Kim [Tue, 24 Mar 2015 11:33:09 +0000 (20:33 +0900)]
Fix for 64-bit build compatibility
Change-Id: I3f3ad6f058960546f4eea2261515492f5c9a5eb2
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
Dongchul Lim [Tue, 17 Mar 2015 04:47:59 +0000 (13:47 +0900)]
Code Sync up from tizen_2.4
Change-Id: I3e2c237840824a011b9dc05725b317c39fb3997d
Dongchul Lim [Mon, 19 May 2014 07:35:47 +0000 (16:35 +0900)]
Header files unification
Change-Id: Ie052a3113a2ba40c2b909192107d0437902846d1
Jogi [Wed, 16 Apr 2014 15:03:34 +0000 (20:33 +0530)]
Fix for Read MailboxInfo
Change-Id: I49c98414cea0b02c3faa20dff544321a55fd6ff3
sharan m [Tue, 8 Apr 2014 09:49:57 +0000 (15:19 +0530)]
fix get call forwarding info issue
Change-Id: I9862c76fbb774036ececf58745be6452357cfee6
Wootak Jung [Mon, 7 Apr 2014 10:20:42 +0000 (19:20 +0900)]
Fix update properties crash issue
Change-Id: I17d4a3ce5b6ca00129fb016d9382dfef416df564
Dongchul Lim [Thu, 17 Apr 2014 02:32:37 +0000 (11:32 +0900)]
Remove redundant message in log
Change-Id: I9e7a97814ff6e1ff473f2e8534bb8fbdc620f305
Dongchul Lim [Thu, 10 Apr 2014 01:36:17 +0000 (10:36 +0900)]
Remove unused code
Change-Id: I355a60b9bec887dfcb04a25c41a01460834a1869
Dongchul Lim [Mon, 7 Apr 2014 10:49:09 +0000 (19:49 +0900)]
Initial refactoring merge
Change-Id: Iee9435d42176e19611cd77f0182e64d3d30e4db2
shivajm [Wed, 19 Mar 2014 04:50:48 +0000 (10:20 +0530)]
Add multi-user support
Bug-Tizen: PTREL-285
Change-Id: I29a51a6e1b2ecb6293fd444e3b8eee44a5c1b0ee
Signed-off-by: shivajm <shiva.jm@samsung.com>
wootak.jung [Tue, 10 Dec 2013 02:42:00 +0000 (11:42 +0900)]
Fix to enable ECC request
Change-Id: Ic56412e8969a1778b5b3c242d66663df73abb8d6
Caiwen Zhang [Mon, 5 Aug 2013 20:01:48 +0000 (04:01 +0800)]
Fix SAT dbus API isn't setup issue
After core objects are initialized, dbus interfaces will be set up. it is
quite possible sim status is still unknown at this moment. If sim status
is unknown, SAT dbus interface will not be set up.
Currently, telephony doesn't support dynamic add and remove core object,
simply, remove sim satus checking.
Change-Id: I39ad1cb8129e9f5c284a8beee00882adebff2e55
Signed-off-by: Caiwen Zhang <caiwen.zhang@intel.com>
wootak.jung [Fri, 15 Nov 2013 09:43:35 +0000 (18:43 +0900)]
Generate Licence file
Change-Id: I291e5fe41a02b32a222d67c5664b6217d05d7dbd
Dongchul Lim [Fri, 6 Sep 2013 08:43:26 +0000 (17:43 +0900)]
Remove Werror option from Cmakelist
Change-Id: Ic29fc77c90a8dbdc2b2bd8916e01da08db22dfcc
wootak.jung [Thu, 22 Aug 2013 08:22:57 +0000 (17:22 +0900)]
Remove debian files
Change-Id: I036b64682296bf6b9651136e02a3b40210ebd005
wootak.jung [Sun, 7 Jul 2013 23:29:44 +0000 (08:29 +0900)]
Fix prevent issue
- src/sat_manager.c: incompatible_cast
Pointer "&title_len" points to an object whose effective type is "int"
(32 bits, signed) but is dereferenced as a narrower "unsigned short"
(16 bits, unsigned). This may lead to unexpected results depending
on machine endianness.
wootak.jung [Thu, 27 Jun 2013 06:00:15 +0000 (15:00 +0900)]
Fix prevent issue
- src/sat_manager.c: incompatible_cast
Pointer "&text_len" points to an object whose effective type is "int"
(32 bits, signed) but is dereferenced as a narrower "unsigned short"
(16 bits, unsigned). This may lead to unexpected results depending
on machine endianness.
Change-Id: I6b85cabb16176df23e00280751920c6eef81c042
wootak.jung [Thu, 27 Jun 2013 01:43:46 +0000 (10:43 +0900)]
Fix prevent issue
- src/sap.c: overrun-local
Overrunning static array of size 0 bytes at byte position 0 by accessing
with pointer "&req_atr" through dereference in call to "memset(void *, int,
size_t)". (The dereference is assumed on the basis of the 'nonnull'
parameter attribute.)
Guillaume Zajac [Tue, 11 Jun 2013 09:35:43 +0000 (11:35 +0200)]
Fix crash for DBus method returning "aa{sv}" response
Guillaume Zajac [Fri, 7 Jun 2013 09:11:41 +0000 (11:11 +0200)]
Fix merge fail
Guillaume Zajac [Mon, 3 Jun 2013 10:30:00 +0000 (12:30 +0200)]
Fix crash when TPDU or SCA is corrupted
Ronald Tessier [Tue, 14 May 2013 14:20:58 +0000 (16:20 +0200)]
sms: fix newly added memory leaks.
Alexandru Cornea [Fri, 28 Jun 2013 16:03:19 +0000 (19:03 +0300)]
resetting manifest requested domain to floor
wootak.jung [Fri, 3 May 2013 04:07:40 +0000 (13:07 +0900)]
Add security access control for API
- Not real deny, only log in this step.
- Call, Modem, GPS, Network, SAT, SIM, SS, SAP, Phonebook, SMS
Change-Id: I50aa3f01dd200679b65792cfd984d6b9f1bf0c29
Guillaume Zajac [Mon, 15 Apr 2013 15:29:53 +0000 (17:29 +0200)]
Set telephony ready at proper time
Telephony state should be set to ready once DBus interfaces
are exposed on valid DBus connection.
This is temporary solution. In the future TAPI state vconf
key should be check by all applications instead of telephony
ready.
refresh_object is invoked once bus acquired is finished or
plugin init is finished or PLUGIN ADDED notification is
propagated.
philippe Nunes [Thu, 11 Apr 2013 07:53:51 +0000 (16:53 +0900)]
Merge "[Prevent] Out-of-bounds access, Copy-paste error" into tizen_2.1
wootak.jung [Mon, 8 Apr 2013 00:45:36 +0000 (09:45 +0900)]
[Prevent] Out-of-bounds access, Copy-paste error
overrun-buffer-arg: Overrunning static array "&sendUmtsMsg.msgDataPackage.sca
[0]" of size 12 bytes by passing it to a function which indexes it with
argument "20U" at byte position 19.
overrun-buffer-arg: Overrunning static array "&deliveryReport.dataInfo.sca[0]"
of size 12 bytes by passing it to a function which indexes it with argument
"20U" at byte position 19.
copy_paste_error: "sca" in "sca == NULL" looks like a copy-paste error. Should
it say "tpdu" instead?
Change-Id: Iafa9e5a8b4a0276d3422d704e2e014a8a63a224d
Suresh Kumar N [Tue, 9 Apr 2013 19:04:28 +0000 (00:34 +0530)]
Align variable name for ef_index to maintain uniformatiy.
Dongchul Lim [Mon, 8 Apr 2013 13:04:31 +0000 (22:04 +0900)]
In SDK, sometimes, tel_init fails on msg-server when boot up
Due to above, sms/mms couldn't make send successfully
Change-Id: I724ed86963c9b93c225e0d9b7a02c43c6d7391d7
Jinmin Chung [Wed, 3 Apr 2013 00:14:54 +0000 (09:14 +0900)]
Merge "Always use semi-colons at the end of MACROs" into tizen_2.1
Guillaume Zajac [Mon, 25 Mar 2013 15:16:01 +0000 (16:16 +0100)]
Always use semi-colons at the end of MACROs
Dongchul Lim [Tue, 2 Apr 2013 07:56:41 +0000 (16:56 +0900)]
Crash issue fix when no CP available
wootak.jung [Thu, 28 Mar 2013 12:04:02 +0000 (21:04 +0900)]
Modify sequence TELEPHONY_READY vonf key setting.
pwlock could see TELEPHONY_READY vconf key as soon as boot up.
If CP is in offline state, TELEPHONY_READY vconf key never set to TRUE.
Change-Id: If09e249d41de759e84cf5927beec2f9e2ec4dd7f
Ronald Tessier [Mon, 18 Mar 2013 13:54:03 +0000 (14:54 +0100)]
plugin-dbus-tapi: Don't free static data
Suresh Kumar Narasimhaiah [Mon, 18 Mar 2013 10:46:56 +0000 (16:16 +0530)]
Additional log addition.
Philippe Nunes [Sat, 16 Mar 2013 17:39:50 +0000 (18:39 +0100)]
Use cp_name to set the user request
Philippe Nunes [Sat, 16 Mar 2013 10:36:22 +0000 (11:36 +0100)]
Use TAPI_SMS_ENCODED_SCA_LEN_MAX
Suresh Kumar Narasimhaiah [Sat, 16 Mar 2013 14:33:19 +0000 (20:03 +0530)]
Updating dlog TAG from TEL_PLUGIN_DBUS_TAPI to DBUS_TAPI and added additional logs.
Suresh Kumar Narasimhaiah [Fri, 15 Mar 2013 16:36:35 +0000 (22:06 +0530)]
Set STORAGE_KEY_TELEPHONY_READY changed from on_acquire_bus() to add_modems(). * Telephony can be stated to be READY only after Core Modem Plug-ins is loaded and initialized.
Guillaume Zajac [Fri, 15 Mar 2013 14:20:05 +0000 (15:20 +0100)]
Update plugin with new design
Guillaume Zajac [Thu, 14 Mar 2013 17:41:53 +0000 (18:41 +0100)]
Retrieve cp list from new libtcore API
Caiwen Zhang [Fri, 15 Mar 2013 05:07:44 +0000 (13:07 +0800)]
desc-dbus: Create interfaces when modem is added
Guillaume Zajac [Tue, 12 Mar 2013 14:26:13 +0000 (15:26 +0100)]
Update plugin to compile with new libtcore
Jinkun Jang [Fri, 15 Mar 2013 16:18:42 +0000 (01:18 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:52:11 +0000 (01:52 +0900)]
Tizen 2.1 base
eunmee moon [Fri, 27 Apr 2012 12:36:16 +0000 (21:36 +0900)]
Initial empty repository