summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-10Fix pid detection with ck_get_socket_perr_credentials on NetBSDOBATA Akio1-0/+20
2015-09-15Merge pull request #50 from obache/neatsrc/netbsd-supportEric Koegel3-3/+509
2015-09-10Apply overlooked PREFIX/lib -> LIBDIR substitutionEric Hameleers1-1/+1
2015-09-09Add NetBSD supportOBATA Akio3-3/+509
2015-08-24Filter out the kdm userIvailo Monev1-2/+3
2015-08-24Merge pull request #43 from rworkman/trivialEric Koegel1-1/+1
2015-08-23Fix some libdir/scripts stuff missed in 4d87a25ea0afRobby Workman1-1/+1
2015-08-22Revert "Minor code refactoring"Eric Koegel4-118/+163
2015-08-09Ensure we add CONSOLE_KIT_LIBS to libckEric Koegel1-4/+6
2015-08-09Minor code refactoringEric Koegel4-163/+118
2015-08-09Filter out the sddm userEric Koegel1-2/+3
2015-08-02Update gettext to avoid a warning messageEric Koegel1-21/+59
2015-07-28Add process grouping/trackingEric Koegel5-19/+379
2015-07-26Prevent infinite loop when removing inhibitorsEric Koegel1-1/+1
2015-07-19Merge pull request #31 from Somasis/masterEric Koegel2-7/+7
2015-07-19test-session: Fix wrong variable checkEric Koegel1-4/+3
2015-07-19Fix get_caller_info in CkSessionEric Koegel2-2/+6
2015-07-19Add an additional bounds checkEric Koegel1-1/+1
2015-07-14Respect multilib/multiarch filesystem layoutsKylie McClain2-7/+7
2015-07-12Add an --enable-tests configure optionEric Koegel1-0/+8
2015-07-06Watch and handle dbus NameOwnerChanged eventsEric Koegel1-72/+48