summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-112-2/+2
* logind,sd-event: drop spurious new-linesLennart Poettering2015-06-101-4/+2
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-0/+4
* logind: Fix user_elect_display() to be more stablePhilip Withnall2015-06-051-36/+54
* Merge pull request #58 from pwithnall/wip/pwithnall/user-active-on-vt-switchDavid Herrmann2015-06-041-0/+1
|\
| * logind: Save the user’s state when a session enters SESSION_ACTIVEPhilip Withnall2015-06-021-0/+1
* | Merge pull request #57 from pwithnall/wip/pwithnall/udev-virtualbox-rulesDavid Herrmann2015-06-041-0/+1
|\ \ | |/ |/|
| * logind: Add a udev rule to tag all DRM cards with master-of-seatPhilip Withnall2015-06-021-0/+1
* | util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-292-1/+3
* | path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2015-05-291-1/+1
* | logind: prefix some calls to unlink with (void)Daniel Mack2015-05-272-2/+2
* | logind: unlink /run/nologin when shutdown is cancelledDaniel Mack2015-05-271-0/+5
* | util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* | core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-4/+4
* | sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering2015-04-291-4/+4
* | sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-298-131/+89
* | logind: kill newline characters from log_error_errno() callsDaniel Mack2015-04-242-14/+14
* | logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack2015-04-243-0/+94
* | logind: add code for UTMP wall messagesDaniel Mack2015-04-244-0/+234
* | logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack2015-04-243-0/+144
* | logind: factor out polkit checksDaniel Mack2015-04-241-28/+50
* | logind: make local functions staticDaniel Mack2015-04-242-12/+7
* | logind: use sd_event timer source for inhibitor logicDaniel Mack2015-04-243-57/+62
* | logind: drop unused argument from method_do_shutdown_or_sleep()Daniel Mack2015-04-241-7/+0
* | pam_system: use (void) to silence coverityZbigniew Jędrzejewski-Szmek2015-04-121-1/+1
* | shared: add terminal-util.[ch]Ronny Chevalier2015-04-118-0/+8
* | shared: add process-util.[ch]Ronny Chevalier2015-04-104-0/+4
* | shared: add formats-util.hRonny Chevalier2015-04-1011-0/+11
* | logind: drop "interactive" parameter from SetRebootToFirmwareSetup() bus callLennart Poettering2015-04-071-4/+3
* | logind,systemctl: add reboot to EFI firmware supportJan Janssen2015-04-073-0/+120
* | polkit: rename bus_verify_polkit() to bus_test_polkit() and make it strictly ...Lennart Poettering2015-04-071-3/+3
* | util: rework cunescape(), improve error handlingLennart Poettering2015-04-072-8/+7
* | util: rework rm_rf() logicLennart Poettering2015-04-061-2/+3
* | logind: check return value of session_releaseZbigniew Jędrzejewski-Szmek2015-03-153-10/+14
* | logind: explicitly ignore errors we can do nothing aboutZbigniew Jędrzejewski-Szmek2015-03-131-3/+3
* | tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-132-3/+3
* | login: fix copy-pasto in error pathZbigniew Jędrzejewski-Szmek2015-03-071-1/+1
* | login: make hold-off timeout configurableDavid Herrmann2015-03-065-5/+7
* | Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2015-03-031-3/+4
* | user-sessions: move into own subdir and build independently of logindIvan Shapovalov2015-02-271-80/+0
* | po: simplify one sentenceZbigniew Jędrzejewski-Szmek2015-02-241-1/+1
* | remove unused includesThomas Hindoe Paaboel Andersen2015-02-2325-59/+0
* | logind: fix a typo in a polkit descriptionPiotr Drąg2015-02-211-1/+1
* | logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-189-102/+188
|/
* logind: tell Coverity that we knowingly ignore mkdir()'s return valueLennart Poettering2015-02-101-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-033-3/+3
* remove unused variablesThomas Hindoe Paaboel Andersen2015-02-021-3/+0
* logind: handle closing sessions over daemon restartsMartin Pitt2015-01-282-3/+22
* logind: chown+chmod /run/user/$UID if mount(tmpfs) fails with EPERMChristian Seiler2015-01-271-3/+19
* logind: remove per-user runtime dir again if setup failsChristian Seiler2015-01-271-3/+7