about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use open safe wrappersLaurent Bercot2023-07-061-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.2.1Laurent Bercot2022-11-293-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.2.0; add file arg to utmps-wtmpdLaurent Bercot2022-03-201-8/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.1.0, add utmps-writeLaurent Bercot2021-12-196-8/+169
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Pass errno as unsigned charLaurent Bercot2021-09-026-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.0.3, adapt to skalibs-2.11.0.0Laurent Bercot2021-08-1011-19/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* I *did* say it was a bad idea to remove sanitization, Xavier.Laurent Bercot2021-04-191-6/+7
|
* Change WTMPX_FILE to something more commonLaurent Bercot2021-04-191-1/+1
|
* Treat utmpx's char arrays as nonstringsLaurent Bercot2021-04-134-14/+9
|
* Do not null-terminate ut_idLaurent Bercot2021-04-131-1/+0
|
* Only onestepback() before pututxline()Laurent Bercot2021-04-131-19/+1
|
* Add WTMP_FILE; make getutx*() stay on found recordLaurent Bercot2021-04-112-2/+27
|
* Mention procps-ng as example of UTMPX_FILE user (suggested by firasuke)Laurent Bercot2020-12-281-1/+1
|
* Get rid of webipc.hLaurent Bercot2020-12-111-1/+1
|
* Adapt to skalibs-2.10.0.0Laurent Bercot2020-11-292-3/+9
|
* Adapt to new stopwatch APILaurent Bercot2019-09-062-4/+2
|
* Move to stopwatch/wallclock where appropriateLaurent Bercot2019-09-043-1/+3
|
* Clean up formattingLaurent Bercot2019-07-131-4/+4
|
* bugfix: utmps-utmpd locking was too fine-grained.Laurent Bercot2019-07-081-14/+49
| | | | Also prepare for 0.0.2.2
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-202-2/+4
|
* version: 0.0.2.0 v0.0.2.0Laurent Bercot2019-01-062-4/+12
| | | | | utmps-wtmpd bugfix utmps-utmpd allows utmp group to write to utmp file
* utmps-wtmpd can depend on libnsss tooLaurent Bercot2018-08-011-0/+2
|
* Add nsss supportLaurent Bercot2018-08-011-0/+2
|
* Adapt to skalibs-2.7.0.0Laurent Bercot2018-07-211-14/+8
|
* bugfix: return early on connection failureLaurent Bercot2018-06-277-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 clientsLaurent Bercot2018-06-202-3/+3
|
* Accept errno >= 128Laurent Bercot2018-06-202-4/+4
|
* Only have pututxline() overwrite records with the same ut_lineLaurent Bercot2018-06-161-8/+10
|
* Small bugfixes and GNU extensionsLaurent Bercot2018-06-162-3/+9
|
* Small bugfixes, prepare for 0.0.1.1Laurent Bercot2018-06-151-2/+6
|
* Add UTMPX_FILE macro to please coreutils and othersLaurent Bercot2018-06-151-0/+3
|
* Add utmpxname, change default socket names, ready for 0.0.1.0Laurent Bercot2018-06-073-0/+26
|
* change __unused to _dummyLaurent Bercot2017-11-221-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 utmpsLaurent Bercot2017-11-2029-0/+801