summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-04add a session-service parameter mainly to be used by gdmRobert Nagy3-0/+68
2021-07-04do not hardcode seat0 for Seat1 in ListSessions because CK is not linux onlyRobert Nagy1-7/+1
2021-06-03Merge pull request #119 from TimB87/masterAntoine Jacoutot1-6/+6
2021-06-03do not unref an object which was not referenced before andRobert Nagy1-7/+4
2020-12-07netbsd: Add missing length argument to mount(2)nia1-1/+1
2020-12-07netbsd: Don't include sys/user.h, there's no such headernia1-1/+0
2020-12-04only disconnect the signal handler after the lock is removedRobert Nagy1-1/+1
2020-11-29Merge pull request #122 from rnagy/who_argAntoine Jacoutot1-2/+2
2020-11-29get_named_pipe_path does not require the 'who' argument anymoreRobert Nagy1-2/+2
2020-11-29Merge pull request #121 from rnagy/inhibit_fixAntoine Jacoutot4-6/+21
2020-11-29change the inhibitor lock handling to use the named_pipe_path as a referenceRobert Nagy4-6/+21
2020-11-22OpenBSD: merge enhancements from portsAntoine Jacoutot2-39/+38
2020-11-22ck_open_a_console: unbreak on OpenBSDAntoine Jacoutot1-0/+6
2019-06-10make consolekit2 not spam the syslog with an unimportant errorTimB871-6/+6
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