Age | Commit message (Expand) | Author |
2021-02-03 | Use mkpath() == -1 to check for failure. No functional change. | Claudio Jeker |
2021-02-03 | change pf_route so pf only runs when packets enter and leave the stack. | David Gwynne |
2021-02-03 | remove ancient malloc ? realloc dance. always use realloc. | Theo de Raadt |
2021-02-02 | whitespace | Damien Miller |
2021-02-02 | fix memleaks in private key deserialisation; enforce more consistency | Damien Miller |
2021-02-02 | memleak on error path; ok markus@ | Damien Miller |
2021-02-02 | add -Tu to usage(); | Jason McIntyre |
2021-02-02 | Adjust the repository handling a bit. Instead of storing host/module pairs | Claudio Jeker |
2021-02-02 | Add a mkpath() helper function to rpki-client to recursively create | Claudio Jeker |
2021-02-02 | As done for the AF_INET multicast case, ensure that passed interface | Claudio Jeker |
2021-02-02 | KNF, move { up to if () statement | Claudio Jeker |
2021-02-02 | If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to the | Claudio Jeker |
2021-02-02 | dhclient(8): fork_privchld, take_charge, propose_release: poll(2) -> ppoll(2) | cheloha |
2021-02-02 | replace fgetln(3) with getline(3) in disklabel | Christian Weisgerber |
2021-02-02 | Properly implement 'rde med compare strict' and make sure that the order | Claudio Jeker |
2021-02-02 | Add a bunch of RPKI OIDs | job |
2021-02-02 | Fix popup mouse position. | Nicholas Marriott |
2021-02-02 | introduce support for sending the If-Modified-Since header while | Robert Nagy |
2021-02-02 | Fix use-after-free in dev_abort() | Alexandre Ratchov |
2021-02-02 | article fix; from eddie youseph | Jason McIntyre |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |
2021-02-02 | Improve the last comment | Daniel Jakots |
2021-02-01 | Document MODOCAML_RUNDEP | Jeremie Courreges-Anglas |
2021-02-01 | in case we're not a tty, don't do anything else | Marc Espie |
2021-02-01 | ESP path MTU discovery over IPv6 tunnel has been fixed. Add test. | Alexander Bluhm |
2021-02-01 | change "demote counter" / "demote count" to "demotion counter", ok deraadt | Stuart Henderson |
2021-02-01 | describe pfsync(4)'s use of carpdemote, ok/tweak kn deraadt | Stuart Henderson |
2021-02-01 | Take flows into consideration for policy lookup as initiator. | tobhe |
2021-02-01 | dhclient(8): default_route_index(): poll(2) -> ppoll(2) | cheloha |
2021-02-01 | The code in mdstore.c should stand on its own, so rename the global | Mark Kettenis |
2021-02-01 | Remove obsolete vnode operation vector declarations. | Visa Hankala |
2021-02-01 | Use "EC/RSA key setup failure" to align error with others | Theo Buehler |
2021-02-01 | Whitespace | tobhe |
2021-02-01 | handle #pinctrl-cells 2 | Jonathan Gray |
2021-02-01 | Fix path MTU discovery for ESP tunneled in IPv6. We always want | Alexander Bluhm |
2021-02-01 | Syntax of pf(4) route-to has changed. Adapt tests. | Alexander Bluhm |
2021-02-01 | Fix white spaces and wrap long lines. | Alexander Bluhm |
2021-02-01 | Start implementing conditionals for filters. | Martin Pieuchot |
2021-02-01 | Align the mixed naming for the variables used to reference to | Marcus Glocker |
2021-02-01 | Add a no-detached choice to detach-on-destroy which detaches only if | Nicholas Marriott |
2021-02-01 | Netlock should be grabbed before pppx_if_find() call in pppxwrite(). | mvs |
2021-02-01 | Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Since | mvs |
2021-02-01 | ifunit() was fully replaced by if_unit(9) and should go away. | mvs |
2021-02-01 | update the pathname for the control socket path; from daniel jakots | Jason McIntyre |
2021-02-01 | update currency exchange rates; | Jason McIntyre |
2021-02-01 | some article fixes; from eddie youseph and grep | Jason McIntyre |
2021-02-01 | a regular function decl collides with an inline, due to C99 inline rules. | Theo de Raadt |
2021-02-01 | sync | Theo de Raadt |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2021-02-01 | Switch dispatch loop to ppoll() and protocol timeouts to struct timespec. | Kenneth R Westerback |