Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ff58a2e3 | 2014-07-30 13:22:00 | update include/machine/endian.h for hpux portability. ok bcook@ | ||
| b9ff0728 | 2014-07-30 06:53:02 | harmonize asprintf with OpenSSH * 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 | ||
| a07e3370 | 2014-07-29 18:21:58 | include comment on windows services | ||
| af705b3f | 2014-07-29 07:39:23 | add sys/mman.h shim to define MAP_ANON if needed thanks to kinichiro for pointing this out ok deraadt@ beck@ | ||
| 983103b0 | 2014-07-28 21:06:37 | stub win32 issetugid implementation ok deraadt@ beck@ | ||
| 46dd7aac | 2014-07-28 21:00:25 | added dist.sh script - generates tarball ok deraadt@ beck@ | ||
| d328203f | 2014-07-28 20:57:43 | produce a error if platform has no arc4random hook ok deraadt@ beck@ | ||
| 35e2d8d0 | 2014-07-28 19:26:15 | add asprintf / vasprintf from OpenSSH portable ok deraadt@ beck@ | ||
| 02ad0041 | 2014-07-25 14:58:53 | Update endian.h for AIX/IRIX Added AIX/IRIX compatibility for endian detection. ok bcook@ deraadt@ beck@ | ||
| 981fc361 | 2014-07-28 12:09:38 | Guard individual compatibility header prototypes. This is to avoid redefining prototypes from the libc headers. Also, simplify the autoconf function checks and remove some copy/paste errors checking for 'write'. ok wouter@ |