summaryrefslogtreecommitdiff
path: root/bounce.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Say "OpenSSL" in additional permission noticesC. McEnroe2020-08-061-2/+2
* Fix signing certificates with -A and -gC. McEnroe2020-08-011-11/+7
* Remove compat.hC. McEnroe2020-08-011-0/+4
* Use snprintf instead of strlcatC. McEnroe2020-08-011-2/+2
* Use snprintf instead of strlcpyC. McEnroe2020-07-311-3/+3
* Use RAND_bytes instead of arc4random_bufC. McEnroe2020-07-311-2/+6
* Add -R blind-req optionC. McEnroe2020-07-061-4/+7
* Add additional permission for linking with LibreSSLC. McEnroe2020-06-081-0/+11
* Add server send queueing with time intervalC. McEnroe2020-05-111-2/+21
* Pass -1 as backlog to listen(2)C. McEnroe2020-05-111-1/+1
* Check signals after handling ready socketsC. McEnroe2020-05-111-24/+24
* Generate short option string from long optionsC. McEnroe2020-04-021-40/+45
* Do not crash on error from acceptC. McEnroe2020-04-021-0/+5
* Replace .mk files with configure scriptC. McEnroe2020-03-011-2/+2
* Advertise STS policyC. McEnroe2020-02-271-1/+3
* Implement source address selectionmultiplexd2020-02-181-2/+5
* Set certificate expiry to 10 yearsC. McEnroe2020-01-161-2/+2
* Allow signing by CA in -gC. McEnroe2020-01-121-4/+43
* Rename all local-related options to local-C. McEnroe2020-01-121-7/+17
* Use the CAP_PREAD rightC. McEnroe2020-01-121-1/+1
* Add option to set local client CAC. McEnroe2020-01-121-3/+13
* Rename -A and -Q to -y and -qC. McEnroe2020-01-071-5/+5
* Revert "Exit when server gets POLLHUP"C. McEnroe2019-12-221-4/+1
* Exit when server gets POLLHUPC. McEnroe2019-12-201-1/+4
* Reference openssl(1) by absolute pathedef2019-11-271-1/+1
* Declare globals as extern in headers, and define in source fileMichael Forney2019-11-211-0/+2
* Request NAMES on sync by defaultC. McEnroe2019-11-151-2/+2
* Rename listen to localC. McEnroe2019-11-101-5/+5
* Check that password is hashedC. McEnroe2019-11-081-0/+3
* Only change AWAY status for registered clientsC. McEnroe2019-11-081-6/+3
* Include path in readlinkat errorC. McEnroe2019-11-071-1/+1
* Call clientConsume before clientRecvC. McEnroe2019-11-071-1/+1
* Declare more missing functions and deal with lack of SO_NOSIGPIPEC. McEnroe2019-11-061-0/+1
* Define one CERTBOT_PATH rather than two format stringsC. McEnroe2019-11-061-2/+8
* Change license to GPLv3C. McEnroe2019-11-061-4/+4
* Add flag to generate a client certificateC. McEnroe2019-11-061-1/+17
* Use explicit_bzero from LibreSSLC. McEnroe2019-11-061-2/+2
* Clean up bounce.cC. McEnroe2019-11-051-88/+87
* Use "priv" instead of "key" in optionsC. McEnroe2019-11-051-2/+2
* Use arc4random_bufC. McEnroe2019-11-051-3/+1
* Implement SASL EXTERNALC. McEnroe2019-11-051-6/+9
* Add options for TLS client certificateC. McEnroe2019-11-041-2/+10
* Hash client passwords with cryptC. McEnroe2019-11-041-1/+13
* Rename bind-unix to bind-pathC. McEnroe2019-11-031-1/+1
* Append bindHost to bindPath if it is a directoryC. McEnroe2019-11-031-4/+13
* Fix trying to cap_rights_limit a NULL saveFileCurtis McEnroe2019-11-021-2/+4
* Implement UNIX-domain bindingC. McEnroe2019-11-021-2/+7
* Limit saveFile to CAP_WRITECurtis McEnroe2019-11-011-1/+4
* Implement capsicum workaround for certbotCurtis McEnroe2019-11-011-23/+66
* Reload certificates using openatCurtis McEnroe2019-11-011-37/+66