Age | Commit message (Expand) | Author |
2005-05-12 | Every time a LSA is returned from a lookup lsa_age() it. | Claudio Jeker |
2005-05-12 | Don't fatal in case no root node was found for spf calculation. | Claudio Jeker |
2005-05-12 | Add "show database asbr/external/network/router/self-originate/summary" | Esben Norby |
2005-05-12 | Fix multiple bugs in if_act_elect(). In some cases DR were set wrongly | Claudio Jeker |
2005-05-12 | If activly connected to more than one area set B flag in the self-originated | Claudio Jeker |
2005-05-11 | Add some newlines to make the code easier to follow. No functional change. | Claudio Jeker |
2005-05-10 | Do no longer force the default router priority to 0. | Claudio Jeker |
2005-05-09 | Force all as-external routes to point to the router announcing them by | Claudio Jeker |
2005-05-08 | Keep track of the req list in the RDE. The RFC requires us to check for | Claudio Jeker |
2005-05-05 | Fix a stupid typo in the #if 0 block in spf_calc() and start using that code | Claudio Jeker |
2005-05-02 | use setres[ug]id for privilege dropping; ok norby@ | Damien Miller |
2005-05-01 | spelling | David Krause |
2005-04-27 | Sort struct msgbuf by size. From Alexander von Gernler via henning@ | Claudio Jeker |
2005-04-26 | unify shared code a bit again to make future syncs easier | Henning Brauer |
2005-04-25 | Call if_init() later and for each interface separately. | Claudio Jeker |
2005-04-25 | Move the creation of the ospf_socket from if_init() directly into ospfe(). | Claudio Jeker |
2005-04-25 | Call if_init() in ospfe only, neither the rde nor the parent need it. | Claudio Jeker |
2005-04-25 | Change order of execution in if_act_reset(). First notify all neighbor | Claudio Jeker |
2005-04-22 | RFC tells that the MTU in the db exchange packet may not be bigger than | Claudio Jeker |
2005-04-19 | Don't call event_set() before event_init(). | Claudio Jeker |
2005-04-17 | Use fatalx() instead of ospfd_shutdown() if kr_init() fails. | Claudio Jeker |
2005-04-16 | Set F_STATIC flag earlier else the default route will end up as non-static. | Claudio Jeker |
2005-04-14 | Some format string cleanup. OK deraadt | Chad Loder |
2005-04-12 | spelling | Theo de Raadt |
2005-04-12 | Support for self originated AS-external LSA. | Claudio Jeker |
2005-04-12 | spaces | Claudio Jeker |
2005-04-06 | Add check for key lengths. Based on diff from Jason Ackley. | Esben Norby |
2005-04-06 | When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if the | Claudio Jeker |
2005-04-05 | Use the dynamic buffer API for packet generation and sending. | Claudio Jeker |
2005-04-05 | Set errno in case buf_realloc() fails because the limit of the buffer is | Claudio Jeker |
2005-04-04 | On auth crypt verify not only the main key is allowed but all configured keys. | Claudio Jeker |
2005-03-31 | Better crypt sequence number initialization. | Esben Norby |
2005-03-31 | Add support for crypt authentication (MD5). | Esben Norby |
2005-03-31 | and some includes too much here as well, grunk | Henning Brauer |
2005-03-29 | The RFC never mentions anything about transfer, this should be transmit. | Esben Norby |
2005-03-26 | explciitely 0-initialize pids | Henning Brauer |
2005-03-26 | Prototypes where moved to ospfd.h so no need to keep them here. | Claudio Jeker |
2005-03-26 | Implement the IMSG_CTL_IFINFO bits correctly. This is needed for | Claudio Jeker |
2005-03-26 | kroute.c cleanup, simplify code and remove unused functions. | Claudio Jeker |
2005-03-26 | fix a little race on SIGCHLD where we must delay the claenup until | Henning Brauer |
2005-03-25 | what is an ospfe engine? | Henning Brauer |
2005-03-25 | extra char in getopt string, Michael Knudsen <e@molioner.dk> | Henning Brauer |
2005-03-23 | mini KNF | Claudio Jeker |
2005-03-23 | The interface name in struct sockaddr_dl may not be nul terminated and | Claudio Jeker |
2005-03-23 | prefixlen2mask() should return a network byte order result as it does imply | Claudio Jeker |
2005-03-23 | remove now osolete comment, from a mail exchange with | Henning Brauer |
2005-03-23 | grow receive buffer on the routing socket, from bgpd | Henning Brauer |
2005-03-23 | explicitely initialize opt, from bgpd | Henning Brauer |
2005-03-23 | ssize_t -> size_t, from ntpd, there from Alexander von Gernler | Henning Brauer |
2005-03-22 | Remove bool cruft. | Esben Norby |