Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-15 | update to 2.0.6v2.0.6OPENBSD_5_6 | Brent Cook | 1 | -1/+1 | |
2014-08-08 | rebase on pull when updating the openbsd branch | Brent Cook | 1 | -1/+1 | |
this avoids inadvertent local merges | |||||
2014-08-04 | conditionally build strnlen if needed. | Brent Cook | 3 | -0/+9 | |
it is only used by strndup prodded by Sortie@ | |||||
2014-08-04 | Crank version for next 2.0 | Bob Beck | 1 | -1/+1 | |
2014-07-31 | tie libressl branch to openbsd branch, bump ver. | Brent Cook | 3 | -9/+9 | |
Added OPENBSD_BRANCH to set what branch update.sh should checkout. | |||||
2014-07-31 | Crank version on HEAD to 2.1.0 2.0 cointinues on OPENBSD_5_6 branch | Bob Beck | 1 | -1/+1 | |
2014-07-30 | define MAP_ANON for systems with MAP_ANONYMOUS | Brent Cook | 1 | -3/+3 | |
switch the sense of this check | |||||
2014-07-30 | merge endian definitions between AIX/HP-UX/Solaris | Brent Cook | 1 | -7/+1 | |
2014-07-30 | update include/machine/endian.h for hpux portability. | inoguchi | 1 | -0/+3 | |
ok bcook@ | |||||
2014-07-30 | harmonize asprintf with OpenSSH | Brent Cook | 4 | -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-29 | include comment on windows services | Brent Cook | 1 | -0/+5 | |
2014-07-29 | add sys/mman.h shim to define MAP_ANON if needed | Brent Cook | 2 | -0/+15 | |
thanks to kinichiro for pointing this out ok deraadt@ beck@ | |||||
2014-07-29 | stub win32 issetugid implementation | Brent Cook | 2 | -0/+24 | |
ok deraadt@ beck@ |