summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-09-19replay counter was bumped a while ago, update byte order conversion;Mike Belopuhov
2012-09-19expandnodes must be bzero()'d before parsing to be sure there is no bogusEric Faurot
2012-09-19rename variables for consistencyEric Faurot
2012-09-19remove IS_RELAY and IS_MAILBOX macros.Eric Faurot
2012-09-19Remove aliases_exists() and aliases_virtual_exists(). The correspondingEric Faurot
2012-09-19Copy the host id value to the ICMP echo payload in network byte order andReyk Floeter
2012-09-19Fix ICMP checks by setting the socklen correctly before calling recvfrom().Reyk Floeter
2012-09-19start cleaning the expansion code:Eric Faurot
2012-09-19remove files that became unused by new configuration syntax.YASUOKA Masahiko
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