2007-07-31 15:17:34 by Joerg Sonnenberger | Files touched by this commit (18) |
Log message: Don't use u_{char,short,int,long} as they are non-standard. Bump version to 20070731. |
2007-07-27 16:20:20 by Tobias Nygren | Files touched by this commit (1) |
Log message: No need to use the -p flag to cp(1) here. |
2007-07-21 16:39:25 by Tobias Nygren | Files touched by this commit (2) |
Log message: Another version bump due to added configure check for uintptr_t |
2007-07-21 15:57:34 by Tobias Nygren | Files touched by this commit (3) |
Log message: * configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c. Fixes build on Interix. Suggested by joerg@ * configure, config.h.in: regen |
2007-07-20 02:32:02 by Tobias Nygren | Files touched by this commit (2) |
Log message: Bump version due to changes in asprintf, snprintf and vsnprintf. |
2007-07-20 02:21:03 by Tobias Nygren | Files touched by this commit (3) |
Log message: * configure.ac: Test for a standards-conformant vsnprintf. If it is found to be broken, fall back to the one provided by libnbcompat. * configure: regen * config.h.in: regen |
2007-07-20 02:11:25 by Tobias Nygren | Files touched by this commit (1) |
Log message: Handle trailing NUL correctly. |
2007-07-20 02:10:06 by Tobias Nygren | Files touched by this commit (1) |
Log message: Fix logic error in buffer handling (Hi Joerg!) |
2007-07-20 00:06:44 by Tobias Nygren | Files touched by this commit (1) |
Log message: Replace "poor man's printf" implementation of (v)snprintf with an imlementation using vfprintf. The advantage is that format strings behave like other *printf functions on the host, the drawback is that it is slower. |
2007-07-18 16:09:56 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix SHA256/SHA512 to work on strict alignment platforms. This was exposed by the C version of audit-packages and report in PR pkg/36662. |