summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-08-01 utmps-wtmpd can depend on libnsss tooLaurent Bercot
2018-08-01 Add nsss supportLaurent Bercot
2018-07-21 Adapt to skalibs-2.7.0.0Laurent Bercot
2018-06-27 bugfix: return early on connection failureLaurent Bercot
That allows utmpx-using programs to keep working (returning a failure) when no server is present, instead of blocking forever.
2018-06-20 Increase timeouts to 30s - do not penalize slow clientsLaurent Bercot
2018-06-20 Accept errno >= 128Laurent Bercot
2018-06-16 Only have pututxline() overwrite records with the same ut_lineLaurent Bercot
2018-06-16 Small bugfixes and GNU extensionsLaurent Bercot
2018-06-15 Small bugfixes, prepare for 0.0.1.1Laurent Bercot
2018-06-15 Add UTMPX_FILE macro to please coreutils and othersLaurent Bercot
2018-06-07 Add utmpxname, change default socket names, ready for 0.0.1.0Laurent Bercot
2017-11-22 change __unused to _dummyLaurent Bercot
__unused is a shortcut for __attribute__((__unused__)) on the BSDs, because of course it is. So, compilation error. -> change the field name.
2017-11-20 Initial release / rename to utmpsLaurent Bercot