summaryrefslogtreecommitdiff
path: root/systemd/login.c
Commit message (Collapse)AuthorAgeFilesLines
* Reformat documentation to be more PEP257-compliantZbigniew Jędrzejewski-Szmek2016-09-201-7/+6
| | | | | | | | | | Wrapping the sources to ~80 columns means that the formatted output is annoying to read. Rewrap to ~74 columns in the output. Also remove some obsolete descritions of journal permissions and refer to journalctl(1) instead. Add some missing docstrings.
* tree-wide: systemd→python-systemd in headersZbigniew Jędrzejewski-Szmek2015-08-071-3/+3
|
* Update LICENSE file and classifiersZbigniew Jędrzejewski-Szmek2015-07-051-1/+0
| | | | | | The license was originally MIT, but when this module became part of systemd, it was changed to LGPLv2+. All files had correct headers, so only the LICENSE file needs updating. Take the opportunity to add classifiers to setup.py.
* build-sys: update setup.py to build everythingZbigniew Jędrzejewski-Szmek2015-07-051-1/+0
|
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2015-07-051-6/+5
|
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2015-07-051-20/+10
| | | | | | | | | | | | | | - Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { }
* systemd-python: check for oom, give nicer error messagesZbigniew Jędrzejewski-Szmek2015-07-051-1/+1
|
* systemd-python: allow threads around flushZbigniew Jędrzejewski-Szmek2015-07-051-0/+2
| | | | flush() is potentially costly.
* systemd-python: use consistent indentationZbigniew Jędrzejewski-Szmek2015-07-051-46/+46
|
* systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek2015-07-051-0/+209
|
* systemd-python: add wrappers for easy functions in sd-loginZbigniew Jędrzejewski-Szmek2015-07-051-0/+176
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names.