summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-05-23Several improvements in the parsing of UDP/Hello packets.Renato Westphal
2016-05-23Don't ignore notification messages before the session is operational.Renato Westphal
2016-05-23Improve the parser of TCP/session packets.Renato Westphal
2016-05-23Respect the received Max PDU Length field.Renato Westphal
2016-05-23Fix issue with the exponential backoff timer.Renato Westphal
2016-05-23Remove duplicated code in timer functions.Renato Westphal
2016-05-23Split merge_config() into smaller functions to improve readability.Renato Westphal
2016-05-23Validate received hello holdtime and keepalive time.Renato Westphal
2016-05-23pledge() earlier on ldpe.Renato Westphal
2016-05-23We don't need a separate function for sending address withdraws.Renato Westphal
2016-05-23Move some code around.Renato Westphal
2016-05-23Add knob to configure the transport address.Renato Westphal
2016-05-23Allow setting the session holdtime per neighbor.Renato Westphal
2016-05-23Filter our RTM_GET messages which are not from us.Renato Westphal
2016-05-23Sort configuration options in ldpd.conf(5).Renato Westphal
2016-05-23Add support for including additional configuration files.Renato Westphal
2016-05-23Fix router-id selection if static router-id is not given.Renato Westphal
2016-05-23Bring in the findeol() fix from pfctl.Renato Westphal
2016-05-23Fix logging of wildcard label mappings.Renato Westphal
2016-05-23Clear the configuration before closing the network sockets.Renato Westphal
2016-05-23Don't try to install pseudowires of unknown type.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2016-05-23Update section of supported standards in the manpage.Renato Westphal
2016-05-23Pull explicit_bzero patch from bgpd.Renato Westphal
2016-05-23Explicitly close the pfkey socket on exit.Renato Westphal
2016-05-23imsg_* returns ssize_tRenato Westphal
2016-05-23Call accept_del() on exit.Renato Westphal
2016-05-23Call accept_unpause() when any TCP socket is closed.Renato Westphal
2016-05-22makes sure the value of the asprintf buffer is zeroed on errorJoerg Jung
2016-05-22fix unbalanced va_start and va_end macrosJoerg Jung
2016-05-22start work on improving the log format, this is work in progress but it'llGilles Chehade
2016-05-22use temporary variables to store some struct tm values, no functionalGilles Chehade
2016-05-21Build on armv7.Mark Kettenis
2016-05-21replace hardcoded '+' with TAG_CHAR defineGilles Chehade
2016-05-21Byteswap 32-bit "cells" on little-endian platforms before printing them.Mark Kettenis
2016-05-21Zero op_name when we start enumerating properties such that we don't riskMark Kettenis
2016-05-21Harden TLS for ntpd constraints - stop disabling server name verification,Joel Sing
2016-05-20Restore support for 'instbin program args...'Philip Guenther
2016-05-19table formats are described in table(5) not makemap(8)Gilles Chehade
2016-05-17remove pam and shadow code that's not used. ok deraadt jcaTed Unangst
2016-05-17Repair some file descriptor leaks.Theo de Raadt
2016-05-16No need to store the return value of fcntl(fd, F_SETFL, flags).Todd C. Miller
2016-05-16fix logic in error code path of smtp state machine that can lead to anGilles Chehade
2016-05-16replace hardcoded + with TAG_CHARGilles Chehade
2016-05-15set glitch correctlyMarc Espie
2016-05-14use twice the same code for prepare_long and verify_modes so that it can'tMarc Espie
2016-05-14Be gone /var/sysmerge/examplessum.Antoine Jacoutot
2016-05-14Remove handling of /etc/examples/ files by sysmerge(8). Getting regular messagesAntoine Jacoutot
2016-05-14ftp:// -> http:// for main ftp site example.T.J. Townsend
2016-05-13add a stub log for signify, problem noticed by teduMarc Espie