summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-09-25make const arguments const, and static functions static.Eric Faurot
2012-09-25need inttypes.hEric Faurot
2012-09-24spaces -> tabsEric Faurot
2012-09-23Enable graceful restart by default. The only way to find out if it works forClaudio Jeker
2012-09-22gcc2 doesn't like unnamed fields. make this compile on vax again.Marc Espie
2012-09-22various fixes; ok yasuokaJason McIntyre
2012-09-21Do not pass the username to forwards_get() which does not have to care aboutEric Faurot
2012-09-21wrap expandtree into a "struct expand".Eric Faurot
2012-09-21move struct lka_session definition in lka_session.cEric Faurot
2012-09-21Add a log_envelope() function that log envelope status in a uniform way.Eric Faurot
2012-09-21Move ruleset_match() prototype to smtpd.h and make the envelope const.Eric Faurot
2012-09-21file descriptor accounting for relays: track how many connections toSebastian Benoit
2012-09-21various tweaks;Jason McIntyre
2012-09-20various fixes; ok yasuokaJason McIntyre
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2012-09-20The current code in ospf6d kroute tries to read the scope of theAlexander Bluhm
2012-09-20constify parameters that are supposed to be const.Eric Faurot
2012-09-20Enable npppd and npppctl in default build. Add npppd to rc andYASUOKA Masahiko
2012-09-20Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>.Patrick Wildt
2012-09-20Move the HTTP code into an extra file to make future changes easier toReyk Floeter
2012-09-20Be consistent with what the installer and useradd(8) do and put newlyAntoine Jacoutot
2012-09-20envelope type is necessarily D_MDA here.Eric Faurot
2012-09-20Bring back log_in6addr_scope() as ospf6ctl uses it.Alexander Bluhm
2012-09-19use lower case for envelope fields.Eric Faurot
2012-09-19Set envelope expirancy in lka before sending the envelope to mfa.Eric Faurot
2012-09-19tweak man pages.YASUOKA Masahiko
2012-09-19Instead of fiddling about the kame hack here and there, implementAlexander Bluhm
2012-09-19Do not care about the kame hack when logging a link local address.Alexander Bluhm
2012-09-19tweak man pages.YASUOKA Masahiko
2012-09-19Remove DF_ENQUEUE flag. It is mostly unused and logically broken.Eric Faurot
2012-09-19cleanup around the pipex. naming style, delete or update comments.YASUOKA Masahiko
2012-09-19clarify which process writes out stats upong SIGINFO reception.Henning Brauer
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