summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-09fix: Only use tmpfs mounts on DFly if supportedEric Koegel1-2/+5
2017-11-01fix: incompatible-pointer-type warningEric Koegel1-1/+1
2017-10-31Remove some redundant code probing for hibernation, suspend, and sleepMarkus Pfeiffer1-51/+3
2017-10-31Fix make_tmpfs for DragonFlyMarkus Pfeiffer1-7/+11
2017-10-29Add ListSeats method to Manager interfaceA. Wilcox2-0/+57
2017-10-28Remove DragonFly specific code from FreeBSD sysdepsMarkus Pfeiffer1-66/+0
2017-10-28Add DragonFlyBSD as a platformMarkus Pfeiffer3-1/+626
2017-10-23Fixed a memory leak in ck-managerHummer120071-1/+1
2017-07-24fix: Seat property on Session interfaceEric Koegel1-1/+11
2017-07-23feat: Add CanControlSession dbus callEric Koegel2-0/+24
2017-07-15fix: Allow changing to VTs we don't have a session forEric Koegel1-8/+19
2017-07-15feat: Add wscons headers for OpenBSDEric Koegel1-3/+15
2017-07-06fix: Use KDSKBMODE if definedEric Koegel1-0/+4
2017-07-06fix: Use #ifdef HEADER_H instead of #ifdef OSEric Koegel1-2/+14
2017-06-22fix: FreeBSD session activationEric Koegel2-10/+30
2017-06-22fix: Place sessions with a VT on the static Seat1Eric Koegel1-1/+5
2017-06-21fix: clean up clang warningsEric Koegel2-4/+4
2017-06-21fix: correct uninitialized variable warningEric Koegel1-2/+1
2017-06-21chore: more autotools cleanup workEric Koegel1-1/+1
2017-06-21fix: Explicitly check for needed symbolsEric Koegel1-6/+6
2017-06-20fix: Correct build errors in OpenBSDEric Koegel1-2/+11
2017-06-20fix: fix compiling on FreeBSDEric Koegel2-2/+4
2017-05-22chore: update tests for new methods addedEric Koegel2-1/+14
2017-05-22fix: Allow session-class property to be set via OpenSessionWithParametersEric Koegel1-0/+1
2017-05-21feat: add a session-state property and methodEric Koegel2-3/+55
2017-05-21feat: Add session-class dbus property and get methodEric Koegel2-3/+54
2017-05-21fix: remove the rest of the gcc warningsEric Koegel15-44/+41
2017-05-21fix: remove warning about redeclarationEric Koegel1-2/+0
2017-05-21fix: remove warnings about redundant function declarationsEric Koegel9-18/+0
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