summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-02-19Oups, unbreak build.Claudio Jeker
2010-02-19Cleanup a bit, remove unneeded dummy neighbor and initialize queue headsClaudio Jeker
2010-02-19If a neighbor goes down we need to cleanup the LIB from all FEC that pointClaudio Jeker
2010-02-19Do not double free a knode when kroute_insert() fails. kroute_insert()Claudio Jeker
2010-02-19oops, remove dead code.David Gwynne
2010-02-19implement ospfctl fib reload.David Gwynne
2010-02-18Fix a leak that could happen with multiple requests on the oneJonathan Gray
2010-02-18Make the output of printconf() look like a real config file.Claudio Jeker
2010-02-18Set the correct defaults for label advertisement, retention and distribution.Michele Marchetto
2010-02-18Do an event_del before event_set/event_add in case we double addJonathan Gray
2010-02-18Our groff does not handle all cases of nested displays properly, soIngo Schwarze
2010-02-18Each .Bk must be closed by .Ek.Ingo Schwarze
2010-02-18We need to set SO_REUSEADDR before doing the bind() of the tcp socket.Claudio Jeker
2010-02-18Remove some debug messages that are too verbose and no longer needed.Claudio Jeker
2010-02-18Close a fd leak when opening the tcp connection to the neighbor.Claudio Jeker
2010-02-17in map_stdio_get() use strdup on the right buffer, not on a pointer thatGilles Chehade
2010-02-17erf, previous fix to lka crash was still using the wrong define ...Gilles Chehade
2010-02-17Always call the shutdown code after returning from event_dispatch().Jonathan Gray
2010-02-17the map api becomes backend-agnostic with initial support for db(3) andGilles Chehade
2010-02-17localpart of a struct path may legally exceed MAXLOGNAME, causing lka toGilles Chehade
2010-02-16Make ldpd less verbose.Michele Marchetto
2010-02-16Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe toClaudio Jeker
2010-02-16When taking an interface down just try to do the cleanup. In cases whereClaudio Jeker
2010-02-16Only merge interfaces that have the same address and netmask. Fixes a bugClaudio Jeker
2010-02-16Clear the DR and BDR addresses in nbr_act_delete(), makes the electionClaudio Jeker
2010-02-16Lets violate the RFC once more. Change the way we map hello packets toClaudio Jeker
2010-02-16Don't log the same thing twice. From a much bigger diff.Claudio Jeker
2010-02-16implement support for fast hello packets.David Gwynne
2010-02-16the minimal spf-holdtime and spf-delay is 10 msec, not 50.David Gwynne
2010-02-16allow spf-delay and spf-holdtime to be specified in msec so ospfd canDavid Gwynne
2010-02-16Plug a memory leak in pushfile().Michele Marchetto
2010-02-11Not knowing a AFI/SAFI pair in the MP capability is no reason to failClaudio Jeker
2010-02-11We need to load the config before kr_init() is called or fib-update isClaudio Jeker
2010-02-11While looking through this code I figured out that set nexthop self andClaudio Jeker
2010-02-11Force a space between address and nexthop. IPv6 is overflowing all sizeClaudio Jeker
2010-02-09Don't hardcode the AID to AID_INET6 when sending MP EoR updates.Claudio Jeker
2010-02-08Unbreak IPv6 local address lookups. Some idiot aka me optimised a loop andClaudio Jeker
2010-02-08It is enough that peer->capa.mp[i] is non zero. It does not need to be 1.Claudio Jeker
2010-02-08...and yet another typo copied from ospfd: the ev_sighup event handlerPhilip Guenthe
2010-02-08Use SIGCHLD for the sigchild handler not SIGINT twice.Philip Guenthe
2010-02-07A few visual cleanups, and clarify a comment.Bret Lambert
2010-02-06Remove newly generated sum file(s) if it did not exist before and trapAntoine Jacoutot
2010-02-06Simplify LDAP URL handling (currently unused):Bret Lambert
2010-02-04remove assumption that internal IFSD_LINK* defines are the same asKevin Steves
2010-02-04In event_again() call event_del() before calling event_set() so weJonathan Gray
2010-02-04no -S option; from Daniel DickmanJason McIntyre
2010-02-03Add a SECURITY FIX for CVE-2010-0010Jasper Lievisse Adriaanse
2010-02-01Fix logic error (&& vs. ||), found while looking for inspiration for smtpdJacek Masiulaniec
2010-01-31add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd beforeYASUOKA Masahiko
2010-01-31privilege separation of npppd.YASUOKA Masahiko