summaryrefslogtreecommitdiff
path: root/usr.bin/bgplg
AgeCommit message (Collapse)Author
2024-07-01missing save_errno dance inside non-terminal signal handlerTheo de Raadt
2024-02-09Convert the bgplg html pages to HTML5.Claudio Jeker
From Clemens Gößnitzer (clemens (at) goessnitzer.info) Looks good to bentley@
2023-02-03Add ASPA to Looking GlassJob Snijders
OK claudio@
2022-09-03Remove -lncurses from LDADD. It is not used. Also add DPADD line.Claudio Jeker
OK deraadt@
2019-03-17correct example; from pierre emeriaudJason McIntyre
ok claudio
2018-10-24add 'show ip bgp ovs' and 'show ip bgp ext-community' commandsdenis
OK sthen@
2018-10-24fix show ip bgp out/indenis
Update usage message and add missing "neighbor" argument. OK benno@
2018-09-14No longer needed since the ping/ping6 unification.Florian Obser
Pointed out by Clemens Goessnitzer (clemens AT goessnitzer.info), thanks!
2018-03-05Fix failure when AS number is < 10denis
Thanks to Pierre Emeriaud for reporting & testing. OK benno@
2018-02-02Fix 'show ip bgp detail as' error.job
Thanks Pierre Emeriaud <petrus.lt+openbsd@gmail.com>!
2017-12-18Reclaim browser screen real estate in bgplgjob
Removing versioning information too. OK deraadt@
2017-12-17Add community/large-community commands and retain parameter input in formjob
OK deraadt@
2017-08-09let the looking glass look at the details for a specific ASPeter Hessler
diff from Denis Fondras, thanks! OK benno@, phessler@
2017-07-27An array is never NULL; pointed out by clang.Florian Obser
OK deraadt
2016-12-14Some of the executables that are used by bgplg need the set-user-IDReyk Floeter
bit, so they should be mounted on a filesystem without the nosuid option. OpenBSD's /var/www is mounted nosuid by default and using bgplg with the statically-linked "ping" doesn't work with nosuid. Reported by Michael W. Lucas (mwlucas at michaelwlucas.com) OK jmc@ jca@
2016-09-17ping6(8) is now a hardlink to ping(8).Florian Obser
The instbin stuff looks good to deraadt@
2016-04-05Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passedStuart Henderson
from the webserver so is more likely to be the correct name to expose, and is easier to adjust if needed. OK claudio@ florian@
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-10-18pledge bgplg(8).Sebastian Benoit
ok deraadt
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
2014-12-23Use ${STATIC} instead of hardcoded -static in order to take advantage ofPascal Stumpf
static pie. ok deraadt@ miod@ benno@
2014-09-01Replace the obsolete nginx example with an httpd(8) example.Reyk Floeter
ok jmc@
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-04-29Move traceroute6 to the attic, fully merged into traceroute.Florian Obser
2014-04-26Link traceroute6 to traceroute, thus completing the merge.Florian Obser
I was originally sent on this little errand by deraadt@. OK sthen@, benno@ (Committing from a bus somewhere in germany on its way to berlin.)
2013-11-25variety of unsigned char casts (or conversions) for ctypeTheo de Raadt
ok krw
2013-09-03Update bgplg(8) to describe the configuration for nginx(8) andReyk Floeter
slowcgi(8) instead of the old "Apache" httpd(8). Requested by florian@ and my others. ok jmc@
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-01Add the necessary -I options to use the libedit readline compatibilty headersMark Kettenis
instead of the GNU versions. While there, use CPPFLAGS to add -I options as they are preprocessor options. ok mikeb@, mpi@
2013-06-02move bgplg and slowcgi sockets to /var/www/runFlorian Obser
input reyk@, guenther@ "move fast" deraadt@ OK naddy@
2013-06-01Update my email address to reyk@openbsd.org, especially for the HTML output.Reyk Floeter
2013-01-17remove uesless Pp;Jason McIntyre
2012-03-30* use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@Gleydson Soares
* while here tweak bgplg.head increasing the <div> width to 800px so that this support better the tracing output with long v6 address; (requested by sthen@)
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
ok dcoppa@ jmc@ schwarze@.
2011-11-08use -A with traceroute; ok sthenTheo de Raadt
2011-07-04Support "show ip bgp peer-as" in bgplg.Claudio Jeker
Diff by Matthias Cramer from swissix.ch
2011-04-19Should check uname() >= 0 to detect success, not == 0.Matthew Dempsky
2010-10-13missing quotes; thanks jmc@Stuart Henderson
2010-10-13adapt to new "socket ... restricted" syntax, reported by Patrick Lamaiziere,Stuart Henderson
ok henning@
2010-05-18use the right capitalization for "HyperText Transfer Protocol (HTTP)"Igor Sobrado
and "server". fixes for bgplg(8) and relayd.conf(5) suggested by jmc@, good catch! ok jmc@
2010-04-03Adjust the details about commands without perms being hidden,Stuart Henderson
prompted by a suggestion from Rod Whitworth. ok jmc@ "Cool!" Rod.
2010-04-02document ping6/traceroute6, ok jmcStuart Henderson
2010-04-02Support ping6 and traceroute6 in bgplg and bgplgsh.Stuart Henderson
From Rod Whitworth, ok deraadt@
2010-01-09Plug fd leak in lg_incl(). Fix by Igor Zinovik, OK beck@Claudio Jeker
2009-05-20"bgpctl ?" is invalid syntax; replace with "bgpctl help".Stuart Henderson
from Aivar Jaakson.
2009-05-01comment typo, no binary changeStuart Henderson
2007-10-10Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everythingClaudio Jeker
else will cause an "invalid character in input" error. Fixes xss issue noticed by Anton Karpov. OK henning@, sthen@
2007-09-13Fix missing free statement due to extraneous semicolon spotted by aChad Loder
modified lint.
2007-05-31convert to new .Dd format;Jason McIntyre