schoen
schoen
Right now once the update script is integrated with the web UI, it's only going to indicate success or failure, even though the script itself knows (and outputs in a...
Currently it's a Python wrapper around the Busybox command-line "lock" utility. I'm not certain that there are no possible race conditions or stale lock conditions here that might lead to...
We want to anonymously gather information about when devices are attempting to update and whether it succeeded or not. A proposed way of doing this is to load a particular...
The version of libcurl that we have doesn't seem to check anything from /etc/ssl/certs but requires that root CAs or CA bundles be specified manually. This might actually be a...
We're putting a bunch of stuff in rc.local that ultimately should be broken out again into proper locations in rc.d.
Right now the router requires that users have DHCP from their ISPs, which not all home or office network configurations do.
Per #7922, sometimes people are still not realizing that `--allow-subset-of-names` is, as @alexzorin put it, "destructive" and potentially results in a gradual loss of certificate domain name coverage over time...