Age | Commit message (Expand) | Author |
2005-05-24 | Remove unnecessary error check that is already done in parsecommunity(). | Claudio Jeker |
2005-05-24 | KNF | Claudio Jeker |
2005-05-23 | one more endpwent | Henning Brauer |
2005-05-23 | no need for endpwent() | Henning Brauer |
2005-05-13 | The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in | Claudio Jeker |
2005-05-03 | setres[ug]id; ok claudio@ | Damien Miller |
2005-05-01 | spelling | David Krause |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker |
2005-04-28 | Be more careful when copying ifname from the struct sockaddr_dl. | Claudio Jeker |
2005-04-26 | unify shared code a bit again to make future syncs easier | Henning Brauer |
2005-04-18 | tidy up AS section a little; | Jason McIntyre |
2005-04-18 | Set flag F_STATIC based on RTF_STATIC and not just because the route came | Claudio Jeker |
2005-04-18 | Print mrt config after the main and network config. Main and network config | Claudio Jeker |
2005-04-18 | AfriNIC has been established as RIR for Africa now | Henning Brauer |
2005-04-17 | and don't try to free a null set either | Henning Brauer |
2005-04-17 | fix null pointer deref on filter rules without set part | Henning Brauer |
2005-04-16 | Simplify return codes of aspath_asprint(). | Claudio Jeker |
2005-04-16 | Format string cleanup. OK millert, henning, claudio | Chad Loder |
2005-04-15 | Fix memory leak in case aspath_snprint() returns an error (-1). | Claudio Jeker |
2005-04-13 | filter_set cleanup. Plug some memleaks and fix an obvious bug in the | Claudio Jeker |
2005-04-13 | tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5; | Jason McIntyre |
2005-04-12 | tweaks; | Jason McIntyre |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2005-04-12 | Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@ | Claudio Jeker |
2005-04-12 | set metric is an alias of set med since a long time. OK henning@ | Claudio Jeker |
2005-04-08 | don't whine when we can't find interface with index 0 | Henning Brauer |
2005-04-07 | nicer output | Henning Brauer |
2005-04-05 | magic police, Jason Ackley <jason@ackley.net> | Henning Brauer |
2005-03-31 | zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer |
2005-03-30 | bgpd used to open listeners in advance in the parent and the SE picked | Henning Brauer |
2005-03-30 | interface validation cleanup / fixes | Henning Brauer |
2005-03-29 | explicitely check interface flags for IFF_UP in kroute_validate | Henning Brauer |
2005-03-29 | walk & free network and filter lists after parse errors | Henning Brauer |
2005-03-28 | walk & free peer_l after failed config parsing attempts | Henning Brauer |
2005-03-28 | ewps, this was not supposed to creep in | Henning Brauer |
2005-03-28 | free rules_l if the initial config file parse fails | Henning Brauer |
2005-03-28 | KNF | Henning Brauer |
2005-03-28 | better diagnostics on bind() failure | Henning Brauer |
2005-03-26 | inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK) | Claudio Jeker |
2005-03-26 | proper check on log type. ok henning claudio | Ted Unangst |
2005-03-26 | Move the path_empty()/path_destroy() check out of the inner for-loop. | Claudio Jeker |
2005-03-24 | soem fatal()s that should be fatalx()s, Alexander von Gernler | Henning Brauer |
2005-03-24 | fix memory leak in error paths. found with coverity prevent. | Ted Unangst |
2005-03-23 | Move the neighbor checking code from merge_config() to neighbor_consistent() | Claudio Jeker |
2005-03-23 | remove now osolete comment, from a mail exchange with | Henning Brauer |
2005-03-23 | ssize_t -> size_t, from ntpd, there from Alexander von Gernler | Henning Brauer |
2005-03-17 | Fix fd passing. Bug introduced lately passed the first fd twice and an old | Claudio Jeker |
2005-03-16 | don't try to merge the freshly parsed config into the running one if | Henning Brauer |
2005-03-15 | describe "depend on" | Henning Brauer |
2005-03-15 | remove listener if bind() fails. no point in having a defunct listener | Henning Brauer |