Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-03 | Merge pull request #119 from TimB87/master | Antoine Jacoutot | 1 | -6/+6 | |
make consolekit2 not spam the syslog with an unimportant error | |||||
2021-06-03 | prepare for the 1.2.3 release1.2.3 | Robert Nagy | 1 | -0/+13 | |
2021-06-03 | do not unref an object which was not referenced before and | Robert Nagy | 1 | -7/+4 | |
cleanup the code a bit to avoid confusion | |||||
2021-01-07 | Update [FR] translation. | Antoine Jacoutot | 1 | -10/+10 | |
2021-01-07 | Merge pull request #126 from phileimer/master | Antoine Jacoutot | 2 | -0/+383 | |
Add French translation | |||||
2020-12-30 | Add French translation | Jean Philippe EIMER | 2 | -0/+383 | |
2020-12-07 | Merge pull request #125 from niacat/master1.2.2 | Antoine Jacoutot | 1 | -2/+1 | |
NetBSD: merge fixes from pkgsrc | |||||
2020-12-07 | netbsd: Add missing length argument to mount(2) | nia | 1 | -1/+1 | |
2020-12-07 | netbsd: Don't include sys/user.h, there's no such header | nia | 1 | -1/+0 | |
2020-12-05 | Merge pull request #124 from rnagy/nrelease | Antoine Jacoutot | 4 | -4/+22 | |
prepare the 1.2.2 release and update AUTHORS | |||||
2020-12-05 | prepare the 1.2.2 release and update AUTHORS | Robert Nagy | 4 | -4/+22 | |
2020-12-04 | Merge pull request #123 from rnagy/signal_handling | Antoine Jacoutot | 1 | -1/+1 | |
only disconnect the signal handler after the lock is removed | |||||
2020-12-04 | only disconnect the signal handler after the lock is removed | Robert Nagy | 1 | -1/+1 | |
ck_inhibit_remove_lock() will end up emitting a changed signal so disconnecting the signal handler before that is not a good idea | |||||
2020-11-29 | Merge pull request #122 from rnagy/who_arg | Antoine Jacoutot | 1 | -2/+2 | |
get_named_pipe_path does not require the 'who' argument anymore | |||||
2020-11-29 | get_named_pipe_path does not require the 'who' argument anymore | Robert Nagy | 1 | -2/+2 | |
2020-11-29 | Merge pull request #121 from rnagy/inhibit_fix | Antoine Jacoutot | 4 | -6/+21 | |
change the inhibitor lock handling to use the named_pipe_path as a re… | |||||
2020-11-29 | Merge pull request #118 from ajacoutot/openbsd-open-console | Antoine Jacoutot | 2 | -39/+44 | |
OpenBSD: merge enhancements from ports | |||||
2020-11-29 | change the inhibitor lock handling to use the named_pipe_path as a reference | Robert Nagy | 4 | -6/+21 | |
since one process can take multiple inhibitor locks make sure that the correct entry gets removed from the inhibit_list by using 'named_pipe_path' to find the proper entry instead of 'who' because that is not unique | |||||
2020-11-22 | Merge branch 'openbsd-open-console' of github.com:ajacoutot/ConsoleKit2 into ↵ | Antoine Jacoutot | 0 | -0/+0 | |
openbsd-open-console | |||||
2020-11-22 | OpenBSD: merge enhancements from ports | Antoine Jacoutot | 2 | -39/+38 | |
- open the proper configuration device (so getty doesn't mess with consoles) - remove unused header - g_return_val_if_fail: print full path to device - simplify stat2proc - fix ck_get_max_num_consoles - enable VT on arm64 - implement ck_system_can_suspend and ck_system_can_hibernate | |||||
2020-11-22 | ck_open_a_console: unbreak on OpenBSD | Antoine Jacoutot | 1 | -0/+6 | |
OpenBSD only allows change-setting ioctls when FWRITE is set on the descriptor. | |||||
2019-06-10 | make consolekit2 not spam the syslog with an unimportant error | TimB87 | 1 | -6/+6 | |
2019-02-10 | ck_open_a_console: unbreak on OpenBSD | Antoine Jacoutot | 1 | -0/+6 | |
OpenBSD only allows change-setting ioctls when FWRITE is set on the descriptor. | |||||
2017-12-13 | Updates for 1.2.1 release1.2.1 | Eric Koegel | 7 | -45/+125 | |
2017-12-13 | Transifex translation update | ConsoleKit2TransifexBot | 6 | -84/+84 | |
Mode: default Matched 6 languages | |||||
2017-12-13 | fix: Correctly report SELinux support | Eric Koegel | 1 | -1/+1 | |
...instead of reporting POLKIT support again. fixes: https://github.com/ConsoleKit2/ConsoleKit2/issues/104 | |||||
2017-11-09 | i18n: update pot file | Eric Koegel | 1 | -14/+14 | |
2017-11-09 | fix: Only use tmpfs mounts on DFly if supported | Eric Koegel | 2 | -3/+7 | |
The vfs/tmpfs/tmpfs_mount.h file must be present on DragonFlyBSD for tmpfs mounts to properly work. | |||||
2017-11-01 | fix: incompatible-pointer-type warning | Eric Koegel | 1 | -1/+1 | |
2017-11-01 | Transifex translation update | ConsoleKit2TransifexBot | 6 | -50/+422 | |
Mode: default Matched 6 languages | |||||
2017-10-31 | Merge pull request #103 from markuspf/fix-make-tmpfs-dragonfly | Eric Koegel | 1 | -58/+14 | |
Fix `make_tmpfs` on DragonFly and clean up some redundant code | |||||
2017-10-31 | Remove some redundant code probing for hibernation, suspend, and sleep | Markus Pfeiffer | 1 | -51/+3 | |
2017-10-31 | Fix make_tmpfs for DragonFly | Markus Pfeiffer | 1 | -7/+11 | |
The previous version of the code assumed that DragonFly supports passing a string of options to mount(2). This is not the case and so this lead to a bug where a user's tmpfs was created with invalid ownership and mode. We now correctly pass a struct of type tmpfs_mount_info. The struct is only exported as of DragonFly 5.1 and newer, so this code will only build on a recent version of DragonFly. | |||||
2017-10-30 | Merge pull request #102 from AdelieLinux/master | Eric Koegel | 3 | -0/+60 | |
Add ListSeats method to Manager interface | |||||
2017-10-29 | Add ListSeats method to Manager interface | A. Wilcox | 3 | -0/+60 | |
This adds a logind-compatible ListSeats method to the ConsoleKit.Manager interface. This is needed because the seat name does not always exactly map to the object path (for instance, /Seat1 is 'seat0'). This also allows SDDM to work properly with ConsoleKit2. | |||||
2017-10-29 | Merge pull request #101 from markuspf/dragonfly-support | Eric Koegel | 6 | -69/+646 | |
Dragonfly support | |||||
2017-10-28 | Remove DragonFly specific code from FreeBSD sysdeps | Markus Pfeiffer | 1 | -66/+0 | |
2017-10-28 | Add DragonFlyBSD as a platform | Markus Pfeiffer | 5 | -3/+646 | |
2017-10-23 | Merge pull request #100 from Hummer12007/patch-1 | Eric Koegel | 1 | -1/+1 | |
Fixed a memory leak in ck-manager | |||||
2017-10-23 | Fixed a memory leak in ck-manager | Hummer12007 | 1 | -1/+1 | |
2017-07-31 | chore: Switch away from AC_DISABLE_STATIC | Eric Koegel | 1 | -2/+1 | |
https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html Says that we can use LT_INIT([disable-static]) to perform the same function as AC_DISABLE_STATIC. Fixes: https://github.com/ConsoleKit2/ConsoleKit2/issues/96 | |||||
2017-07-24 | fix: Seat property on Session interface | Eric Koegel | 1 | -1/+11 | |
return 'Seat1', '/org/freedesktop/ConsoleKit/Seat1' instead of the object path twice. | |||||
2017-07-23 | feat: Add CanControlSession dbus call | Eric Koegel | 3 | -0/+27 | |
This way a program can query whether CK2 can actually do the Session Controller stuff before attempting to call TakeControl. | |||||
2017-07-17 | Updates for 1.2.0 release1.2.0 | Eric Koegel | 3 | -5/+33 | |
2017-07-17 | Transifex translation update | ConsoleKit2TransifexBot | 5 | -203/+183 | |
Mode: default Matched 5 languages | |||||
2017-07-15 | i18n: update pot file | Eric Koegel | 1 | -39/+35 | |
2017-07-15 | fix: Allow changing to VTs we don't have a session for | Eric Koegel | 1 | -8/+19 | |
As an example, this allows you to be on VT2 and switch to VT5 which isn't currently being used for anything. | |||||
2017-07-15 | fix: correct introspection prefixes | Eric Koegel | 1 | -2/+2 | |
So the created gir file outputs the libconsolekit into a proper class. | |||||
2017-07-15 | feat: Add wscons headers for OpenBSD | Eric Koegel | 2 | -4/+17 | |
It won't be used until a session controller backend is built for OpenBSD but it will be one step less to add. | |||||
2017-07-07 | fix: Change configure.ac to enable the udev backend with devattr | Eric Koegel | 1 | -6/+31 | |
And print out which session controller backend we're using. |