Age | Commit message (Expand) | Author |
2024-07-01 | missing save_errno dance inside non-terminal signal handler | Theo de Raadt |
2024-02-09 | Convert the bgplg html pages to HTML5. | Claudio Jeker |
2023-02-03 | Add ASPA to Looking Glass | Job Snijders |
2022-09-03 | Remove -lncurses from LDADD. It is not used. Also add DPADD line. | Claudio Jeker |
2019-03-17 | correct example; from pierre emeriaud | Jason McIntyre |
2018-10-24 | add 'show ip bgp ovs' and 'show ip bgp ext-community' commands | denis |
2018-10-24 | fix show ip bgp out/in | denis |
2018-09-14 | No longer needed since the ping/ping6 unification. | Florian Obser |
2018-03-05 | Fix failure when AS number is < 10 | denis |
2018-02-02 | Fix 'show ip bgp detail as' error. | job |
2017-12-18 | Reclaim browser screen real estate in bgplg | job |
2017-12-17 | Add community/large-community commands and retain parameter input in form | job |
2017-08-09 | let the looking glass look at the details for a specific AS | Peter Hessler |
2017-07-27 | An array is never NULL; pointed out by clang. | Florian Obser |
2016-12-14 | Some of the executables that are used by bgplg need the set-user-ID | Reyk Floeter |
2016-09-17 | ping6(8) is now a hardlink to ping(8). | Florian Obser |
2016-04-05 | Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passed | Stuart Henderson |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-10-18 | pledge bgplg(8). | Sebastian Benoit |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-23 | Use ${STATIC} instead of hardcoded -static in order to take advantage of | Pascal Stumpf |
2014-09-01 | Replace the obsolete nginx example with an httpd(8) example. | Reyk Floeter |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-04-29 | Move traceroute6 to the attic, fully merged into traceroute. | Florian Obser |
2014-04-26 | Link traceroute6 to traceroute, thus completing the merge. | Florian Obser |
2013-11-25 | variety of unsigned char casts (or conversions) for ctype | Theo de Raadt |
2013-09-03 | Update bgplg(8) to describe the configuration for nginx(8) and | Reyk Floeter |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-01 | Add the necessary -I options to use the libedit readline compatibilty headers | Mark Kettenis |
2013-06-02 | move bgplg and slowcgi sockets to /var/www/run | Florian Obser |
2013-06-01 | Update my email address to reyk@openbsd.org, especially for the HTML output. | Reyk Floeter |
2013-01-17 | remove uesless Pp; | Jason McIntyre |
2012-03-30 | * use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@ | Gleydson Soares |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2011-11-08 | use -A with traceroute; ok sthen | Theo de Raadt |
2011-07-04 | Support "show ip bgp peer-as" in bgplg. | Claudio Jeker |
2011-04-19 | Should check uname() >= 0 to detect success, not == 0. | Matthew Dempsky |
2010-10-13 | missing quotes; thanks jmc@ | Stuart Henderson |
2010-10-13 | adapt to new "socket ... restricted" syntax, reported by Patrick Lamaiziere, | Stuart Henderson |
2010-05-18 | use the right capitalization for "HyperText Transfer Protocol (HTTP)" | Igor Sobrado |
2010-04-03 | Adjust the details about commands without perms being hidden, | Stuart Henderson |
2010-04-02 | document ping6/traceroute6, ok jmc | Stuart Henderson |
2010-04-02 | Support ping6 and traceroute6 in bgplg and bgplgsh. | Stuart Henderson |
2010-01-09 | Plug 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 |
2009-05-01 | comment typo, no binary change | Stuart Henderson |
2007-10-10 | Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everything | Claudio Jeker |
2007-09-13 | Fix missing free statement due to extraneous semicolon spotted by a | Chad Loder |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |