Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | Make test-login and test-sleep output debugging | Zbigniew Jędrzejewski-Szmek | |
Without a call to log_parse_environment(), things like SYSTEMD_LOG_LEVEL do not work. | |||
2013-04-24 | login: add new call sd_get_machine_names() to get a list of current virtual ↵ | Lennart Poettering | |
machines and containers | |||
2013-04-04 | login: add sd_login_monitor_get_timeout() public api call | Lennart Poettering | |
We don't need this right now, but we should keep our options open, in case we need more than just an fd for waking up. | |||
2013-04-04 | login: add new public API call sd_login_monitor_get_events() to get poll() ↵ | Lennart Poettering | |
flags to wait for We should keep our options open, so that we can watch for POLLOUT later on if we wish to. CUrrently this call will always return POLLIN however. | |||
2012-06-21 | login: wrap CanTTY and CanGraphical seat attributes in libsystemd-login | Lennart Poettering | |
2012-06-21 | logind: introduce a state for session, being one of online, active, closing | Lennart Poettering | |
online = logged in active = logged in and session is in the fg closing = nominally logged out but some left-over processes still around Related to: https://bugzilla.gnome.org/show_bug.cgi?id=677556 | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-02-15 | login: introduce sd_session_get_display() | Lennart Poettering | |
2012-02-14 | login: add new sd_session_get_type() and sd_session_get_class API calls | Lennart Poettering | |
2012-02-13 | sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, ↵ | Lennart Poettering | |
work on objects of the calling process | |||
2012-01-05 | build-sys: move public header files into a dir of their own | Lennart Poettering | |
2011-12-31 | logind: move logind into its own subdirectory | Lennart Poettering | |