Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-12 | enable bgplg, the bgp looking glass | Reyk Floeter | |
ok henning@ deraadt@ | |||
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-12 | mention the fact that m4 also accepts files via cmdline | Alexander von Gernler | |
ok espie@ jmc@ | |||
2006-12-12 | bz #1019: some ssh.com versions apparently can't cope with the remote port | Damien Miller | |
forwarding bind_address being a hostname, so send them an address for cases where they are not explicitly specified (wildcard or localhost bind). reported by daveroth AT acm.org; ok dtucker@ deraadt@ | |||
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@ | |||
2006-12-11 | add rfc 4716 (public key format); ok jmc | Markus Friedl | |
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from ↵ | Theo de Raadt | |
Tamas TEVESZ; ok millert | |||
2006-12-11 | global option -n implies -l | Xavier Santolaria | |
2006-12-11 | Permit checkout from a read-only repository using the -R global option | Xavier Santolaria | |
or using the CVSREADONLYFS environment variable. Request/test/ok todd@. Man page bits courtesy of jmc@. | |||
2006-12-10 | trivial change: comparing versions on a non-existent config is not a good | Marc Espie | |
idea... | |||
2006-12-09 | reorg code some more: | Marc Espie | |
- handle most version number requirements. - handle uninstalled packages correctly. - process options in the same order as the gnu pkg-config. - sanitize status code returns. - set up printerr the same way gnu pkg-config does. tested on xenocara by matthieu@ Still missing: actual --static implementation, and possibly some other details... | |||
2006-12-07 | check for cvs_path_cat() return value. | Xavier Santolaria | |
2006-12-07 | use errno where appropriate in error messages. | Xavier Santolaria | |
2006-12-07 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-12-07 | add config file path in debug message. | Xavier Santolaria | |
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-12-05 | unlink(2) sets errno, use it for error message. | Xavier Santolaria | |
2006-12-05 | rmdir(2) sets errno, use it for error message. | Xavier Santolaria | |
2006-12-04 | do the proper dance to order libary dependencies, let modversion do | Marc Espie | |
what it should, start at proper version checking. Also displays more diagnostic messages like the real pkg-config does. okay ckuethe@, matthieu@, fries (and a small extra addition of a mismatch diagnostic). Make sure PkgConfig.pm is synch'ed! won't work otherwise. | |||
2006-12-04 | check confstr() return value. Due to the braindead return value | Otto Moerbeek | |
specified by POSIX we have to clear errno before; also check for -1 to remain compatible. ok millert@ | |||
2006-12-04 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-12-04 | - unlink tmp files when finished. | Xavier Santolaria | |
- add missing xfree(). | |||
2006-12-04 | retreive -> retrieve; from daniel matic | Jason McIntyre | |
2006-12-04 | - fix crash when doing keyword expansion of zero-length buffers. | Niall O'Higgins | |
ok ray@ | |||
2006-12-02 | typo in error message | Marc Espie | |
2006-12-02 | rely on PkgConfig.pm, and so really parse the *.pc files. | Marc Espie | |
handle --define-variable handle multiple dependencies in the correct order, so that linking will work with complex requirements. okay ckuethe@, matthieu@ | |||
2006-12-02 | tweaks; from claus assmann (pr #5317); | Jason McIntyre | |
2006-12-01 | make things vaguely declared where they belong | Marc Espie | |
2006-12-01 | Fix two bugs: stdin is processed and the current working dir is not | Otto Moerbeek | |
readable and having a file named '-'. PR 5301 and 5302. Diff from Vadim Vygonets, with some changes from me. ok millert@ | |||
2006-11-29 | trim usage(); ok millert deraadt | Jason McIntyre | |
2006-11-29 | - clean up the !}fmt section | Jason McIntyre | |
- better Xr | |||
2006-11-29 | various improvements; | Jason McIntyre | |
2006-11-29 | - sync synopsis and usage() | Jason McIntyre | |
- sort options - avoid line split | |||
2006-11-29 | - tweak text on which options are default | Jason McIntyre | |
- merge --help and --usage - .Ex ok ckuethe | |||
2006-11-29 | typo; | Jason McIntyre | |
2006-11-29 | - sort options (discussed with ckuethe) | Jason McIntyre | |
- there is no benefit in using Fl when options take `--'; use Cm instead | |||
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat | |
2006-11-28 | add more dudes; from Chad Dougherty <crd@andrew.cmu.edu> | Michael Shalayeff | |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter | |
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ | |||
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-11-28 | we will never support pserver, so do not bother documenting | Xavier Santolaria | |
login/logout commands, nor mark them as supported. | |||
2006-11-28 | tweaks; | Jason McIntyre | |
2006-11-28 | Remove a debug print i accidentally left behind | Chris Kuethe | |