Skip to content

emptty-0.4.0

Compare
Choose a tag to compare
@tvrzna tvrzna released this 30 Nov 15:49
· 277 commits to master since this release
Fixes
  • added PAM module for Debian based distros
  • fixed executable flag on SystemD service unit
  • fixed executable flag on default config file
  • fixed closing of opened XDisplay
  • fixed catching signals on running environment (added SIGHUP, SIGINT, SIGQUIT)
Features
  • dynamic MOTD, which prints script result as MOTD
  • configurable background and foreground color
  • putting UTMP/WTMP entry. This allows to check login history
  • added build tags to provide build handle theoretical issues with libc dependencies (e.g. make build TAGS=nopam,noutmp)
  • no PAM version (nopam tag), for Linux it uses crypt.h and shadow.h, for OpenBSD it uses bsd_auth.h
  • no Xlib version (noxlib tag) for specific situations (e.g. only Wayland environment expected)
  • no UTMP version (noutmp tag) to avoid issues with different implementation of UTMP