Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-10 | Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everything | Claudio Jeker | |
else will cause an "invalid character in input" error. Fixes xss issue noticed by Anton Karpov. OK henning@, sthen@ | |||
2007-09-13 | Fix missing free statement due to extraneous semicolon spotted by a | Chad Loder | |
modified lint. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-13 | spaces | Claudio Jeker | |
2007-04-10 | restricts some of the commands that produce too much output when run | Henning Brauer | |
without arguments. (eg. Show rib etc. etc, the sort of thing people can run far too casually). From: Adam Chappell <Adam.Chappell at interoute dot com> | |||
2006-12-25 | "show ip bgp source-as" should issue a bgpctl show ip bgp source-as and not | Claudio Jeker | |
just a show ip bgp as. OK reyk@ | |||
2006-12-12 | executed processes (like traceroute) will be killed after a hard limit | Reyk Floeter | |
of 60 seconds; add a CAVEATS section to the bgplg(8) and bgplgsh(8) manpages. thanks for the feedback ;) | |||
2006-12-12 | print the hostname in the HTML title. | Reyk Floeter | |
2006-12-12 | change the proposed permissions for the chroot'ed executables: use | Reyk Floeter | |
0555 instead of 0655, and 4555 for ping and traceroute (they require the setuid bit to open a raw socket before privilege revocation). | |||
2006-12-12 | spacing | Reyk Floeter | |
2006-12-12 | Valid XHTML 1.1! (according to http://validator.w3.org/) | Reyk Floeter | |
2006-12-12 | add a nice image (the openbgpd logo) | Reyk Floeter | |
2006-12-11 | import a looking glass for bgpd(8) (CGI web interface), see the | Reyk Floeter | |
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@ |