Age | Commit message (Expand) | Author |
2018-08-05 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-08-05 | Remove now unused header which I forgot to commit on previous. | Ricardo Mestre |
2018-08-05 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-08-05 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-08-05 | Revert back previous and remove cpath pledge(2) promise entirely. We decided | Ricardo Mestre |
2018-08-04 | Revert back previous commit, we have decided that socket files don't cause any | Ricardo Mestre |
2018-08-04 | Leave the control socket behind on shutdown. It doesn't hurt anyone. | Florian Obser |
2018-08-04 | I can find no reason why portmap needs rpath after initialization. | Theo de Raadt |
2018-08-03 | advertise slaacd.8; | Jason McIntyre |
2018-08-03 | sort; ok florian | Jason McIntyre |
2018-08-03 | return is not a function and if (x) -> if (x != NULL) | Sebastian Benoit |
2018-08-03 | fix error messages from earlier syntax change | Sebastian Benoit |
2018-08-03 | correct an error message, from Ross L Richardson | Sebastian Benoit |
2018-08-03 | document the default in the abscence of a certificate authority. | Sebastian Benoit |
2018-08-03 | Document that domain certificate is optional. | Sebastian Benoit |
2018-08-03 | Move nexthop and nexthop flags from the rde_aspath to struct prefix. | Claudio Jeker |
2018-08-03 | We can only unveil if the prefix is a directory (the input paths, and the | Theo de Raadt |
2018-08-03 | unveil _PATH_DEVDB for devname(). All other filenames are opened | Theo de Raadt |
2018-08-03 | Reshuffle the way bgpd does the softreload after filter changes. | Claudio Jeker |
2018-08-03 | Move dns settings to global options so that they don't need to be | Florian Obser |
2018-08-03 | actually heed localbase when looking for groff | Marc Espie |
2018-08-03 | reorg groff runner so that failures are handled better | Marc Espie |
2018-08-03 | - exit in case of exec error. Prevents code from continuing badly | Marc Espie |
2018-08-03 | Place a limit on the number of elements in a ber sequence/set. This prevents | rob |
2018-08-02 | Split out the rule skipping logic into own function and by doing so ensure | Claudio Jeker |
2018-08-02 | According to code (and testing), each is optional but at least | Sebastian Benoit |
2018-08-02 | It's an "X.509 certificate" rather than a "TLS certificate". | Sebastian Benoit |
2018-08-02 | its a X.509 certificate, consistency with acme-client.conf.5 | Sebastian Benoit |
2018-08-02 | ntpd(8) has logic in place to delete its control socket on shutdown, but it | Ricardo Mestre |
2018-08-02 | Make a few more rde specific functions static. | Claudio Jeker |
2018-08-02 | Make free_prefixsets() accept a NULL pointer. Makes it behave more like | Claudio Jeker |
2018-08-02 | This brings the network code more in line with what regular update | Claudio Jeker |
2018-08-02 | Actually order the promises in their canonical form, missed that in my | Ricardo Mestre |
2018-08-02 | Currently when eigrpd(8) shuts down then its unix control socket is being | Ricardo Mestre |
2018-08-01 | Fix segmentation fault on radiusd(8) when exiting. | Ricardo Mestre |
2018-08-01 | Clarify that we chroot to the users home directory if -u is provided. | Florian Obser |
2018-07-31 | Relocate some public functions above the internal functions comment. | rob |
2018-07-31 | Reshuffle order in struct rde_peer a bit. No functional change. | Claudio Jeker |
2018-07-31 | Fix some debugging output now that ber type and encoding are unsigned int. | rob |
2018-07-31 | Make ber type and encoding a unsigned int instead of unsigned long. | Claudio Jeker |
2018-07-31 | There is no longer the need to be careful in rde_softreconfig_in() when | Claudio Jeker |
2018-07-30 | cleanup initialization of chngdir. inspired by Ross L Richardson. | Sebastian Benoit |
2018-07-30 | replace exit() with return(), from Ross L Richardson. | Sebastian Benoit |
2018-07-30 | replace warn() + exit() with err() | Sebastian Benoit |
2018-07-30 | line too long and whitespace. From Ross L Richardson. | Sebastian Benoit |
2018-07-30 | reorder option parsing to be alphabetical/same order as usage and | Sebastian Benoit |
2018-07-30 | update to nsd 4.1.23, from the release notes: | Florian Obser |
2018-07-30 | Add colon for clarity. | Antoine Jacoutot |
2018-07-29 | Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessary | Theo Buehler |
2018-07-29 | replace hand-rolled tmp files with mkstemp() | Sebastian Benoit |