Age | Commit message (Expand) | Author |
2007-03-13 | typos in comments; ok millert@ | Kevin Steves |
2007-03-13 | allow to specify the IP_TTL and IP_MINTTL options for the relays to | Reyk Floeter |
2007-03-12 | When running show commands that are restarted make sure that we either | Claudio Jeker |
2007-03-12 | hoststated.conf is not a program. | Reyk Floeter |
2007-03-07 | - fix the hoststatectl host disable/enable commands to work with relay | Reyk Floeter |
2007-03-07 | support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de> | Henning Brauer |
2007-03-07 | fix size checks for good. Since we want deletion to happen `right now' | Marc Espie |
2007-03-07 | revert size check tweak, the fix does break other stuff. this is harder | Marc Espie |
2007-03-06 | get vfs size snapshotted and restored so that pkg_add -u has a harder | Marc Espie |
2007-03-06 | fix the health checks when using the retry option | Reyk Floeter |
2007-03-06 | add support for handling simple HTTP cookies (no per-path/domain | Reyk Floeter |
2007-03-06 | allow filtering on peer-as (leftmost AS in path), ok claudio | Henning Brauer |
2007-03-06 | prepare, but leave disabled, verbose operation so that you can see what is | Henning Brauer |
2007-03-06 | mention log to pipe in the blurb here. the details are all in syslog.conf.5, | Henning Brauer |
2007-03-06 | tidy up synopsis, usage(), and options list; from Igor Sobrado | Jason McIntyre |
2007-03-06 | minor tweak; | Jason McIntyre |
2007-03-06 | - Pass full buffer to fgets(). | Ray Lai |
2007-03-06 | Remove code that's been commented out since '96. | Ray Lai |
2007-03-06 | another completely bogus route entry, this time openface in their own RR: | Henning Brauer |
2007-03-05 | RPSL spec says route: is single-valued... nontheless, in the APNIC db: | Henning Brauer |
2007-03-05 | better diagnostics on inet_net_pton failing | Henning Brauer |
2007-03-05 | correctly deal with hierarchical as-set names. | Henning Brauer |
2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change | Todd C. Miller |
2007-03-05 | convert all members of an as-set to uppercase on the fly. | Henning Brauer |
2007-03-05 | KNF | Henning Brauer |
2007-03-05 | need to eat whitespace at both ends of val | Henning Brauer |
2007-03-05 | KNF | Henning Brauer |
2007-03-05 | gremlins keep putting tiny KNF violations in my code in the hope I don't | Henning Brauer |
2007-03-05 | better error msg | Henning Brauer |
2007-03-05 | loop over the list calling prefix_aggregate until nothing can be aggregated | Henning Brauer |
2007-03-05 | lint happiness | Henning Brauer |
2007-03-05 | unused vars, lint | Henning Brauer |
2007-03-05 | in prefix_aggregate(), when we look at two neighbor prefixes, see wether | Henning Brauer |
2007-03-05 | do the prefix masking in network byte order | Henning Brauer |
2007-03-05 | sort out more specifics and mark the less specific covering them in a way | Henning Brauer |
2007-03-05 | switch to whois.radb.net. The RIPE whois server shows problems, indefinately | Henning Brauer |
2007-03-05 | do not strip the header for expect, hash, and log actions. | Reyk Floeter |
2007-03-05 | store a maxlen with each prefix. if that is set, this prefix covers | Henning Brauer |
2007-03-05 | prevent re-use of shit in pbuf from previous rules | Henning Brauer |
2007-03-04 | correct include order | Theo de Raadt |
2007-03-04 | rename struct prefix -> irr_prefix | Henning Brauer |
2007-03-04 | store prefixes in binary format. we'll need that for aggregation. | Henning Brauer |
2007-03-04 | for import rules, filter by source-as too | Henning Brauer |
2007-03-04 | store peer AS numerically | Henning Brauer |
2007-03-04 | pass pointer to struct policy_item down to print_rule() instead of 3 of its | Henning Brauer |
2007-03-04 | document include, and comments | Henning Brauer |
2007-03-04 | fix output format. spent too much time with RPSL... | Henning Brauer |
2007-03-04 | fix cass where the specification does not give the router address by using | Henning Brauer |
2007-03-04 | ran into an asset which has dangling , at eol in the member spec, leading | Henning Brauer |
2007-03-03 | sort; ok henning | Jason McIntyre |