summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndp (follow)
Commit message (Expand)AuthorAgeFilesLines
* In ndp(8) the scope ID was not set correctly so it touches the wrongbluhm2019-12-191-2/+2
* The algorithm creating the routing addresses in route(8) and arp(6)bluhm2019-08-311-6/+10
* Sync const correctness with arp(8)kn2019-08-271-25/+13
* Merge common parsing route into new parse_host() helperkn2019-08-251-54/+36
* Honour -n when setting entrieskn2019-08-232-4/+7
* Replace hand-rolled errors with warn(3)kn2019-08-221-17/+11
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-9/+9
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-3/+3
* Zap unused ntop_bufkn2019-01-211-2/+1
* Unused variables.krw2018-07-131-9/+2
* fix memory leaks: freeaddrinfo() the data from getaddrinfo().benno2018-06-171-2/+4
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-3/+1
* Remove dead code, found by jsg@.mpi2017-10-251-17/+1
* the recent adjustment of -i means usage() fits nicely onjmc2017-08-091-5/+4
* Remove knob and always do neighbor unreachable detection.florian2017-08-092-70/+13
* accept_rtadv doesn't do anything since some time.florian2017-08-092-13/+4
* Simplify usage and man page synopsis after removal of prefix list andflorian2017-07-132-23/+10
* Remove defunct code, the kernel no longer providesflorian2017-07-122-246/+8
* Take implementation for getsocket() from arp(8). This bringsbluhm2017-04-151-8/+13
* Let ndp(8) use the process's current routing table by default.bluhm2017-04-152-8/+8
* Tweak output to keep it aligned when interfaces with big names, likempi2016-11-291-2/+2
* Checking for RTF_BROADCAST here makes no sense.mpi2016-08-151-2/+2
* Using a macro to save 4 chars is mere obfuscation.jca2016-08-051-12/+11
* Kill an unused macrojca2016-08-051-3/+1
* Ensure that "lim" is initialized and reset at each loop run.jca2016-08-021-2/+4
* Rename the route socket to a more useful name.jca2016-07-311-7/+7
* Turn two global variables into variables local to main.jca2016-07-311-4/+3
* Duplicated declsjca2016-07-311-3/+1
* Kill useless CPPFLAGSjca2016-05-021-3/+1
* Describe the format used by -s once, and refer to it when documenting -f.jca2016-04-051-10/+11
* Consistent v6-speak: hostname -> nodename, proxy NDP -> ND proxyjca2016-04-051-4/+4
* Pointless commented-out lines; discussed with jmc@jca2016-04-051-18/+1
* etheraddr -> ether_addr, as in arp(8); discussed with jmc@jca2016-04-052-7/+7
* Hook up ndp -f.jca2016-04-042-3/+14
* Use an unsigned int rather than an int when iterating through all 32mmcc2016-01-261-2/+2
* Do not print an error if the list of prefixes is empty.mpi2016-01-121-1/+3
* Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can nowflorian2015-10-281-3/+2
* backout; many issues remain...deraadt2015-10-251-23/+9
* pledge the main usage patterns similar to arp(8). Some akkorokamuideraadt2015-10-251-9/+23
* chlim has been removed from the nd_ifinfo structure.matthieu2015-10-241-2/+1
* ndp -n -d <addr> does dns lookups, even with -n. it should not.benno2015-10-231-1/+3
* typo.sobrado2015-10-051-3/+3
* consistency: .Ic -> .Cm; and drop redundant .Bkschwarze2015-09-111-8/+3
* Use simple byte pointer arithmetic and memcpy from/to aligned stacknaddy2015-08-231-34/+34
* Explicitly request the sockaddr_dl when doing a RTM_GET rather thanmpi2015-06-031-8/+53
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Remove useless comment, snprintf and if/else.bluhm2014-09-071-19/+5
* Be coherent in the way arp(8) and ndp(8) display local entries andmpi2014-09-032-14/+10
* switch ndp to display MAC addresses in 00:00:00:00:00:00 format, ok deraadt@sthen2014-08-221-2/+2