summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2005-04-27Sort struct msgbuf by size. From Alexander von Gernler via henning@Claudio Jeker
2005-04-26unify shared code a bit again to make future syncs easierHenning Brauer
2005-04-25Call if_init() later and for each interface separately.Claudio Jeker
2005-04-25Move the creation of the ospf_socket from if_init() directly into ospfe().Claudio Jeker
2005-04-25Call if_init() in ospfe only, neither the rde nor the parent need it.Claudio Jeker
2005-04-25Change order of execution in if_act_reset(). First notify all neighborClaudio Jeker
2005-04-22RFC tells that the MTU in the db exchange packet may not be bigger thanClaudio Jeker
2005-04-19Don't call event_set() before event_init().Claudio Jeker
2005-04-17Use fatalx() instead of ospfd_shutdown() if kr_init() fails.Claudio Jeker
2005-04-16Set F_STATIC flag earlier else the default route will end up as non-static.Claudio Jeker
2005-04-14Some format string cleanup. OK deraadtChad Loder
2005-04-12spellingTheo de Raadt
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
2005-04-12spacesClaudio Jeker
2005-04-06Add check for key lengths. Based on diff from Jason Ackley.Esben Norby
2005-04-06When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if theClaudio Jeker
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
2005-04-05Set errno in case buf_realloc() fails because the limit of the buffer isClaudio Jeker
2005-04-04On auth crypt verify not only the main key is allowed but all configured keys.Claudio Jeker
2005-03-31Better crypt sequence number initialization.Esben Norby
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-03-31and some includes too much here as well, grunkHenning Brauer
2005-03-29The RFC never mentions anything about transfer, this should be transmit.Esben Norby
2005-03-26explciitely 0-initialize pidsHenning Brauer
2005-03-26Prototypes where moved to ospfd.h so no need to keep them here.Claudio Jeker
2005-03-26Implement the IMSG_CTL_IFINFO bits correctly. This is needed forClaudio Jeker
2005-03-26kroute.c cleanup, simplify code and remove unused functions.Claudio Jeker
2005-03-26fix a little race on SIGCHLD where we must delay the claenup untilHenning Brauer
2005-03-25what is an ospfe engine?Henning Brauer
2005-03-25extra char in getopt string, Michael Knudsen <e@molioner.dk>Henning Brauer
2005-03-23mini KNFClaudio Jeker
2005-03-23The interface name in struct sockaddr_dl may not be nul terminated andClaudio Jeker
2005-03-23prefixlen2mask() should return a network byte order result as it does implyClaudio Jeker
2005-03-23remove now osolete comment, from a mail exchange withHenning Brauer
2005-03-23grow receive buffer on the routing socket, from bgpdHenning Brauer
2005-03-23explicitely initialize opt, from bgpdHenning Brauer
2005-03-23ssize_t -> size_t, from ntpd, there from Alexander von GernlerHenning Brauer
2005-03-22Remove bool cruft.Esben Norby
2005-03-17Handle the retransmission queues correctly. Mainly iface state DROTHERClaudio Jeker
2005-03-17Fix an access after free. It is not allowed to use a RB_REMOVE inside of aClaudio Jeker
2005-03-15Add control messages for the show fib commands.Claudio Jeker
2005-03-15First close() than unlink().Claudio Jeker
2005-03-14Add "show summary" to ospfctl.Esben Norby
2005-03-14unlink() control socket in error path. Spotted by Theo at FOSDEM.Claudio Jeker
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
2005-03-12Small K&F.Esben Norby
2005-03-11Fix typo.Esben Norby
2005-03-11move umask() song and dance closer around the bind, being more careful about ...Theo de Raadt
2005-03-11KNFHenning Brauer
2005-03-09memcpy/memmove correctness here as wellHenning Brauer