summaryrefslogtreecommitdiff
path: root/src/ck-manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01fix: incompatible-pointer-type warningEric Koegel1-1/+1
2017-10-29Add ListSeats method to Manager interfaceA. Wilcox1-0/+39
2017-10-23Fixed a memory leak in ck-managerHummer120071-1/+1
2017-06-22fix: Place sessions with a VT on the static Seat1Eric Koegel1-1/+5
2017-05-21fix: remove the rest of the gcc warningsEric Koegel1-5/+5
2017-05-21fix: remove warnings about redundant function declarationsEric Koegel1-2/+0
2017-05-14feat: add dbus LockSession/UnlockSessionEric Koegel1-18/+83
2017-05-14feat: add dbus ActivateSession/ActivateSessionOnSeatEric Koegel1-0/+95
2017-05-06Check passed in variables for NULL before usingEric Koegel1-0/+5
2017-05-04Add support for server managed FDsEric Koegel1-14/+24
2017-01-25Add a few more display manager users.Antoine Jacoutot1-3/+6
2016-09-26Merge pull request #82 from tw4452852/memory_leakageEric Koegel1-0/+1
2016-09-22fix some memory leakagesTw1-0/+1
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. Dubinin1-1/+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-02-14Add a 'Seats' section to the CK databaseEric Koegel1-0/+30
2016-01-23Implement XDG_RUNTIME_DIREric Koegel1-0/+65
2015-08-24Filter out the kdm userIvailo Monev1-2/+3
2015-08-22Revert "Minor code refactoring"Eric Koegel1-52/+108
2015-08-09Minor code refactoringEric Koegel1-108/+52
2015-08-09Filter out the sddm userEric Koegel1-2/+3
2015-07-28Add process grouping/trackingEric Koegel1-7/+33
2015-07-19Merge pull request #31 from Somasis/masterEric Koegel1-5/+5
2015-07-19Fix get_caller_info in CkSessionEric Koegel1-0/+2
2015-07-19Add an additional bounds checkEric Koegel1-1/+1
2015-07-14Respect multilib/multiarch filesystem layoutsKylie McClain1-5/+5
2015-07-06Watch and handle dbus NameOwnerChanged eventsEric Koegel1-72/+48
2015-06-21Add new DBUS method: ListInhibitorsEric Koegel1-1/+83
2015-06-14throw warning if pid <= 1Eric Koegel1-0/+5
2015-06-09Fix build warningsEric Koegel1-25/+15
2015-06-08Fix logic of the inhibit changed eventEric Koegel1-2/+2
2015-06-07Fix inhibit FD passing with GDBusEric Koegel1-3/+6
2015-06-07Return NULL + error when no sessionsEric Koegel1-4/+4
2015-06-07Add "mode" to the inhibit callEric Koegel1-46/+184
2015-05-10Call the dbus signals for shutdown/sleepEric Koegel1-17/+21
2015-05-10Return NULL when there's no sessions or seatsEric Koegel1-9/+13
2015-05-10Revert "Fix NULL checks"Eric Koegel1-3/+3
2015-04-14Fix NULL checksEric Koegel1-3/+3
2015-04-13uid/pid = 0 not NULLEric Koegel1-12/+12
2015-04-13Fix Coverity CID 89287 Uninitialized scalar variableEric Koegel1-12/+12
2015-04-13Fix some cppcheck warningsEric Koegel1-3/+3
2015-04-13CkManager: Ensure we return TRUE from dbus callsEric Koegel1-4/+4
2015-04-13CkManager: document what failure codes may be returned.Eric Koegel1-7/+5
2015-04-13Monitor sessions on the busEric Koegel1-25/+78
2015-04-13Prevent more warnings from GDBusEric Koegel1-3/+5
2015-04-13Add a TRACE macroEric Koegel1-7/+51
2015-04-13Always return TRUE from dbus callsEric Koegel1-20/+20
2015-04-13Remove dead codeEric Koegel1-10/+0