summaryrefslogtreecommitdiff
path: root/.local
AgeCommit message (Collapse)Author
2017-09-11suid wrapper: tidy #include commentsLuke Shumaker
- note that _GNU_SOURCE is for clearenv(3) specifically, since it is non-POSIX. - note that error(3) is a GNU extension - note which env functions we get from stdlib.h - don't forget to mention setreuid(3) for unistd.h
2017-09-11suid wrapper: handle errors from getpwuid() and setreuid()Luke Shumaker
2017-06-20adjust to be ready for the next version of conf.shLuke Shumaker
2017-06-20autobuid.sh: Bail if there is an errorLuke Shumaker
2017-06-20autobuild.c: Fix an overwrite-by-1 bugLuke Shumaker
It hasn't ever caused any issues, and it wasn't based on user-supplied input, so not a huge issue.
2017-04-24autobuild: Reset abslibre before trying to do anything.Luke Shumaker
This means that we need a lock on the git repository. Which is fine, I wasn't totally convinced that the old narrower locking was safe anyway.
2017-04-24Update: modern dbscripts mandates chroot buildingLuke Shumaker
2017-04-24setup: don't crash if there are no LC_* variables setLuke Shumaker
2017-04-24autobuild.sh: tidy a commentLuke Shumaker
2016-07-07tidy a commentLuke Shumaker
2016-07-07tidy/updateLuke Shumaker