summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ethers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-4/+3
* Wallderaadt2000-08-221-2/+5
* check for negative numbers from strtol()deraadt1998-11-181-3/+3
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-6/+3
* Todd does not test YP code; felix@mamba.pond.sub.orgderaadt1998-03-181-5/+6
* Set errno to EINVAL if ether_ntoa() is passed bogus data.millert1998-03-171-3/+5
* Whoops, fix a last minute change.millert1998-03-171-4/+6
* Fix some improbable overflows:millert1998-03-171-49/+118
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-7/+23
* Fix RCS idstholo1996-08-191-2/+4
* prototype ethers(3) functions (inside !_KERNEL), pointed out inderaadt1996-07-031-0/+3
* initial import of NetBSD treederaadt1995-10-181-0/+178