summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client/util.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-03-15writebufg() does two write(2) calls, both can return EPIPE, so handle it inOtto Moerbeek
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-01-24Make returns consistent and remove parentheses per style(9).Joel Sing
2017-01-24Complete jsing's coccinelle cleanup... by handTheo de Raadt
2017-01-24Replace comparisons between a constant or enum and an expression, withJoel Sing
2017-01-24string terminator is called a NULTheo de Raadt
2016-09-13A small amount more KNF to make this easier on our eyes. Not going furtherTheo de Raadt
2016-09-13hoist local variable initialization directly into the definitions,Theo de Raadt
2016-09-01we don't have config.hFlorian Obser
2016-08-31whitespaceSebastian Benoit
2016-08-31Import Kristaps' letskencrypt and call it acme-client in tree.Florian Obser