Age | Commit message (Expand) | Author |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-25 | Ugh. Remove name2id.c for real now. | Claudio Jeker |
2010-05-25 | Remove another leftover from ospfd. ldpd does not have a concept of ext_tag | Claudio Jeker |
2010-05-25 | Implement the missing label map recv functions and cleanup the other recv | Claudio Jeker |
2010-05-25 | Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT. | Claudio Jeker |
2010-05-25 | Kill a bogus bzero() and introduce an empty lde_check_release(). | Claudio Jeker |
2010-05-25 | I removed code in the last commit that is needed. Allocate rbuf now by | Claudio Jeker |
2010-05-24 | automatically generate the _arch= and _mach= lines at the top of the kernel | Theo de Raadt |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-23 | When executing external mda, call dup2, closefrom, and chdir before | Jacek Masiulaniec |
2010-05-21 | remove unused functions | Charles Longeau |
2010-05-21 | Use _exit(2) in mda helper child process. | Jacek Masiulaniec |
2010-05-20 | S_ISREG() should be called on st.st_mode not st.st_flags | Gilles Chehade |
2010-05-19 | cleanup-only commit, removes unrequired includes, no functionnal change | Gilles Chehade |
2010-05-19 | Remove yet another ospf leftover that is not needed here. This time | Claudio Jeker |
2010-05-19 | When installing MPLS VPN routes set the RTF_MPLS bit since those routes | Claudio Jeker |
2010-05-19 | Set RTF_MPLS in rtm_fmask and rtm_flags because ldpd wants to play with | Claudio Jeker |
2010-05-19 | Add softreconfig support for peers changing the RIB. Done by first unloading | Claudio Jeker |
2010-05-18 | Spacing. | Claudio Jeker |
2010-05-18 | use the right capitalization for "HyperText Transfer Protocol (HTTP)" | Igor Sobrado |
2010-05-18 | Be more careful in ktable_update() and ktable_new() and the fib sync flag. | Claudio Jeker |
2010-05-17 | more then -> more than; | Jason McIntyre |
2010-05-17 | tweak previous; | Jason McIntyre |
2010-05-17 | Implement two new filters, max-as-len and max-as-seq. The first is limiting | Claudio Jeker |
2010-05-17 | Last bits of MPLS VPN support. Hook kernel routing tables and RIB together. | Claudio Jeker |
2010-05-17 | The host address encoding of FEC was killed in RFC5036 and we're happy | Claudio Jeker |
2010-05-14 | Order struct element by size. | Claudio Jeker |
2010-05-14 | Do not send notifications directly onto the wire. Decide in the caller how | Claudio Jeker |
2010-05-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |
2010-05-14 | allocate all struct event's on the heap, it looks cleaner, feels better | Reyk Floeter |
2010-05-14 | zero out the allocate memory for a new control connection via calloc() | Reyk Floeter |
2010-05-14 | When merging interfaces after a config reload, the fsm state for interfaces | Stuart Henderson |
2010-05-14 | spacing | Reyk Floeter |
2010-05-13 | typo: colision->collision | Stuart Henderson |
2010-05-12 | Make sure there is a difference in the log of non-fatal and fatal | Claudio Jeker |
2010-05-12 | Remove the tiny bit of C++ that is not realy needed so that we get a pure | Claudio Jeker |
2010-05-11 | sort struct by size and kill some unneeded spaces. | Claudio Jeker |
2010-05-11 | Kill IMSG_RECONF_AREA. LDP does not have a concept of areas. | Claudio Jeker |
2010-05-11 | No need to do a rt_find() twice. | Claudio Jeker |
2010-05-10 | Mention that commands may be abbreviated. ok claudio@ | Stuart Henderson |
2010-05-10 | Simplify wording about abbreviating commands. ok claudio | Stuart Henderson |
2010-05-10 | zap trailing whitespace; | Jason McIntyre |
2010-05-10 | whitespace fixes | Marc Espie |
2010-05-10 | document that INSTALL/DEINSTALL scripts are dead. | Marc Espie |
2010-05-10 | typo | Marc Espie |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-09 | in recent change, an assignation was removed which would cause a bogus | Gilles Chehade |
2010-05-07 | When failing to form an adjacency, log the interface name as well | Stuart Henderson |
2010-05-06 | don't clobber CFLAGS; ok gilles@ | Christian Weisgerber |