summaryrefslogtreecommitdiff
path: root/sys/src/libauthsrv/readcons.c
AgeCommit message (Collapse)Author
2017-10-04libauthsrv: preserve readcons() error message from read() errorcinap_lenrek
2016-07-31libauthsrv: export common readcons() routine and introduce PASSWDLEN constantcinap_lenrek
drawterm, factotum, secstore and the auth commands all had ther own implementation of readcons. we want to have one common function for this to avoid the duplication, so putting that in libauthsrv. introduce PASSWDLEN which makes the use more explicit than ANAMELEN.