summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-09-08Change the way we parse prefix-sets so that newlines are allowed in moreClaudio Jeker
2018-09-08Fix print_as_sets() a bit.Claudio Jeker
2018-09-07Make host_*() AF-agnostickn
2018-09-07The debug function trie_dump() should use stderr since that does not caseClaudio Jeker
2018-09-07fix badly broken reload of filter rules that use prefix-sets. debuggedSebastian Benoit
2018-09-07Add missing htonl() else matching does not really work.Claudio Jeker
2018-09-07Document the spin CPU state columnsolene
2018-09-07remove unused function find_prefixsetitem(), ok claudio@Sebastian Benoit
2018-09-07Some space fixes mentioned by benno@Claudio Jeker
2018-09-07Implement a fast presix-set lookup. This magic trie is able to match aClaudio Jeker
2018-09-07allow as4number_any in as-sets. Otherwise you cant filter bogon as'es.Sebastian Benoit
2018-09-07Do not send a Content-Length header for 1xx and 204 status codes sinceFlorian Obser
2018-09-07Fix the build after removing an unused af argument from unmask().Kevin Lo
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-09-07Fix "_nfiles" reference for crash dump.YASUOKA Masahiko
2018-09-07tweak previous;Jason McIntyre
2018-09-07When parsing AS numbers set both as_min and as_max to the parsed value.Claudio Jeker
2018-09-07Add a dummy as_set_match() function since it is needed to link util.c now.Claudio Jeker
2018-09-07Implement as-set a fast lookup table to be used instead of long list ofClaudio Jeker
2018-09-06Use getline() for the network bulk code. Also make the parser better byClaudio Jeker
2018-09-05synchronize resolver code with smtpdEric Faurot
2018-09-05Implement most prefixlen operations as OP_RANGE (prefixlen A - B).Claudio Jeker
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2018-09-05rename flagEric Faurot
2018-09-05Adjust after change of struct filter_as.Claudio Jeker
2018-09-05Change the way as_compare() and aspath_match() handle 'neighbor-as'. InsteadClaudio Jeker
2018-09-05Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jpYASUOKA Masahiko
2018-09-05rename token to match naming conventionGilles Chehade
2018-09-05Change verification of communities a bit. Move the flag checking first sinceClaudio Jeker
2018-09-05some text improvements from matt schwartz; ok gillesJason McIntyre
2018-09-05do not use the literal string "label" as our example label; ok gillesJason McIntyre
2018-09-05rework the text about "label" somewhat for clarity; ok ericJason McIntyre
2018-09-04remove useless session flagEric Faurot
2018-09-04move readmes detection to find_extractible, so that only changed/new readmesMarc Espie
2018-09-04upon mda failure, smtpd would assume tempfail and retry. this is at oddsGilles Chehade
2018-09-04Introduce inet4applymask() which does the same as inet6applymask() andClaudio Jeker
2018-09-04Instead of bzero() use an assinment to zero struct in_addr.Claudio Jeker
2018-09-04remove unused flagsEric Faurot
2018-09-03simplify the smtp_command() function by splitting cmd handlers intoGilles Chehade
2018-09-03bump max line sizeGilles Chehade
2018-09-03document "wrapper" in the local section; from matt schwartzJason McIntyre
2018-09-03use new smarthost syntax in log messageEric Faurot
2018-09-03Update and document syntax for smarthost string in smtpd.conf:Eric Faurot
2018-09-02mailaddr matching was working for the exact and domain match, but not whenGilles Chehade
2018-09-02Document how SIGHUP and log rotation works with syslogd(8). Do notAlexander Bluhm
2018-09-01properly deal with MAILER-DAEMON sender in LMTPGilles Chehade
2018-09-01clarify the forward-only delivery actionGilles Chehade
2018-09-01Prevent ospf6d from starting when another process is listening on theremi
2018-09-01Accidentally relayd(8) closed file descriptor 0 in the pfe childAlexander Bluhm
2018-09-01Remove 'overlap_allowance' parameter from bootstrap().Kenneth R Westerback