summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update string.h for include strings.h for HPUX environmentkinichiro2014-10-221-2/+2
* include a proper check for memmem when configuring unit testsBrent Cook2014-10-222-0/+7
* bump versionBrent Cook2014-10-221-1/+1
* update with 2.1.1 changesBrent Cook2014-10-151-0/+5
* LibreSSL portable README updateBrent Cook2014-10-151-18/+34
* add extended ChangeLog fileBrent Cook2014-10-142-1/+61
* update gitignore to see changelogBrent Cook2014-10-141-1/+2
* add missing commas from man linksBrent Cook2014-10-141-6/+6
* update man linksBrent Cook2014-10-141-0/+6
* don't fail to make dist on a clean repoBrent Cook2014-10-141-1/+1
* crank versionBrent Cook2014-10-141-1/+1
* update to new converted SSL manpagesBrent Cook2014-10-141-1/+10
* clear local manpage cache before generating a release tarballBrent Cook2014-09-261-0/+1
* update for upstream move of the openssl appBrent Cook2014-08-271-17/+15
* ensure compatibility with posix shellBrent Cook2014-08-181-1/+1
* add --disable-asm flag for disabling inline asmBrent Cook2014-08-171-0/+4
* allow inline asmBrent Cook2014-08-162-2/+1
* set _DEFAULT_SOURCE on linux hostsBrent Cook2014-08-161-1/+1
* update stdio.h for including stdarg.hinoguchi2014-08-121-0/+1
* remove configure.am.tpl, pull in VERSION directlyBrent Cook2014-08-123-4/+1
* rebase on pull when updating the openbsd branchBrent Cook2014-08-081-1/+1
* conditionally build strnlen if needed.Brent Cook2014-08-023-0/+9
* tie master libressl branch to openbsd masterBrent Cook2014-07-312-8/+8
* Crank version on HEAD to 2.1.0 2.0 cointinues on OPENBSD_5_6 branchBob Beck2014-07-311-1/+1
* define MAP_ANON for systems with MAP_ANONYMOUSBrent Cook2014-07-301-3/+3
* merge endian definitions between AIX/HP-UX/SolarisBrent Cook2014-07-301-7/+1
* update include/machine/endian.h for hpux portability.inoguchi2014-07-301-0/+3
* harmonize asprintf with OpenSSHBrent Cook2014-07-304-111/+39
* include comment on windows servicesBrent Cook2014-07-291-0/+5
* add sys/mman.h shim to define MAP_ANON if neededBrent Cook2014-07-292-0/+15
* stub win32 issetugid implementationBrent Cook2014-07-292-0/+24
* added dist.sh script - generates tarballBrent Cook2014-07-291-0/+6
* produce a error if platform has no arc4random hookBrent Cook2014-07-291-7/+8
* add asprintf / vasprintf from OpenSSH portableBrent Cook2014-07-295-0/+115
* Update endian.h for AIX/IRIXpgmassey2014-07-291-0/+8
* Guard individual compatibility header prototypes.Brent Cook2014-07-284-55/+81
* split big lineBrent Cook2014-07-281-1/+2
* prefer - over /dev/stdin for cmp testBrent Cook2014-07-281-1/+1
* check link requirements for dl_iterate_phdrBrent Cook2014-07-281-0/+3
* remove bash-isms from test scriptsBrent Cook2014-07-282-3/+4
* add strndup/strnlen compat functions from OpenBSDBrent Cook2014-07-285-1/+17
* include system headers for err.h compat macrosBrent Cook2014-07-281-0/+4
* remove thread_private.h, no longer neededBrent Cook2014-07-272-1/+0
* remove per-OS arc4random_buf overridesBrent Cook2014-07-241-6/+0
* clarify license and origin for pidwraptestBrent Cook2014-07-232-1/+8
* add calloc to the list (integer overflow..)Bob Beck2014-07-211-1/+1
* Update README to indicate general policy about intrinsicsBob Beck2014-07-211-0/+5
* bump versionBrent Cook2014-07-211-1/+1
* build openbsd memmem implementation for explicit_bzero testBrent Cook2014-07-213-1/+7
* compute absolute paths to sourceBrent Cook2014-07-211-10/+11