Age | Commit message (Expand) | Author |
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 |
2018-07-29 | add missing markup and some minor tweaks; ok jmc@ | anton |
2018-07-29 | mestre and i both concluded pledge can be tightened, "unix" handles the | Theo de Raadt |
2018-07-29 | remove extra space in output; from Ross L Richardson | Theo de Raadt |
2018-07-28 | k&r -> ansi function headers in this file, 'cause clang complained about one. | Theo de Raadt |
2018-07-28 | Remove NULL checks before (most) libcrypto *_free() functions. | Theo Buehler |
2018-07-27 | log_info -> log_debug since this is debug noise. | Claudio Jeker |
2018-07-27 | Enable slaacctl(8) to print information on an advertised MTU. | bket |
2018-07-27 | remove errant Ed added in previous; | Jason McIntyre |
2018-07-26 | note under which circumstances ospfd uses the route priofilter | Sebastian Benoit |
2018-07-26 | zap whitespaces | Ricardo Mestre |
2018-07-26 | reduce pledge(2) to the bare minimum: | Ricardo Mestre |
2018-07-26 | add pledge(2) to quot(8): | Ricardo Mestre |
2018-07-25 | Implement a generic interface to forward resolver queries to the lka | Eric Faurot |
2018-07-25 | qmail advertizes a size of 0 as "no limit on data", fix SIZE handling in | Gilles Chehade |
2018-07-25 | delivery to a filename should be in mbox format otherwise it will lack the | Gilles Chehade |
2018-07-25 | Fix the prefix length of the IP address in the error message which shows | YASUOKA Masahiko |
2018-07-24 | Add some debug log messages telling which RIBs and peers get sofreconfigured | Claudio Jeker |
2018-07-24 | Use prefix_nexthop() to access the nexthop instead of dereferencing the | Claudio Jeker |
2018-07-24 | Remove defunct prototype leftover from previous code cleanup. | rob |
2018-07-23 | Add missing $OpenBSD$ CVS tag. | rob |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2018-07-23 | Remove rtadvd(8), it's time to switch to rad(8). | Florian Obser |
2018-07-23 | It's time to switch to rad(8); tested by many. | Florian Obser |