Age | Commit message (Expand) | Author |
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 |
2010-05-06 | Use YPMAXRECORD instead of _PW_NAME_LEN here too. | Antoine Jacoutot |
2010-05-05 | Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generated | Mark Kettenis |
2010-05-04 | Assuming that a prefixlen 32 is a host route is not clever when IPv6 comes | Claudio Jeker |
2010-05-04 | Add some documentation about the last change (nexthop verification and | Claudio Jeker |
2010-05-03 | Adjustments for multiple kroute table support. This adds a few new command | Claudio Jeker |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-05-02 | Initialise the port in nslookup.c correctly. It was initialised | Stefan Sperling |
2010-05-01 | remove an uneeded extern which upsets gcc4, matches changes made | Jonathan Gray |
2010-05-01 | As suggested by miod, rename dynroot_enable so we don't conflict with | Jonathan Gray |
2010-05-01 | split up a multiple assignment so we aren't casting an lvalue. | Jonathan Gray |