| Commit message (Expand) | Author | Files | Lines |
2001-01-13 | Sync function comment with man page; fanf@covalent.net | millert | 1 | -3/+3 |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | millert | 1 | -3/+3 |
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | beck | 2 | -2/+2 |
2001-01-05 | do not refer getnodebyname. sync with kame. | itojun | 1 | -11/+11 |
2001-01-05 | Build dbtest before running the actual test. | angelos | 1 | -1/+1 |
2001-01-04 | grammer/spelling | todd | 6 | -12/+12 |
2001-01-02 | do not honour environment variables if issetugid, and even more strongly supp... | deraadt | 4 | -36/+38 |
2000-12-24 | Various repairs, mostly to get rid of short lines. | aaron | 9 | -137/+73 |
2000-12-21 | more Va stuff | deraadt | 1 | -6/+9 |
2000-12-21 | mdoc prefers `\e' as an escape character. | aaron | 1 | -3/+3 |
2000-12-21 | IPPORT_RESERVED - 1, not 1023 | deraadt | 1 | -2/+4 |
2000-12-21 | typo; ciper -> cipher | aaron | 1 | -2/+2 |
2000-12-18 | fix util script runs to not assume they are executable. | beck | 6 | -6/+6 |
2000-12-17 | data base -> database | millert | 4 | -11/+11 |
2000-12-16 | Remove - RSA is there now, don't need to talk about it being stubbed. | beck | 1 | -56/+0 |
2000-12-16 | add in forgotten dso stuff. | beck | 1 | -1/+5 |
2000-12-15 | oops, forgot top level makefile.bsd-wrapper on merge | beck | 1 | -3/+7 |
2000-12-15 | Oops, missed makefile change, and must crank major on these, some | beck | 3 | -6/+6 |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | aaron | 1 | -2/+2 |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it | aaron | 1 | -28/+28 |
2000-12-15 | openssl-engine0.9.6 merge | beck | 207 | -0/+0 |
2000-12-15 | openssl-engine 0.9.6 merge | beck | 1 | -1/+1 |
2000-12-15 | openssl-engine-0.9.6 merge | beck | 1088 | -28650/+81708 |
2000-12-01 | -Wall cleanup | ericj | 1 | -1/+6 |
2000-11-24 | comment fix; strlcat returns strlen(initial dst) + strlen(src). | itojun | 1 | -3/+4 |
2000-11-24 | ifm_data is avilable on {net,open,free}bsd. sync with kame. | itojun | 1 | -1/+6 |
2000-11-19 | Correctly deal with NOMAN being set. Since it may be set in mk.conf | millert | 1 | -6/+6 |
2000-11-16 | "of", not "on" (from Henric Jungheim) | angelos | 1 | -2/+2 |
2000-11-10 | seperate -> separate, okay aaron@ | provos | 1 | -3/+3 |
2000-11-10 | these contain special cases where they build man pages into .0 files; | deraadt | 1 | -18/+69 |
2000-11-06 | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | aaron | 1 | -3/+3 |
2000-10-25 | Clarify; gluk@ptci.ru | aaron | 1 | -2/+2 |
2000-10-23 | Document that the string returned by strerror(3) contains a maximum of | aaron | 1 | -2/+6 |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | aaron | 3 | -6/+9 |
2000-10-16 | fix missing closedir() that could allow apacheSSL to leak fd's, | beck | 2 | -0/+2 |
2000-10-13 | vax support; checked by beck. | hugh | 7 | -1/+23 |
2000-10-10 | Fix typo; claudio@core-sdi.com. | fgsch | 2 | -2/+2 |
2000-10-06 | Add a CAVEATS section to warn programmers that shell meta-characters will | aaron | 1 | -1/+9 |
2000-09-26 | more cleanup and have nlog() deal with errno now as well. | ericj | 1 | -40/+24 |
2000-09-26 | no need to reset h_errno | ericj | 1 | -31/+22 |
2000-09-26 | fix minor typo | ericj | 1 | -2/+2 |
2000-09-26 | no need to use goto.. | ericj | 1 | -22/+22 |
2000-09-26 | Implement a function for errors | ericj | 1 | -62/+79 |
2000-09-26 | some warnings should only be shown with -v | ericj | 1 | -10/+11 |
2000-09-26 | remove -e option, which wasnt on anyway | ericj | 1 | -8/+1 |
2000-09-26 | Alot of cleanups to netcat | ericj | 2 | -1207/+571 |
2000-09-25 | fix off-by-1 error. | itojun | 1 | -9/+8 |
2000-09-22 | IPng -> IPv6 | aaron | 1 | -2/+2 |
2000-09-22 | ipx_addr(3) takes a const char *. | millert | 1 | -2/+2 |
2000-09-08 | typo in comment, AILASES -> ALIASES | brad | 1 | -2/+2 |