summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-05-23When executing external mda, call dup2, closefrom, and chdir beforeJacek Masiulaniec
2010-05-21remove unused functionsCharles Longeau
2010-05-21Use _exit(2) in mda helper child process.Jacek Masiulaniec
2010-05-20S_ISREG() should be called on st.st_mode not st.st_flagsGilles Chehade
2010-05-19cleanup-only commit, removes unrequired includes, no functionnal changeGilles Chehade
2010-05-19Remove yet another ospf leftover that is not needed here. This timeClaudio Jeker
2010-05-19When installing MPLS VPN routes set the RTF_MPLS bit since those routesClaudio Jeker
2010-05-19Set RTF_MPLS in rtm_fmask and rtm_flags because ldpd wants to play withClaudio Jeker
2010-05-19Add softreconfig support for peers changing the RIB. Done by first unloadingClaudio Jeker
2010-05-18Spacing.Claudio Jeker
2010-05-18use the right capitalization for "HyperText Transfer Protocol (HTTP)"Igor Sobrado
2010-05-18Be more careful in ktable_update() and ktable_new() and the fib sync flag.Claudio Jeker
2010-05-17more then -> more than;Jason McIntyre
2010-05-17tweak previous;Jason McIntyre
2010-05-17Implement two new filters, max-as-len and max-as-seq. The first is limitingClaudio Jeker
2010-05-17Last bits of MPLS VPN support. Hook kernel routing tables and RIB together.Claudio Jeker
2010-05-17The host address encoding of FEC was killed in RFC5036 and we're happyClaudio Jeker
2010-05-14Order struct element by size.Claudio Jeker
2010-05-14Do not send notifications directly onto the wire. Decide in the caller howClaudio Jeker
2010-05-14Use calloc() instead of malloc() to allocate the connection structure. ThisClaudio Jeker
2010-05-14allocate all struct event's on the heap, it looks cleaner, feels betterReyk Floeter
2010-05-14zero out the allocate memory for a new control connection via calloc()Reyk Floeter
2010-05-14When merging interfaces after a config reload, the fsm state for interfacesStuart Henderson
2010-05-14spacingReyk Floeter
2010-05-13typo: colision->collisionStuart Henderson
2010-05-12Make sure there is a difference in the log of non-fatal and fatalClaudio Jeker
2010-05-12Remove the tiny bit of C++ that is not realy needed so that we get a pureClaudio Jeker
2010-05-11sort struct by size and kill some unneeded spaces.Claudio Jeker
2010-05-11Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.Claudio Jeker
2010-05-11No need to do a rt_find() twice.Claudio Jeker
2010-05-10Mention that commands may be abbreviated. ok claudio@Stuart Henderson
2010-05-10Simplify wording about abbreviating commands. ok claudioStuart Henderson
2010-05-10zap trailing whitespace;Jason McIntyre
2010-05-10whitespace fixesMarc Espie
2010-05-10document that INSTALL/DEINSTALL scripts are dead.Marc Espie
2010-05-10typoMarc Espie
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-09in recent change, an assignation was removed which would cause a bogusGilles Chehade
2010-05-07When failing to form an adjacency, log the interface name as wellStuart Henderson
2010-05-06don't clobber CFLAGS; ok gilles@Christian Weisgerber
2010-05-06Use YPMAXRECORD instead of _PW_NAME_LEN here too.Antoine Jacoutot
2010-05-05Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generatedMark Kettenis
2010-05-04Assuming that a prefixlen 32 is a host route is not clever when IPv6 comesClaudio Jeker
2010-05-04Add some documentation about the last change (nexthop verification andClaudio Jeker
2010-05-03Adjustments for multiple kroute table support. This adds a few new commandClaudio Jeker
2010-05-03Make it possible to load multiple routing tables at the same time and useClaudio Jeker
2010-05-02Initialise the port in nslookup.c correctly. It was initialisedStefan Sperling
2010-05-01remove an uneeded extern which upsets gcc4, matches changes madeJonathan Gray
2010-05-01As suggested by miod, rename dynroot_enable so we don't conflict withJonathan Gray
2010-05-01split up a multiple assignment so we aren't casting an lvalue.Jonathan Gray