| Commit message (Expand) | Author | Age |
* | Drop pledge capabilities after binding and connecting | June McEnroe | 2021-02-01 |
* | Add Repology links to README | June McEnroe | 2021-01-28 |
* | Clarify configuration path interpretations | June McEnroe | 2021-01-28 |
* | Tighten up XDG base directory path handling | June McEnroe | 2021-01-28 |
* | Refactor hasTag to be usable in more places | June McEnroe | 2021-01-24 |
* | Support echo-message capability | June McEnroe | 2021-01-24 |
* | Add -o and -t options to trust self-signed certificates 2.2 | June McEnroe | 2021-01-11 |
* | Make SYNOPSIS arguments consistent with option names | June McEnroe | 2021-01-11 |
* | Allow interspersing flags and config files | June McEnroe | 2021-01-11 |
* | Send CAP END if CAP LS response is empty | June McEnroe | 2020-12-21 |
* | Alphabetize STANDARDS sections | June McEnroe | 2020-12-18 |
* | Handle 437 ERR_UNAVAILRESOURCE like ERR_NICKNAMEINUSE | June McEnroe | 2020-12-05 |
* | Use uint64_t for save file signature 2.1p1 | June McEnroe | 2020-11-28 |
* | Unlink existing UNIX socket if it can't be connected to 2.1 | June McEnroe | 2020-11-23 |
* | Clean up main loop loops | June McEnroe | 2020-11-21 |
* | Add lazy client registration timeout | June McEnroe | 2020-11-20 |
* | Only allow clients to AUTHENTICATE if using a cert | June McEnroe | 2020-11-16 |
* | Set client sockets non-blocking | June McEnroe | 2020-11-16 |
* | Swap localAccept parameter order | June McEnroe | 2020-11-14 |
* | Only send shutdown QUIT and ERROR to registered clients | June McEnroe | 2020-11-14 |
* | Make struct Client public | June McEnroe | 2020-11-14 |
* | Wait for POLLIN to do client tls_handshake | June McEnroe | 2020-11-13 |
* | Use a fixed size pollfd array in calico | June McEnroe | 2020-11-13 |
* | Disallow / anywhere in server name | June McEnroe | 2020-11-13 |
* | Check bounds of ClientHello extensions length | June McEnroe | 2020-11-12 |
* | Report paths in unveil errors | June McEnroe | 2020-11-10 |
* | contrib/palaver: Use open_memstream instead of fmemopen | June McEnroe | 2020-10-24 |
* | Handle signals before the main loop | June McEnroe | 2020-10-11 |
* | Fix possibliy uninitialized error 2.0 | June McEnroe | 2020-09-09 |
* | Refactor reserialization and client self-producing | June McEnroe | 2020-08-31 |
* | Add chmod+chown to certbot example | June McEnroe | 2020-08-30 |
* | Rearrange bounce.c, move non-main mains below main | June McEnroe | 2020-08-30 |
* | Sandbox pounce with unveil(2) | June McEnroe | 2020-08-30 |
* | Refactor certificate loading and load all certs from config paths | June McEnroe | 2020-08-28 |
* | Sandbox pounce with pledge(2) | June McEnroe | 2020-08-27 |
* | Sandbox calico with pledge(2) and unveil(2) | June McEnroe | 2020-08-27 |
* | Add support for OpenBSD | June McEnroe | 2020-08-27 |
* | Remove rc scripts | June McEnroe | 2020-08-27 |
* | contrib/palaver: Fix documented database path | June McEnroe | 2020-08-27 |
* | contrib/palaver: Remove rc script | June McEnroe | 2020-08-27 |
* | contrib/palaver: Fix database search and creation | June McEnroe | 2020-08-27 |
* | contrib/palaver: Use pounce's XDG directory | June McEnroe | 2020-08-27 |
* | contrib/palaver: Only allow HTTPS | June McEnroe | 2020-08-27 |
* | Support the pounce_env rc variable | June McEnroe | 2020-08-25 |
* | Remove deprecated option names | June McEnroe | 2020-08-25 |
* | Document configuration and data file search | June McEnroe | 2020-08-25 |
* | Use dataOpen for save file | June McEnroe | 2020-08-24 |
* | Use configOpen to load localCA | June McEnroe | 2020-08-24 |
* | Use configPath to load client cert/priv | June McEnroe | 2020-08-24 |
* | Use configOpen in getopt_config | June McEnroe | 2020-08-24 |