summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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