summaryrefslogtreecommitdiff
path: root/usr.sbin/sasyncd
AgeCommit message (Expand)Author
2023-02-08usr.sbin: missing void to appease clang 15's -Wstrict-prototype.Theo Buehler
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-02-01change "demote counter" / "demote count" to "demotion counter", ok deraadtStuart Henderson
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-03-21Fix IPv6 address parsing and skipping of comment lines followed by blankOtto Moerbeek
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2019-01-17convert to using $OpenBSD markersTed Unangst
2018-06-28calling memset() after calloc() is redudant, sinceGleydson Soares
2018-04-10Schedule events against the monotonic clock.cheloha
2017-08-31enum can be signed or unsigned depending on the compiler; so make sure weOtto Moerbeek
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-05-21A few more freezero() usesTheo de Raadt
2017-04-18use freezero()Theo de Raadt
2017-04-10Check early if the mandatory carp "interface" was configured.Reyk Floeter
2017-04-09Fix multiple cases of reading past the end of a buffer in the sasyncd(8)Jonathan Gray
2017-04-04add a config test flag to sasyncdJonathan Gray
2017-04-04Add missing newline in fprintf error message.Reyk Floeter
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
2016-08-27Use %zu for size_t argumentsPhilip Guenther
2016-07-18add format attributes to log functions and fix some errorsSebastian Benoit
2015-12-12Remove NULL-checks before free().mmcc
2015-11-12an invalid carp link state is not a fatal error, since a while newly createdOtto Moerbeek
2015-10-18Use explicit_bzero() when the memory is freed directly afterward.mmcc
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-26fix use of uninitialized variable in error pathCharles Longeau
2014-10-16simple reallocarray()Theo de Raadt
2014-07-04malloc+memset -> callocPhilip Guenther
2014-06-29If you want <sys/queue.h>, you need to include it. Don't assume thatTheo de Raadt
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-12-21valid port interval 1 through 65535, not 1 - 65534Gleydson Soares
2012-09-15Don't depend on sa_family_t being typedefed by <sys/types.h>; pull inPhilip Guenthe
2012-09-12Fix a race condition which would cause segfault due to the kernelChristiano F. Haesbaert
2012-09-04fix log_err() calls (from Patrick Wildt) and remove extra space.Okan Demirmen
2012-08-17Don't need this anymore, we have it in bsd.own.mk now.Christiano F. Haesbaert
2012-04-15fix a leakJonathan Gray
2012-04-14Kill Boehms GC dead.Christiano F. Haesbaert
2012-04-14read returns ssize_t not int.Christiano F. Haesbaert
2012-04-14Kill useless memset.Christiano F. Haesbaert
2012-04-14Don't return from main with 2 uppon issuing double -c option, printChristiano F. Haesbaert
2012-04-14Add CDIAGFLAGS infrastructure.Christiano F. Haesbaert
2012-04-02Fix memory leak in error path, originally based on a diff from jsg@.Todd C. Miller
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2010-06-30clarify why carp demotion is necessary, and who is doing it.Kjell Wooding
2010-06-29Fix an obviously wrong comment. ok reyk@Kjell Wooding
2010-06-29Having more than 2 log levels is silly. Use only 3 verbosity levels:Kjell Wooding
2010-06-16Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). TheReyk Floeter
2009-11-11memory leak found by parfaitTheo de Raadt