| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-01 | change "demote counter" / "demote count" to "demotion counter", ok deraadt |  sthen | 1 | -3/+3 |
| 2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the |  schwarze | 1 | -2/+7 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2019-03-21 | Fix IPv6 address parsing and skipping of comment lines followed by blank |  otto | 1 | -2/+5 |
| 2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 1 | -3/+3 |
| 2019-01-17 | convert to using $OpenBSD markers |  tedu | 1 | -1/+1 |
| 2018-06-28 | calling memset() after calloc() is redudant, since |  gsoares | 1 | -2/+1 |
| 2018-04-10 | Schedule events against the monotonic clock. |  cheloha | 3 | -27/+29 |
| 2017-08-31 | enum can be signed or unsigned depending on the compiler; so make sure we |  otto | 1 | -3/+3 |
| 2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing |  espie | 1 | -2/+2 |
| 2017-05-21 | A few more freezero() uses |  deraadt | 1 | -25/+8 |
| 2017-04-18 | use freezero() |  deraadt | 1 | -5/+3 |
| 2017-04-10 | Check early if the mandatory carp "interface" was configured. |  reyk | 1 | -1/+6 |
| 2017-04-09 | Fix multiple cases of reading past the end of a buffer in the sasyncd(8) |  jsg | 1 | -3/+5 |
| 2017-04-04 | add a config test flag to sasyncd |  jsg | 2 | -7/+18 |
| 2017-04-04 | Add missing newline in fprintf error message. |  reyk | 1 | -2/+2 |
| 2016-08-27 | Pull in <sys/select.h> for fd_set |  guenther | 3 | -3/+6 |
| 2016-08-27 | Use %zu for size_t arguments |  guenther | 1 | -2/+2 |
| 2016-07-18 | add format attributes to log functions and fix some errors |  benno | 3 | -9/+11 |
| 2015-12-12 | Remove NULL-checks before free(). |  mmcc | 1 | -5/+3 |
| 2015-11-12 | an invalid carp link state is not a fatal error, since a while newly created |  otto | 1 | -1/+2 |
| 2015-10-18 | Use explicit_bzero() when the memory is freed directly afterward. |  mmcc | 2 | -11/+11 |
| 2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* |  deraadt | 7 | -29/+28 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2 | -5/+4 |
| 2014-10-26 | fix use of uninitialized variable in error path |  chl | 1 | -2/+2 |
| 2014-10-16 | simple reallocarray() |  deraadt | 1 | -3/+3 |
| 2014-07-04 | malloc+memset -> calloc |  guenther | 1 | -4/+3 |
| 2014-06-29 | If you want <sys/queue.h>, you need to include it. Don't assume that |  deraadt | 1 | -1/+2 |
| 2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be |  deraadt | 1 | -2/+3 |
| 2012-12-21 | valid port interval 1 through 65535, not 1 - 65534 |  gsoares | 1 | -3/+2 |
| 2012-09-15 | Don't depend on sa_family_t being typedefed by <sys/types.h>; pull in |  guenther | 1 | -1/+2 |
| 2012-09-12 | Fix a race condition which would cause segfault due to the kernel |  haesbaert | 1 | -43/+72 |
| 2012-09-04 | fix log_err() calls (from Patrick Wildt) and remove extra space. |  okan | 1 | -3/+3 |
| 2012-08-17 | Don't need this anymore, we have it in bsd.own.mk now. |  haesbaert | 1 | -11/+1 |
| 2012-04-15 | fix a leak |  jsg | 1 | -1/+2 |
| 2012-04-14 | Kill Boehms GC dead. |  haesbaert | 3 | -33/+3 |
| 2012-04-14 | read returns ssize_t not int. |  haesbaert | 1 | -2/+3 |
| 2012-04-14 | Kill useless memset. |  haesbaert | 1 | -3/+1 |
| 2012-04-14 | Don't return from main with 2 uppon issuing double -c option, print |  haesbaert | 1 | -2/+2 |
| 2012-04-14 | Add CDIAGFLAGS infrastructure. |  haesbaert | 4 | -10/+21 |
| 2012-04-02 | Fix memory leak in error path, originally based on a diff from jsg@. |  millert | 1 | -16/+12 |
| 2011-06-23 | Use a common text explaining how the various configuration parsers using |  sthen | 1 | -3/+7 |
| 2010-06-30 | clarify why carp demotion is necessary, and who is doing it. |  kjell | 1 | -5/+8 |
| 2010-06-29 | Fix an obviously wrong comment. ok reyk@ |  kjell | 1 | -2/+2 |
| 2010-06-29 | Having more than 2 log levels is silly. Use only 3 verbosity levels: |  kjell | 5 | -33/+33 |
| 2010-06-16 | Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). The |  reyk | 9 | -51/+196 |
| 2009-11-11 | memory leak found by parfait |  deraadt | 1 | -1/+2 |
| 2009-11-11 | spacing |  deraadt | 1 | -2/+2 |
| 2009-06-26 | use standard safe C |  deraadt | 1 | -2/+2 |
| 2009-06-25 | sasyncd isn't interested in messages on the routing socket other than |  sthen | 1 | -1/+7 |