- Jun 19, 2018
-
-
Dylan Hicks authored
Created a wrapper around child_process.execFile() that runs a command as a different user via (hopefully safe) sudo, while also sanity checking the parameters (eg. username) it feeds the sudo command. Further testing is needed, however.
-
- Jun 16, 2018
-
-
Dylan Hicks authored
Created a (somewhat) functional login screen, which will accept any credentials and return either a HTTP 200 or 401 status code, depending on whether the username has special characters or not. Still a long way to go - the login system still needs PAM integration of some sort.
-
- Jun 14, 2018
-
-
Dylan Hicks authored
-
Dylan Hicks authored
Created wrapper class around http.Server that cleans up abandoned socket files upon .listen(), rather than just giving up with an EADDRINUSE error if a socket with the specified name already exists. See HttpSocketServer in common/http-sockets.js
-
- Jun 11, 2018
-
-
Dylan Hicks authored
Lots of changes - including init.js no longer needing root, and a (somewhat) working stub for login-service.js
-
- Jun 10, 2018
-
-
Dylan Hicks authored
Made gitignore ignore temporary vim files; made init.js drop its privileges; improved description of package.json
-
Dylan Hicks authored
-
- Jun 07, 2018
-
-
frekk authored
-
- Jun 06, 2018
-
-
frekk authored
-
- Jun 05, 2018