summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-06-19Replace some expensive evals.Antoine Jacoutot
2016-06-19Do caching differently.Antoine Jacoutot
2016-06-19Temporarily turn caching off; there's a small regression when enablingAntoine Jacoutot
2016-06-19Implement rcctl get|getdef all.Antoine Jacoutot
2016-06-19Cache result of often used functions (svc_is_{base,meta,special}).Antoine Jacoutot
2016-06-19grep(1) /etc/rc.conf instead of /etc/rc to detect whether a particularAntoine Jacoutot
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal
2016-06-18Fix memory leak found with valgrind.Renato Westphal
2016-06-18Fix use after free bug.Renato Westphal
2016-06-18Do not allow configuring the same interface for both LDP and VPLS.Renato Westphal
2016-06-18Use log_warnx() instead of log_warn() when appropriate.Renato Westphal
2016-06-18Remove TODO comments about loop detection.Renato Westphal
2016-06-18Fix small LIB<->LFIB synchronization issue.Renato Westphal
2016-06-17Also add missing date or message-id when listening on the submit portOtto Moerbeek
2016-06-17No need to hardcode return code.Antoine Jacoutot
2016-06-15properly reset the transaction when a filter rejects a message.Eric Faurot
2016-06-15increase number of connections a local address is allowed to establishGilles Chehade
2016-06-15'Received' header violates RFC when receiving a TLS session, rework formatGilles Chehade
2016-06-15dedup interactive options handling code yet again.Marc Espie
2016-06-15ProgressMeter keeps state. Unfortunately, term is shared between processes.Marc Espie
2016-06-14Fix typo; OK jung@Todd C. Miller
2016-06-14restrict %m and friends to "separate words" so they won't collide withMarc Espie
2016-06-14refer to pkg_add(1) for pkg-name conventionsMarc Espie
2016-06-14more unification of stuff run on the command lineMarc Espie
2016-06-14new syntax: pkgname%branch to select a branch wherever it makes sense.Marc Espie
2016-06-14Remove unused variable, found by clangReyk Floeter
2016-06-14reorg examples to better use actual options.Marc Espie
2016-06-13Implement support for the Configuration Sequence Number TLV.Renato Westphal
2016-06-13Implement a timeout for the session initialization FSM.Renato Westphal
2016-06-13Do not create sockets for disabled address-families.Renato Westphal
2016-06-13Rework the handling of Hello packets.Renato Westphal
2016-06-11Fixed "then" vs "than" typo.Tobias Stoeckmann
2016-06-11Parse the whole Hello packet before processing it.Renato Westphal
2016-06-11Add missing ntohl() when recording a label request.Renato Westphal
2016-06-11Send an 'Unknown FEC' Notification for unexpected wildcard FECs.Renato Westphal
2016-06-11Make all TLV parsing functions look the same for consistency.Renato Westphal
2016-06-11Make it possible to parse unknown TLVs in the future.Renato Westphal
2016-06-11Use uint16_t for notification type.Renato Westphal
2016-06-11Fix parsing of multiple optional TLVs in label and notification messages.Renato Westphal
2016-06-10grammar fix; from nick permyakovJason McIntyre
2016-06-10Access guest memory with normal loads and stores in vmd(8)Stefan Kempf
2016-06-10& expands to the maximum amount of needed space; fix comment.Florian Obser
2016-06-09Do set the Message ID for Hello messages too.Renato Westphal
2016-06-09Do not shut down the session upon receiving unknown messages.Renato Westphal
2016-06-09Send a fatal notification when the last hello adjacency is deleted.Renato Westphal
2016-06-08Fix quick reconnect when the transport address is changed.Renato Westphal
2016-06-08Discard Hello packet if advertised transport address is of different AF.Renato Westphal
2016-06-08Change what we consider a NACK for our Initialization messages.Renato Westphal
2016-06-08Add one more safety check for Initialization messages.Renato Westphal
2016-06-08quote space-containing values in smtpd logs or they become hard to parseGilles Chehade