aboutsummaryrefslogtreecommitdiff
path: root/VERSION (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-15update to 2.0.6v2.0.6OPENBSD_5_6Brent Cook1-1/+1
2014-08-08rebase on pull when updating the openbsd branchBrent Cook1-1/+1
this avoids inadvertent local merges
2014-08-04conditionally build strnlen if needed.Brent Cook3-0/+9
it is only used by strndup prodded by Sortie@
2014-08-04Crank version for next 2.0Bob Beck1-1/+1
2014-07-31tie libressl branch to openbsd branch, bump ver.Brent Cook3-9/+9
Added OPENBSD_BRANCH to set what branch update.sh should checkout.
2014-07-31Crank version on HEAD to 2.1.0 2.0 cointinues on OPENBSD_5_6 branchBob Beck1-1/+1
2014-07-30define MAP_ANON for systems with MAP_ANONYMOUSBrent Cook1-3/+3
switch the sense of this check
2014-07-30merge endian definitions between AIX/HP-UX/SolarisBrent Cook1-7/+1
2014-07-30update include/machine/endian.h for hpux portability.inoguchi1-0/+3
ok bcook@
2014-07-30harmonize asprintf with OpenSSHBrent Cook4-111/+39
* use the original name for the file from OpenSSH (remove duplicate version) * add va_copy/__va_copy checks to configure * incorporate proposed fixes to openssh version: + include more system headers directly for various definitions + limit the scope of va_copy/va_end to their affected vsnprintf calls + simplify error handling, removing a dead assignment
2014-07-29include comment on windows servicesBrent Cook1-0/+5
2014-07-29add sys/mman.h shim to define MAP_ANON if neededBrent Cook2-0/+15
thanks to kinichiro for pointing this out ok deraadt@ beck@
2014-07-29stub win32 issetugid implementationBrent Cook2-0/+24
ok deraadt@ beck@