History log of /openbsd/usr.bin/bgplg/bgplg.c (Results 1 – 20 of 20)
Revision Date Author Comments
# b11663ea 09-Feb-2024 claudio <claudio@openbsd.org>

Convert the bgplg html pages to HTML5.

From Clemens Gößnitzer (clemens (at) goessnitzer.info)
Looks good to bentley@


# b9d22517 05-Mar-2018 denis <denis@openbsd.org>

Fix failure when AS number is < 10
Thanks to Pierre Emeriaud for reporting & testing.

OK benno@


# 16b8ccdc 18-Dec-2017 job <job@openbsd.org>

Reclaim browser screen real estate in bgplg

Removing versioning information too.

OK deraadt@


# a4478c91 17-Dec-2017 job <job@openbsd.org>

Add community/large-community commands and retain parameter input in form

OK deraadt@


# 92c35e0e 05-Apr-2016 sthen <sthen@openbsd.org>

Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passed
from the webserver so is more likely to be the correct name to expose, and is
easier to adjust if needed. OK claudio@ flo

Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passed
from the webserver so is more likely to be the correct name to expose, and is
easier to adjust if needed. OK claudio@ florian@

show more ...


# 2c2259b2 09-Dec-2015 mmcc <mmcc@openbsd.org>

Remove NULL-checks before free(). ok tb@


# 9456c97f 18-Oct-2015 benno <benno@openbsd.org>

pledge bgplg(8).
ok deraadt


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
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)

show more ...


# 6d73225d 25-Nov-2013 deraadt <deraadt@openbsd.org>

variety of unsigned char casts (or conversions) for ctype
ok krw


# 74abb244 02-Jun-2013 florian <florian@openbsd.org>

move bgplg and slowcgi sockets to /var/www/run
input reyk@, guenther@
"move fast" deraadt@
OK naddy@


# 9cf8e0ea 01-Jun-2013 reyk <reyk@openbsd.org>

Update my email address to reyk@openbsd.org, especially for the HTML output.


# cc8d9bee 02-Apr-2010 sthen <sthen@openbsd.org>

Support ping6 and traceroute6 in bgplg and bgplgsh.
From Rod Whitworth, ok deraadt@


# bfa35f97 09-Jan-2010 claudio <claudio@openbsd.org>

Plug fd leak in lg_incl(). Fix by Igor Zinovik, OK beck@


# 243d9a3d 10-Oct-2007 claudio <claudio@openbsd.org>

Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everything
else will cause an "invalid character in input" error.
Fixes xss issue noticed by Anton Karpov.
OK henning@, sthen@


# 7582a95b 13-Sep-2007 cloder <cloder@openbsd.org>

Fix missing free statement due to extraneous semicolon spotted by a
modified lint.


# 47463e33 13-Apr-2007 claudio <claudio@openbsd.org>

spaces


# 6bc04b6b 12-Dec-2006 reyk <reyk@openbsd.org>

print the hostname in the HTML title.


# 0641c43d 12-Dec-2006 reyk <reyk@openbsd.org>

spacing


# 4ff84f7a 12-Dec-2006 reyk <reyk@openbsd.org>

Valid XHTML 1.1! (according to http://validator.w3.org/)


# bc5366b8 11-Dec-2006 reyk <reyk@openbsd.org>

import a looking glass for bgpd(8) (CGI web interface), see the
bgplg(8) and bgplgsh(8) manpages for installation and usage
instructions.

this has been tested by various users and on openbgp route s

import a looking glass for bgpd(8) (CGI web interface), see the
bgplg(8) and bgplgsh(8) manpages for installation and usage
instructions.

this has been tested by various users and on openbgp route servers in
the DE-CIX.

ok deraadt@ henning@

show more ...