aboutsummaryrefslogtreecommitdiffstats
path: root/src/conn-tools/deps-exe
Commit message (Collapse)AuthorAgeFilesLines
* Great Tcpserver Unification. Prepare for 2.6.0.0.Laurent Bercot2023-09-306-8/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove s6-tcpserver?d dependency on libs6Laurent Bercot2023-09-112-2/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New versions of s6-tcpserver4d and s6-tcpserver6dLaurent Bercot2023-09-082-0/+2
| | | | | | | | | | | - both now use posix_spawn when available - s6-tcpserver4d uses avltree for logarithmic lookups - s6-tcpserver6d still has the linear lookup - the point was to benchmark linear vs logarithmic, but the fork() overhead overshadowed everything - now with fork() out of the way, I'm going back to benchmarks Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Move all tls stuff into its own subdirLaurent Bercot2020-11-218-22/+0
|
* Add s6-ucspitlscLaurent Bercot2020-11-211-0/+3
|
* Refactor tls code to support ucspi-tlsLaurent Bercot2020-11-205-10/+15
| | | | | | | | | | | | | | | | | | That includes: - new architecture: the tls binary is now a child of the app instead of the other way around - the sbearssl_run engine now takes a post-handshake callback. This allows s6-tlsc and s6-tlsd to only exec into the app when the handshake succeeds (which was already the case with libressl). - new binaries s6-tlsc-io and s6-tlsd-io encapsulate the crypto code; they init and run the engine, connecting to 4 already open fds (stdin/stdout = network, argv[1] and argv[2] = local) - s6-tlsc is now a simple wrapper around s6-tlsc-io - s6-tlsd is now a simple wrapper around s6-tlsd-io - new binary: s6-ucspitlsd, which is also a wrapper around s6-tlsd-io, but differently: the parent execs the app which should be ucspi-tls-aware, the child waits for a command from the parent and execs into s6-tlsd-io if it receives it.
* Remove tainnow.lib dependencyLaurent Bercot2019-09-215-5/+5
|
* Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking ↵Laurent Bercot2016-12-042-2/+0
| | | | easier.
* Fix several bugs in stls, make the engine workLaurent Bercot2016-12-012-0/+2
|
* Add -z option to s6-tlsc/s6-tlsd to clean TLS env vars before spawning ↵Laurent Bercot2016-11-262-0/+2
| | | | (default)
* Alpha version of the SSL work.Laurent Bercot2016-11-254-0/+12
| | | | | | Doesn't build yet, but I'm scared of losing it, so using git as storage. Will fix the stupid bugs now, the tricky bugs later.
* Move Unix domain socket and access control stuff to s6.Laurent Bercot2015-01-1514-27/+1
| | | | | Move seekablepipe to s6-portable-utils. Version: 2.0.1.0, release candidate
* - Parallel build fixv2.0.1.0Laurent Bercot2015-01-145-5/+5
| | | | - Version updated to 2.0.1.0, release candidate
* Experimental decoupling of socketbinders and daemons in ucspi servers.Laurent Bercot2015-01-077-1/+12
| | | | | Rewrite of s6-ipcserver as a small wrapper. s6-tcpserver4 and s6-tcpserver6 will follow.
* And s6-ioconnect, that pulls shutdown. </3 SolarisLaurent Bercot2014-12-161-0/+1
|
* And s6-getservbyname, because Solaris !Laurent Bercot2014-12-161-0/+1
|
* Update dependencies to ${SOCKET_LIB}, because SolarisLaurent Bercot2014-12-163-0/+3
|
* Initial commitLaurent Bercot2014-12-1518-0/+40