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