Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use open safe wrappers | Laurent Bercot | 2023-07-06 | 1 | -6/+6 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 0.1.2.1 | Laurent Bercot | 2022-11-29 | 3 | -3/+3 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 0.1.2.0; add file arg to utmps-wtmpd | Laurent Bercot | 2022-03-20 | 1 | -8/+14 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 0.1.1.0, add utmps-write | Laurent Bercot | 2021-12-19 | 6 | -8/+169 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Pass errno as unsigned char | Laurent Bercot | 2021-09-02 | 6 | -7/+7 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 0.1.0.3, adapt to skalibs-2.11.0.0 | Laurent Bercot | 2021-08-10 | 11 | -19/+19 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | I *did* say it was a bad idea to remove sanitization, Xavier. | Laurent Bercot | 2021-04-19 | 1 | -6/+7 |
| | |||||
* | Change WTMPX_FILE to something more common | Laurent Bercot | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | Treat utmpx's char arrays as nonstrings | Laurent Bercot | 2021-04-13 | 4 | -14/+9 |
| | |||||
* | Do not null-terminate ut_id | Laurent Bercot | 2021-04-13 | 1 | -1/+0 |
| | |||||
* | Only onestepback() before pututxline() | Laurent Bercot | 2021-04-13 | 1 | -19/+1 |
| | |||||
* | Add WTMP_FILE; make getutx*() stay on found record | Laurent Bercot | 2021-04-11 | 2 | -2/+27 |
| | |||||
* | Mention procps-ng as example of UTMPX_FILE user (suggested by firasuke) | Laurent Bercot | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | Get rid of webipc.h | Laurent Bercot | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | Adapt to skalibs-2.10.0.0 | Laurent Bercot | 2020-11-29 | 2 | -3/+9 |
| | |||||
* | Adapt to new stopwatch API | Laurent Bercot | 2019-09-06 | 2 | -4/+2 |
| | |||||
* | Move to stopwatch/wallclock where appropriate | Laurent Bercot | 2019-09-04 | 3 | -1/+3 |
| | |||||
* | Clean up formatting | Laurent Bercot | 2019-07-13 | 1 | -4/+4 |
| | |||||
* | bugfix: utmps-utmpd locking was too fine-grained. | Laurent Bercot | 2019-07-08 | 1 | -14/+49 |
| | | | | Also prepare for 0.0.2.2 | ||||
* | Adapt to skalibs/posixishard.h | Laurent Bercot | 2019-02-20 | 2 | -2/+4 |
| | |||||
* | version: 0.0.2.0 v0.0.2.0 | Laurent Bercot | 2019-01-06 | 2 | -4/+12 |
| | | | | | utmps-wtmpd bugfix utmps-utmpd allows utmp group to write to utmp file | ||||
* | utmps-wtmpd can depend on libnsss too | Laurent Bercot | 2018-08-01 | 1 | -0/+2 |
| | |||||
* | Add nsss support | Laurent Bercot | 2018-08-01 | 1 | -0/+2 |
| | |||||
* | Adapt to skalibs-2.7.0.0 | Laurent Bercot | 2018-07-21 | 1 | -14/+8 |
| | |||||
* | bugfix: return early on connection failure | Laurent Bercot | 2018-06-27 | 7 | -9/+8 |
| | | | | | That allows utmpx-using programs to keep working (returning a failure) when no server is present, instead of blocking forever. | ||||
* | Increase timeouts to 30s - do not penalize slow clients | Laurent Bercot | 2018-06-20 | 2 | -3/+3 |
| | |||||
* | Accept errno >= 128 | Laurent Bercot | 2018-06-20 | 2 | -4/+4 |
| | |||||
* | Only have pututxline() overwrite records with the same ut_line | Laurent Bercot | 2018-06-16 | 1 | -8/+10 |
| | |||||
* | Small bugfixes and GNU extensions | Laurent Bercot | 2018-06-16 | 2 | -3/+9 |
| | |||||
* | Small bugfixes, prepare for 0.0.1.1 | Laurent Bercot | 2018-06-15 | 1 | -2/+6 |
| | |||||
* | Add UTMPX_FILE macro to please coreutils and others | Laurent Bercot | 2018-06-15 | 1 | -0/+3 |
| | |||||
* | Add utmpxname, change default socket names, ready for 0.0.1.0 | Laurent Bercot | 2018-06-07 | 3 | -0/+26 |
| | |||||
* | change __unused to _dummy | Laurent Bercot | 2017-11-22 | 1 | -1/+1 |
| | | | | | __unused is a shortcut for __attribute__((__unused__)) on the BSDs, because of course it is. So, compilation error. -> change the field name. | ||||
* | Initial release / rename to utmps | Laurent Bercot | 2017-11-20 | 29 | -0/+801 |