aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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