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