summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-21Change route_input to a non-variadic function and just pass the addressClaudio Jeker
2017-01-21bug was fixed, delete the BUGS sectionIngo Schwarze
2017-01-21slightly simplify header and footer stylesIngo Schwarze
2017-01-21Avoid writing constant style attributes over and over again.Ingo Schwarze
2017-01-21Fix misspelling in commentPhilip Guenther
2017-01-21Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since theirPatrick Wildt
2017-01-21Make the if_flags member unsigned. This was prompted by clangPatrick Wildt
2017-01-21clean up the remaining class attributesIngo Schwarze
2017-01-21_dl_exit() is __dead, so it should return void.Philip Guenther
2017-01-21fix bogus commentBob Beck
2017-01-21Make return value of X509_verify_cert be consistent with the error code,Bob Beck
2017-01-21amd64 can build rcrt0.o with the stack-protectorPhilip Guenther
2017-01-21Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcrPhilip Guenther
2017-01-21Make LLVM create strict aligned code for OpenBSD/arm64. We currentlyPatrick Wildt
2017-01-20Standardize class attributes for semantic macros.Ingo Schwarze
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20Implement gcc suggestion of extra parentheses. No functional change.Kenneth R Westerback
2017-01-20Restore setting the visibility of __guard_local to hidden for betterPhilip Guenther
2017-01-20Use a global variable PUB_KEY for the location of the key file.Robert Peichaer
2017-01-20standardize .Rs class attributesIngo Schwarze
2017-01-20standardize .Bl and .It class attributesIngo Schwarze
2017-01-20Merge two conditional expressionsMike Belopuhov
2017-01-20Add a warning when the address pool is exhaustedMike Belopuhov
2017-01-20Constify the data argument for ibuf_newMike Belopuhov
2017-01-20Reset various pointers in ikev2_msg_cleanupMike Belopuhov
2017-01-20Make sure to free reference to the public key after decodingMike Belopuhov
2017-01-20Print error rather than fatal() if tcgetattr() fails, which is much moreNicholas Marriott
2017-01-20Closed SAs should never be treated as validMike Belopuhov
2017-01-20Check bounds of the flows array when configuring traffic selectorsMike Belopuhov
2017-01-20Verify the certificate imsg payload sizeMike Belopuhov
2017-01-20Include only found SPIs into the PAYLOAD_DELETE messageMike Belopuhov
2017-01-20Minor formatting fixMike Belopuhov
2017-01-20New RFC7383 defineMike Belopuhov
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20Use bsd.regress.mk in the intended way so that the test printsAlexander Bluhm
2017-01-20unbreak treeSebastian Benoit
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20Take gcc's suggestions about parenthesis around assignments usedKenneth R Westerback
2017-01-20Delete ancient macros and unnecessary #includesPhilip Guenther
2017-01-20Split error() into error() and warning() so error() can be marked __dead toKenneth R Westerback
2017-01-20if a route is not valid, set down instead of admindownPeter Hessler
2017-01-20Correctly list all libraries required.Theo de Raadt
2017-01-20Another ip_ipsp.h missing, found by krw@Claudio Jeker
2017-01-20fix typoPeter Hessler
2017-01-20Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup.Claudio Jeker
2017-01-20don't increase the error counter in the not-down case, in generalPeter Hessler
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2017-01-20only increase the error counter if we are in a not-down statePeter Hessler
2017-01-20correctly set our rx timer to be the required minimum, not the barePeter Hessler