summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-13bugfix: sec_label was copied without ending bytesubmit/tizen/20160919.053144accepted/tizen/wearable/20160920.051557accepted/tizen/tv/20160920.051534accepted/tizen/mobile/20160920.051520accepted/tizen/ivi/20160920.051616accepted/tizen/common/20160919.154452Adrian Szyndela2-3/+3
2016-09-05kdbus: fix for GetConnectionSELinuxSecurityContext method callLukasz Skalski1-6/+26
2016-08-31Merge "calculate kdbus timeout based on user timeout" into tizensubmit/tizen/20160905.095924submit/tizen/20160905.094007submit/tizen/20160905.073119accepted/tizen/wearable/20160907.060135accepted/tizen/tv/20160907.060115accepted/tizen/mobile/20160907.060059accepted/tizen/ivi/20160907.060148accepted/tizen/common/20160905.171607Hyotaek Shim5-22/+24
2016-08-31calculate kdbus timeout based on user timeoutKonrad Lipinski5-22/+24
2016-08-31Bugfix:abnormal using of _dbus_validate_bus_namesanghyeok.oh2-6/+16
2016-08-23support NameAcquired & NameLost signal subscriptionsubmit/tizen/20160829.055144accepted/tizen/wearable/20160829.232632accepted/tizen/tv/20160829.232608accepted/tizen/mobile/20160829.232558accepted/tizen/ivi/20160829.232650accepted/tizen/common/20160829.140203sanghyeok.oh3-57/+238
2016-08-19Support Lazy-Mount feature - move user dbus.service from default.target.wants...submit/tizen/20160822.045932submit/tizen/20160822.012953accepted/tizen/wearable/20160823.041235accepted/tizen/tv/20160823.041206accepted/tizen/mobile/20160823.041127accepted/tizen/ivi/20160823.041258accepted/tizen/common/20160822.132729INSUN PYO1-3/+9
2016-08-19Support Lazy-Mount feature - http://suprem.sec.samsung.net/confluence/display...INSUN PYO1-0/+1
2016-08-18Merge "omit standard match iff sender=org.freedesktop.DBus" into tizenHyotaek Shim1-62/+36
2016-08-18omit standard match iff sender=org.freedesktop.DBusKonrad Lipinski1-62/+36
2016-08-17kdbus: fixed memory leak in reply_ListNames()Adrian Szyndela2-0/+13
2016-08-16Merge "kdbus: fixed memory leak in "hello" command." into tizensubmit/tizen/20160816.093841submit/tizen/20160816.092849accepted/tizen/wearable/20160817.040702accepted/tizen/tv/20160817.040646accepted/tizen/mobile/20160817.040629accepted/tizen/ivi/20160817.040717accepted/tizen/common/20160817.132822INSUN PYO1-1/+3
2016-08-16Relocate ifdef LIBDBUSPOLICY to avoid build erros when libdbuspolicy is disabledHyotaek Shim1-3/+5
2016-08-16kdbus: fixed memory leak in "hello" command.Adrian Szyndela1-1/+3
2016-08-16Merge "%reconfigure instead of autoreconf" into tizenINSUN PYO2-250/+1
2016-08-16Merge "kdbus: policy: add more detailed errors descriptions" into tizenINSUN PYO1-27/+58
2016-08-12kdbus: policy: add more detailed errors descriptionsLukasz Skalski1-27/+58
2016-08-11%reconfigure instead of autoreconfKonrad Lipinski2-250/+1
2016-08-10Bugfix: always set n_fdssubmit/tizen/20160810.234659accepted/tizen/wearable/20160812.010448accepted/tizen/tv/20160812.010445accepted/tizen/mobile/20160812.010451accepted/tizen/ivi/20160812.010454accepted/tizen/common/20160812.140624Adrian Szyndela1-0/+1
2016-08-10Bugfix: removed double-stripping of parenthesesAdrian Szyndela1-7/+3
2016-08-02Bugfix: corrected sizeofssubmit/tizen/20160809.013929accepted/tizen/wearable/20160809.232424accepted/tizen/tv/20160809.232304accepted/tizen/mobile/20160809.232314accepted/tizen/ivi/20160809.232322accepted/tizen/common/20160809.183722Adrian Szyndela1-2/+2
2016-07-27Merge "fix in system dbus.service (User=dbus, Group=dbus)" into tizenHyotaek Shim0-0/+0
2016-07-27fix in system dbus.service (User=dbus, Group=dbus)submit/tizen/20160727.083823accepted/tizen/common/20160727.151436Hyotaek Shim1-0/+2
2016-07-27fix in system dbus.service (User=dbus, Group=dbus)submit/accepted/tizen_common/20160727.083431Hyotaek Shim1-0/+2
2016-07-20Onlycap-related fix in system dbus.service (SmackProcessLabel=System)submit/tizen/20160720.045510accepted/tizen/wearable/20160720.055700accepted/tizen/tv/20160720.055639accepted/tizen/mobile/20160720.055618accepted/tizen/ivi/20160720.055721accepted/tizen/common/20160720.173252Hyotaek Shim1-0/+1
2016-07-19[PATCH 1/2] kdbus: Fix the overflow for timeout calculationsubmit/tizen/20160719.063348accepted/tizen/wearable/20160719.104416accepted/tizen/tv/20160719.104422accepted/tizen/mobile/20160719.104436accepted/tizen/ivi/20160719.104426INSUN PYO1-1/+1
2016-07-18Merge "gvariant marshal: nested struct offset size accounts for fixed members...Hyotaek Shim1-2/+2
2016-07-18Merge "dbus-marshal-gavariant : Update offset bytes size whenever message is ...Hyotaek Shim1-2/+2
2016-07-11cynara: Do not drop messages when sender connection is closedsubmit/tizen/20160713.054211accepted/tizen/wearable/20160713.094315accepted/tizen/tv/20160713.094306accepted/tizen/mobile/20160713.094320accepted/tizen/ivi/20160713.094327accepted/tizen/common/20160713.144916Karol Lewandowski1-6/+0
2016-07-07gvariant marshal: nested struct offset size accounts for fixed membersKonrad Lipinski1-2/+2
2016-07-05dbus-marshal-gavariant : Update offset bytes size whenever message is appendedJonghwa Lee1-2/+2
2016-06-29increase max_replies_per_connection to 1024 form 128submit/tizen_common/20160701.180000submit/tizen/20160629.044513accepted/tizen/wearable/20160630.002832accepted/tizen/tv/20160630.002852accepted/tizen/mobile/20160630.002812accepted/tizen/ivi/20160630.002906accepted/tizen/common/20160703.130033INSUN PYO1-1/+1
2016-06-28Merge "bus check privilege : ignore dropping message about signal message whe...Hyotaek Shim1-1/+2
2016-06-28bus check privilege : ignore dropping message about signal message when sende...submit/tizen/20160628.090030accepted/tizen/wearable/20160629.020939accepted/tizen/tv/20160629.020932accepted/tizen/mobile/20160629.020950accepted/tizen/ivi/20160629.020919INSUN PYO1-1/+2
2016-06-28to defend against a security attack of changing external PATHHyotaek Shim1-0/+4
2016-06-27bus: fix bus_context_check_security_policy checkingsubmit/tizen/20160628.005120Lukasz Skalski1-1/+1
2016-06-24Bug fix for signal hash(bloom filter) operations in dbus-transport-kdbussubmit/tizen/20160628.003115submit/tizen/20160624.063050accepted/tizen/common/20160627.191717INSUN PYO1-4/+4
2016-06-23policy: fix: add missing free #2submit/tizen/20160623.060952INSUN PYO1-1/+3
2016-06-22Merge "policy: fix: add missing free" into tizenHyotaek Shim1-0/+1
2016-06-22increate max_connections_per_user to 512 from 256submit/tizen/20160622.041941INSUN PYO1-1/+1
2016-06-21policy: fix: add missing freeKarol Lewandowski1-0/+1
2016-06-17activation: set children oom_score_adj to 0Hyotaek Shim1-1/+11
2016-06-09move pid file path of system dbus-daemon from /var/run/dbus/pid to /tmp/dbus_...submit/tizen/20160609.071543accepted/tizen/wearable/20160610.010945accepted/tizen/tv/20160610.010936accepted/tizen/mobile/20160610.011005accepted/tizen/ivi/20160610.010927accepted/tizen/common/20160610.180805INSUN PYO1-1/+2
2016-06-09Remove --nopidfile flags from system dbus-daemonsubmit/tizen/20160609.065037INSUN PYO1-1/+1
2016-06-08Removing some temp filessubmit/tizen/20160608.062323accepted/tizen/wearable/20160609.090342accepted/tizen/tv/20160609.090437accepted/tizen/mobile/20160609.090331accepted/tizen/ivi/20160609.090400Hyotaek Shim3-0/+0
2016-06-08Fix for smack error when dbus-daemon(session) accesses proc/cmdlineHyotaek Shim4-1/+1
2016-05-25kdbus: always pack message header as as single PAYLOAD_VEC itemsubmit/tizen/20160527.082529accepted/tizen/wearable/20160602.021621accepted/tizen/tv/20160602.021607accepted/tizen/mobile/20160602.021631accepted/tizen/ivi/20160602.021635accepted/tizen/common/20160530.131628Lukasz Skalski3-47/+77
2016-05-24add license file for MIT licensesubmit/tizen/20160524.103010accepted/tizen/common/20160526.145915sanghyeok.oh2-1/+10
2016-05-24Merge "kdbus: add '--enable-kdbus-sync-calls' configure switch" into tizenAdrian Szyndela2-0/+8
2016-05-24kdbus: add '--enable-kdbus-sync-calls' configure switchLukasz Skalski2-0/+8