Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve and simplify function and header detection logic. | Brent Cook | 2014-10-30 | 1 | -3/+1 |
| | | | | | | | | | Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug | ||||
* | harmonize asprintf with OpenSSH | Brent Cook | 2014-07-30 | 1 | -16/+13 |
| | | | | | | | | | * 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 | ||||
* | We're probably gonna need this for solaris 10 | Bob Beck | 2014-07-12 | 1 | -0/+101 |