Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Sync function comment with man page; fanf@covalent.net | millert | 2001-01-13 | 1 | -3/+3 | |
| | ||||||
* | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | millert | 2001-01-12 | 1 | -3/+3 | |
| | | | | not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk> | |||||
* | make sure s always has enough from for trailing \0. even though strlcpy will | beck | 2001-01-12 | 2 | -2/+2 | |
| | | | | truncate, thanks to itojun@ | |||||
* | do not refer getnodebyname. sync with kame. | itojun | 2001-01-05 | 1 | -11/+11 | |
| | ||||||
* | Build dbtest before running the actual test. | angelos | 2001-01-05 | 1 | -1/+1 | |
| | ||||||
* | grammer/spelling | todd | 2001-01-04 | 6 | -12/+12 | |
| | ||||||
* | do not honour environment variables if issetugid, and even more strongly ↵ | deraadt | 2001-01-02 | 4 | -36/+38 | |
| | | | | support the random device | |||||
* | Various repairs, mostly to get rid of short lines. | aaron | 2000-12-24 | 9 | -137/+73 | |
| | ||||||
* | more Va stuff | deraadt | 2000-12-21 | 1 | -6/+9 | |
| | ||||||
* | mdoc prefers `\e' as an escape character. | aaron | 2000-12-21 | 1 | -3/+3 | |
| | ||||||
* | IPPORT_RESERVED - 1, not 1023 | deraadt | 2000-12-21 | 1 | -2/+4 | |
| | ||||||
* | typo; ciper -> cipher | aaron | 2000-12-21 | 1 | -2/+2 | |
| | ||||||
* | fix util script runs to not assume they are executable. | beck | 2000-12-18 | 6 | -6/+6 | |
| | ||||||
* | data base -> database | millert | 2000-12-17 | 4 | -11/+11 | |
| | ||||||
* | Remove - RSA is there now, don't need to talk about it being stubbed. | beck | 2000-12-16 | 1 | -56/+0 | |
| | ||||||
* | add in forgotten dso stuff. | beck | 2000-12-16 | 1 | -1/+5 | |
| | ||||||
* | oops, forgot top level makefile.bsd-wrapper on merge | beck | 2000-12-15 | 1 | -3/+7 | |
| | ||||||
* | Oops, missed makefile change, and must crank major on these, some | beck | 2000-12-15 | 3 | -6/+6 | |
| | | | | routines which used to be externally used are now macros. ugh. | |||||
* | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | aaron | 2000-12-15 | 1 | -2/+2 | |
| | | | | this is consistent. | |||||
* | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it | aaron | 2000-12-15 | 1 | -28/+28 | |
| | | | | belongs. Closes PR/1554 from bk@rt.fm. | |||||
* | openssl-engine0.9.6 merge | beck | 2000-12-15 | 207 | -0/+0 | |
| | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds | |||||
* | openssl-engine 0.9.6 merge | beck | 2000-12-15 | 1 | -1/+1 | |
| | | | | | | Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up. | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1088 | -28650/+81708 | |
| | ||||||
* | -Wall cleanup | ericj | 2000-12-01 | 1 | -1/+6 | |
| | ||||||
* | comment fix; strlcat returns strlen(initial dst) + strlen(src). | itojun | 2000-11-24 | 1 | -3/+4 | |
| | ||||||
* | ifm_data is avilable on {net,open,free}bsd. sync with kame. | itojun | 2000-11-24 | 1 | -1/+6 | |
| | ||||||
* | Correctly deal with NOMAN being set. Since it may be set in mk.conf | millert | 2000-11-19 | 1 | -6/+6 | |
| | | | | we pull in bsd.own.mk before testing for it. | |||||
* | "of", not "on" (from Henric Jungheim) | angelos | 2000-11-16 | 1 | -2/+2 | |
| | ||||||
* | seperate -> separate, okay aaron@ | provos | 2000-11-10 | 1 | -3/+3 | |
| | ||||||
* | these contain special cases where they build man pages into .0 files; | deraadt | 2000-11-10 | 1 | -18/+69 | |
| | | | | they must now also build .ps files if MANPS is set. | |||||
* | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | aaron | 2000-11-06 | 1 | -3/+3 | |
| | | | | From ianm@kashmir.cit.nepean.uws.edu.au. | |||||
* | Clarify; gluk@ptci.ru | aaron | 2000-10-25 | 1 | -2/+2 | |
| | ||||||
* | Document that the string returned by strerror(3) contains a maximum of | aaron | 2000-10-23 | 1 | -2/+6 | |
| | | | | NL_TEXTMAX characters. | |||||
* | Another round of man page cleanup, this time to remove more hard sentence | aaron | 2000-10-18 | 3 | -6/+9 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | |||||
* | fix missing closedir() that could allow apacheSSL to leak fd's, | beck | 2000-10-16 | 2 | -0/+2 | |
| | | | | from netbsd (taca) credited to TAKANO Yuji <takachan@running-dog.net> | |||||
* | vax support; checked by beck. | hugh | 2000-10-13 | 7 | -1/+23 | |
| | ||||||
* | Fix typo; claudio@core-sdi.com. | fgsch | 2000-10-10 | 2 | -2/+2 | |
| | ||||||
* | Add a CAVEATS section to warn programmers that shell meta-characters will | aaron | 2000-10-06 | 1 | -1/+9 | |
| | | | | be passed to the command interpreter. | |||||
* | more cleanup and have nlog() deal with errno now as well. | ericj | 2000-09-26 | 1 | -40/+24 | |
| | ||||||
* | no need to reset h_errno | ericj | 2000-09-26 | 1 | -31/+22 | |
| | | | | | | do the cmdline correctly, deal with \n and \t fix up nlog() use arc4random instead of srandom()/random() | |||||
* | fix minor typo | ericj | 2000-09-26 | 1 | -2/+2 | |
| | ||||||
* | no need to use goto.. | ericj | 2000-09-26 | 1 | -22/+22 | |
| | ||||||
* | Implement a function for errors | ericj | 2000-09-26 | 1 | -62/+79 | |
| | | | | | it pays attention to h_error so we now have no need to handle this ourselves. | |||||
* | some warnings should only be shown with -v | ericj | 2000-09-26 | 1 | -10/+11 | |
| | ||||||
* | remove -e option, which wasnt on anyway | ericj | 2000-09-26 | 1 | -8/+1 | |
| | ||||||
* | Alot of cleanups to netcat | ericj | 2000-09-26 | 2 | -1207/+571 | |
| | | | | | | | | | | | | use errx/warn instead of homegrown functions indent properly to make the code readable get rid of generic.h as its not used dont declare optarg register is depreciated get rid of undocumented options -a and -e throw out IP_OPTIONS code for now, its not on by default and doesnt work properly make usage more like other bsd commands | |||||
* | fix off-by-1 error. | itojun | 2000-09-25 | 1 | -9/+8 | |
| | | | | From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> | |||||
* | IPng -> IPv6 | aaron | 2000-09-22 | 1 | -2/+2 | |
| | ||||||
* | ipx_addr(3) takes a const char *. | millert | 2000-09-22 | 1 | -2/+2 | |
| | ||||||
* | typo in comment, AILASES -> ALIASES | brad | 2000-09-08 | 1 | -2/+2 | |
| |