chiark / gitweb /
sd-bus: drop redundant code
[elogind.git] / src / login /
2017-03-14 Daniel Macklogind: fix write_string_file() fallout
2017-03-14 David Herrmannlogind: never select closing sessions for a VT
2017-03-14 David Herrmannlogind: prefer new sessions over older ones on VT switches
2017-03-14 Lennart Poetteringlogind: bring bus policy up-to-date
2017-03-14 David Herrmannlogind: rename 'pos' to 'position'
2017-03-14 David Herrmannlogind: allow greeters to take over VTs
2017-03-14 Lennart Poetteringnss-mymachines: map userns users of containers to real...
2017-03-14 Umut Tezduyar Lindskogproperty callback returns are consistent
2017-03-14 David Herrmannlogind: fail on CreateSession if already in session
2017-03-14 David Herrmannlogind: allow sessions to share a VT if it's a greeter
2017-03-14 Zbigniew Jędrzejew... login: use normal comparison to zero for integers
2017-03-14 Daniel Mackfileio: consolidate write_string_file*()
2017-03-14 Zbigniew Jędrzejew... login: simplify assignment
2017-03-14 Lennart Poetteringsd-bus: introduce new sd_bus_flush_close_unref() call
2017-03-14 Torstein Husebøtreewide: fix typos
2017-03-14 David Herrmannlogin: re-use VT-sessions if they already exist
2017-03-14 Gerd Hoffmannlogin: add rule for qemu's pci-bridge-seat
2017-03-14 Jan Alexander Stef... pam_systemd: Properly check kdbus availability
2017-03-14 Simon McVittielogind: save /run/systemd/users/UID before starting...
2017-03-14 Kay Sieversturn kdbus support into a runtime option
2017-03-14 Lennart Poetteringlogind: apply selinux label to XDG_RUNTIME_DIR
2017-03-14 Lennart Poetteringlogind: rework display counting when detecting whether...
2017-03-14 Lennart Poetteringlogind: cast close() call to (void)
2017-03-14 Lennart Poetteringeverywhere: actually make use of DUAL_TIMESTAMP_NULL...
2017-03-14 Lennart Poetteringlogind: expose "Docked" bool as property on the bus
2017-03-14 Lennart Poetteringeverywhere: port everything to sigprocmask_many() and...
2017-03-14 David Herrmanntree-wide: fix memory leaks in users of bus_map_all_pro...
2017-03-14 Ronny Chevalierlogin: fix potential null pointer dereference
2017-03-14 Lennart Poetteringlogind,sd-event: drop spurious new-lines
2017-03-14 Daniel Macklogind: fix delayed execution regression
2017-03-14 Philip Withnalllogind: Add a udev rule to tag all DRM cards with maste...
2017-03-14 Philip Withnalllogind: Save the user’s state when a session enters...
2017-03-14 Lennart Poetteringtree-wide: whenever we fork off a foreign child process...
2017-03-14 Lennart Poetteringutil: split out signal-util.[ch] from util.[ch]
2017-03-14 Martin Pittpath-util: Change path_is_mount_point() symlink arg...
2017-03-14 Philip Withnalllogind: Fix user_elect_display() to be more stable
2017-03-14 Daniel Macklogind: prefix some calls to unlink with (void)
2017-03-14 Daniel Macklogind: unlink /run/nologin when shutdown is cancelled
2017-03-14 Ricardo WurmusRename systemd-logind to logind.
2017-03-14 Lennart Poetteringutil: split all hostname related calls into hostname...
2017-03-14 Lennart Poetteringcore: rework unit name validation and manipulation...
2017-03-14 Lennart Poetteringsd-bus: allow passing NULL as bus parameter to sd_bus_s...
2017-03-14 Lennart Poetteringsd-bus: drop bus parameter from message callback prototype
2017-03-14 Daniel Macklogind: kill newline characters from log_error_errno...
2017-03-14 Daniel Macklogind: add support for /run/nologin and /run/systemd...
2017-03-14 Daniel Macklogind: add code for UTMP wall messages
2017-03-14 Lennart Poetteringtmpfiles: there's no systemd-forbid-user-logins.service...
2017-03-14 Daniel Macklogind: add .ScheduleShutdown and .CancelScheduledShutd...
2017-03-14 Daniel Macklogind: factor out polkit checks
2017-03-14 Zbigniew Jędrzejew... pam_system: use (void) to silence coverity
2017-03-14 Daniel Macklogind: make local functions static
2017-03-14 Daniel Macklogind: use sd_event timer source for inhibitor logic
2017-03-14 Ronny Chevaliershared: add terminal-util.[ch]
2017-03-14 Ronny Chevaliershared: add formats-util.h
2017-03-14 Ronny Chevaliershared: add process-util.[ch]
2017-03-14 Ronny Chevaliercore: set_put never returns -EEXIST
2017-03-14 Daniel Macklogind: drop unused argument from method_do_shutdown_or...
2017-03-14 Lennart Poetteringlogind: drop "interactive" parameter from SetRebootToFi...
2017-03-14 Lennart Poetteringpolkit: rename bus_verify_polkit() to bus_test_polkit...
2017-03-14 Lennart Poetteringutil: rework cunescape(), improve error handling
2017-03-14 Lennart Poetteringutil: rework rm_rf() logic
2017-03-14 Jan Janssenlogind,systemctl: add reboot to EFI firmware support
2016-03-17 Andy WingoClear pending action after resume from delayed sleep.
2016-03-16 Andy WingoEmit PrepareForSleep when resuming.
2016-03-06 Andy WingoFixes to user and session saving
2016-03-06 Andy WingoClassify processes from sessions into cgroups
2016-03-06 Andy WingoSet up cgroups when logind starts
2015-09-01 Andy WingoFix argument order when checking inhibitors
2015-09-01 Andy WingoStop sessions on ReleaseSession v219.11
2015-09-01 Andy WingoFix the login monitor
2015-08-29 Andy WingoAdd poweroff, suspend etc. loginctl commands
2015-08-29 Andy WingoIncorporate sleep.conf into logind.conf
2015-08-23 Andy WingoHandle suspend/hibernate/hybrid-suspend/shutdown/reboot...
2015-08-23 Andy WingoBeginnings of handling suspend/etc within logind
2015-08-23 Andy WingoRemove unused manager routines
2015-08-23 Andy Wingologind.c cleanup
2015-08-23 Andy WingoRemove systemd subscription and user/session units
2015-08-23 Andy WingoRemove support for auto-spawning VTs
2015-08-20 Andy WingoActually working with pam v219.5
2015-08-20 Andy WingoDon't try to set up cgroups for new users v219.4
2015-08-20 Andy WingoCreate /run/systemd as needed v219.3
2015-08-19 Andy WingoPlay better with non-FHS distros v219.2
2015-08-18 Andy WingoFix logind startup
2015-08-15 Ricardo WurmusRename systemd-logind to logind.
2015-08-15 Ricardo WurmusRename PAM configuration file.
2015-04-08 Andy Wingopam_elogind compiling
2015-04-08 Andy WingoCompiling.
2015-03-15 Zbigniew Jędrzejew... logind: check return value of session_release
2015-03-14 Zbigniew Jędrzejew... logind: explicitly ignore errors we can do nothing...
2015-03-13 David Herrmanntree-wide: there is no ENOTSUP on linux
2015-03-07 Zbigniew Jędrzejew... login: fix copy-pasto in error path
2015-03-06 David Herrmannlogin: make hold-off timeout configurable
2015-03-04 Zbigniew Jędrzejew... Do not advertise .d snippets over main config file
2015-02-27 Ivan Shapovalovuser-sessions: move into own subdir and build independe...
2015-02-25 Zbigniew Jędrzejew... po: simplify one sentence
2015-02-23 Thomas Hindoe Paab... remove unused includes
2015-02-21 Piotr Drąglogind: fix a typo in a polkit description
2015-02-18 Lennart Poetteringlogind: open up most bus calls for unpriviliged process...
2015-02-10 Lennart Poetteringlogind: tell Coverity that we knowingly ignore mkdir...
2015-02-03 Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
next