| Commit message (Expand) | Author | Files | Lines |
1998-11-10 | getenv() result is read-only, unless you're looking for trouble. | espie | 1 | -1/+5 |
1998-11-06 | add missing const to match prototype in string.h | wvdputte | 1 | -3/+3 |
1998-10-19 | Fix so to not require a make obj - Fix cleandir target to remove the headers | beck | 1 | -1/+14 |
1998-10-12 | *UNTESTED* Makefile and configure changes that may work with pmax and arc. | beck | 6 | -0/+44 |
1998-10-10 | add bn_mulw as in the non-patent version. | beck | 1 | -0/+1 |
1998-10-08 | Fix static non-bn-asm builds. Need this file. | beck | 1 | -0/+1 |
1998-10-08 | back out previous change. Theo says: | marc | 4 | -6/+2 |
1998-10-08 | create /usr/include/ssl before trying to copy files into it. | marc | 4 | -2/+6 |
1998-10-07 | Fix busted BEGIN target | beck | 1 | -15/+7 |
1998-10-07 | do not build ssleay binary | deraadt | 1 | -3/+2 |
1998-10-06 | moving this... | deraadt | 1 | -38/+0 |
1998-10-06 | Fix makefile problems - Don't use SSLeay style include link farm to | beck | 4 | -12/+72 |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 507 | -0/+115019 |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 350 | -0/+81718 |
1998-09-28 | kill extra .Pp and add some quotes | millert | 1 | -4/+3 |
1998-09-27 | fix things for makewhatis | deraadt | 1 | -3/+2 |
1998-09-27 | usr.bin/ man page cleanups, n-s | aaron | 1 | -28/+31 |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | aaron | 2 | -4/+4 |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | aaron | 1 | -2/+2 |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | deraadt | 1 | -2/+2 |
1998-08-31 | put back a security fix downsj removed ages ago | deraadt | 1 | -3/+3 |
1998-08-30 | Fix UA cases in a MI way | niklas | 1 | -57/+59 |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | deraadt | 1 | -3/+4 |
1998-08-28 | define hppa as an ieee | mickey | 1 | -2/+2 |
1998-08-22 | doc UA faulting code | deraadt | 1 | -1/+4 |
1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted | deraadt | 1 | -14/+16 |
1998-08-19 | commas | pjanzen | 1 | -4/+4 |
1998-08-15 | document the common misuse of realloc | deraadt | 1 | -2/+26 |
1998-08-12 | Make code ANSI/ISO C conformant. Formerly undefined constructs were used | niklas | 1 | -103/+119 |
1998-08-11 | Temporary fix for a GCC aliasing bug/misfeature that hits here | niklas | 1 | -1/+5 |
1998-08-10 | add ECB and CBC encryption for octet streams | provos | 2 | -5/+163 |
1998-08-10 | fix base64 encoding, this problem was reported by | provos | 1 | -6/+6 |
1998-08-06 | Don't enumerate every arch in the #if since all OpenBSD platforms use the sam... | millert | 1 | -8/+4 |
1998-07-24 | fix spelling of separate | deraadt | 1 | -2/+2 |
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | provos | 1 | -25/+564 |
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | provos | 2 | -2/+242 |
1998-07-16 | change to lite2 getenv(); getenv(NULL) now returns NULL | deraadt | 1 | -14/+21 |
1998-07-06 | strlxx() return size_t not char * | millert | 1 | -3/+3 |
1998-07-05 | add .Xr's for all the random functions in libc | millert | 4 | -4/+9 |
1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append | millert | 4 | -3/+278 |
1998-06-28 | Oh fun, mucking about with files used on all archs. | rahnds | 1 | -2/+2 |
1998-06-26 | rcmdsh, not rcmd | millert | 1 | -3/+3 |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | millert | 3 | -16/+7 |
1998-06-15 | use Bx macro for BSD versions | mickey | 7 | -14/+21 |
1998-06-03 | use sigemptyset() | deraadt | 1 | -1/+1 |
1998-05-18 | readlink(path, buf, sizeof buf-1). Never forget that -1. | deraadt | 1 | -2/+2 |
1998-05-12 | document how to enable YP for each database | deraadt | 1 | -1/+2 |
1998-05-05 | indent nice | deraadt | 1 | -2/+2 |
1998-05-04 | s/NULL/NUL/ | deraadt | 1 | -2/+2 |
1998-04-28 | use Xr more often | deraadt | 3 | -6/+10 |