summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-08-03Move nexthop and nexthop flags from the rde_aspath to struct prefix.Claudio Jeker
2018-08-03We can only unveil if the prefix is a directory (the input paths, and theTheo de Raadt
2018-08-03unveil _PATH_DEVDB for devname(). All other filenames are openedTheo de Raadt
2018-08-03Reshuffle the way bgpd does the softreload after filter changes.Claudio Jeker
2018-08-03Move dns settings to global options so that they don't need to beFlorian Obser
2018-08-03actually heed localbase when looking for groffMarc Espie
2018-08-03reorg groff runner so that failures are handled betterMarc Espie
2018-08-03- exit in case of exec error. Prevents code from continuing badlyMarc Espie
2018-08-03Place a limit on the number of elements in a ber sequence/set. This preventsrob
2018-08-02Split out the rule skipping logic into own function and by doing so ensureClaudio Jeker
2018-08-02According to code (and testing), each is optional but at leastSebastian Benoit
2018-08-02It's an "X.509 certificate" rather than a "TLS certificate".Sebastian Benoit
2018-08-02its a X.509 certificate, consistency with acme-client.conf.5Sebastian Benoit
2018-08-02ntpd(8) has logic in place to delete its control socket on shutdown, but itRicardo Mestre
2018-08-02Make a few more rde specific functions static.Claudio Jeker
2018-08-02Make free_prefixsets() accept a NULL pointer. Makes it behave more likeClaudio Jeker
2018-08-02This brings the network code more in line with what regular updateClaudio Jeker
2018-08-02Actually order the promises in their canonical form, missed that in myRicardo Mestre
2018-08-02Currently when eigrpd(8) shuts down then its unix control socket is beingRicardo Mestre
2018-08-01Fix segmentation fault on radiusd(8) when exiting.Ricardo Mestre
2018-08-01Clarify that we chroot to the users home directory if -u is provided.Florian Obser
2018-07-31Relocate some public functions above the internal functions comment.rob
2018-07-31Reshuffle order in struct rde_peer a bit. No functional change.Claudio Jeker
2018-07-31Fix some debugging output now that ber type and encoding are unsigned int.rob
2018-07-31Make ber type and encoding a unsigned int instead of unsigned long.Claudio Jeker
2018-07-31There is no longer the need to be careful in rde_softreconfig_in() whenClaudio Jeker
2018-07-30cleanup initialization of chngdir. inspired by Ross L Richardson.Sebastian Benoit
2018-07-30replace exit() with return(), from Ross L Richardson.Sebastian Benoit
2018-07-30replace warn() + exit() with err()Sebastian Benoit
2018-07-30line too long and whitespace. From Ross L Richardson.Sebastian Benoit
2018-07-30reorder option parsing to be alphabetical/same order as usage andSebastian Benoit
2018-07-30update to nsd 4.1.23, from the release notes:Florian Obser
2018-07-30Add colon for clarity.Antoine Jacoutot
2018-07-29Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessaryTheo Buehler
2018-07-29replace hand-rolled tmp files with mkstemp()Sebastian Benoit
2018-07-29add missing markup and some minor tweaks; ok jmc@anton
2018-07-29mestre and i both concluded pledge can be tightened, "unix" handles theTheo de Raadt
2018-07-29remove extra space in output; from Ross L RichardsonTheo de Raadt
2018-07-28k&r -> ansi function headers in this file, 'cause clang complained about one.Theo de Raadt
2018-07-28Remove NULL checks before (most) libcrypto *_free() functions.Theo Buehler
2018-07-27log_info -> log_debug since this is debug noise.Claudio Jeker
2018-07-27Enable slaacctl(8) to print information on an advertised MTU.bket
2018-07-27remove errant Ed added in previous;Jason McIntyre
2018-07-26note under which circumstances ospfd uses the route priofilterSebastian Benoit
2018-07-26zap whitespacesRicardo Mestre
2018-07-26reduce pledge(2) to the bare minimum:Ricardo Mestre
2018-07-26add pledge(2) to quot(8):Ricardo Mestre
2018-07-25Implement a generic interface to forward resolver queries to the lkaEric Faurot
2018-07-25qmail advertizes a size of 0 as "no limit on data", fix SIZE handling inGilles Chehade
2018-07-25delivery to a filename should be in mbox format otherwise it will lack theGilles Chehade