index
:
ConsoleKit2
1.0
gh-pages
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ck-manager.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-01
fix: incompatible-pointer-type warning
Eric Koegel
1
-1
/
+1
2017-10-29
Add ListSeats method to Manager interface
A. Wilcox
1
-0
/
+39
2017-10-23
Fixed a memory leak in ck-manager
Hummer12007
1
-1
/
+1
2017-06-22
fix: Place sessions with a VT on the static Seat1
Eric Koegel
1
-1
/
+5
2017-05-21
fix: remove the rest of the gcc warnings
Eric Koegel
1
-5
/
+5
2017-05-21
fix: remove warnings about redundant function declarations
Eric Koegel
1
-2
/
+0
2017-05-14
feat: add dbus LockSession/UnlockSession
Eric Koegel
1
-18
/
+83
2017-05-14
feat: add dbus ActivateSession/ActivateSessionOnSeat
Eric Koegel
1
-0
/
+95
2017-05-06
Check passed in variables for NULL before using
Eric Koegel
1
-0
/
+5
2017-05-04
Add support for server managed FDs
Eric Koegel
1
-14
/
+24
2017-01-25
Add a few more display manager users.
Antoine Jacoutot
1
-3
/
+6
2016-09-26
Merge pull request #82 from tw4452852/memory_leakage
Eric Koegel
1
-0
/
+1
2016-09-22
fix some memory leakages
Tw
1
-0
/
+1
2016-09-22
fix memory corruption due to delete session recursively
Tw
1
-14
/
+47
2016-09-05
Use UID of logged in user instead UID of session leader process
Nikolai A. Dubinin
1
-1
/
+2
2016-03-16
Add a 'User' section to the ck database
Eric Koegel
1
-1
/
+126
2016-03-14
Properly filter the sessions for the specified user
Eric Koegel
1
-4
/
+36
2016-02-14
Add a 'Seats' section to the CK database
Eric Koegel
1
-0
/
+30
2016-01-23
Implement XDG_RUNTIME_DIR
Eric Koegel
1
-0
/
+65
2015-08-24
Filter out the kdm user
Ivailo Monev
1
-2
/
+3
2015-08-22
Revert "Minor code refactoring"
Eric Koegel
1
-52
/
+108
2015-08-09
Minor code refactoring
Eric Koegel
1
-108
/
+52
2015-08-09
Filter out the sddm user
Eric Koegel
1
-2
/
+3
2015-07-28
Add process grouping/tracking
Eric Koegel
1
-7
/
+33
2015-07-19
Merge pull request #31 from Somasis/master
Eric Koegel
1
-5
/
+5
2015-07-19
Fix get_caller_info in CkSession
Eric Koegel
1
-0
/
+2
2015-07-19
Add an additional bounds check
Eric Koegel
1
-1
/
+1
2015-07-14
Respect multilib/multiarch filesystem layouts
Kylie McClain
1
-5
/
+5
2015-07-06
Watch and handle dbus NameOwnerChanged events
Eric Koegel
1
-72
/
+48
2015-06-21
Add new DBUS method: ListInhibitors
Eric Koegel
1
-1
/
+83
2015-06-14
throw warning if pid <= 1
Eric Koegel
1
-0
/
+5
2015-06-09
Fix build warnings
Eric Koegel
1
-25
/
+15
2015-06-08
Fix logic of the inhibit changed event
Eric Koegel
1
-2
/
+2
2015-06-07
Fix inhibit FD passing with GDBus
Eric Koegel
1
-3
/
+6
2015-06-07
Return NULL + error when no sessions
Eric Koegel
1
-4
/
+4
2015-06-07
Add "mode" to the inhibit call
Eric Koegel
1
-46
/
+184
2015-05-10
Call the dbus signals for shutdown/sleep
Eric Koegel
1
-17
/
+21
2015-05-10
Return NULL when there's no sessions or seats
Eric Koegel
1
-9
/
+13
2015-05-10
Revert "Fix NULL checks"
Eric Koegel
1
-3
/
+3
2015-04-14
Fix NULL checks
Eric Koegel
1
-3
/
+3
2015-04-13
uid/pid = 0 not NULL
Eric Koegel
1
-12
/
+12
2015-04-13
Fix Coverity CID 89287 Uninitialized scalar variable
Eric Koegel
1
-12
/
+12
2015-04-13
Fix some cppcheck warnings
Eric Koegel
1
-3
/
+3
2015-04-13
CkManager: Ensure we return TRUE from dbus calls
Eric Koegel
1
-4
/
+4
2015-04-13
CkManager: document what failure codes may be returned.
Eric Koegel
1
-7
/
+5
2015-04-13
Monitor sessions on the bus
Eric Koegel
1
-25
/
+78
2015-04-13
Prevent more warnings from GDBus
Eric Koegel
1
-3
/
+5
2015-04-13
Add a TRACE macro
Eric Koegel
1
-7
/
+51
2015-04-13
Always return TRUE from dbus calls
Eric Koegel
1
-20
/
+20
2015-04-13
Remove dead code
Eric Koegel
1
-10
/
+0
[next]