summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-09-18The if (!better && !equal) check is redundant as the same conditionAlexander Bluhm
2012-09-18make use of expandtree_free_nodes() in lka_session_destroy().Eric Faurot
2012-09-18- add xmemdup() helper.Eric Faurot
2012-09-18simple lka cleanups:Eric Faurot
2012-09-18fix mandoc -Tlint warnings.YASUOKA Masahiko
2012-09-18New configuration syntax for npppd(8). `npppd.conf' will be based onYASUOKA Masahiko
2012-09-18this structure is not useful and ill-named. remove it.Eric Faurot
2012-09-18a few cleanups:Eric Faurot
2012-09-18remove C_NET. it's not used and there is no plan for it at the moment.Eric Faurot
2012-09-18update email addresses to match reality.Reyk Floeter
2012-09-18update the standards and RFCsReyk Floeter
2012-09-18prio 0 is valid, therefore, I chose an "impossible" value for prio meaningHenning Brauer
2012-09-18Print the wieght in the show rib detail output. OK sthen@, henning@Claudio Jeker
2012-09-18Expose the local weight in the ctl_show_rib struct so bgpctl can print it.Claudio Jeker
2012-09-18Add SNMPv3 in the EXAMPLES section.Reyk Floeter
2012-09-18Only allow one reload request at a time in bgpd. Needed for further work.Claudio Jeker
2012-09-18sync mask2prefixlen6() with the nicer version from bgpd/kroute.c:Reyk Floeter
2012-09-18knfReyk Floeter
2012-09-18Add 2 new knobs to usermod(8):Antoine Jacoutot
2012-09-17tweak previous;Jason McIntyre
2012-09-17Add map_create() and map_add() helpers. Simplify the config parser by aEric Faurot
2012-09-17Fix relay statistics. Found and fix by Erik Lax (erik -at- halon -dot- se)Sebastian Benoit
2012-09-17let the debug message look like the configuration syntaxReyk Floeter
2012-09-17Fix format expansion in smtpd.conf, it has confused a lot of people and itGilles Chehade
2012-09-17increment the session counter when a session is created.Eric Faurot
2012-09-17simplify the detection of release/stable vs. snapshot kernel byRobert Peichaer
2012-09-17Unbreak. gcc 2 at least complains if a declaration is ended by two semicolons.Miod Vallat
2012-09-17tedu lint tendrils through config internals.Marc Espie
2012-09-17silence gccReyk Floeter
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2012-09-17Add initial SNMPv3 support to snmpd(8).Reyk Floeter
2012-09-17Fix trailing whitespaces.Alexander Bluhm
2012-09-17fix pastoEric Faurot
2012-09-17revert previous and unlink aliases.5 and forward.5 from the build: theseJason McIntyre
2012-09-17various tweaks; ok gillesJason McIntyre
2012-09-16we need to ensure we have at least two descriptors per-client accepted, orGilles Chehade
2012-09-16now that log_imsg() is only used in smtpd.c, set it as static.Charles Longeau
2012-09-16Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'sCharles Longeau
2012-09-16link new aliases.5 and forward.5 to the buildCharles Longeau
2012-09-16silent warningsCharles Longeau
2012-09-16replace BSD-licensed mkdir_p() with ISC-licensed mkdirs(), this allows usGilles Chehade
2012-09-16remove the thread_private hack.Eric Faurot
2012-09-15When enqueueing from the local socket, the input address is faked as "::1".Eric Faurot
2012-09-15Don't depend on sa_family_t being typedefed by <sys/types.h>; pull inPhilip Guenthe
2012-09-14Remove s_ssl from the smtp session since it is duplicated in the io struct.Eric Faurot
2012-09-14When printing ioev, do not segfault if there is no associated iobuf.Eric Faurot
2012-09-14tweak the description of "value" somewhat; ok gillesJason McIntyre
2012-09-14Check limits before allocating the session.Eric Faurot
2012-09-14restructure this page somewhat, and make it read better; ok gillesJason McIntyre
2012-09-13There is no need to compile this with -Werror by default.Claudio Jeker