Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-19 | I *did* say it was a bad idea to remove sanitization, Xavier. | Laurent Bercot | |
2021-04-19 | Change WTMPX_FILE to something more common | Laurent Bercot | |
2021-04-13 | Treat utmpx's char arrays as nonstrings | Laurent Bercot | |
2021-04-13 | Do not null-terminate ut_id | Laurent Bercot | |
2021-04-13 | Only onestepback() before pututxline() | Laurent Bercot | |
2021-04-11 | Add WTMP_FILE; make getutx*() stay on found record | Laurent Bercot | |
2020-12-28 | Mention procps-ng as example of UTMPX_FILE user (suggested by firasuke) | Laurent Bercot | |
2020-12-11 | Get rid of webipc.h | Laurent Bercot | |
2020-11-29 | Adapt to skalibs-2.10.0.0 | Laurent Bercot | |
2019-09-06 | Adapt to new stopwatch API | Laurent Bercot | |
2019-09-04 | Move to stopwatch/wallclock where appropriate | Laurent Bercot | |
2019-07-13 | Clean up formatting | Laurent Bercot | |
2019-07-08 | bugfix: utmps-utmpd locking was too fine-grained. | Laurent Bercot | |
Also prepare for 0.0.2.2 | |||
2019-02-20 | Adapt to skalibs/posixishard.h | Laurent Bercot | |
2019-01-06 | version: 0.0.2.0v0.0.2.0 | Laurent Bercot | |
utmps-wtmpd bugfix utmps-utmpd allows utmp group to write to utmp file | |||
2018-08-01 | utmps-wtmpd can depend on libnsss too | Laurent Bercot | |
2018-08-01 | Add nsss support | Laurent Bercot | |
2018-07-21 | Adapt to skalibs-2.7.0.0 | Laurent Bercot | |
2018-06-27 | bugfix: return early on connection failure | Laurent 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 clients | Laurent Bercot | |
2018-06-20 | Accept errno >= 128 | Laurent Bercot | |
2018-06-16 | Only have pututxline() overwrite records with the same ut_line | Laurent Bercot | |
2018-06-16 | Small bugfixes and GNU extensions | Laurent Bercot | |
2018-06-15 | Small bugfixes, prepare for 0.0.1.1 | Laurent Bercot | |
2018-06-15 | Add UTMPX_FILE macro to please coreutils and others | Laurent Bercot | |
2018-06-07 | Add utmpxname, change default socket names, ready for 0.0.1.0 | Laurent Bercot | |
2017-11-22 | change __unused to _dummy | Laurent 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 utmps | Laurent Bercot | |