summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Filter invite-notifyC. McEnroe2019-11-104-11/+23
* Add capsicum note to READMEC. McEnroe2019-11-101-3/+12
* Filter extended-joinC. McEnroe2019-11-103-1/+16
* Expand client configuration documentation and list capabilitiesC. McEnroe2019-11-101-2/+38
* Request all supported caps from serverC. McEnroe2019-11-101-2/+9
* Filter ACCOUNT, AWAY, CHGHOST for incapable clientsC. McEnroe2019-11-101-0/+42
* Rename listen to localC. McEnroe2019-11-105-22/+22
* Remove extended-join and invite-notifyC. McEnroe2019-11-091-2/+0
* Maintain stateCaps and offer them to clientsC. McEnroe2019-11-093-9/+17
* Parse capabilitiesC. McEnroe2019-11-092-9/+64
* Avoid the reserved _A names with BIT macroC. McEnroe2019-11-091-1/+1
* Define macro for bit flag enumsC. McEnroe2019-11-092-4/+5
* Check that password is hashedC. McEnroe2019-11-081-0/+3
* Avoid calling getopt_long again after it returns -1C. McEnroe2019-11-081-1/+4
* Only change AWAY status for registered clientsC. McEnroe2019-11-083-7/+13
* Just write the example normallyC. McEnroe2019-11-071-1/+1
* Include path in readlinkat errorC. McEnroe2019-11-071-1/+1
* Call clientConsume before clientRecvC. McEnroe2019-11-071-1/+1
* Use -l:filename in Linux.mkC. McEnroe2019-11-061-4/+1
* Fix compat.h for #defined strlcpyC. McEnroe2019-11-061-0/+2
* Allow unsetting LIBRESSL_PREFIXC. McEnroe2019-11-061-2/+2
* Document calico service configurationC. McEnroe2019-11-062-4/+36
* Document SASL EXTERNAL configuration in more detailC. McEnroe2019-11-061-0/+32
* Document pounce service configurationC. McEnroe2019-11-061-2/+61
* Mention Darwin and GNU/Linux in READMEC. McEnroe2019-11-061-4/+6
* Assume LibreSSL from brew on DarwinC. McEnroe2019-11-061-0/+1
* Remove -DNO_EXPLICIT_BZERO from Darwin.mkC. McEnroe2019-11-061-1/+0
* Don't install rc scripts or dirs on LinuxC. McEnroe2019-11-062-4/+10
* Add Linux.mkC. McEnroe2019-11-061-0/+5
* Use #defines for constant stringsC. McEnroe2019-11-063-11/+11
* Declare more missing functions and deal with lack of SO_NOSIGPIPEC. McEnroe2019-11-064-4/+14
* Define one CERTBOT_PATH rather than two format stringsC. McEnroe2019-11-062-8/+10
* Change license to GPLv3C. McEnroe2019-11-0611-111/+124
* Add flag to generate a client certificateC. McEnroe2019-11-062-2/+31
* Give SYNOPSIS Ars more informative namesC. McEnroe2019-11-061-9/+9
* Expand SASL EXTERNAL documentationC. McEnroe2019-11-061-12/+16
* Use explicit_bzero from LibreSSLC. McEnroe2019-11-0612-22/+55
* Clean up bounce.cC. McEnroe2019-11-051-88/+87
* Use "priv" instead of "key" in optionsC. McEnroe2019-11-052-5/+5
* Use arc4random_bufC. McEnroe2019-11-051-3/+1
* Add missing includeC. McEnroe2019-11-051-0/+1
* Use one call to set client cert and keyC. McEnroe2019-11-051-13/+2
* Implement SASL EXTERNALC. McEnroe2019-11-054-27/+40
* Add options for TLS client certificateC. McEnroe2019-11-044-9/+58
* Zero PASS parameterC. McEnroe2019-11-042-4/+6
* Don't set directory modes on installC. McEnroe2019-11-041-1/+1
* Hash client passwords with cryptC. McEnroe2019-11-046-14/+41
* Move base64 to bounce.hC. McEnroe2019-11-042-32/+35
* Rename bind-unix to bind-pathC. McEnroe2019-11-032-2/+2
* Append bindHost to bindPath if it is a directoryC. McEnroe2019-11-032-5/+22