History log of /openbsd/lib/libc/rpc/get_myaddress.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 0720f7c5 30-Dec-2020 benno <benno@openbsd.org>

getifaddrs() can return entries where ifa_addr is NULL. Check for this
before accessing anything in ifa_addr.
ok claudio@


# 85858ec2 13-Sep-2015 guenther <guenther@openbsd.org>

Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h>

ok deraadt@


# 35d50e37 12-Nov-2013 deraadt <deraadt@openbsd.org>

pull in missing includes (math.h, unistd.h, stdlib.h) needed for
prototypes


# cb7760d1 01-Sep-2010 millert <millert@openbsd.org>

Oracle has re-licensed sunrpc under a three-clause BSD license.
Update our sources appropriately. OK deraadt@ jsg@


# c2c925de 08-Aug-2005 espie <espie@openbsd.org>

zap remaining rcsid.

Kill old files that are no longer compiled.

okay theo


# 384ec30a 01-Apr-2005 otto <otto@openbsd.org>

ansify. ok deraadt@ jaredy@


# fc61bd0a 25-Feb-2000 itojun <itojun@openbsd.org>

make it very safe against LP64 alignment issues, by using getifaddrs().
(is it too large amount of change?)


# e512315e 14-Aug-1998 deraadt <deraadt@openbsd.org>

realloc repair


# 8e26201b 22-Sep-1997 millert <millert@openbsd.org>

Some -Wall.


# e9819a9f 22-Jan-1997 deraadt <deraadt@openbsd.org>

handle SIOCGIFCONF for as many interfaces as provided


# e185faf1 22-Jan-1997 deraadt <deraadt@openbsd.org>

SIOCGIFCONF more carefully


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 73b69cd9 20-Jul-1996 deraadt <deraadt@openbsd.org>

bcopy->memcpy & tag


# f675e13e 29-Jun-1996 deraadt <deraadt@openbsd.org>

prefer non-loopback addresses


# 794b87d7 05-Jan-1996 deraadt <deraadt@openbsd.org>

from netbsd; make get_myaddress() return failure if it is unable to
determine address, make other code understand this failure.


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree