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