summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-09-10simplify lka reporting functions by moving the reqid inside the broadcastGilles Chehade
2019-09-08Have sm_install() use install -F (fsync).Antoine Jacoutot
2019-09-07Do not try to send router advertisements on interfaces that have no link.Florian Obser
2019-09-07Remove unused VMD_DISK_INVALID message type and mark it obsolete.tobhe
2019-09-06options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha
2019-09-06this bit about soii and link-local addresses is no longer needed sinceSebastian Benoit
2019-09-06Add support for filter-reports. These allow filters to send freetextMartijn van Duren
2019-09-04msdosfs: remove timezone supportcheloha
2019-09-04let collisionreport work better with FETCH_PACKAGESMarc Espie
2019-09-04bump versionGilles Chehade
2019-09-04disallow proc filters from responding with junk action at commitGilles Chehade
2019-09-04introduce the 'junk' builtin filter action which marks a session orGilles Chehade
2019-09-04vmd(8): memory leak in an error pathMike Larkin
2019-09-03pcap-filter is now section 7;Jason McIntyre
2019-09-03Exectute procs and filters from /usr/local/libexec/smtpd/ if no absoluteMartijn van Duren
2019-09-02the rule_to_text() function which is used to display rules when debugGilles Chehade
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-09-02Request a new SSL structure for each TLS session.Eric Faurot
2019-09-02in standalone smtp client, smtps schema should use ... smtps portGilles Chehade
2019-09-02Fix copyright lines, the "one-inode file system" in i386_softraid.c is myOtto Moerbeek
2019-08-31The algorithm creating the routing addresses in route(8) and arp(6)Alexander Bluhm
2019-08-30fix SEE ALSO;Jason McIntyre
2019-08-30name these manual pages by the primary function, for instance thereTheo de Raadt
2019-08-30one more ethers.3 -> ether_aton.3;Jason McIntyre
2019-08-30catch up to ethers(3)->ether_aton(3) renamingTheo de Raadt
2019-08-30mop up for the pcap.3 rename;Jason McIntyre
2019-08-30revert r1.175 which added unveil to relayd; "check script" needs access to theStuart Henderson
2019-08-29The IFP address in arp(8) used some bytes from a location dependingAlexander Bluhm
2019-08-29the latest commit introduced a regression in DATA filtersGilles Chehade
2019-08-29the builtin filters matching used to be reversed, as in "function must notGilles Chehade
2019-08-29Comment out the registration of smtp-out events.Martijn van Duren
2019-08-28Polish; also, document defaults for 'listen on' and 'rde rib'.Richard Procter
2019-08-28At startup, unveil entire filesystem to read-only. If after privdrop, someTheo de Raadt
2019-08-28change valid_domainname() to accept a trailing dot.Eric Faurot
2019-08-28Add a link-greeting report. This allows us to get the active domain nameMartijn van Duren
2019-08-28Make filters more developer-friendly by giving more feedback on why aMartijn van Duren
2019-08-27Honour -n when deleting entries, sync parse_host() from ndp(8)kn
2019-08-27Sync const correctness with arp(8)kn
2019-08-26also pass the signature styleMarc Espie
2019-08-25synch with other changes. bug noticed by naddy@Marc Espie
2019-08-25Merge common parsing route into new parse_host() helperkn
2019-08-25Allow for "port smtp" and "port smtps" on listen statement.Martijn van Duren
2019-08-23Assign the filter name to the proc name in the case of proc_exec.Martijn van Duren
2019-08-23Honour -n when setting entrieskn
2019-08-23only process records of the expected type.Eric Faurot
2019-08-23explain in a simpler way when the default is -r and when it is -s;Ingo Schwarze
2019-08-23martijn@ found a regression so revert to the old behavior for nowEric Faurot
2019-08-23vmctl(8): fix wrong output when using 'vmctl stop'Mike Larkin
2019-08-23res_hnok() is too lenient wrt to acceptable domain name in mail addresses.Eric Faurot
2019-08-22Replace hand-rolled errors with warn(3)kn