summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-25Ugh. Remove name2id.c for real now.Claudio Jeker
2010-05-25Remove another leftover from ospfd. ldpd does not have a concept of ext_tagClaudio Jeker
2010-05-25Implement the missing label map recv functions and cleanup the other recvClaudio Jeker
2010-05-25Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.Claudio Jeker
2010-05-25Kill a bogus bzero() and introduce an empty lde_check_release().Claudio Jeker
2010-05-25I removed code in the last commit that is needed. Allocate rbuf now byClaudio Jeker
2010-05-24automatically generate the _arch= and _mach= lines at the top of the kernelTheo de Raadt
2010-05-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
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