summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-02-08correct Research Unix edition "appeared in" use in HISTORYJonathan Gray
2020-02-07Do not define variables in extern.h since this will lead to duplicateFlorian Obser
2020-02-07Unhook usr.sbin/bind from the build and hook up new dig sourceFlorian Obser
2020-02-05Replace atoi with strtonum for stricter and safer integer parsing.Florian Obser
2020-02-04iterated_hash is unusedFlorian Obser
2020-02-04bit.h and events.h are unused.Florian Obser
2020-02-04lwres no longer deals with lists.Florian Obser
2020-02-04Nothing sets DNS_RDATASETATTR_NEGATIVE; remove code dealing with thatFlorian Obser
2020-02-04dig is not generating DS records.Florian Obser
2020-02-04keydata.c is unused.Florian Obser
2020-02-04soa.c is unused.Florian Obser
2020-02-04We are not going to generate nsec or nsec3 RRsets.Florian Obser
2020-02-04dig(1) only needs tsig support so we can delete all non-HMACFlorian Obser
2020-02-04isc/stat.h is unusedFlorian Obser
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