summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2020-01-25isc_file_isdirwritable is not used (and besides, it uses access() whichTheo de Raadt
2020-01-25The config parser lets us know when the key file can't be found.Florian Obser
2020-01-25isc/unix/syslog is unusedFlorian Obser
2020-01-25dns/master is unusedFlorian Obser
2020-01-25we are not using rwlocksFlorian Obser
2020-01-25another chroot tendrilTheo de Raadt
2020-01-24- (void)printf() -> printf(); the cast adds clutter for little value.Richard Procter
2020-01-24Add FILES sections; OK espie@ solene@.Ingo Schwarze
2020-01-24Oops, one break too many removed; unbreak +tcp.Florian Obser
2020-01-24Since we are no longer using config.h we can remove a lot of featureFlorian Obser
2020-01-24progress on rebound has been stalled long enough it's time to fade away.Ted Unangst
2020-01-24Extend 'bgpctl show neighbor' to include the received and sent prefixClaudio Jeker
2020-01-24Implement 'max-prefix NUM out' to limit the number of announced prefixes.Claudio Jeker
2020-01-24unlink rebound. its future is quite limited.Ted Unangst
2020-01-23Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.Florian Obser