aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-24copyright years++Omar Polo
2023-06-24remove unused global flagOmar Polo
2023-06-24don't match host if connecting from the wrong socketOmar Polo
2023-06-24typoOmar Polo
2023-06-24load the certs per listening addressOmar Polo
2023-06-24send host addresses to the server processOmar Polo
2023-06-24better fd rampage avoidanceOmar Polo
2023-06-23hopefully fix the macos ciOmar Polo
2023-06-23add missing include of ../config.h in regress/*.cOmar Polo
2023-06-23macos' clang is retardedOmar Polo
2023-06-23don't quote $5 when calling pkg-configOmar Polo
2023-06-23use REGRESS_HOST to specify the host to listen to; use in CIOmar Polo
2023-06-23fix `listen on *'Omar Polo
2023-06-23implement `listen on'Omar Polo
2023-06-23rename client->addr to raddr (remote address) and keep original lengthOmar Polo
2023-06-23typo; use the `l' variable not `len'Omar Polo
2023-06-23add missing -include of *.d filesOmar Polo
2023-06-23drop debug logOmar Polo
2023-06-23remove the new_*() declarations that were moved to utils.cOmar Polo
2023-06-23use host->domain to report errors, $2 is free'dOmar Polo
2023-06-23sort pledge promises as per pledge(2)Omar Polo
2023-06-23drop `proc' pledge in the main processOmar Polo
2023-06-14add `release' targetOmar Polo
2023-06-13more avoiding of void pointer arithmeticsOmar Polo
2023-06-13simplify checkOmar Polo
2023-06-13enable -Werror on CIOmar Polo
2023-06-13drop questionable #warningOmar Polo
2023-06-13rework the configure scriptOmar Polo
2023-06-13avoid arithmetic on void pointers (GNU extension)Omar Polo
2023-06-13add mac_task with disabled runtime tests for the time beingOmar Polo
2023-06-13fix the build with some yacc implementationsOmar Polo
2023-06-13remove regress/shaOmar Polo
2023-06-13work around missing SOCK_NONBLOCK/CLOEXEC on macosOmar Polo
2023-06-12use the default prefork in testsOmar Polo
2023-06-12load_ca: get a buffer instead of a fdOmar Polo
2023-06-12simplify config_send_kp: use config_send_fileOmar Polo
2023-06-11remove proc_ispeer()Omar Polo
2023-06-11disable the privsep crypto engine on !OpenBSDOmar Polo
2023-06-11remove has_siginfoOmar Polo
2023-06-11add -Wpointer-sign to the mixOmar Polo
2023-06-11fixes for -Wpointer-signOmar Polo
2023-06-11cast uint64_t to unsigned long longOmar Polo
2023-06-11work around different signature for ecdsae_compute_keyOmar Polo
2023-06-11add a privsep crypto engineOmar Polo
2023-06-11drop useless debug statementOmar Polo
2023-06-11move setproctitle/privsep_process earlierOmar Polo
2023-06-11rework load_file to use pread()Omar Polo
2023-06-11adjust how locations are receivedOmar Polo
2023-06-11simplify ocsp sending using config_send_fileOmar Polo
2023-06-10change config_send_file to take the process id as argumentOmar Polo