about summary refs log tree commit diff
path: root/dispatch.c (follow)
Commit message (Expand)AuthorAge
* OpenBSD: Fix broken unveil in calico on 7.2June McEnroe2022-10-30
* Update copyrights, authorsJune McEnroe2022-07-17
* FreeBSD: Remove capsicum supportJune McEnroe2021-10-05
* Use a fixed size pollfd array in calicoJune McEnroe2020-11-13
* Disallow / anywhere in server nameJune McEnroe2020-11-13
* Check bounds of ClientHello extensions lengthJune McEnroe2020-11-12
* Sandbox calico with pledge(2) and unveil(2)June McEnroe2020-08-27
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-06
* Remove compat.hJune McEnroe2020-08-01
* Don't use strlcpy in dispatchJune McEnroe2020-07-24
* Grant CAP_SETSOCKOPT in dispatch 1.3p1June McEnroe2020-06-12
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Don't bother setting SO_NOSIGPIPEJune McEnroe2020-05-18
* Pass -1 as backlog to listen(2)June McEnroe2020-05-11
* Use for loop for getopt in calico 1.2p1June McEnroe2020-04-02
* Do not crash on error from accept in calicoJune McEnroe2020-04-02
* Avoid a couple VLAs with constant sizeMichael Forney2019-11-20
* Use strlcpy for sun_pathsJune McEnroe2019-11-20
* Declare more missing functions and deal with lack of SO_NOSIGPIPEJune McEnroe2019-11-06
* Change license to GPLv3June McEnroe2019-11-06
* Send an unrecognized_name alert when failing to dispatchJune McEnroe2019-11-02
* Apply capsicum to calicoJune McEnroe2019-11-02
* Don't try to sendfd if connect failedJune McEnroe2019-11-02
* Add SNI socket dispatcherJune McEnroe2019-11-02