summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Karol Lewandowski [Fri, 8 Apr 2016 13:04:27 +0000 (15:04 +0200)]
packaging: Do not strip binaries on install
Having debug info will allow debug information to be extracted and placed
into separate .debug{info,source} packages automatically.
Change-Id: I64d7dd1468c58a32fdb9d978f07547e3fc65fd18
Karol Lewandowski [Thu, 7 Apr 2016 15:51:46 +0000 (17:51 +0200)]
Change default configuration files as used from dbus-1.10
Change-Id: Ib986f757efe923b7c2003d89fbcbfe15370f1ba7
Karol Lewandowski [Wed, 6 Apr 2016 14:29:47 +0000 (16:29 +0200)]
Fix: close file descriptior leak in dbuspolicy_init error path
Refactor initialization to be able to provide error handling
easily.
Change-Id: Ibe69e8894b93590e21b3c37b6d08cb394bce6b1b
Karol Lewandowski [Wed, 6 Apr 2016 14:19:51 +0000 (16:19 +0200)]
Fix: remove errnous printing to stdout (stderr)
Not acceptable for library code.
Change-Id: Ife043c9e38d4ddc36f2b2a68ca5a4d52e748f8c3
Arek Antoniak [Fri, 19 Feb 2016 14:17:44 +0000 (15:17 +0100)]
Added two prioritized configuration file paths, primary and secondary
Change-Id: I9608d089019ce58208b8e1ead304ae353ebd31c0
sanghyeok.oh [Tue, 29 Mar 2016 05:57:32 +0000 (14:57 +0900)]
libdbuspolicy:svace
Change-Id: I3bce387ce6d97483a90bdda41025bf1e3e753bb7
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
sanghyeok.oh [Thu, 24 Mar 2016 06:17:38 +0000 (15:17 +0900)]
libdbuspolicy:svace
Change-Id: If853b56a78ea6b14829fbdc9f6708329a7f52936
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
Kazimierz Krosman [Fri, 18 Mar 2016 10:38:29 +0000 (11:38 +0100)]
libdbuspolicy:svace
Change-Id: Ibb899e8d6a56b99343ffe2d7b7f427b179b863f1
sanghyeok.oh [Thu, 17 Mar 2016 08:03:49 +0000 (17:03 +0900)]
libdbuspolicy:svace
Change-Id: I443ae46a8f1e8e3de55982576a58be1f67410a78
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
sanghyeok.oh [Tue, 15 Mar 2016 07:00:18 +0000 (16:00 +0900)]
libdbuspolicy:SVACE
Change-Id: Ibc20b589385c92397a9a27baacba6bcd12c0ae03
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
Kazimierz Krosman [Fri, 4 Mar 2016 14:29:51 +0000 (15:29 +0100)]
Fix Require dependency in spec file
Added devel package for libdbuspolicy
Change-Id: I60690ded104f1c766866bb1e11fd9c73cd11e0e5
Kazimierz Krosman [Thu, 4 Feb 2016 16:42:51 +0000 (17:42 +0100)]
Fix: get kdbus_creds when there is only unique_id
Change-Id: I7200fa5bb5bbe9cd926fb7021bb3bbe57e24d51f
Arek Antoniak [Thu, 4 Feb 2016 11:37:04 +0000 (12:37 +0100)]
Bugfix for 'own_prefix' support - changed obfuscation scheme
Change-Id: I18fc0d543dc7c0f2ed548771c755c5878c8a7837
Kazimierz Krosman [Wed, 3 Feb 2016 16:18:20 +0000 (17:18 +0100)]
Fix: not calling can_send when sender or dest=""
Change-Id: I27bb2d1bb76c5536757c5d0cb9441722adabbc4a
Adrian Szyndela [Tue, 2 Feb 2016 14:11:27 +0000 (15:11 +0100)]
Fix: double-free in case of NULL sender
Change-Id: Ibc4f218979b7969ecfd8c5a3e6122124ff2ddf03
Lukasz Skalski [Thu, 14 Jan 2016 16:12:02 +0000 (17:12 +0100)]
Add manifest file
Change-Id: I4be84c8f70c4dc663767d449da146522c1598f48
Arek Antoniak [Thu, 14 Jan 2016 10:57:11 +0000 (11:57 +0100)]
Patch for 'own_prefix' support, logging enabling, init timeout
Change-Id: I63edf55513a3471c90967d415ab654647b1fb822
Arek Antoniak [Fri, 11 Dec 2015 14:23:39 +0000 (15:23 +0100)]
Add kdbus interface header
Change-Id: I28578a05b019726323fbbd9a35c0fb80284a6b8c
Arek Antoniak [Fri, 11 Dec 2015 14:23:27 +0000 (15:23 +0100)]
Add libdbuspolicy library
Library implements dbus-daemon policy checking logic as standalone
library, it complies with dbus-daemon policy specification and supports
Tizen's Cynara extensions ("check" tag).
libdbuspolicy uses kdbus directly to gain peer credentials.
Authors:
Kazimierz Krosman <k.krosman@samsung.com>
Arek Antoniak <a.antoniak2@samsung.com>
Change-Id: I7e637000a90b4194350b69d460ddb0da2b02b983
KyungMi Lee [Wed, 2 Dec 2015 23:41:10 +0000 (15:41 -0800)]
Initial empty repository