summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2000-10-06Add a CAVEATS section to warn programmers that shell meta-characters willaaron1-1/+9
2000-09-26more cleanup and have nlog() deal with errno now as well.ericj1-40/+24
2000-09-26no need to reset h_errnoericj1-31/+22
2000-09-26fix minor typoericj1-2/+2
2000-09-26no need to use goto..ericj1-22/+22
2000-09-26Implement a function for errorsericj1-62/+79
2000-09-26some warnings should only be shown with -vericj1-10/+11
2000-09-26remove -e option, which wasnt on anywayericj1-8/+1
2000-09-26Alot of cleanups to netcatericj2-1207/+571
2000-09-25fix off-by-1 error.itojun1-9/+8
2000-09-22IPng -> IPv6aaron1-2/+2
2000-09-22ipx_addr(3) takes a const char *.millert1-2/+2
2000-09-08typo in comment, AILASES -> ALIASESbrad1-2/+2