summaryrefslogtreecommitdiff
path: root/src/ck-session.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-04add a session-service parameter mainly to be used by gdmRobert Nagy1-0/+46
2017-07-24fix: Seat property on Session interfaceEric Koegel1-1/+11
2017-07-23feat: Add CanControlSession dbus callEric Koegel1-0/+9
2017-07-15feat: Add wscons headers for OpenBSDEric Koegel1-3/+15
2017-07-06fix: Use KDSKBMODE if definedEric Koegel1-0/+4
2017-06-21fix: Explicitly check for needed symbolsEric Koegel1-6/+6
2017-06-20fix: Correct build errors in OpenBSDEric Koegel1-2/+11
2017-05-21feat: add a session-state property and methodEric Koegel1-0/+27
2017-05-21feat: Add session-class dbus property and get methodEric Koegel1-2/+27
2017-05-21fix: remove the rest of the gcc warningsEric Koegel1-4/+4
2017-05-21fix: remove warnings about redundant function declarationsEric Koegel1-2/+0
2017-05-20feat: Add dbus method GetVTNr to SessionEric Koegel1-0/+11
2017-05-18feat: document session types allowedEric Koegel1-2/+5
2017-05-14feat: add dbus LockSession/UnlockSessionEric Koegel1-12/+32
2017-05-06Add a LockedHint PropertyEric Koegel1-3/+54
2017-05-04fix coverity cid 178982 Resource leakEric Koegel1-0/+2
2017-05-04Add support for server managed FDsEric Koegel1-12/+811
2016-09-22fix some memory leakagesTw1-5/+15
2016-01-23trivial: Always return TRUE from gdbus methodsEric Koegel1-1/+1
2016-01-23Implement XDG_RUNTIME_DIREric Koegel1-1/+56
2015-09-10Apply overlooked PREFIX/lib -> LIBDIR substitutionEric Hameleers1-1/+1
2015-08-22Revert "Minor code refactoring"Eric Koegel1-1/+55
2015-08-09Minor code refactoringEric Koegel1-55/+1
2015-07-19Fix get_caller_info in CkSessionEric Koegel1-2/+4
2015-06-15Cksession return empty string when login session id not setEric Koegel1-4/+8
2015-06-14idle since hint return NULL when idle hint not setEric Koegel1-0/+5
2015-06-14CkSession fix uid handlingEric Koegel1-4/+3
2015-06-13Handle login_session_id == NULLEric Koegel1-1/+5
2015-05-10CkSession: Fix error handling in dbus_activateEric Koegel1-1/+11
2015-05-10Revert "Don't set an initial value"Eric Koegel1-1/+5
2015-04-14Don't set an initial valueEric Koegel1-5/+1
2015-04-14Return error codes when seat fails to activate sessionEric Koegel1-10/+26
2015-04-13uid/pid = 0 not NULLEric Koegel1-2/+2
2015-04-13Fix Coverity CID 89287 Uninitialized scalar variableEric Koegel1-2/+2
2015-04-13CkSession: document what failure codes may be returned.Eric Koegel1-1/+1
2015-04-13Wrong direction when creating keyfilesEric Koegel1-2/+6
2015-04-13Ensure the session active property stays in sync with the seatEric Koegel1-0/+3
2015-04-13Prevent more warnings from GDBusEric Koegel1-3/+29
2015-04-13Add a TRACE macroEric Koegel1-4/+32
2015-04-13Always return TRUE from dbus callsEric Koegel1-4/+4
2015-04-13Change test-session to be more usefulEric Koegel1-1/+26
2015-04-13CkSessionLeader: fix save_parametersEric Koegel1-0/+4
2015-04-13GDBus more porting workEric Koegel1-0/+59
2015-04-13CkSession: add internal activte signal back inEric Koegel1-2/+34
2015-04-13More GDBus workEric Koegel1-37/+60
2015-04-13GDBus: add more stuff to CkSessionEric Koegel1-7/+119
2015-04-13Start removing dbus dependenciesEric Koegel1-29/+15
2015-04-13Port CkManager to GDBusEric Koegel1-1/+1
2015-04-13CKSession: Port to GDBusEric Koegel1-598/+251
2014-09-30Clean up some compiler warnings and deprecated functionsEric Koegel1-3/+0