summary refs log tree commit diff
ModeNameSize
-rw-r--r--LIBTLS_VERSION7log plain blame
-rw-r--r--Makefile.am1145log plain blame
-rw-r--r--Makefile.am.common162log plain blame
-rw-r--r--VERSION7log plain blame
d---------compat1648log plain
-rw-r--r--configure.ac5283log plain blame
-rw-r--r--import.sh2243log plain blame
d---------include105log plain
-rw-r--r--libtls.pc.in379log plain blame
d---------m4198log plain
d---------man605log plain
-rw-r--r--tls.c16928log plain blame
-rw-r--r--tls.sym2048log plain blame
-rw-r--r--tls_bio_cb.c3206log plain blame
-rw-r--r--tls_client.c10460log plain blame
-rw-r--r--tls_config.c20522log plain blame
-rw-r--r--tls_conninfo.c7537log plain blame
-rw-r--r--tls_internal.h8428log plain blame
-rw-r--r--tls_keypair.c4172log plain blame
-rw-r--r--tls_ocsp.c11098log plain blame
-rw-r--r--tls_peer.c2316log plain blame
-rw-r--r--tls_server.c10884log plain blame
-rw-r--r--tls_util.c4600log plain blame
-rw-r--r--tls_verify.c6734log plain blame
low=1'>Parse control commandsJune McEnroe 2020-08-15Read service pipesJune McEnroe Changed line reading functions to return const char * because modifying the strings by adding '\0' into them screws up the following call. 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe CLOCK_MONOTONIC exists everywhere. 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe Can be passed to ppoll(2) directly. 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe