summaryrefslogtreecommitdiff
path: root/lib/libc/net/ethers.c
AgeCommit message (Expand)Author
2004-02-16remove redundant code, u_int8_t cannot be > 0xffOtto Moerbeek
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2000-08-22WallTheo de Raadt
1998-11-18check for negative numbers from strtol()Theo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-03-18Todd does not test YP code; felix@mamba.pond.sub.orgTheo de Raadt
1998-03-17Set errno to EINVAL if ether_ntoa() is passed bogus data.Todd C. Miller
1998-03-17Whoops, fix a last minute change.Todd C. Miller
1998-03-17Fix some improbable overflows:Todd C. Miller
1998-03-16Use fgetln(3) instead of fgets(3) so we can easily recognize linesTodd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt