summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-02-04just use netdb.h directlyFlorian Obser
2020-02-04Remove unused typedefs that got left behind in previousFlorian Obser
2020-02-04Get rid of getopt(3) compat code.Florian Obser
2020-02-04Remove a bunch of unused functions who access the filesystem and thenFlorian Obser
2020-02-04We are not going to generate sig0 records so we can rip out theFlorian Obser
2020-02-04Use opendir(3) to not depend on lib/isc/unix/dir.c.Florian Obser
2020-02-04unusedFlorian Obser
2020-02-04We are not using aes.Florian Obser
2020-02-04Remove unused files.Florian Obser
2020-02-03ORCPT addresses are prefixed with an address type, the stricter check causeGilles Chehade
2020-02-03now that mail.local(8) relies on lockspool(1) for mailbox locking, have theGilles Chehade
2020-02-02add SENDER to mda environment and teach lmtp to use that instead of commandGilles Chehade
2020-02-02Fix MD in "ldomctl dump"kn
2020-02-01be much stricter about ORCPT, it isn't in the code path of local deliveryGilles Chehade
2020-02-01condition to enter mda_mbox() is too strict, if user have commands in theirGilles Chehade
2020-01-31introduce mda_mbox() to handle mbox delivery in its own code path, and makeGilles Chehade
2020-01-30Properly determine era 0 or era 1, making it possible to move pastOtto Moerbeek
2020-01-30Bump smtpd version after recent changessolene
2020-01-28Fix a security vulnerability discovered by Qualys which can lead to aGilles Chehade
2020-01-28Nuke autohell from orbit. It's the only way to be sure.Florian Obser
2020-01-28Switch to Makefile based builds.Florian Obser
2020-01-28We only need to be able to parse tsig key files, rip out all the restFlorian Obser
2020-01-28Implement map functions min(), max() and sum().Martin Pieuchot
2020-01-28Use %left to prevent S/R conflicts, arithmetic precedence is still broken.Martin Pieuchot
2020-01-28banish implicit returnMarc Espie
2020-01-28Simplify statement rules by using an optional new line.Martin Pieuchot
2020-01-28usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28usr.sbin/bgpd: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28Implement delete() and @map[key] access.Martin Pieuchot
2020-01-28Rename *_concat() into *_append() to match reality.Martin Pieuchot
2020-01-28match opendir with closedir... not that important as the thing was mostMarc Espie
2020-01-28Parse '==' without error in filters.Martin Pieuchot
2020-01-27Implement builtin time() function.Martin Pieuchot
2020-01-26Log the old kernel version before doing the upgrade. Makes it easierSebastian Benoit
2020-01-26Support for queries on ports != 53Jeremie Courreges-Anglas
2020-01-26give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlinkMarc Espie
2020-01-26Remove unused code from socket.cFlorian Obser
2020-01-26reduce isc/stdio to what is usedFlorian Obser
2020-01-26get rid of lib/isc/nothreadsFlorian Obser
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cFlorian Obser
2020-01-26get rid of lib/isc/nothreadsFlorian Obser
2020-01-26Switch once to isc_boolean_t in preparation of nothreads removalFlorian Obser
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cFlorian Obser
2020-01-26We are not going to write keys to disk.Florian Obser
2020-01-26Remove unused logging to file.Florian Obser
2020-01-25In nexthop_update() only add a nexthop to the nexthop_runners queue ifClaudio Jeker
2020-01-25With -d, messages are now printed on stderrJeremie Courreges-Anglas
2020-01-25kill double .Pp;Jason McIntyre
2020-01-25unifdef sigchase. It is deprecated and never enabled on openbsd.Florian Obser