| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-19 | CVE 1129617: negative arg | christos | |
| 2013-11-13 | CID 1125875: Fix memory leak | christos | |
| 2013-11-13 | CID 1125876: File descriptor leak | christos | |
| 2013-10-30 | ensure variables are initialised | mrg | |
| 2013-10-18 | sync behaviour with man page: accept spaces, empty lines and comments | kefren | |
| 2013-10-18 | Sort SEE ALSO. Grammar consistency. | wiz | |
| 2013-10-18 | Attempt to write a manpage for ldpd.conf | kefren | |
| 2013-10-17 | allow setting transport addresses for interfaces into config file | kefren | |
| also move passive-interface functionality under interface block report the correct line for config parsing errors | |||
| 2013-10-12 | zeroize the rest of the comparable struct before adding it to the rb tree | kefren | |
| 2013-08-02 | Do not pack struct rt_msg - this voids the alignement restrictions and | martin | |
| causes crashes on alignemen critical archs. From Matt Thomas. | |||
| 2013-08-02 | Use rbtree for storing peers FEC label bindings | kefren | |
| 2013-07-31 | Store local bindings in a rbtree | kefren | |
| 2013-07-27 | check route messages sizes more carefully | kefren | |
| cache pid treat every message at a time, even if there are more messages to read interpret also cloning routes The latter two should fix the ldp_regen test | |||
| 2013-07-25 | * don't request explicitly for uid 0 as various system policies may make that | kefren | |
| unnecessary * correct the mplsif message. We don't need an IP address assigned on it anymore | |||
| 2013-07-24 | * use a flag in label struct in order to determine if we should treat the | kefren | |
| associated routes using RTF_HOST * clean the mess in flush_mpls_routes that could result in accessing uninitialized memory | |||
| 2013-07-20 | don't connect on first hello, there are chances that ours is not seen yet | kefren | |
| setproctitle with ldp id - useful for rump kernels testing fix a memory leak in ldp_peer_new don't holddown if already holded down peer sockets are now non-blocking connected routes deletes are now processed check if peer is connected before attempting to sending label mappings | |||
| 2013-07-18 | * rework the reattachment code | kefren | |
| * build an implnull label when a route is added and let mpls_add_label to take care of relabelling * take out last piece of the code where we do route lookups - we should have every information we need in labels * tested these changes using a number of rump kernels and some couple of thousands of flapping routes | |||
| 2013-07-18 | Make sure labels are always updated when a route is added and when a peer | kefren | |
| is added Rework mpls_add_label according to that so no route refresh is done anymore Use poll when reading the PF_ROUTE socket setsockopt SO_USELOOPBACK on the PF_ROUTE socket Output some information on SIGINFO Allow map changing for a ldp peer Finally fix the connected routes admission into labels Correct the route trigger when a label map is received | |||
| 2013-07-16 | send the actual prefix on the wire instead of struct headers | kefren | |
| statify | |||
| 2013-07-16 | create binding for connected routes on startup | kefren | |
| decay an warning message to debug only | |||
| 2013-07-16 | retire union_ntoa, replace it with satos | kefren | |
| check for valid sizes on PF_ROUTE socket minor comment update | |||
| 2013-07-12 | correct loopback address test | kefren | |
| correct addr add/del handling | |||
| 2013-07-11 | add code for address and address withdraw messages | kefren | |
| get rid of unused fields in tlv struct | |||
| 2013-07-11 | sprinkle more const | kefren | |
| 2013-07-11 | speed up a little bit the string<->prefixlen transforms | kefren | |
| 2013-07-11 | Local addresses vector is not needed anymore | kefren | |
| 2013-07-11 | Constify a little bit | kefren | |
| 2013-06-23 | allow INET6 gateways, split some long lines | kefren | |
| 2013-05-08 | First send initialize and keep alive after that. Fixes inter-operability | kefren | |
| issues regarding session initialization. | |||
| 2013-02-05 | Stop confusing peer hello source with peer transport address | kefren | |
| 2013-02-04 | move code around a little bit in order to call get_ldp_peer correctly | kefren | |
| check also for transport_address in get_ldp_peer | |||
| 2013-02-04 | * Don't assume INET in connection path | kefren | |
| * Lookup in hello list in order to get the correct LDP ID, instead of transport address * Improve an error message | |||
| 2013-02-04 | Grammar. Sort sections. | wiz | |
| 2013-02-04 | Mention IPv6, operation mode and re-section a bit | kefren | |
| 2013-02-04 | correct the sockaddr compare | kefren | |
| modify a couple of debug messages | |||
| 2013-02-03 | Don't try to connect to peers before sending hellos | kefren | |
| 2013-01-28 | Be a little more strict when sending notifications and checking PDU | kefren | |
| 2013-01-28 | Use satos instead of inet_ntop | kefren | |
| Fix an alloc problem | |||
| 2013-01-28 | permit notifications even if session not fully established | kefren | |
| 2013-01-28 | Fix the transport address TLV mess I created after INET6 convert | kefren | |
| Use a single loop to decrement and check hello list keepalives Display transport address in show hello output | |||
| 2013-01-27 | re-enable peer authentication | kefren | |
| 2013-01-26 | * add a new keyword for config file - passive-if and check if it's | kefren | |
| allowed to use the interface before join/send mcast * check if interface supports multicast before join/send mcast | |||
| 2013-01-26 | use predefined group consts/macros instead of ptoning strings | kefren | |
| 2013-01-26 | allow compile without -DINET6 | kefren | |
| 2013-01-26 | modify structures in order to accomodate IPv6 according to | kefren | |
| draft-ietf-mpls-ldp-ipv6. Correct a little bit IPv6 hello path | |||
| 2013-01-16 | Make sure there is enough space for sockaddr subtypes | kefren | |
| Use u_char for IP_MULTICAST_LOOP as specified in in.h | |||
| 2012-11-13 | Use local-link address as source for hellos | kefren | |
| 2012-11-13 | Repair another %lu --> %zd - this one was caught by building for | pgoyette | |
| evbmips port | |||
| 2012-11-12 | fix the build; ssize_t is %zd not %lu | christos | |
| 2012-11-12 | New sentence, new line. Bump date for previous. | wiz | |
