Age | Commit message (Expand) | Author |
2017-01-21 | Change route_input to a non-variadic function and just pass the address | Claudio Jeker |
2017-01-21 | bug was fixed, delete the BUGS section | Ingo Schwarze |
2017-01-21 | slightly simplify header and footer styles | Ingo Schwarze |
2017-01-21 | Avoid writing constant style attributes over and over again. | Ingo Schwarze |
2017-01-21 | Fix misspelling in comment | Philip Guenther |
2017-01-21 | Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since their | Patrick Wildt |
2017-01-21 | Make the if_flags member unsigned. This was prompted by clang | Patrick Wildt |
2017-01-21 | clean up the remaining class attributes | Ingo Schwarze |
2017-01-21 | _dl_exit() is __dead, so it should return void. | Philip Guenther |
2017-01-21 | fix bogus comment | Bob Beck |
2017-01-21 | Make return value of X509_verify_cert be consistent with the error code, | Bob Beck |
2017-01-21 | amd64 can build rcrt0.o with the stack-protector | Philip Guenther |
2017-01-21 | Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr | Philip Guenther |
2017-01-21 | Make LLVM create strict aligned code for OpenBSD/arm64. We currently | Patrick Wildt |
2017-01-20 | Standardize class attributes for semantic macros. | Ingo Schwarze |
2017-01-20 | work on making log.c similar in all daemons: | Sebastian Benoit |
2017-01-20 | Implement gcc suggestion of extra parentheses. No functional change. | Kenneth R Westerback |
2017-01-20 | Restore setting the visibility of __guard_local to hidden for better | Philip Guenther |
2017-01-20 | Use a global variable PUB_KEY for the location of the key file. | Robert Peichaer |
2017-01-20 | standardize .Rs class attributes | Ingo Schwarze |
2017-01-20 | standardize .Bl and .It class attributes | Ingo Schwarze |
2017-01-20 | Merge two conditional expressions | Mike Belopuhov |
2017-01-20 | Add a warning when the address pool is exhausted | Mike Belopuhov |
2017-01-20 | Constify the data argument for ibuf_new | Mike Belopuhov |
2017-01-20 | Reset various pointers in ikev2_msg_cleanup | Mike Belopuhov |
2017-01-20 | Make sure to free reference to the public key after decoding | Mike Belopuhov |
2017-01-20 | Print error rather than fatal() if tcgetattr() fails, which is much more | Nicholas Marriott |
2017-01-20 | Closed SAs should never be treated as valid | Mike Belopuhov |
2017-01-20 | Check bounds of the flows array when configuring traffic selectors | Mike Belopuhov |
2017-01-20 | Verify the certificate imsg payload size | Mike Belopuhov |
2017-01-20 | Include only found SPIs into the PAYLOAD_DELETE message | Mike Belopuhov |
2017-01-20 | Minor formatting fix | Mike Belopuhov |
2017-01-20 | New RFC7383 define | Mike Belopuhov |
2017-01-20 | work on making log.c similar in all daemons: | Sebastian Benoit |
2017-01-20 | work on making log.c similar in all daemons: | Sebastian Benoit |
2017-01-20 | Use bsd.regress.mk in the intended way so that the test prints | Alexander Bluhm |
2017-01-20 | unbreak tree | Sebastian Benoit |
2017-01-20 | work on making log.c similar in all daemons: | Sebastian Benoit |
2017-01-20 | Take gcc's suggestions about parenthesis around assignments used | Kenneth R Westerback |
2017-01-20 | Delete ancient macros and unnecessary #includes | Philip Guenther |
2017-01-20 | Split error() into error() and warning() so error() can be marked __dead to | Kenneth R Westerback |
2017-01-20 | if a route is not valid, set down instead of admindown | Peter Hessler |
2017-01-20 | Correctly list all libraries required. | Theo de Raadt |
2017-01-20 | Another ip_ipsp.h missing, found by krw@ | Claudio Jeker |
2017-01-20 | fix typo | Peter Hessler |
2017-01-20 | Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup. | Claudio Jeker |
2017-01-20 | don't increase the error counter in the not-down case, in general | Peter Hessler |
2017-01-20 | rearrange pledge promises into the canonical order; easier to eyeball | Theo de Raadt |
2017-01-20 | only increase the error counter if we are in a not-down state | Peter Hessler |
2017-01-20 | correctly set our rx timer to be the required minimum, not the bare | Peter Hessler |