Commits


[seccomp] allow ugetrlimit(2), needed by glibc on armv7l


missing dots (not adding one in the gemini version because it could be mistakenly for part of the command)


specify that renew-certs needs gmid from the master branch


relax the "wont proxy request" check: don't check the port number Don't refuse to serve the request if the port number doesn't match the one we're listening on, as initially suggested by Allen Sobot. Complex setup may have a gmid instance reachable from multiple ports and the meaning of the check in the first places was to avoid tricking clients into thinking that we're serving for those domains: the port number is way less important than the schema or domain name. In the long run, the best way would probably to add a `listen on' keyword for the servers blocks, just like OpenBSD' httpd, but gmid can't listen on multiple ports/interfaces yet


configure: support --prefix=... It's like passing PREFIX=... on the command line


typo forgot to rename variable in lib.sh: dont_check -> dont_check_server_alive.


rename `runtime' to `regress' while there also kill an unused rule `regress', it's now redundant since all the tests are run together.


rename variable


run all kinds of tests via tests.sh/runtime while there also change the dependency in the makefile: iri_test should be alone, not as deps of `data'.


add ocs stapling checking for gg


explain config-less mode


sync changelog


don't run the test binaries, compilation status is enough During a cross-compilation we can compile the test binaries but not run in the host machine. Furthermore, the exit status of the test isn't really important for the types of check we have, the compilation status is enough. Reported by Nikolay Korotkiy (@sikmir) on Github, fixes issue #8


free OCSP path when clearing the config was forgotten in ff05125eb81e5bbf2cf05b8434d03bce584936e0


don't list the exact pledge promises It's easy to forgot to update the README after a code change (already happened in the past) and they're easy to discover by reading sandbox.c