Age | Commit message (Expand) | Author |
2018-08-08 | Unveil the special files needed for reading AML tables, and the | Theo de Raadt |
2018-08-08 | In netproc process, unveil to only expose the CA file. | Theo de Raadt |
2018-08-08 | Move struct wire_largecommunity to rde_attr.c since it is only used internally | Claudio Jeker |
2018-08-08 | Merge getcommunity() and getlargecommunity() into one function that | Claudio Jeker |
2018-08-08 | Make the (non-)transitive handling of ext communities a bit more obvious. | Claudio Jeker |
2018-08-08 | One ; too much | Claudio Jeker |
2018-08-08 | Update the RIB after a config reload in the background. This moves the | Claudio Jeker |
2018-08-08 | hide rib[] internals in new rib_valid() function | Sebastian Benoit |
2018-08-07 | Unveil is used at tail of initialization to allow "r" of /tftpboot | Theo de Raadt |
2018-08-07 | Unveil fits nicely into the syslogd privsep model. Unveiled files | Theo de Raadt |
2018-08-07 | Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader. | Reyk Floeter |
2018-08-07 | Fix paste error in "no read access to" debug message, tweak messages. | Reyk Floeter |
2018-08-06 | space required between macro args and punctuation; | Jason McIntyre |
2018-08-06 | Reflect reality. | Marc Espie |
2018-08-06 | replace the current log options | Sebastian Benoit |
2018-08-06 | Change manpage example for reserved words since the macro used is to replace | Ricardo Mestre |
2018-08-06 | Validate the prefix sent in a network delete call before trying to delete | Claudio Jeker |
2018-08-06 | Pass the stale timestamp to path_remove_stale() removes a asp->peer dereference | Claudio Jeker |
2018-08-06 | Replace two asp->peer with prefix_peer(p) which is the same. | Claudio Jeker |
2018-08-06 | Assign peer1 and peer2 early on and use them everywhere instead of aspX->peer. | Claudio Jeker |
2018-08-05 | Since -s argument is no longer checked, during reexec, the argv size then must | Ricardo Mestre |
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 |