summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
2013-11-19CVE 1129617: negative argchristos
2013-11-13CID 1125875: Fix memory leakchristos
2013-11-13CID 1125876: File descriptor leakchristos
2013-10-30ensure variables are initialisedmrg
2013-10-18sync behaviour with man page: accept spaces, empty lines and commentskefren
2013-10-18Sort SEE ALSO. Grammar consistency.wiz
2013-10-18Attempt to write a manpage for ldpd.confkefren
2013-10-17allow setting transport addresses for interfaces into config filekefren
2013-10-12zeroize the rest of the comparable struct before adding it to the rb treekefren
2013-08-02Do not pack struct rt_msg - this voids the alignement restrictions andmartin
2013-08-02Use rbtree for storing peers FEC label bindingskefren
2013-07-31Store local bindings in a rbtreekefren
2013-07-27check route messages sizes more carefullykefren
2013-07-25* don't request explicitly for uid 0 as various system policies may make thatkefren
2013-07-24* use a flag in label struct in order to determine if we should treat thekefren
2013-07-20don't connect on first hello, there are chances that ours is not seen yetkefren
2013-07-18* rework the reattachment codekefren
2013-07-18Make sure labels are always updated when a route is added and when a peerkefren
2013-07-16send the actual prefix on the wire instead of struct headerskefren
2013-07-16create binding for connected routes on startupkefren
2013-07-16retire union_ntoa, replace it with satoskefren
2013-07-12correct loopback address testkefren
2013-07-11add code for address and address withdraw messageskefren
2013-07-11sprinkle more constkefren
2013-07-11speed up a little bit the string<->prefixlen transformskefren
2013-07-11Local addresses vector is not needed anymorekefren
2013-07-11Constify a little bitkefren
2013-06-23allow INET6 gateways, split some long lineskefren
2013-05-08First send initialize and keep alive after that. Fixes inter-operabilitykefren
2013-02-05Stop confusing peer hello source with peer transport addresskefren
2013-02-04move code around a little bit in order to call get_ldp_peer correctlykefren
2013-02-04* Don't assume INET in connection pathkefren
2013-02-04Grammar. Sort sections.wiz
2013-02-04Mention IPv6, operation mode and re-section a bitkefren
2013-02-04correct the sockaddr comparekefren
2013-02-03Don't try to connect to peers before sending helloskefren
2013-01-28Be a little more strict when sending notifications and checking PDUkefren
2013-01-28Use satos instead of inet_ntopkefren
2013-01-28permit notifications even if session not fully establishedkefren
2013-01-28Fix the transport address TLV mess I created after INET6 convertkefren
2013-01-27re-enable peer authenticationkefren
2013-01-26 * add a new keyword for config file - passive-if and check if it'skefren
2013-01-26use predefined group consts/macros instead of ptoning stringskefren
2013-01-26allow compile without -DINET6kefren
2013-01-26modify structures in order to accomodate IPv6 according tokefren
2013-01-16Make sure there is enough space for sockaddr subtypeskefren
2012-11-13Use local-link address as source for helloskefren
2012-11-13Repair another %lu --> %zd - this one was caught by building forpgoyette
2012-11-12fix the build; ssize_t is %zd not %luchristos
2012-11-12New sentence, new line. Bump date for previous.wiz