Age | Commit message (Expand) | Author |
2023-04-05 | If ndp -d did not find a neigbor entry, it removed the cloning route | Alexander Bluhm |
2023-04-04 | Remove stylistic differences between arp(8) and ndp(8) delete() | Alexander Bluhm |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-02 | Remove constant basereachable and retrans members from struct nd_ifinfo | Klemens Nanni |
2022-11-28 | Document struct nd_ifinfo protection, remove obsolete .initialized member | Klemens Nanni |
2022-11-09 | ndp, route, netstat: adjust ipv6 address width | Klemens Nanni |
2021-03-02 | remove ts_print() prototype function was removed in rev 1.100 | Jonathan Gray |
2021-01-24 | Pass sockaddr_in6 arround so that we have space to store the scope in | Florian Obser |
2021-01-22 | The correct spelling is NULL. | Florian Obser |
2021-01-21 | ndp only deals with current localtime. Print time with subsecond | Florian Obser |
2019-12-19 | In ndp(8) the scope ID was not set correctly so it touches the wrong | Alexander Bluhm |
2019-08-31 | The algorithm creating the routing addresses in route(8) and arp(6) | Alexander Bluhm |
2019-08-27 | Sync const correctness with arp(8) | kn |
2019-08-25 | Merge common parsing route into new parse_host() helper | kn |
2019-08-23 | Honour -n when setting entries | kn |
2019-08-22 | Replace hand-rolled errors with warn(3) | kn |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2019-01-21 | Zap unused ntop_buf | kn |
2018-07-13 | Unused variables. | Kenneth R Westerback |
2018-06-17 | fix memory leaks: freeaddrinfo() the data from getaddrinfo(). | Sebastian Benoit |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-10-25 | Remove dead code, found by jsg@. | Martin Pieuchot |
2017-08-09 | the recent adjustment of -i means usage() fits nicely on | Jason McIntyre |
2017-08-09 | Remove knob and always do neighbor unreachable detection. | Florian Obser |
2017-08-09 | accept_rtadv doesn't do anything since some time. | Florian Obser |
2017-07-13 | Simplify usage and man page synopsis after removal of prefix list and | Florian Obser |
2017-07-12 | Remove defunct code, the kernel no longer provides | Florian Obser |
2017-04-15 | Take implementation for getsocket() from arp(8). This brings | Alexander Bluhm |
2017-04-15 | Let ndp(8) use the process's current routing table by default. | Alexander Bluhm |
2016-11-29 | Tweak output to keep it aligned when interfaces with big names, like | Martin Pieuchot |
2016-08-15 | Checking for RTF_BROADCAST here makes no sense. | Martin Pieuchot |
2016-08-05 | Using a macro to save 4 chars is mere obfuscation. | Jeremie Courreges-Anglas |
2016-08-05 | Kill an unused macro | Jeremie Courreges-Anglas |
2016-08-02 | Ensure that "lim" is initialized and reset at each loop run. | Jeremie Courreges-Anglas |
2016-07-31 | Rename the route socket to a more useful name. | Jeremie Courreges-Anglas |
2016-07-31 | Turn two global variables into variables local to main. | Jeremie Courreges-Anglas |
2016-07-31 | Duplicated decls | Jeremie Courreges-Anglas |
2016-05-02 | Kill useless CPPFLAGS | Jeremie Courreges-Anglas |
2016-04-05 | Describe the format used by -s once, and refer to it when documenting -f. | Jeremie Courreges-Anglas |
2016-04-05 | Consistent v6-speak: hostname -> nodename, proxy NDP -> ND proxy | Jeremie Courreges-Anglas |
2016-04-05 | Pointless commented-out lines; discussed with jmc@ | Jeremie Courreges-Anglas |
2016-04-05 | etheraddr -> ether_addr, as in arp(8); discussed with jmc@ | Jeremie Courreges-Anglas |
2016-04-04 | Hook up ndp -f. | Jeremie Courreges-Anglas |
2016-01-26 | Use an unsigned int rather than an int when iterating through all 32 | mmcc |
2016-01-12 | Do not print an error if the list of prefixes is empty. | Martin Pieuchot |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-25 | backout; many issues remain... | Theo de Raadt |
2015-10-25 | pledge the main usage patterns similar to arp(8). Some akkorokamui | Theo de Raadt |
2015-10-24 | chlim has been removed from the nd_ifinfo structure. | Matthieu Herrb |