summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-20Add unit tests to SAM exclude listtizen_7.0_m2_releaseaccepted/tizen/unified/20220922.062734accepted/tizen/unified/20220922.062110accepted/tizen/7.0/unified/hotfix/20221116.105800accepted/tizen/7.0/unified/20221110.062943tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfixKarol Lewandowski1-0/+11
2022-09-13library: fix a memory leak in the `method_call_sync` routinesubmit/tizen/20220913.195454accepted/tizen/unified/20220915.025944accepted/tizen/unified/20220915.023904accepted/tizen/unified/20220915.015341Adam Michalski1-0/+2
2022-09-09Release 0.7.3accepted/tizen/unified/20220914.164043Karol Lewandowski1-1/+1
2022-09-09Add comparing file/directory permissions in integration testsAdam Michalski1-2/+2
2022-09-09sessiond: Ensure proper permissions are set for subsession user app dirsAdam Michalski1-1/+11
2022-09-09Drop -fconcepts from C flags as these are supported for C++ onlyKarol Lewandowski1-2/+2
2022-09-09library: Add coment about unsupported parameters to subsession_event_wait_don...Karol Lewandowski1-0/+5
2022-09-09Modify sessiond integration tests to conform to the changes in settingAdam Michalski1-2/+8
2022-09-08sessiond: Add privacy to the `fs_helpers` moduleAdam Michalski2-29/+17
2022-09-07sessiond: Ensure proper ownership is set for subsession user app dirsAdam Michalski1-7/+8
2022-09-05sessiond: Drop fs_helpers namespaceKarol Lewandowski3-38/+34
2022-09-05sessiond: rename the header file from `fs_helpers.h` toAdam Michalski3-2/+2
2022-09-02Release 0.7.2submit/tizen/20220902.153259accepted/tizen/unified/20220904.214043Karol Lewandowski1-1/+1
2022-09-02Move all sources below src/Karol Lewandowski20-9/+5
2022-09-02Move all tests under single directory hierarchyKarol Lewandowski24-77/+16
2022-09-02Add sessiond test suiteAdam Michalski1-0/+192
2022-09-01Merge "Make sessiond more fail-resistant" into tizenKarol Lewandowski1-0/+17
2022-09-01[fix] sessiond: Correct handling of the TRANSMUTE attributeAdam Michalski3-13/+28
2022-08-30Make sessiond more fail-resistantAdam Michalski1-0/+17
2022-08-22Change subsession API argument name (from cb_data to user_data)submit/tizen/20220822.111221accepted/tizen/unified/20220824.135645Hyotaek Shim4-91/+91
2022-08-19Merge "library: Simplify subsession_event_wait_done() error path" into tizenKarol Lewandowski1-7/+5
2022-08-18[fix] sessiond: do not follow symlinks while setting SMACK attributessubmit/tizen/20220818.125806accepted/tizen/unified/20220821.211106Adam Michalski2-4/+4
2022-08-17Release 0.7.0submit/tizen/20220817.154056Karol Lewandowski1-1/+1
2022-08-17Merge "Log using DLog and not on stdout in sessiond" into tizenKarol Lewandowski4-34/+29
2022-08-17[fix] sessiond: do not follow symlinks while setting the owner/groupAdam Michalski1-1/+1
2022-08-17Log using DLog and not on stdout in sessiondMateusz Majewski4-34/+29
2022-08-12Revert "Temporarily allow all dbus policy by default"Hyotaek Shim1-2/+14
2022-08-06library: Simplify subsession_event_wait_done() error pathKarol Lewandowski1-7/+5
2022-08-06library: Automatically free GError* in method_call_sync()Karol Lewandowski1-6/+5
2022-08-06library: Use same terms in error mapping functions (in both directions)Karol Lewandowski1-8/+5
2022-08-06library: Drop dead code in subsession_get_current_user()Karol Lewandowski1-5/+1
2022-08-06library: Drop unused macrosKarol Lewandowski1-6/+0
2022-08-05Release 0.6.0submit/tizen/20220805.114215accepted/tizen/unified/20220808.135312Karol Lewandowski1-1/+1
2022-08-05library: Rework comparatorsKarol Lewandowski2-16/+16
2022-08-05library: Be more verbose in error messages when invalid signals are receivedKarol Lewandowski2-8/+8
2022-08-05library: Use generic method_call() in get_current_user() APIKarol Lewandowski2-32/+13
2022-08-05library: Add macro to validate and get gvariant without explicit 'return'Karol Lewandowski1-0/+3
2022-08-05library: Replace dynamic error checking with asserts in unregister()Karol Lewandowski1-9/+8
2022-08-05library: fix: ensure dbus connection is avaliable in unregister_event_callbackKarol Lewandowski1-0/+1
2022-08-04Unduplicate codesubmit/tizen/20220804.142848accepted/tizen/unified/20220805.131908Michal Bloch1-5/+1
2022-08-04Create `apps_rw/*` subdirectories and files with [subsession_uid]:users UID:GIDAdam Michalski1-5/+9
2022-07-29Release 0.5.0submit/tizen/20220801.061355submit/tizen/20220729.133354accepted/tizen/unified/20220802.144808Karol Lewandowski1-1/+1
2022-07-29Merge "Create subsession and `apps_rw` directories with [subsession_uid]:syst...Karol Lewandowski2-3/+16
2022-07-29Create subsession and `apps_rw` directories withAdam Michalski2-3/+16
2022-07-28library: Rename async method call to follow method_call_<sync/async> conventionKarol Lewandowski1-58/+35
2022-07-28library: Ensure map_dbus_call_error_to_return_value handles NULLKarol Lewandowski1-3/+4
2022-07-28library: Move all of dbus signal subscription logic to register_event_callbackKarol Lewandowski1-96/+27
2022-07-27library: Merge dbus sync call helpersKarol Lewandowski1-58/+37
2022-07-22Release 0.4.4submit/tizen/20220722.101755accepted/tizen/unified/20220726.012139Karol Lewandowski1-1/+1
2022-07-22library: Rework client_data_cleansweep_mtKarol Lewandowski1-4/+9