Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-01-11 | Initial import npppd(8). npppd is a new PPP daemon that handles many | YASUOKA Masahiko | |
ppp sessions as a server. It supports L2TP, PPTP and PPPoE as tunneling. ok mcbride@ dlg@ deraadt@ reyk@. | |||
2010-01-11 | lex <=, >=, !=, and -> into a single token for correctness and to reduce the | Theo de Raadt | |
lookahead in the parser ok reyk | |||
2010-01-11 | lex <=, >=, !=, and >< into a single token for correctness and to reduce the | Theo de Raadt | |
lookahead in the parser ok henning | |||
2010-01-11 | Make sure we do not add trailing garbage while parsing a prefix that has a | Claudio Jeker | |
prefixlen that is not a multiple of 8. Found while reading the RFC. OK henning@ | |||
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 | |
-F keyword heavily). | |||
2010-01-10 | - teach runner how to remove a message from queue given a message id/uid | Gilles Chehade | |
and assuming message is not in processing/scheduled state - teach smtpctl how to request message removal from runner discussed with todd@, idea ok jacekm@ | |||
2010-01-10 | use full signatures to avoid downgrades. | Marc Espie | |
remove double check in update that properly belongs in pkg_add replace has_new_sig by has_different_sig, with better diagnostic messages. | |||
2010-01-10 | Make hotplugd to not complain if any of attach or detach script | Alexander Yurchenko | |
doesn't exist. ok stsp@ deraadt@ | |||
2010-01-10 | follow logic: if same packagename, but different signature elements, | Marc Espie | |
something very bad happened. | |||
2010-01-10 | trick: I can actually recognize specs easily, so why not allow them without | Marc Espie | |
-e ? | |||
2010-01-10 | if we make pkg_create more stringent, then we cannot create bogus | Marc Espie | |
packing-lists. Add check for libspec, and REGRESSION_TESTING | |||
2010-01-10 | bump copyright | Marc Espie | |
2010-01-10 | pull the signature comparison code into its own file. | Marc Espie | |
add comparison functions to Packagenames that return undef when it matters. | |||
2010-01-10 | have smtpd errx() at startup if no hostname could be detected either from | Gilles Chehade | |
a gethostname() call or from a hostname directive in smtpd.conf discussed with jacekm@, i initially intended to only warn but errx seems to be a better solution for now | |||
2010-01-10 | Generate a EoR marker in the update list instead of sending it independent | Claudio Jeker | |
of the actual update dump. This will get us the right barrier and the EoR is no longer sent way before the actual dump. Currently a nop since graceful restart is turned off (unless you have announce restart yes in the config). put it in henning@ | |||
2010-01-10 | ribreq uses now a AID, use AID also on the parsing side and convert to | Claudio Jeker | |
AF when necessary. OK henning@ | |||
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 | |
Fix main program try/catch: signal message should use standard form so it gets caught. | |||
2010-01-09 | kill cache, we don't really need it | Marc Espie | |
2010-01-09 | slightly more complex repolist, to allow for: | Marc Espie | |
- caching locations - avoid readding known paths (done thx to unique repo objects) | |||
2010-01-09 | create unique object for each repo | Marc Espie | |
2010-01-09 | fixed version, somehow I forgot that I use parse to do weird things with | Marc Espie | |
PKG_PATH... | |||
2010-01-09 | temporary revert until I figure this out | Marc Espie | |
2010-01-09 | move the code that recognizes /var/db/pkg as inst: into Repo::Local | Marc Espie | |
2010-01-09 | tweak path parsing to handle inst:pkgname and such as well... | Marc Espie | |
2010-01-09 | move some url parsing into Installed, provide for pipe: | Marc Espie | |
2010-01-09 | kill more useless code | Marc Espie | |
2010-01-09 | simplify slightly | Marc Espie | |
2010-01-09 | move pipe handling into RepositoryList | Marc Espie | |