Age | Commit message (Expand) | Author |
2010-01-13 | revert previous and allow reading the last element of the array; ok deraadt@ | Christian Weisgerber |
2010-01-13 | cleanup npppd code. delete IIJ local ifdef switches and fix warnings. | YASUOKA Masahiko |
2010-01-13 | Add VPNv4 to the understood address families in bgpctl. | Claudio Jeker |
2010-01-13 | Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so | Claudio Jeker |
2010-01-13 | pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that | Claudio Jeker |
2010-01-12 | when generating rdr rules, ensure the nat address is PF_ADDR_NONE to avoid | David Gwynne |
2010-01-12 | allow 'update-only' installs | Marc Espie |
2010-01-12 | bump this to updater, so that progress is shown again. | Marc Espie |
2010-01-12 | more auto-cache goodness | Marc Espie |
2010-01-12 | Add TCP/UDP checksum display for v6 and clean up the checksum | Christian Weisgerber |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2010-01-11 | Fix wrong logic in error checking of buf_dynamic, found by pcc. | Jacek Masiulaniec |
2010-01-11 | sometimes, I manage to finish some stuff | Marc Espie |
2010-01-11 | quirks is special here too, oops. | Marc Espie |
2010-01-11 | allow installation to proceed even without -r if it's an actual update | Marc Espie |
2010-01-11 | works much better if I actually add the option... | Marc Espie |
2010-01-11 | move the oldlibs code into its separate file, prior to fixing it. | Marc Espie |
2010-01-11 | protect gzip against weird file names | Marc Espie |
2010-01-11 | Do not use after free kif->if_index; discovered with claudio | Theo de Raadt |
2010-01-11 | various cleanup, including a fix from Daniel Dickman; | Jason McIntyre |
2010-01-11 | It's '-D dontmerge' now. | Bernd Ahlers |
2010-01-11 | add "log brief" and "log verbose" to change logging verbosity | Jonathan Gray |
2010-01-11 | use calloc() instead of multiplying for malloc(); ok reyk | Theo de Raadt |
2010-01-11 | Do not crash when starting up with a bad config file. Check that | Claudio Jeker |
2010-01-11 | Initial import npppd(8). npppd is a new PPP daemon that handles many | YASUOKA Masahiko |
2010-01-11 | lex <=, >=, !=, and -> into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-11 | lex <=, >=, !=, and >< into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-11 | Make sure we do not add trailing garbage while parsing a prefix that has a | Claudio Jeker |
2010-01-10 | fix some mdoc tidbits. Thanks to jmc@ for advice. | Marc Espie |
2010-01-10 | unify options a bit: use -Dname=value for defines uniformously (e.g., deprecate | Marc Espie |
2010-01-10 | - teach runner how to remove a message from queue given a message id/uid | Gilles Chehade |
2010-01-10 | use full signatures to avoid downgrades. | Marc Espie |
2010-01-10 | Make hotplugd to not complain if any of attach or detach script | Alexander Yurchenko |
2010-01-10 | follow logic: if same packagename, but different signature elements, | Marc Espie |
2010-01-10 | trick: I can actually recognize specs easily, so why not allow them without | Marc Espie |
2010-01-10 | if we make pkg_create more stringent, then we cannot create bogus | Marc Espie |
2010-01-10 | bump copyright | Marc Espie |
2010-01-10 | pull the signature comparison code into its own file. | Marc Espie |
2010-01-10 | have smtpd errx() at startup if no hostname could be detected either from | Gilles Chehade |
2010-01-10 | Generate a EoR marker in the update list instead of sending it independent | Claudio Jeker |
2010-01-10 | ribreq uses now a AID, use AID also on the parsing side and convert to | Claudio Jeker |
2010-01-10 | Switch rib_dump() to use AID instead of AFs. OK henning@ | Claudio Jeker |
2010-01-09 | Fix fatalx message. | Claudio Jeker |
2010-01-09 | build signature objects that we will be able to compare | Marc Espie |
2010-01-09 | fix to_string | Marc Espie |
2010-01-09 | oops | Marc Espie |
2010-01-09 | zap unused | Marc Espie |
2010-01-09 | streamline interface | Marc Espie |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie |
2010-01-09 | kill cache, we don't really need it | Marc Espie |