summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2018-09-01sync fatalx() message between smtp_client_{state,response}; ok stsp@ gilles@miko
2018-08-31Unsetting Initialized during syslogd die() is a relic from the timeAlexander Bluhm
2018-08-31the main process must chdir to /, since it cannot have daemon() do theTheo de Raadt
2018-08-31switch to improved incoming message parser:Eric Faurot
2018-08-31fix fd leak in an error pathJonathan Gray
2018-08-30fix double free in mib_carpgroupget() error pathJonathan Gray
2018-08-30fix use-after-freeEric Faurot
2018-08-30Use past tense for treated as withdrawn since the withdraw happened in the past.Claudio Jeker
2018-08-29Introduce 'bgpctl show rib error' to show all prefixes that got flaggedClaudio Jeker
2018-08-29Make it possible to filter the RIB for invalid path which resulted in withdrawnClaudio Jeker
2018-08-29clean up the imsg structure for getnameinfo lookup results.Eric Faurot
2018-08-29When 'log updates' is enabled make sure that the case of an invalid pathClaudio Jeker
2018-08-29When checking for AS 0 make sure the full ASPATH is validated and don'tClaudio Jeker
2018-08-29Adjust comment to make it clear that a NULL nexthop is actually eligableClaudio Jeker
2018-08-29Prevent ospfd from starting if another ospfd is already using the sameremi
2018-08-27If the maximum for a community is defined via the large flag thenClaudio Jeker
2018-08-27Undefined plans can never match. Check for that before trying to use the plan.Claudio Jeker
2018-08-27Wrap some overly long lines. No functional changeClaudio Jeker
2018-08-27merge_filterset() needs to produce a stable sorted filterset to make sureClaudio Jeker
2018-08-25remove unused headerGilles Chehade
2018-08-25Rework disks to have pluggable backends.ccardenas
2018-08-23import alternative message parser (not used yet).Eric Faurot
2018-08-23We can safely assume that our utmp(5) file format implementation can guaranteeRicardo Mestre
2018-08-23Allow to boot CDROM-only VMs.Reyk Floeter
2018-08-22Fix a crash when relaying with authentication but auth table is not set.Eric Faurot
2018-08-20Since we can feed localtime(3) with garbage input, or with input it cannotRicardo Mestre