summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove now unused header which I forgot to commit on previous.mestre2018-08-051-2/+1
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-053-23/+4
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-053-19/+4
* Revert back previous and remove cpath pledge(2) promise entirely. We decidedmestre2018-08-055-23/+7
* Revert back previous commit, we have decided that socket files don't cause anymestre2018-08-043-13/+4
* Leave the control socket behind on shutdown. It doesn't hurt anyone.florian2018-08-043-27/+10
* I can find no reason why portmap needs rpath after initialization.deraadt2018-08-041-3/+3
* advertise slaacd.8;jmc2018-08-031-3/+4
* sort; ok florianjmc2018-08-031-16/+16
* return is not a function and if (x) -> if (x != NULL)benno2018-08-031-61/+61
* fix error messages from earlier syntax changebenno2018-08-031-3/+3
* correct an error message, from Ross L Richardsonbenno2018-08-031-2/+2
* document the default in the abscence of a certificate authority.benno2018-08-031-1/+2
* Document that domain certificate is optional.benno2018-08-031-2/+3
* Move nexthop and nexthop flags from the rde_aspath to struct prefix.claudio2018-08-035-156/+158
* We can only unveil if the prefix is a directory (the input paths, and thederaadt2018-08-031-3/+19
* unveil _PATH_DEVDB for devname(). All other filenames are openedderaadt2018-08-031-1/+3
* Reshuffle the way bgpd does the softreload after filter changes.claudio2018-08-031-35/+77
* Move dns settings to global options so that they don't need to beflorian2018-08-037-119/+211
* actually heed localbase when looking for groffespie2018-08-032-3/+4
* reorg groff runner so that failures are handled betterespie2018-08-032-12/+33
* - exit in case of exec error. Prevents code from continuing badlyespie2018-08-031-4/+5
* Place a limit on the number of elements in a ber sequence/set. This preventsrob2018-08-036-15/+45
* Split out the rule skipping logic into own function and by doing so ensureclaudio2018-08-021-34/+34
* According to code (and testing), each is optional but at leastbenno2018-08-021-2/+8
* It's an "X.509 certificate" rather than a "TLS certificate".benno2018-08-021-2/+2
* its a X.509 certificate, consistency with acme-client.conf.5benno2018-08-021-4/+4
* ntpd(8) has logic in place to delete its control socket on shutdown, but itmestre2018-08-021-2/+3
* Make a few more rde specific functions static.claudio2018-08-021-11/+11
* Make free_prefixsets() accept a NULL pointer. Makes it behave more likeclaudio2018-08-022-4/+5
* This brings the network code more in line with what regular updateclaudio2018-08-021-5/+20
* Actually order the promises in their canonical form, missed that in mymestre2018-08-021-2/+2
* Currently when eigrpd(8) shuts down then its unix control socket is beingmestre2018-08-022-5/+8
* Fix segmentation fault on radiusd(8) when exiting.mestre2018-08-011-3/+5
* Clarify that we chroot to the users home directory if -u is provided.florian2018-08-011-3/+7
* Relocate some public functions above the internal functions comment.rob2018-07-313-189/+189
* Reshuffle order in struct rde_peer a bit. No functional change.claudio2018-07-311-3/+3
* Fix some debugging output now that ber type and encoding are unsigned int.rob2018-07-314-10/+10
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-316-35/+35
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-318-50/+50
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-313-34/+33
* There is no longer the need to be careful in rde_softreconfig_in() whenclaudio2018-07-311-8/+3
* cleanup initialization of chngdir. inspired by Ross L Richardson.benno2018-07-301-7/+4
* replace exit() with return(), from Ross L Richardson.benno2018-07-301-4/+4
* replace warn() + exit() with err()benno2018-07-301-5/+3
* line too long and whitespace. From Ross L Richardson.benno2018-07-301-4/+5
* reorder option parsing to be alphabetical/same order as usage andbenno2018-07-301-12/+12
* update to nsd 4.1.23, from the release notes:florian2018-07-303-11/+11
* Add colon for clarity.ajacoutot2018-07-301-3/+3
* Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessarytb2018-07-291-6/+4