summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
1998-04-25Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.millert1-3/+3
1998-04-25indent; dimaderaadt1-2/+3
1998-03-22$OpenBSD$niklas3-3/+7
1998-03-19some -Wallmillert3-10/+10
1998-03-18Todd does not test YP code; felix@mamba.pond.sub.orgderaadt1-5/+6
1998-03-17Fix .Ev usagemillert1-5/+3
1998-03-17Set errno to EINVAL if ether_ntoa() is passed bogus data.millert1-3/+5
1998-03-17Whoops, fix a last minute change.millert1-4/+6
1998-03-17hostname buffer will not overflow if it is size MAXHOSTNAMELEN.millert1-7/+10
1998-03-17Fix some improbable overflows:millert1-49/+118
1998-03-16Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert8-54/+101
1998-03-11SYNOPSIS header; fixes man -k ncderaadt1-1/+2
1998-03-07.Bx Open -> .Ox 2.xmillert1-2/+2
1998-03-04#if 0deraadt1-2/+2
1998-03-02improve performance of blowfish encryption, also speeds up blowfish passwords.provos1-77/+34
1998-02-27extra commas go foom foom foomderaadt1-2/+2
1998-02-27extra comma goes foomderaadt1-2/+2
1998-02-25clarify about possible password lengths.provos1-6/+9
1998-02-18#if __STDC__ -> #ifdef __STDC__, now all of them.provos1-4/+4
1998-02-12correct bounds checkderaadt1-2/+2