summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-10Add missing line continuation character. Fixes sparc and powerpc builds.millert1-2/+2
2001-02-10Make sure $RSH is not the empty string.millert1-2/+2
2001-02-09simplify if loops a bit; Reviewed by: beck@brad1-23/+14
2001-02-07uncomment rsa test; ok millert@todd1-2/+2
2001-02-05if a build generates the files, a clean should remove them. ok beck@todd1-2/+14
2001-02-04Fix regression testericj1-2/+2
2001-01-31remove old infrastructure which is not used anymore. Ok'd by beck@brad6-294/+20
2001-01-29$OpenBSD$niklas32-2/+41
2001-01-29$OpenBSD$niklas22-0/+44
2001-01-26Use correct interpretersniklas3-5/+5
2001-01-26wording updates. typo in example (s/err1/errx/).itojun1-15/+16
2001-01-22put more manual pages inderaadt1-2/+46
2001-01-16fix verbosity levels. pointed out by J.D. Carlson <jd@noc7.uchsc.edu>ericj1-6/+7
2001-01-13Sync function comment with man page; fanf@covalent.netmillert1-3/+3
2001-01-12Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'millert1-3/+3
2001-01-12make sure s always has enough from for trailing \0. even though strlcpy willbeck2-2/+2
2001-01-05do not refer getnodebyname. sync with kame.itojun1-11/+11
2001-01-05Build dbtest before running the actual test.angelos1-1/+1
2001-01-04grammer/spellingtodd6-12/+12
2001-01-02do not honour environment variables if issetugid, and even more strongly supp...deraadt4-36/+38
2000-12-24Various repairs, mostly to get rid of short lines.aaron9-137/+73
2000-12-21more Va stuffderaadt1-6/+9
2000-12-21mdoc prefers `\e' as an escape character.aaron1-3/+3
2000-12-21IPPORT_RESERVED - 1, not 1023deraadt1-2/+4
2000-12-21typo; ciper -> cipheraaron1-2/+2
2000-12-18fix util script runs to not assume they are executable.beck6-6/+6
2000-12-17data base -> databasemillert4-11/+11
2000-12-16Remove - RSA is there now, don't need to talk about it being stubbed.beck1-56/+0
2000-12-16add in forgotten dso stuff.beck1-1/+5
2000-12-15oops, forgot top level makefile.bsd-wrapper on mergebeck1-3/+7
2000-12-15Oops, missed makefile change, and must crank major on these, somebeck3-6/+6
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron1-2/+2
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itaaron1-28/+28
2000-12-15openssl-engine0.9.6 mergebeck207-0/+0
2000-12-15openssl-engine 0.9.6 mergebeck1-1/+1
2000-12-15openssl-engine-0.9.6 mergebeck1088-28650/+81708
2000-12-01-Wall cleanupericj1-1/+6
2000-11-24comment fix; strlcat returns strlen(initial dst) + strlen(src).itojun1-3/+4
2000-11-24ifm_data is avilable on {net,open,free}bsd. sync with kame.itojun1-1/+6
2000-11-19Correctly deal with NOMAN being set. Since it may be set in mk.confmillert1-6/+6
2000-11-16"of", not "on" (from Henric Jungheim)angelos1-2/+2
2000-11-10seperate -> separate, okay aaron@provos1-3/+3
2000-11-10these contain special cases where they build man pages into .0 files;deraadt1-18/+69
2000-11-06The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.aaron1-3/+3
2000-10-25Clarify; gluk@ptci.ruaaron1-2/+2
2000-10-23Document that the string returned by strerror(3) contains a maximum ofaaron1-2/+6
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceaaron3-6/+9
2000-10-16fix missing closedir() that could allow apacheSSL to leak fd's,beck2-0/+2
2000-10-13vax support; checked by beck.hugh7-1/+23
2000-10-10Fix typo; claudio@core-sdi.com.fgsch2-2/+2