summaryrefslogtreecommitdiff
path: root/src/login/libsystemd-login.sym
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25build-sys: create "compatibility libraries" sectionZbigniew Jędrzejewski-Szmek1-87/+0
Compat stuff is moved to src/compat-libs/. Warnings are issued when programs are linked with the deprecated library.
2014-01-25build-sys: merge libsystemd-login into libsystemdZbigniew Jędrzejewski-Szmek1-7/+0
A compatibility libsystemd-login library is created which uses .symver and ifunc magic proposed by Lennart to make programs linked to the old library name continue to work seamlessly. Unfortunately the bfd linker crashes: https://sourceware.org/bugzilla/show_bug.cgi?id=16467 This will be fixed in binutils 2.25. As a work-around, gold can be used: LDFLAGS=-Wl,-fuse-ld=gold Unfortunately the switch to pick the linker appeared in gcc 4.8. This also doesn't work with LLVM: http://llvm.org/bugs/show_bug.cgi?id=11897
2013-12-21libsystemd-login: add sd_session_get_remote_{host, user}Mantas Mikulėnas1-0/+7
2013-09-11sd-login: add a public accessor for the VT numberGiovanni Campagna1-0/+5
The VT number was already part of the DBus API, but was not exposed in the C API.
2013-07-03build-sys: bump/correct library versionsLennart Poettering1-1/+1
2013-06-21login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering1-0/+5
2013-04-24login: add new call sd_get_machine_names() to get a list of current virtual ↵Lennart Poettering1-0/+5
machines and containers
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move ↵Lennart Poettering1-0/+1
containers there Containers will now carry a label (normally derived from the root directory name, but configurable by the user), and the container's root cgroup is /machine/<label>. This label is called "machine name", and can cover both containers and VMs (as soon as libvirt also makes use of /machine/). libsystemd-login can be used to query the machine name from a process. This patch also includes numerous clean-ups for the cgroup code.
2013-04-15sd-login: add a sd_pid_get_user_unit() callLennart Poettering1-0/+5
2013-04-04login: add sd_login_monitor_get_timeout() public api callLennart Poettering1-0/+1
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-04login: add new public API call sd_login_monitor_get_events() to get poll() ↵Lennart Poettering1-0/+5
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.
2013-01-15login: introduce sd_session_get_tty()Lennart Poettering1-0/+5
2012-06-21login: wrap CanTTY and CanGraphical seat attributes in libsystemd-loginLennart Poettering1-0/+2
2012-06-21logind: introduce a state for session, being one of online, active, closingLennart Poettering1-0/+5
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-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-2/+2
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-15login: introduce sd_session_get_display()Lennart Poettering1-0/+1
2012-02-14login: add new sd_session_get_type() and sd_session_get_class API callsLennart Poettering1-0/+6
2012-01-05login: implement sd_session_get_service()Lennart Poettering1-0/+1
2012-01-04journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since ↵Lennart Poettering1-1/+1
processes might also be related to mount, swap or socket units, not just services
2012-01-03login: introduce sd_pid_get_service()Lennart Poettering1-0/+5
2011-12-31logind: move more files into subdirectoryLennart Poettering1-0/+35