summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-01-20Apache manual is now part of the "man" file set.Antoine Jacoutot
2010-01-19Don't fatalx() when a static route is deleted.Michele Marchetto
2010-01-19simplify caching: return $cached->{$_} //= new_value;Marc Espie
2010-01-19simplify using LibSpecMarc Espie
2010-01-19move generic code to handle libspec in a new file, to clean up stuffMarc Espie
2010-01-19fix handling of always-update: it should only come into play when theMarc Espie
2010-01-18don't bother checking for exec and displaying them if we're not verboseMarc Espie
2010-01-17strcpy/strncat/sprintf --> strlcpy/strlcat/snprintfCharles Longeau
2010-01-17add a printer for IPV6CP (IPv6 Control Protocol); ok sthen@Christian Weisgerber
2010-01-17* remove a nonsensical print statement left over since antiquityChristian Weisgerber
2010-01-17regen with {autoconf,autoheader}-2.62Jakob Schlyter
2010-01-17use --with-chrootJakob Schlyter
2010-01-17add --with-chroot option to set default chroot directoryJakob Schlyter
2010-01-17even better messagesMarc Espie
2010-01-17use Carp directly, it it very inexpensive actually, since it's been rewrittenMarc Espie
2010-01-16run as user _nsdJakob Schlyter
2010-01-15rename zonec to nsd-zonecJakob Schlyter
2010-01-15initJakob Schlyter
2010-01-15NSD v3.2.4Jakob Schlyter
2010-01-15Address family for UNIX domain socket was mistakenly specified asYASUOKA Masahiko
2010-01-14fix to compile with gcc4. (from jsg@)YASUOKA Masahiko
2010-01-14fix new vstat, and make it useful, for instance for -n.Marc Espie
2010-01-14Include the link-level header in the hex output if both the -x and -eJoel Sing
2010-01-13- move the separator so it's just displayed for files with diffs toStuart Henderson
2010-01-13Fix problems with incomplete arrays that was fixed in other ospfctlJonathan Gray
2010-01-13revert previous and allow reading the last element of the array; ok deraadt@Christian Weisgerber
2010-01-13cleanup npppd code. delete IIJ local ifdef switches and fix warnings.YASUOKA Masahiko
2010-01-13Add VPNv4 to the understood address families in bgpctl.Claudio Jeker
2010-01-13Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part soClaudio Jeker
2010-01-13pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things thatClaudio Jeker
2010-01-12when generating rdr rules, ensure the nat address is PF_ADDR_NONE to avoidDavid Gwynne
2010-01-12allow 'update-only' installsMarc Espie
2010-01-12bump this to updater, so that progress is shown again.Marc Espie
2010-01-12more auto-cache goodnessMarc Espie
2010-01-12Add TCP/UDP checksum display for v6 and clean up the checksumChristian Weisgerber
2010-01-12First pass at removing the 'pf_pool' mechanism for translation and routingRyan Thomas McBride
2010-01-11Fix wrong logic in error checking of buf_dynamic, found by pcc.Jacek Masiulaniec
2010-01-11sometimes, I manage to finish some stuffMarc Espie
2010-01-11quirks is special here too, oops.Marc Espie
2010-01-11allow installation to proceed even without -r if it's an actual updateMarc Espie
2010-01-11works much better if I actually add the option...Marc Espie
2010-01-11move the oldlibs code into its separate file, prior to fixing it.Marc Espie
2010-01-11protect gzip against weird file namesMarc Espie
2010-01-11Do not use after free kif->if_index; discovered with claudioTheo de Raadt
2010-01-11various cleanup, including a fix from Daniel Dickman;Jason McIntyre
2010-01-11It's '-D dontmerge' now.Bernd Ahlers
2010-01-11add "log brief" and "log verbose" to change logging verbosityJonathan Gray
2010-01-11use calloc() instead of multiplying for malloc(); ok reykTheo de Raadt
2010-01-11Do not crash when starting up with a bad config file. Check thatClaudio Jeker
2010-01-11Initial import npppd(8). npppd is a new PPP daemon that handles manyYASUOKA Masahiko