summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-21chore: simplify configure.acEric Koegel1-15/+28
2017-05-20feat: Add dbus method GetVTNr to SessionEric Koegel2-0/+25
2017-05-18feat: document session types allowedEric Koegel2-8/+13
2017-05-14feat: add dbus LockSession/UnlockSessionEric Koegel5-31/+186
2017-05-14feat: add dbus ActivateSession/ActivateSessionOnSeatEric Koegel4-8/+149
2017-05-06Don't try to remove the cgroup when emptyEric Koegel1-11/+0
2017-05-06Add a LockedHint PropertyEric Koegel2-4/+88
2017-05-06trivial: update valgrind commandEric Koegel1-3/+7
2017-05-06Check passed in variables for NULL before usingEric Koegel2-1/+8
2017-05-06Fix ref count warning messages in ck-inhibitEric Koegel2-14/+8
2017-05-04Turn a harmless warning message into a debug oneEric Koegel1-1/+4
2017-05-04fix coverity cid 178982 Resource leakEric Koegel1-0/+2
2017-05-04trivial: docs cleanupEric Koegel1-4/+0
2017-05-04Prevent a use-after-free in while emitting signal changesEric Koegel1-1/+16
2017-05-04Add support for server managed FDsEric Koegel14-55/+2115
2017-01-25Add a few more display manager users.Antoine Jacoutot1-3/+6
2016-09-28OpenBSD: adapt to recent kvm(3) restrictionsAntoine Jacoutot1-1/+1
2016-09-26Merge pull request #82 from tw4452852/memory_leakageEric Koegel3-6/+18
2016-09-22fix some memory leakagesTw3-6/+18
2016-09-22fix memory corruption due to delete session recursivelyTw1-14/+47
2016-09-05Use UID of logged in user instead UID of session leader processNikolai A. Dubinin3-4/+7
2016-07-15Fix a reversed condition for invalid device on NetBSDOBATA Akio1-1/+1
2016-06-30Freebsd: Fix session activationEric Koegel3-5/+11
2016-06-10mount tmpfs with correct selinux labelsJason Zaman1-1/+9
2016-06-10Initialize/finish sysdeps when bus is aquired/lostJason Zaman1-0/+4
2016-06-10Add ck_sysdeps_init/fini functionsJason Zaman7-0/+70
2016-06-10ck-sysdeps-linux: Add selinux lib functionsJason Zaman1-0/+89
2016-06-10Add configure.ac checks for SELinuxJason Zaman1-0/+1
2016-04-15Turn the first pid move warning into a debugEric Koegel1-5/+3
2016-04-10Attempt to use 'cpuaccount' if 'all' cgroup fails on pid moveEric Koegel1-2/+14
2016-04-10Remove the root restriction for runtime dirsEric Koegel1-5/+0
2016-03-20Improve documentation for XDG_RUNTIME_DIREric Koegel1-0/+2
2016-03-16Add a 'User' section to the ck databaseEric Koegel1-1/+126
2016-03-14Properly filter the sessions for the specified userEric Koegel1-4/+36
2016-03-01login_session_id will be G_MAXUINT32 when unsetEric Koegel1-2/+2
2016-02-29Don't set a default tmpfs sizeEric Koegel4-4/+4
2016-02-29Handle the legacy 'user' property as an override settingEric Koegel1-0/+7
2016-02-14Add a 'Seats' section to the CK databaseEric Koegel1-0/+30
2016-02-02Change owner of newly created cgroup to owner of progress group leaderMoritz Maxeiner1-0/+20
2016-02-01Create cgroup on all controllers managed by cgmanagerMoritz Maxeiner1-3/+3
2016-01-26Add the netbsd tmpfs functionsEric Koegel1-0/+56
2016-01-23trivial: Always return TRUE from gdbus methodsEric Koegel1-1/+1
2016-01-23Be extra safe with the XDG_RUNTIME_DIR setupEric Koegel2-7/+12
2016-01-23Implement XDG_RUNTIME_DIREric Koegel12-1/+484
2016-01-21Merge pull request #60 from msekletar/active-sessionEric Koegel1-2/+2
2016-01-19When assigning session to active VT prefer graphical sessionsMichal Sekletar1-2/+2
2016-01-19Fix undefined behaviorMichal Sekletar1-1/+1
2016-01-11Minor cleanupEric Koegel1-4/+2
2016-01-11Check for enough swap space before allowing hibernate operationRobby Workman1-1/+82
2015-10-10Fix behavior of ck_process_stat_get_tty on NetBSDOBATA Akio1-22/+6