summaryrefslogtreecommitdiffstats
path: root/usr.bin/bgplg
AgeCommit message (Expand)AuthorFilesLines
2019-03-17correct example; from pierre emeriaudjmc1-3/+3
2018-10-24add 'show ip bgp ovs' and 'show ip bgp ext-community' commandsdenis1-1/+7
2018-10-24fix show ip bgp out/indenis1-5/+5
2018-09-14No longer needed since the ping/ping6 unification.florian1-14/+0
2018-03-05Fix failure when AS number is < 10denis1-3/+3
2018-02-02Fix 'show ip bgp detail as' error.job1-2/+2
2017-12-18Reclaim browser screen real estate in bgplgjob3-24/+6
2017-12-17Add community/large-community commands and retain parameter input in formjob2-8/+18
2017-08-09let the looking glass look at the details for a specific ASphessler1-1/+3
2017-07-27An array is never NULL; pointed out by clang.florian1-2/+2
2016-12-14Some of the executables that are used by bgplg need the set-user-IDreyk1-2/+7
2016-09-17ping6(8) is now a hardlink to ping(8).florian2-4/+6
2016-04-05Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passedsthen1-4/+3
2015-12-09Remove NULL-checks before free(). ok tb@mmcc2-20/+11
2015-10-18pledge bgplg(8).benno1-1/+5
2015-09-10reduce .Nd to one line and kill .Tn while hereschwarze2-10/+6
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2-8/+8
2014-12-23Use ${STATIC} instead of hardcoded -static in order to take advantage ofpascal5-10/+10
2014-09-01Replace the obsolete nginx example with an httpd(8) example.reyk1-13/+14
2014-07-16zap trailing newlines; "go for it" deraadtokan1-2/+1
2014-04-29Move traceroute6 to the attic, fully merged into traceroute.florian1-14/+0
2014-04-26Link traceroute6 to traceroute, thus completing the merge.florian2-4/+6
2013-11-25variety of unsigned char casts (or conversions) for ctypederaadt3-11/+12
2013-09-03Update bgplg(8) to describe the configuration for nginx(8) andreyk1-9/+25
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2-6/+6
2013-07-01Add the necessary -I options to use the libedit readline compatibilty headerskettenis1-2/+3
2013-06-02move bgplg and slowcgi sockets to /var/www/runflorian4-13/+13
2013-06-01Update my email address to reyk@openbsd.org, especially for the HTML output.reyk6-17/+17
2013-01-17remove uesless Pp;jmc1-3/+2
2012-03-30* use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@gsoares2-3/+3
2012-02-26Fix several manpage titles, from Lawrence Teo.haesbaert1-3/+3
2011-11-08use -A with traceroute; ok sthenderaadt1-2/+2
2011-07-04Support "show ip bgp peer-as" in bgplg.claudio1-1/+3
2011-04-19Should check uname() >= 0 to detect success, not == 0.matthew1-2/+2
2010-10-13missing quotes; thanks jmc@sthen2-4/+4
2010-10-13adapt to new "socket ... restricted" syntax, reported by Patrick Lamaiziere,sthen2-17/+16
2010-05-18use the right capitalization for "HyperText Transfer Protocol (HTTP)"sobrado1-3/+3
2010-04-03Adjust the details about commands without perms being hidden,sthen1-11/+11
2010-04-02document ping6/traceroute6, ok jmcsthen1-5/+19
2010-04-02Support ping6 and traceroute6 in bgplg and bgplgsh.sthen6-5/+41
2010-01-09Plug fd leak in lg_incl(). Fix by Igor Zinovik, OK beck@claudio1-1/+2
2009-05-20"bgpctl ?" is invalid syntax; replace with "bgpctl help".sthen1-2/+2
2009-05-01comment typo, no binary changesthen1-2/+2
2007-10-10Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everythingclaudio1-5/+4
2007-09-13Fix missing free statement due to extraneous semicolon spotted by acloder1-2/+2
2007-05-31convert to new .Dd format;jmc2-4/+4
2007-04-13spacesclaudio2-7/+7
2007-04-10restricts some of the commands that produce too much output when runhenning1-5/+5
2006-12-25"show ip bgp source-as" should issue a bgpctl show ip bgp source-as and notclaudio1-2/+2
2006-12-12executed processes (like traceroute) will be killed after a hard limitreyk2-2/+16