summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
AgeCommit message (Collapse)Author
2013-10-21- -V after -tJason McIntyre
- fix usage()
2013-10-21Add rdomain support to IPv6 configuration toolsPeter Hessler
OK claudio@ and bluhm@
2013-10-07Fix a segfault in ndp -A by not freeing the buffer when not in repeatJeremie Courreges-Anglas
mode. Input from and ok millert@
2013-08-15Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.Alexander Bluhm
warning: declaration of 'time' shadows a global declaration No binary change; OK lteo@ florian@ henning@ mikeb@ millert@
2013-08-09Remove dead code and useless #include and #ifdef from ndp.Alexander Bluhm
No binary change; OK deraadt@ mpi@
2013-07-19ndp used an int expire_time for time calculation. Convert thisAlexander Bluhm
into time_t. OK henning@ florian@
2013-03-21create realloc() loops around sysctl for array-based mibs, in programsTheo de Raadt
which want a "full" dump ok dlg
2013-03-11Remove the -I option, even if the ioctls for manipulating a defaultMartin Pieuchot
interface are defined, nothing use it in the kernel since the on-link assumption behavior removal back in 2004. ok mikeb@, bluhm@, florian@
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
has changed to conform with modern groff releases. diff for route6d(8) written mostly by schwarze@, with lots of useful advice from jmc@. ok jmc@, schwarze@
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2009-06-25Another copy of the strange while loop seen in route(8). Add missingClaudio Jeker
RTM_VERSION check. Tested and OK sthen@, OK henning@
2009-06-17Check for the correct RTM_VERSION before accessing anything in the rt message.Claudio Jeker
Fixes a SIGBUS seen on alpha by naddy@. OK naddy@, deraadt@
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
ok claudio@, henning@
2008-10-02get rid of some unneeded $Id stuffTheo de Raadt
2008-06-09Correctly round the sockaddrs so that ndp works on 64bit machines.Claudio Jeker
Stupid sockaddr_in6 has the worst size possible. OK henning@ deraadt@
2008-05-18another ndp(8) tweak: its description still talks about "flags"Igor Sobrado
rather than "flag", so kill the .Ar macro to have it read correctly. change suggested by jmc@. ok jmc@
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2008-05-05don't install a /128 bit net route for 'proxy' ndp entriesMarkus Friedl
and show them with ndp -a, too. from KAME rev 1.121; ok henning
2007-10-07delete ugly $Header stuff; pr 5595Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-22do not try to grab default router list on "ndp -r" if it's emptyJun-ichiro itojun Hagino
(happens when the machine is an IPv6 router). from kame ok deraadt, mbalmer
2007-02-18Use sizeof(buf) instead of hard coded numbers.Ray Lai
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@.
2006-08-10sync usage();Jason McIntyre
2006-08-10various fixes;Jason McIntyre
2005-04-04nlist.h not neededTheo de Raadt
2004-10-28manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32Jun-ichiro itojun Hagino
markus ok
2004-09-15- better .NdJason McIntyre
- remove unneeded macros - sort options - mention sysctl(8) and sysctl.conf(5) with regards to setting net.inet6.ip6.accept_rtadv - better SEE ALSO all from alexey suslikov;
2004-05-24missing close(2). Andrey MatveevJun-ichiro itojun Hagino
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-02-10fflush(stdout). kame pr 584Jun-ichiro itojun Hagino
2004-01-25private copy of gmt2local from tcpdump, since tcpdump is about to startTheo de Raadt
mutating
2004-01-08typo fix (must be rtm_addrs). from fujitsuJun-ichiro itojun Hagino
2003-10-02style sync w/ kameJun-ichiro itojun Hagino
2003-09-26add bounds to sscanf, millert@Anil Madhavapeddy
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
ok deraadt@
2003-06-26err() cleanup; andrushock@korovino.netTheo de Raadt
2003-06-26ansiTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-07-17with -i, flag on command line and flag displayed are different, and it doesJun-ichiro itojun Hagino
nothing but confuse users. sync them. for -nud and such, you need "-- -nud" due to posix arg parsing. sync w/kame
2002-06-08comment out paragraph that does not fit to openbsd-currentJun-ichiro itojun Hagino
2002-06-03recover backward compatibility in -I behavior. sync w/kameJun-ichiro itojun Hagino
2002-06-03more nroff/KNF. from deraadtJun-ichiro itojun Hagino
2002-06-03typoJun-ichiro itojun Hagino
2002-06-03more posix-compliant arg parsing. sync w/kame. help from deraadtJun-ichiro itojun Hagino
2002-06-02KNF (no variable name should be present on prototype)Jun-ichiro itojun Hagino
2002-06-02KNFTheo de Raadt
2002-05-29sync more with kame. sockaddr_dl printingJun-ichiro itojun Hagino