summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-02-04In event_again() call event_del() before calling event_set() so weJonathan Gray
2010-02-04no -S option; from Daniel DickmanJason McIntyre
2010-02-03Add a SECURITY FIX for CVE-2010-0010Jasper Lievisse Adriaanse
2010-02-01Fix logic error (&& vs. ||), found while looking for inspiration for smtpdJacek Masiulaniec
2010-01-31add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd beforeYASUOKA Masahiko
2010-01-31privilege separation of npppd.YASUOKA Masahiko
2010-01-30Build on loongson, and sort platform list.Miod Vallat
2010-01-27tweak previous: there was a word missing, but i've just changedJason McIntyre
2010-01-27actually order things:Marc Espie
2010-01-27search for authpf.message in $USER dirs alsoTodd T. Fries
2010-01-27use arc4random() instead of random()Jakob Schlyter
2010-01-27merge QID generation patch from NSD trunkJakob Schlyter
2010-01-27Fixed 2 off-by-one problems.YASUOKA Masahiko
2010-01-26downgrade, not downgradesMarc Espie
2010-01-26fix merging behavior when merging doesn't occur:Marc Espie
2010-01-24extra indirection: no match gives a reason why, so we can rebuildMarc Espie
2010-01-24use libspecs, report problem will be terser for now.Marc Espie
2010-01-24use libspecs through Dependencies.Marc Espie
2010-01-24add code to unify spec and names as LibraryObject, plus a repository andMarc Espie
2010-01-24prevent broken packagenames from creeping in.Marc Espie
2010-01-24add code to check packagename for problemsMarc Espie
2010-01-24In orig_intra_lsa_rtr(), don't allocate and free a temporary bufferStefan Sperling
2010-01-20Make ypserv(8) reread its YP maps on SIGHUPIngo Schwarze
2010-01-20Print RFC3947 NAT Original Address (NAT-OA) payloads, they're a subsetStuart Henderson
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