summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-12-16tweak slightly: not having the variable is okay, not finding the packageMarc Espie
is still an error.
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
no binary change.
2006-12-16it's not an error for a variable not to be defined for some/all of theMarc Espie
*.pc files, see x11/gnome/yelp.
2006-12-16+.Ex -std foldJason McIntyre
2006-12-16"Mention what underlining is meant here."Jason McIntyre
from ru@freebsd, -r1.13;
2006-12-15add support for "Static-directory" request.Xavier Santolaria
2006-12-15dummy support for update-patches request.Xavier Santolaria
2006-12-15minor tweaks, partly from ru@freebsd;Jason McIntyre
2006-12-15server-side Static-directory bits.Xavier Santolaria
2006-12-15adjust the Directory request by sending the repository on a new line too.Xavier Santolaria
matches gnu cvs behaviour.
2006-12-15server-side Sticky bits.Xavier Santolaria
2006-12-14do not display result if $rc != 0, fixes cases likeMarc Espie
LIBS=`pkg-config --libs foo`, like in net/ekg
2006-12-14Coverity CID 2996: Don't return without closing fp.Jasper Lievisse Adriaanse
Fix from christos NetBSD. ok otto@, millert@ (earlier version)
2006-12-14add support for the "Sticky" request; client-side only for now.Xavier Santolaria
2006-12-14add PKG_CONFIG_LIBDIR, okay bernd@Marc Espie
2006-12-14Make "PermitOpen all" first-match within a block to match the way otherDarren Tucker
options work. ok markus@ djm@
2006-12-14"apply echo *" operates similarly to ls(1), not "apply echo a*";Jason McIntyre
from sat@freebsd ok otto
2006-12-14no need to send -f to the server; this flag has effectXavier Santolaria
on the client-side only.
2006-12-13fix a display;Jason McIntyre
2006-12-13Make PermitOpen work with multiple values like the man pages says. bz #1267Darren Tucker
with details from peter at dmtz.com, with & ok djm@
2006-12-12tweak previous, and update usage(); ok grunkJason McIntyre
2006-12-12enable bgplg, the bgp looking glassReyk Floeter
ok henning@ deraadt@
2006-12-12executed processes (like traceroute) will be killed after a hard limitReyk Floeter
of 60 seconds; add a CAVEATS section to the bgplg(8) and bgplgsh(8) manpages. thanks for the feedback ;)
2006-12-12print the hostname in the HTML title.Reyk Floeter
2006-12-12change the proposed permissions for the chroot'ed executables: useReyk 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-12spacingReyk Floeter
2006-12-12Valid XHTML 1.1! (according to http://validator.w3.org/)Reyk Floeter
2006-12-12add a nice image (the openbgpd logo)Reyk Floeter
2006-12-12mention the fact that m4 also accepts files via cmdlineAlexander von Gernler
ok espie@ jmc@
2006-12-12bz #1019: some ssh.com versions apparently can't cope with the remote portDamien 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-11import a looking glass for bgpd(8) (CGI web interface), see theReyk 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-11add rfc 4716 (public key format); ok jmcMarkus Friedl
2006-12-11rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from ↵Theo de Raadt
Tamas TEVESZ; ok millert
2006-12-11global option -n implies -lXavier Santolaria
2006-12-11Permit checkout from a read-only repository using the -R global optionXavier Santolaria
or using the CVSREADONLYFS environment variable. Request/test/ok todd@. Man page bits courtesy of jmc@.
2006-12-10trivial change: comparing versions on a non-existent config is not a goodMarc Espie
idea...
2006-12-09reorg 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-07check for cvs_path_cat() return value.Xavier Santolaria
2006-12-07use errno where appropriate in error messages.Xavier Santolaria
2006-12-07snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-07add config file path in debug message.Xavier Santolaria
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
OK jaredy@.
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
OK jaredy@.
2006-12-05unlink(2) sets errno, use it for error message.Xavier Santolaria
2006-12-05rmdir(2) sets errno, use it for error message.Xavier Santolaria
2006-12-04do the proper dance to order libary dependencies, let modversion doMarc 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-04check confstr() return value. Due to the braindead return valueOtto Moerbeek
specified by POSIX we have to clear errno before; also check for -1 to remain compatible. ok millert@
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-04- unlink tmp files when finished.Xavier Santolaria
- add missing xfree().
2006-12-04retreive -> retrieve; from daniel maticJason McIntyre