Age | Commit message (Expand) | Author |
2010-06-30 | Pass a struct kroute and not a kroute_node to kr_redist_remove(). This | Claudio Jeker |
2010-06-30 | Kill IMSG_KLABEL_INSERT and all the related functions around it. | Claudio Jeker |
2010-06-30 | Rework how we "redistribute" networks. Send all pathes of an active route | Claudio Jeker |
2010-06-30 | Move OBJ_NAME and ATTR_NAME macros to schema.h so it's reachable from | Martin Hedenfal |
2010-06-30 | Verify that any object class subclassing is allowed. | Martin Hedenfal |
2010-06-30 | Validate that all attributes are allowed by any of its object classes. | Martin Hedenfal |
2010-06-30 | Sync kroute.c code with ospfd's version of kroute.c. A small step to support | Claudio Jeker |
2010-06-30 | Switch prefix in struct map to a struct in_addr instead of a u_int32_t. | Claudio Jeker |
2010-06-30 | clarify why carp demotion is necessary, and who is doing it. | Kjell Wooding |
2010-06-29 | sort SEE ALSO; | Jason McIntyre |
2010-06-29 | Add support for referrals. Referrals are configured in the config file, | Martin Hedenfal |
2010-06-29 | Fix an obviously wrong comment. ok reyk@ | Kjell Wooding |
2010-06-29 | document the 'schema' keyword, and remove the placeholders for schema syntax | Martin Hedenfal |
2010-06-29 | Remember on what listener a connection got from, and return protocol error | Martin Hedenfal |
2010-06-29 | Having more than 2 log levels is silly. Use only 3 verbosity levels: | Kjell Wooding |
2010-06-29 | Add the new schema parser. | Martin Hedenfal |
2010-06-29 | Fix signedness warnings. | Martin Hedenfal |
2010-06-29 | force the dns buffers to be aligned using a union, until the retarded | Theo de Raadt |
2010-06-29 | force the dns buffers to be aligned using a union, until the retarded | Theo de Raadt |
2010-06-29 | don't overwrite the return code from validate_entry | Martin Hedenfal |
2010-06-29 | Rewrite the schema parser, as it's not a context-free grammar. | Martin Hedenfal |
2010-06-28 | Fix IFADDRDEL imsg error message. | Alexander Bluhm |
2010-06-28 | remove -r and -s from usage, these options were dropped on a previous | Igor Sobrado |
2010-06-28 | Use the proper OIDs for syntax description, instead of bogus symbolic | Martin Hedenfal |
2010-06-28 | If there is no next hop but an interface index, create a cloning | Alexander Bluhm |
2010-06-28 | Store the ifindex into the kroute change imsg. This way we can use | Alexander Bluhm |
2010-06-27 | right way round for macros; | Jason McIntyre |
2010-06-27 | Instead of specifying the control sockets on the command line have them | Claudio Jeker |
2010-06-27 | return value unused, found by lint | Martin Hedenfal |
2010-06-27 | Remove unused functions and variables, found by lint. | Martin Hedenfal |
2010-06-27 | Remove unused code. | Martin Hedenfal |
2010-06-27 | remove an unused typedef | Martin Hedenfal |
2010-06-27 | fix rtmsg_process to return on an error during processing rather than | David Gwynne |
2010-06-27 | Add support for different page sizes in the btree. Add a new header page | Martin Hedenfal |
2010-06-27 | Suggest a reboot if "sh MAKEDEV" was run or login.conf was modified. | Antoine Jacoutot |
2010-06-26 | Unbreak removal of one-level search index. | Martin Hedenfal |
2010-06-26 | irr->irr_raf_mask_onlink and irr->irr_raf_mask_auto are single-bit bitfields | Philip Guenthe |
2010-06-26 | Use offsetof() instead of writing our own version (...which generates | Philip Guenthe |
2010-06-26 | remove support for the old pflog format, replaced in 2003 | Henning Brauer |
2010-06-25 | minor cleanups | Marc Espie |
2010-06-25 | fix bad opt('l') printing. | Marc Espie |
2010-06-25 | remove last local vars. | Marc Espie |
2010-06-25 | simplify message printing a bit | Marc Espie |
2010-06-25 | document ::State a bit | Marc Espie |
2010-06-25 | clean-up options handling some more | Marc Espie |
2010-06-25 | new style | Marc Espie |
2010-06-25 | move handle_options in state, as should be. | Marc Espie |
2010-06-25 | do options the other way so that we provide defaults that can be overridden | Marc Espie |
2010-06-25 | use new state (so no need to parse some options). | Marc Espie |
2010-06-25 | use locator object. | Marc Espie |