Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-28 | Merge pull request #34 from ConsoleKit2TransifexBot/master | Eric Koegel | 4 | -17/+17 | |
Transifex translation update | |||||
2015-07-28 | Add process grouping/tracking | Eric Koegel | 7 | -20/+404 | |
On Linux, this adds an optional dependency on cgmanager to use cgroups to manage and track processes. This is more reliable and secure than the XDG_SESSION_COOKIE however it will fall back to that. https://github.com/ConsoleKit2/ConsoleKit2/issues/7 | |||||
2015-07-26 | Prevent infinite loop when removing inhibitors | Eric Koegel | 1 | -1/+1 | |
2015-07-25 | Transifex translation update | ConsoleKit2TransifexBot | 1 | -13/+13 | |
Mode: default Matched 4 languages | |||||
2015-07-21 | Transifex translation update | ConsoleKit2TransifexBot | 4 | -4/+4 | |
Mode: default Matched 4 languages | |||||
2015-07-19 | Merge pull request #33 from ConsoleKit2TransifexBot/master | Eric Koegel | 1 | -3/+3 | |
Transifex translation update | |||||
2015-07-19 | Merge pull request #31 from Somasis/master | Eric Koegel | 5 | -10/+10 | |
Respect multilib/multiarch filesystem layouts | |||||
2015-07-19 | Transifex translation update | ConsoleKit2TransifexBot | 1 | -3/+3 | |
Mode: default Matched 4 languages | |||||
2015-07-19 | test-session: Fix wrong variable check | Eric Koegel | 1 | -4/+3 | |
Found by Coverity scan. | |||||
2015-07-19 | Fix get_caller_info in CkSession | Eric Koegel | 2 | -2/+6 | |
And make sure we unref the variants that get created. | |||||
2015-07-19 | Add an additional bounds check | Eric Koegel | 1 | -1/+1 | |
2015-07-19 | I18n: Add Bulgarian | Eric Koegel | 1 | -0/+1 | |
2015-07-19 | Merge pull request #30 from ConsoleKit2TransifexBot/master | Eric Koegel | 4 | -35/+282 | |
Transifex translation update | |||||
2015-07-14 | Respect multilib/multiarch filesystem layouts | Kylie McClain | 5 | -10/+10 | |
Adapted from https://bugs.freedesktop.org/show_bug.cgi?id=24608 | |||||
2015-07-13 | Transifex translation update | ConsoleKit2TransifexBot | 1 | -0/+264 | |
Mode: default Matched 4 languages | |||||
2015-07-12 | Transifex translation update | ConsoleKit2TransifexBot | 3 | -35/+18 | |
Mode: default Matched 3 languages | |||||
2015-07-12 | trivial: updates for release0.9.5 | Eric Koegel | 5 | -20/+51 | |
2015-07-12 | Add an --enable-tests configure option | Eric Koegel | 4 | -3/+31 | |
And document the --enable-debug option better. The enable-tests option defaults to off so that normal release builds don't have to waste time compiling tests that won't be installed or used. | |||||
2015-07-12 | Merge pull request #29 from ConsoleKit2TransifexBot/master | Eric Koegel | 3 | -109/+121 | |
Transifex translation update | |||||
2015-07-08 | Transifex translation update | ConsoleKit2TransifexBot | 3 | -3/+3 | |
Mode: default Matched 3 languages | |||||
2015-07-06 | Transifex translation update | ConsoleKit2TransifexBot | 3 | -106/+118 | |
Mode: default Matched 3 languages | |||||
2015-07-06 | i18n: update pot file | Eric Koegel | 1 | -33/+37 | |
2015-07-06 | Watch and handle dbus NameOwnerChanged events | Eric Koegel | 1 | -72/+48 | |
Properly watch for dbus NameOwnerChanged events so we can handle session bus removal events. This should be the same as before the GDBus port. https://github.com/ConsoleKit2/ConsoleKit2/issues/27 | |||||
2015-07-05 | Merge pull request #28 from fluxer/master | Eric Koegel | 1 | -1/+14 | |
mark sessions as local explicitly when not build with PAM support https://github.com/ConsoleKit2/ConsoleKit2/issues/24 Acked-by: Robby Workman <rworkman@slackware.com> | |||||
2015-07-05 | mark sessions as local explicitly when not build with PAM support | Ivailo Monev | 1 | -1/+14 | |
2015-06-21 | Add new DBUS method: ListInhibitors | Eric Koegel | 10 | -13/+266 | |
Returns the current list of inhibitors, an array of strings representing the what, who, why, mode, and two unsigned int32 representing the user ID and process ID. This is the same method that logind uses. Needed to have inhibit track the uid/pid of the caller to mirror what logind returns. | |||||
2015-06-19 | Transifex translation update | ConsoleKit2TransifexBot | 3 | -43/+26 | |
Mode: default Minimum percent translated: 50 Matched 3 languages | |||||
2015-06-19 | trivial: fix transifex project config | Eric Koegel | 1 | -1/+2 | |
2015-06-16 | trivial: updates for release0.9.4 | Eric Koegel | 2 | -2/+18 | |
2015-06-16 | Update translations | Eric Koegel | 3 | -4/+4 | |
2015-06-15 | Cksession return empty string when login session id not set | Eric Koegel | 1 | -4/+8 | |
This matches how it was handled prior to the GDBus port. | |||||
2015-06-15 | Update translations | Eric Koegel | 4 | -48/+64 | |
2015-06-14 | test-manager: clean up test sessions | Eric Koegel | 1 | -2/+26 | |
2015-06-14 | idle since hint return NULL when idle hint not set | Eric Koegel | 1 | -0/+5 | |
If the idle hint isn't set then return NULL when requesting the idle since hint, otherwise tools like ck-list-sessions returns a time in 1970. | |||||
2015-06-14 | CkSession fix uid handling | Eric Koegel | 1 | -4/+3 | |
Use the ConsoleKitSession uid for everything. This got missed on the port to GDBus. Now the correct uid is written to the CKDB. Fixes: https://github.com/ConsoleKit2/ConsoleKit2/issues/26 | |||||
2015-06-14 | test-session: Close temporary session | Eric Koegel | 1 | -1/+15 | |
2015-06-14 | throw warning if pid <= 1 | Eric Koegel | 1 | -0/+5 | |
2015-06-14 | list-sessions: Log NULL properties as a debug message | Eric Koegel | 1 | -1/+1 | |
So we don't spam the console when things like the login session id aren't available. | |||||
2015-06-13 | Handle login_session_id == NULL | Eric Koegel | 1 | -1/+5 | |
2015-06-10 | trivial: updates for release0.9.3 | Eric Koegel | 7 | -97/+140 | |
2015-06-09 | Fix build warnings | Eric Koegel | 1 | -25/+15 | |
And operations when both polkit and rabc isn't used. | |||||
2015-06-08 | Update translations | Eric Koegel | 4 | -157/+187 | |
2015-06-08 | Fix logic of the inhibit changed event | Eric Koegel | 1 | -2/+2 | |
2015-06-08 | Fix Coverity CID 95915 Dereference after null check | Eric Koegel | 1 | -1/+5 | |
2015-06-08 | Fix Coverity CID 95916 Identical code for different branches | Eric Koegel | 1 | -2/+1 | |
2015-06-08 | Port list-sessions.c to GDBus | Eric Koegel | 4 | -147/+121 | |
The ck-connector only uses libdbus and not dbus-glib and it handles OOM. Going to GDBus wouldn't let us properly handle OOM because glib just aborts when g_malloc hits the OOM. So we'll leave that. This patch removes the dbus-glib dependency as everything has been ported. For: https://github.com/ConsoleKit2/ConsoleKit2/issues/8 | |||||
2015-06-07 | Update pot file | Eric Koegel | 1 | -30/+39 | |
2015-06-07 | Don't delete the inhibit files on startup | Eric Koegel | 1 | -39/+0 | |
There's no gain since they are randomly generated temp files. | |||||
2015-06-07 | Fix inhibit FD passing with GDBus | Eric Koegel | 4 | -42/+73 | |
2015-06-07 | Return NULL + error when no sessions | Eric Koegel | 1 | -4/+4 | |