| Commit message (Expand) | Author | Age | Files | Lines |
* | remove ts_print() prototype function was removed in rev 1.100 |  jsg | 2021-03-02 | 1 | -2/+1 |
* | Pass sockaddr_in6 arround so that we have space to store the scope in |  florian | 2021-01-24 | 1 | -42/+67 |
* | The correct spelling is NULL. |  florian | 2021-01-22 | 1 | -2/+2 |
* | ndp only deals with current localtime. Print time with subsecond |  florian | 2021-01-21 | 1 | -22/+11 |
* | In ndp(8) the scope ID was not set correctly so it touches the wrong |  bluhm | 2019-12-19 | 1 | -2/+2 |
* | The algorithm creating the routing addresses in route(8) and arp(6) |  bluhm | 2019-08-31 | 1 | -6/+10 |
* | Sync const correctness with arp(8) |  kn | 2019-08-27 | 1 | -25/+13 |
* | Merge common parsing route into new parse_host() helper |  kn | 2019-08-25 | 1 | -54/+36 |
* | Honour -n when setting entries |  kn | 2019-08-23 | 1 | -1/+3 |
* | Replace hand-rolled errors with warn(3) |  kn | 2019-08-22 | 1 | -17/+11 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -9/+9 |
* | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 2019-01-22 | 1 | -3/+3 |
* | Zap unused ntop_buf |  kn | 2019-01-21 | 1 | -2/+1 |
* | Unused variables. |  krw | 2018-07-13 | 1 | -9/+2 |
* | fix memory leaks: freeaddrinfo() the data from getaddrinfo(). |  benno | 2018-06-17 | 1 | -2/+4 |
* | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 2018-04-26 | 1 | -3/+1 |
* | Remove dead code, found by jsg@. |  mpi | 2017-10-25 | 1 | -17/+1 |
* | the recent adjustment of -i means usage() fits nicely on |  jmc | 2017-08-09 | 1 | -5/+4 |
* | Remove knob and always do neighbor unreachable detection. |  florian | 2017-08-09 | 1 | -47/+10 |
* | accept_rtadv doesn't do anything since some time. |  florian | 2017-08-09 | 1 | -5/+2 |
* | Simplify usage and man page synopsis after removal of prefix list and |  florian | 2017-07-13 | 1 | -15/+7 |
* | Remove defunct code, the kernel no longer provides |  florian | 2017-07-12 | 1 | -233/+3 |
* | Take implementation for getsocket() from arp(8). This brings |  bluhm | 2017-04-15 | 1 | -8/+13 |
* | Let ndp(8) use the process's current routing table by default. |  bluhm | 2017-04-15 | 1 | -4/+5 |
* | Tweak output to keep it aligned when interfaces with big names, like |  mpi | 2016-11-29 | 1 | -2/+2 |
* | Checking for RTF_BROADCAST here makes no sense. |  mpi | 2016-08-15 | 1 | -2/+2 |
* | Using a macro to save 4 chars is mere obfuscation. |  jca | 2016-08-05 | 1 | -12/+11 |
* | Kill an unused macro |  jca | 2016-08-05 | 1 | -3/+1 |
* | Ensure that "lim" is initialized and reset at each loop run. |  jca | 2016-08-02 | 1 | -2/+4 |
* | Rename the route socket to a more useful name. |  jca | 2016-07-31 | 1 | -7/+7 |
* | Turn two global variables into variables local to main. |  jca | 2016-07-31 | 1 | -4/+3 |
* | Duplicated decls |  jca | 2016-07-31 | 1 | -3/+1 |
* | etheraddr -> ether_addr, as in arp(8); discussed with jmc@ |  jca | 2016-04-05 | 1 | -2/+2 |
* | Hook up ndp -f. |  jca | 2016-04-04 | 1 | -1/+6 |
* | Use an unsigned int rather than an int when iterating through all 32 |  mmcc | 2016-01-26 | 1 | -2/+2 |
* | Do not print an error if the list of prefixes is empty. |  mpi | 2016-01-12 | 1 | -1/+3 |
* | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now |  florian | 2015-10-28 | 1 | -3/+2 |
* | backout; many issues remain... |  deraadt | 2015-10-25 | 1 | -23/+9 |
* | pledge the main usage patterns similar to arp(8). Some akkorokamui |  deraadt | 2015-10-25 | 1 | -9/+23 |
* | chlim has been removed from the nd_ifinfo structure. |  matthieu | 2015-10-24 | 1 | -2/+1 |
* | ndp -n -d <addr> does dns lookups, even with -n. it should not. |  benno | 2015-10-23 | 1 | -1/+3 |
* | Use simple byte pointer arithmetic and memcpy from/to aligned stack |  naddy | 2015-08-23 | 1 | -34/+34 |
* | Explicitly request the sockaddr_dl when doing a RTM_GET rather than |  mpi | 2015-06-03 | 1 | -8/+53 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -3/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | Remove useless comment, snprintf and if/else. |  bluhm | 2014-09-07 | 1 | -19/+5 |
* | Be coherent in the way arp(8) and ndp(8) display local entries and |  mpi | 2014-09-03 | 1 | -11/+5 |
* | switch ndp to display MAC addresses in 00:00:00:00:00:00 format, ok deraadt@ |  sthen | 2014-08-22 | 1 | -2/+2 |
* | Entries for broadcast addresses should also be ignored, just like local |  mpi | 2014-08-19 | 1 | -2/+2 |
* | Do not try to delete RTF_LOCAL entries. Such routes are automatically |  mpi | 2014-08-11 | 1 | -5/+6 |