Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getifaddrs() can return entries where ifa_addr is NULL. Check for this | 2020-12-30 | 1 | -1/+2 | |
| | | | | | before accessing anything in ifa_addr. ok claudio@ | ||||
* | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | 2015-09-13 | 1 | -1/+2 | |
| | | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@ | ||||
* | pull in missing includes (math.h, unistd.h, stdlib.h) needed for | 2013-11-12 | 1 | -1/+2 | |
| | | | | prototypes | ||||
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 1 | -28/+30 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -3/+2 | |
| | |||||
* | make it very safe against LP64 alignment issues, by using getifaddrs(). | 2000-02-25 | 1 | -53/+12 | |
| | | | | (is it too large amount of change?) | ||||
* | realloc repair | 1998-08-14 | 1 | -4/+7 | |
| | |||||
* | Some -Wall. | 1997-09-22 | 1 | -1/+2 | |
| | |||||
* | handle SIOCGIFCONF for as many interfaces as provided | 1997-01-22 | 1 | -6/+6 | |
| | |||||
* | SIOCGIFCONF more carefully | 1997-01-22 | 1 | -8/+21 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -1/+2 | |
| | |||||
* | prefer non-loopback addresses | 1996-06-29 | 1 | -1/+12 | |
| | |||||
* | from netbsd; make get_myaddress() return failure if it is unable to | 1996-01-05 | 1 | -9/+10 | |
| | | | | determine address, make other code understand this failure. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+101 | |