summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: complain when config.mk is not foundRunxi Yu2024-08-081-1/+1
|
* Remove pounce-editJune McEnroe2023-02-071-4/+0
| | | | | Temporarily? It never got finished and I need to be able to cut new releases of pounce without it.
* Use xdg.c for pounce-palaverJune McEnroe2022-07-171-1/+1
|
* Flatten extras to top-level directoryJune McEnroe2022-06-181-2/+17
|
* Load and reload local certificates like normalC. McEnroe2021-10-051-1/+0
|
* Clean up Makefiles, configure scriptsC. McEnroe2021-05-021-27/+34
| | | | | | Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables.
* Refactor certificate loading and load all certs from config pathsC. McEnroe2020-08-281-0/+1
|
* Remove rc scriptsC. McEnroe2020-08-271-19/+2
|
* Import xdg.c from catgirlC. McEnroe2020-08-241-0/+1
|
* Remove compat.hC. McEnroe2020-08-011-1/+1
|
* Rewrite configure script for all platformsC. McEnroe2020-07-241-7/+1
|
* Revert compression of man pages for installationC. McEnroe2020-05-191-6/+3
| | | | | Better to leave this up to the packager to do, as FreeBSD ports does, for example.
* Rewrite build and install to be more amenable to packagingC. McEnroe2020-05-191-19/+29
| | | | Hopefully. Trying to write a FreeBSD port against this.
* Add RUNDIR make variableC. McEnroe2020-05-181-1/+2
|
* Template rc scripts with %%PREFIX%%C. McEnroe2020-05-181-1/+6
| | | | The way that the ports tree does it.
* Use . as ${LDLIBS.$@} separatorC. McEnroe2020-04-201-1/+1
|
* Replace .mk files with configure scriptC. McEnroe2020-03-011-6/+1
| | | | Copied and expanded from catgirl.
* Reference openssl(1) by absolute pathedef2019-11-271-0/+2
| | | | | This still allows using openssl(1) from PATH, but defaults to using ${LIBRESSL_PREFIX}/bin/openssl.
* Don't always create ${ETCDIR}/rc.dC. McEnroe2019-11-261-1/+1
|
* Link calico with libcrypto on LinuxC. McEnroe2019-11-211-1/+1
| | | | For the strlcpy implementation.
* Revert "Test getopt_config"C. McEnroe2019-11-111-12/+1
| | | | | | This reverts commit c8a771828e1d5fc8c476bbd650fafcfb7ba390a8. It just feels gross... idk.
* Test getopt_configC. McEnroe2019-11-111-1/+12
|
* Separate tags from all targetC. McEnroe2019-11-101-1/+3
|
* Rename listen to localC. McEnroe2019-11-101-1/+1
|
* Allow unsetting LIBRESSL_PREFIXC. McEnroe2019-11-061-2/+2
|
* Don't install rc scripts or dirs on LinuxC. McEnroe2019-11-061-4/+5
|
* Declare more missing functions and deal with lack of SO_NOSIGPIPEC. McEnroe2019-11-061-0/+2
|
* Use explicit_bzero from LibreSSLC. McEnroe2019-11-061-2/+2
|
* Don't set directory modes on installC. McEnroe2019-11-041-1/+1
|
* Hash client passwords with cryptC. McEnroe2019-11-041-1/+1
|
* Set up /var/run/calico and /usr/local/etc/pounceC. McEnroe2019-11-031-1/+4
|
* Add calico rc scriptC. McEnroe2019-11-021-5/+6
|
* Add SNI socket dispatcherC. McEnroe2019-11-021-6/+14
| | | | pounce can't accept connections from it yet though!
* Add make target for localhost.crtCurtis McEnroe2019-10-301-0/+6
| | | | Adapted from <https://letsencrypt.org/docs/certificates-for-localhost/>.
* Implement getopt_long-integrated configuration parsingCurtis McEnroe2019-10-291-0/+1
|
* Use ETCDIR variable for install targetCurtis McEnroe2019-10-291-3/+4
|
* Add rc scriptCurtis McEnroe2019-10-261-3/+4
|
* Add install and uninstall targetsCurtis McEnroe2019-10-251-0/+10
|
* Rename project pounceCurtis McEnroe2019-10-251-3/+3
|
* Implement ringWriteCurtis McEnroe2019-10-241-0/+1
|
* Add dynamic poll listCurtis McEnroe2019-10-231-0/+1
|
* Add stateCurtis McEnroe2019-10-231-0/+1
|
* Implement serverConnectCurtis McEnroe2019-10-221-0/+1
|
* Rename bouncer to bounceCurtis McEnroe2019-10-221-2/+2
|
* Move listen code to listen.cCurtis McEnroe2019-10-191-1/+15
|
* Add argument parsing and dumb TLS serverCurtis McEnroe2019-10-151-0/+10
I can connect to this from Textual using a localhost certificate I manually made on macOS, at least.