summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-07-23The realm in authenticate directive of config file isn't escaped for '"' char.Sebastien Marie
2015-07-23Make npppd use libradius(3). Remove radius+ files.YASUOKA Masahiko
2015-07-23Build and install radiusd(8) and radiusctl(8) as default. They stillYASUOKA Masahiko
2015-07-21quote the %T title, to avoid confusing groff;Jason McIntyre
2015-07-21Remove the check for the connected flag since it is no longer around.Claudio Jeker
2015-07-21add missing -n to the SYNOPSIS and usage() and -d to the DESCRIPTION;Ingo Schwarze
2015-07-21Document the "ldpctl show discovery" command.Renato Westphal
2015-07-21Introduce two show commands for l2vpns.Renato Westphal
2015-07-21Re-enable the reload command.Renato Westphal
2015-07-21Improve the show lib command.Renato Westphal
2015-07-21switch dpb from sudo to doas (and env as required); ok sthen@Christian Weisgerber
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-21Correct man pages. Update the config example, fix some options, fix theYASUOKA Masahiko
2015-07-21Assorted fixes and code cleanup for targeted neighbors.Renato Westphal
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2015-07-21Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSYASUOKA Masahiko
2015-07-20Fix a segfault at startup when if_change() ist called beforeSebastian Benoit
2015-07-20properly encode IpAddress, Gauge32, and Counter32Bret Lambert
2015-07-20Do not reconnect outgoing TCP connections too aggressively. InAlexander Bluhm
2015-07-20Add size and NULL checks in debugutil.cYASUOKA Masahiko
2015-07-20Pass the errcode when disconnecting L2TP call.YASUOKA Masahiko
2015-07-20Remove old route to the tunnel interface when the interface's address isYASUOKA Masahiko
2015-07-20Add missing initializations in privsep.cYASUOKA Masahiko
2015-07-20Do not accept sockets when syslogd reaches the file descriptorAlexander Bluhm
2015-07-20Make bgpd execute the RDE and session engine process instead of just forking.Claudio Jeker
2015-07-20ensure http_path is escaped before using it in Location redirection.Sebastien Marie
2015-07-20tweak the /etc/random.seed interception so it provides a FILE* viaDavid Gwynne
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-19For incoming TCP message streams autodetect wether the method isAlexander Bluhm
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-19remove unused compat files, ok florian@Stuart Henderson
2010-04-15NSD v3.2.5Jakob Schlyter
2010-01-15NSD v3.2.4Jakob Schlyter
2015-07-19handle error returns from bufferevent_write()Bret Lambert