]> git.ipfire.org Git - thirdparty/shadow.git/commit
libmisc: implement `get_session_host()`
authorIker Pedrosa <ipedrosa@redhat.com>
Tue, 18 Jul 2023 13:56:46 +0000 (15:56 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 2 Aug 2023 15:13:28 +0000 (10:13 -0500)
commitf40bdfa66a3a284a15f7b6f15aa379010d466212
treed4d2a0f0dde47502646d47e4a10ee113be5b508d
parentfb35ad15aef6190914a939b299e10c343e3e4c2a
libmisc: implement `get_session_host()`

Implement `get_session_host()` in `utmp.c` and `logind.c`.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
lib/prototypes.h
libmisc/Makefile.am
libmisc/logind.c [new file with mode: 0644]
libmisc/utmp.c