]> granicus.if.org Git - sudo/commit
Use inet_aton() instead of inet_addr() as it allows us to distinguish
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Jan 2014 20:23:09 +0000 (13:23 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Jan 2014 20:23:09 +0000 (13:23 -0700)
commitaaecd326e48d0a747b41efc9bb711611b3ab38e6
tree63828485f5229027a262661c5169746fcc39f950
parent7e008eb6777afc3fdf30f12d9c0ef39a13bacde3
Use inet_aton() instead of inet_addr() as it allows us to distinguish
between the address (or mask 255.255.255.255) and an error.  In the
future we may consider switching to inet_pton() for IPv4 too.
configure
configure.ac
plugins/sudoers/interfaces.c
plugins/sudoers/match_addr.c