Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-20 | Print RFC3947 NAT Original Address (NAT-OA) payloads, they're a subset | Stuart Henderson | |
of the id payload, so using the existing id printer. ok dlg@ | |||
2010-01-20 | Apache manual is now part of the "man" file set. | Antoine Jacoutot | |
wording from and ok jmc@ ok sthen@ on a previous diff | |||
2010-01-19 | Don't fatalx() when a static route is deleted. | Michele Marchetto | |
ok claudio@ | |||
2010-01-19 | simplify caching: return $cached->{$_} //= new_value; | Marc Espie | |
remove stats cache LibSpec as well (1000 c.53.0 !) | |||
2010-01-19 | simplify using LibSpec | Marc Espie | |
2010-01-19 | move generic code to handle libspec in a new file, to clean up stuff | Marc Espie | |
2010-01-19 | fix handling of always-update: it should only come into play when the | Marc Espie | |
normal signature is equal. Otherwise, downgrade prohibition is still in effect. | |||
2010-01-18 | don't bother checking for exec and displaying them if we're not verbose | Marc Espie | |
and we have -D update on. | |||
2010-01-17 | strcpy/strncat/sprintf --> strlcpy/strlcat/snprintf | Charles Longeau | |
ok jakob@ | |||
2010-01-17 | add a printer for IPV6CP (IPv6 Control Protocol); ok sthen@ | Christian Weisgerber | |
2010-01-17 | * remove a nonsensical print statement left over since antiquity | Christian Weisgerber | |
ok yasuoka@ * add many missing truncation checks and don't output control characters to the terminal ok sthen@ | |||
2010-01-17 | regen with {autoconf,autoheader}-2.62 | Jakob Schlyter | |
2010-01-17 | use --with-chroot | Jakob Schlyter | |
2010-01-17 | add --with-chroot option to set default chroot directory | Jakob Schlyter | |
2010-01-17 | even better messages | Marc Espie | |
2010-01-17 | use Carp directly, it it very inexpensive actually, since it's been rewritten | Marc Espie | |
to be just a very small stub that loads Carp::Heavy on demand. Also, stop wrapping messages in "Expected", doesn't give us anything. Finally, make RequiredBy calls be carp, so that we actually know where they fail... | |||
2010-01-16 | run as user _nsd | Jakob Schlyter | |
2010-01-15 | rename zonec to nsd-zonec | Jakob Schlyter | |
2010-01-15 | init | Jakob Schlyter | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2010-01-15 | Address family for UNIX domain socket was mistakenly specified as | YASUOKA Masahiko | |
AF_INET. It should be AF_UNIX. | |||
2010-01-14 | fix to compile with gcc4. (from jsg@) | YASUOKA Masahiko | |
2010-01-14 | fix new vstat, and make it useful, for instance for -n. | Marc Espie | |
2010-01-14 | Include the link-level header in the hex output if both the -x and -e | Joel Sing | |
options are specified. ok claudio@ sthen@ deraadt@ jmc@ | |||
2010-01-13 | - move the separator so it's just displayed for files with diffs to | Stuart Henderson | |
review, specifically it's now not printed for every auto-installed file, giving a much more compact output. ok ajacoutot@ - skip the blank line before 'Comparison complete' suggested by ajacoutot. | |||
2010-01-13 | Fix problems with incomplete arrays that was fixed in other ospfctl | Jonathan Gray | |
based programs a few months back. ok claudio@ | |||
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 | |
ok @dlg | |||
2010-01-13 | Add VPNv4 to the understood address families in bgpctl. | Claudio Jeker | |
OK henning@, reyk@ | |||
2010-01-13 | Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so | Claudio Jeker | |
that it is possible to use OpenBGPD as a route-reflector for VPNv4. Some clean up of the BGP MP code so that multiple protocols are easier supported. kroute/kernel support not yet done but comming. OK henning@, reyk@ | |||
2010-01-13 | pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that | Claudio Jeker | |
are not used. bzero() of the rule structure is not enough. Find with dlg@, OK mcbride@ | |||
2010-01-12 | when generating rdr rules, ensure the nat address is PF_ADDR_NONE to avoid | David Gwynne | |
confusing pf. | |||
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 | |
calculation. Mostly from tcpdump.org; ok jsing@ | |||
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride | |
actions. Allow interfaces to be specified in special table entries for the routing actions. Lists of addresses can now only be done using tables, which pfctl will generate automatically from the existing syntax. Functionally, this deprecates the use of multiple tables or dynamic interfaces in a single nat or rdr rule. ok henning dlg claudio | |||
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 | |
(all markers match, conflict and pkgpath, and the pkgname is newer if it's the same stem/flavor combo) | |||
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 | |
allow replacement if it only touches partial or libs | |||
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 | |
ok dlg | |||
2010-01-11 | various cleanup, including a fix from Daniel Dickman; | Jason McIntyre | |
ok espie | |||
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 | |
like several other things in the tree. ok reyk@ looks fine claudio@ | |||
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 | |
conf.listen_addr is actually valid before deref. |