summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-21Call control_cleanup() from the ldpe process, where it belongs.Renato Westphal
2015-07-21Rename, move and reuse mapping list functions.Renato Westphal
2015-07-21Remove more unused defines.Renato Westphal
2015-07-21Fix some awful ipc synchronization issues.Renato Westphal
2015-07-21Validate ip addresses on configuration.Renato Westphal
2015-07-21VPLS signaling support.Renato Westphal
2015-07-21Record all fields of the received label mappings.Renato Westphal
2015-07-21Validate ip addresses on configuration.Renato Westphal
2015-07-21VPLS signaling support.Renato Westphal
2015-07-21Rename structures and functions to be more generic.Renato Westphal
2015-07-21Reuse merge_config() logic to simplify the shutdown of each process.Renato Westphal
2015-07-21Add configuration reload support.Renato Westphal
2015-07-21Assorted fixes and code cleanup for targeted neighbors.Renato Westphal
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2015-07-19new sentence, new line;Jason McIntyre
2015-07-19Add missing LIST_INIT's.Renato Westphal
2015-07-19Implement md5 authentication support.Renato Westphal
2015-07-19Rework label mapping algorithms to be more in line with the RFC.Renato Westphal
2015-07-19Remove incomplete support for unnecessary modes of operation.Renato Westphal
2015-07-19Uninstall associated label bindings when a neighbor is down.Renato Westphal
2015-07-19Rework kroute.c to send only the best routes to lde.Renato Westphal
2015-07-17Filter routes based on RTF_LLINFO and RTF_BROADCAST flags and use RTF_CONNECTEDClaudio Jeker
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat
2015-04-04Remove lo protection.Renato Westphal
2015-04-04Show the full LIB in the "ldpctl show lib" command.Renato Westphal
2015-04-04Remove unused parameter from adj_new().Renato Westphal
2015-04-04Give more detailed information on a couple of debug messages.Renato Westphal
2015-03-21Remove unused variables and functions.Renato Westphal
2015-03-21Remove interface finite state machine.Renato Westphal
2015-03-21Don't try to send address withdraws to neighbors that are unreachableRenato Westphal
2015-03-21ldpd: Remove attached adjacencies whenever an interface is disabledRenato Westphal
2015-03-21ldpd: Don't assign labels for BGP routes.Renato Westphal
2015-03-21Close extended discovery socket on exit.Renato Westphal
2015-02-11Use sizeof(u_short) in the first check since there are RT messages thatClaudio Jeker
2015-02-10Sync kroute code with bgpd/ospfd code regarding EAGAIN and short readsClaudio Jeker
2015-02-10Pass SOCK_NONBLOCK | SOCK_CLOEXEC to some more sockets. We never want toClaudio Jeker
2015-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
2015-02-09Initialise a variable to please gcc.Claudio Jeker
2015-01-20Do not assume a read buffer coming from libevent is aligned. Copy theTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-07-12Close connections when msgbuf_write() returns 0.Kenneth R Westerback
2014-07-12msgbuf_write() <= 0 for a few more daemons.Kenneth R Westerback
2014-07-11Close the control fd when it has reported EOF.Kenneth R Westerback
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther