summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1998-11-10getenv() result is read-only, unless you're looking for trouble.espie1-1/+5
1998-11-06add missing const to match prototype in string.hwvdputte1-3/+3
1998-10-19Fix so to not require a make obj - Fix cleandir target to remove the headersbeck1-1/+14
1998-10-12*UNTESTED* Makefile and configure changes that may work with pmax and arc.beck6-0/+44
1998-10-10add bn_mulw as in the non-patent version.beck1-0/+1
1998-10-08Fix static non-bn-asm builds. Need this file.beck1-0/+1
1998-10-08back out previous change. Theo says:marc4-6/+2
1998-10-08create /usr/include/ssl before trying to copy files into it.marc4-2/+6
1998-10-07Fix busted BEGIN targetbeck1-15/+7
1998-10-07do not build ssleay binaryderaadt1-3/+2
1998-10-06moving this...deraadt1-38/+0
1998-10-06Fix makefile problems - Don't use SSLeay style include link farm tobeck4-12/+72
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker507-0/+115019
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker350-0/+81718
1998-09-28kill extra .Pp and add some quotesmillert1-4/+3
1998-09-27fix things for makewhatisderaadt1-3/+2
1998-09-27usr.bin/ man page cleanups, n-saaron1-28/+31
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron2-4/+4
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordaaron1-2/+2
1998-09-05more man page repairs; aaron@ug.cs.dal.caderaadt1-2/+2
1998-08-31put back a security fix downsj removed ages agoderaadt1-3/+3
1998-08-30Fix UA cases in a MI wayniklas1-57/+59
1998-08-29man page repairs; aaron@ug.cs.dal.caderaadt1-3/+4
1998-08-28define hppa as an ieeemickey1-2/+2
1998-08-22doc UA faulting codederaadt1-1/+4
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedderaadt1-14/+16
1998-08-19commaspjanzen1-4/+4
1998-08-15document the common misuse of reallocderaadt1-2/+26
1998-08-12Make code ANSI/ISO C conformant. Formerly undefined constructs were usedniklas1-103/+119
1998-08-11Temporary fix for a GCC aliasing bug/misfeature that hits hereniklas1-1/+5
1998-08-10add ECB and CBC encryption for octet streamsprovos2-5/+163
1998-08-10fix base64 encoding, this problem was reported byprovos1-6/+6
1998-08-06Don't enumerate every arch in the #if since all OpenBSD platforms use the sam...millert1-8/+4
1998-07-24fix spelling of separatederaadt1-2/+2
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeprovos1-25/+564
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.provos2-2/+242
1998-07-16change to lite2 getenv(); getenv(NULL) now returns NULLderaadt1-14/+21
1998-07-06strlxx() return size_t not char *millert1-3/+3
1998-07-05add .Xr's for all the random functions in libcmillert4-4/+9
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendmillert4-3/+278
1998-06-28Oh fun, mucking about with files used on all archs.rahnds1-2/+2
1998-06-26rcmdsh, not rcmdmillert1-3/+3
1998-06-21Remove the advertising clause in my old license, it impedes free usemillert3-16/+7
1998-06-15use Bx macro for BSD versionsmickey7-14/+21
1998-06-03use sigemptyset()deraadt1-1/+1
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.deraadt1-2/+2
1998-05-12document how to enable YP for each databasederaadt1-1/+2
1998-05-05indent nicederaadt1-2/+2
1998-05-04s/NULL/NUL/deraadt1-2/+2
1998-04-28use Xr more oftenderaadt3-6/+10