summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Remove now unused header which I forgot to commit on previous.Ricardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Revert back previous and remove cpath pledge(2) promise entirely. We decidedRicardo Mestre
2018-08-04Revert back previous commit, we have decided that socket files don't cause anyRicardo Mestre
2018-08-04Leave the control socket behind on shutdown. It doesn't hurt anyone.Florian Obser
2018-08-04I can find no reason why portmap needs rpath after initialization.Theo de Raadt
2018-08-03advertise slaacd.8;Jason McIntyre
2018-08-03sort; ok florianJason McIntyre
2018-08-03return is not a function and if (x) -> if (x != NULL)Sebastian Benoit
2018-08-03fix error messages from earlier syntax changeSebastian Benoit
2018-08-03correct an error message, from Ross L RichardsonSebastian Benoit
2018-08-03document the default in the abscence of a certificate authority.Sebastian Benoit
2018-08-03Document that domain certificate is optional.Sebastian Benoit
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