Age | Commit message (Expand) | Author |
2010-06-30 | remove trailing spaces | Martin Hedenfal |
2010-06-30 | Validate that an entry can't belong to an abstract object class directly, | Martin Hedenfal |
2010-06-30 | Add a global root user that is allowed to read/write entries in all local | Martin Hedenfal |
2010-06-30 | Print MPLS label as decimal and not hex. All other places we print MPLS | Claudio Jeker |
2010-06-30 | Don't send statistics for referral namespaces. This unbreaks ldapctl stats. | Martin Hedenfal |
2010-06-30 | use newer code | Marc Espie |
2010-06-30 | handle GrabPlist as well | Marc Espie |
2010-06-30 | modernize pkg_merge, avoid warning for link sizes. | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-30 | extra parameter to UpdateSet: use the factory to create extra object. | Marc Espie |
2010-06-30 | access locator through new API | Marc Espie |
2010-06-30 | pass state along to find_by_spec, clean up error messages. | Marc Espie |
2010-06-30 | simple use of new state->repo API | Marc Espie |
2010-06-30 | pass state along when signing packages, uses repo and fatal directly | Marc Espie |
2010-06-30 | UpdateSet will need access to state->repo, so it's better to have all | Marc Espie |
2010-06-30 | create RepositoryFactory object that can be used as a single access point | Marc Espie |
2010-06-30 | slightly better error handling | Marc Espie |
2010-06-30 | differentiate more between @exec and @unexec | Marc Espie |
2010-06-30 | kill extra spaces | Marc Espie |
2010-06-30 | style | Marc Espie |
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 |