summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd (follow)
Commit message (Expand)AuthorAgeFilesLines
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-2/+7
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Fix IPv6 address parsing and skipping of comment lines followed by blankotto2019-03-211-2/+5
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-3/+3
* convert to using $OpenBSD markerstedu2019-01-171-1/+1
* calling memset() after calloc() is redudant, sincegsoares2018-06-281-2/+1
* Schedule events against the monotonic clock.cheloha2018-04-103-27/+29
* enum can be signed or unsigned depending on the compiler; so make sure weotto2017-08-311-3/+3
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-2/+2
* A few more freezero() usesderaadt2017-05-211-25/+8
* use freezero()deraadt2017-04-181-5/+3
* Check early if the mandatory carp "interface" was configured.reyk2017-04-101-1/+6
* Fix multiple cases of reading past the end of a buffer in the sasyncd(8)jsg2017-04-091-3/+5
* add a config test flag to sasyncdjsg2017-04-042-7/+18
* Add missing newline in fprintf error message.reyk2017-04-041-2/+2
* Pull in <sys/select.h> for fd_setguenther2016-08-273-3/+6
* Use %zu for size_t argumentsguenther2016-08-271-2/+2
* add format attributes to log functions and fix some errorsbenno2016-07-183-9/+11
* Remove NULL-checks before free().mmcc2015-12-121-5/+3
* an invalid carp link state is not a fatal error, since a while newly createdotto2015-11-121-1/+2
* Use explicit_bzero() when the memory is freed directly afterward.mmcc2015-10-182-11/+11
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-207-29/+28
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-5/+4
* fix use of uninitialized variable in error pathchl2014-10-261-2/+2
* simple reallocarray()deraadt2014-10-161-3/+3
* malloc+memset -> callocguenther2014-07-041-4/+3
* If you want <sys/queue.h>, you need to include it. Don't assume thatderaadt2014-06-291-1/+2
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* valid port interval 1 through 65535, not 1 - 65534gsoares2012-12-211-3/+2
* Don't depend on sa_family_t being typedefed by <sys/types.h>; pull inguenther2012-09-151-1/+2
* Fix a race condition which would cause segfault due to the kernelhaesbaert2012-09-121-43/+72
* fix log_err() calls (from Patrick Wildt) and remove extra space.okan2012-09-041-3/+3
* Don't need this anymore, we have it in bsd.own.mk now.haesbaert2012-08-171-11/+1
* fix a leakjsg2012-04-151-1/+2
* Kill Boehms GC dead.haesbaert2012-04-143-33/+3
* read returns ssize_t not int.haesbaert2012-04-141-2/+3
* Kill useless memset.haesbaert2012-04-141-3/+1
* Don't return from main with 2 uppon issuing double -c option, printhaesbaert2012-04-141-2/+2
* Add CDIAGFLAGS infrastructure.haesbaert2012-04-144-10/+21
* Fix memory leak in error path, originally based on a diff from jsg@.millert2012-04-021-16/+12
* Use a common text explaining how the various configuration parsers usingsthen2011-06-231-3/+7
* clarify why carp demotion is necessary, and who is doing it.kjell2010-06-301-5/+8
* Fix an obviously wrong comment. ok reyk@kjell2010-06-291-2/+2
* Having more than 2 log levels is silly. Use only 3 verbosity levels:kjell2010-06-295-33/+33
* Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). Thereyk2010-06-169-51/+196
* memory leak found by parfaitderaadt2009-11-111-1/+2
* spacingderaadt2009-11-111-2/+2
* use standard safe Cderaadt2009-06-261-2/+2
* sasyncd isn't interested in messages on the routing socket other thansthen2009-06-251-1/+7
* document the bug that sasyncd peers should share the sameotto2008-04-041-2/+6