summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2016-06-07Allocate RAM for guest VM in vmd(8) and pass it to vmm(4)Stefan Kempf
2016-06-07use io_set_nonblocking() instead of SOCK_NONBLOCKING to reduce delta withGilles Chehade
2016-06-06do not return on EAGAIN otherwise the event is never reloaded.Eric Faurot
2016-06-06Fix imsg parameter passingRenato Westphal
2016-06-06Add format attributes to the proper functions and then fix the warning inSebastian Benoit
2016-06-06add format attributes to the proper functions and then fix theSebastian Benoit
2016-06-06add format attributes to the proper functions and then fix theSebastian Benoit
2016-06-06Speed up session establishment after config reload.Renato Westphal
2016-06-06band-aid for pkg_check, some options need to be mixin.Marc Espie
2016-06-06fix somewhat broken inheritance: the actual -i/-I interactive dance isMarc Espie
2016-06-05previous change (r1.27) converted to using non blocking sockets andTed Unangst
2016-06-05Fix potential SIGBUS in startup.Renato Westphal
2016-06-05Call if_update() only when necessary for IPv6 address changes.Renato Westphal
2016-06-05Reset the interface uptime when it is restarted.Renato Westphal
2016-06-05reduce confusion about -p option. parse it, but only permit port 53, andTed Unangst
2016-06-05LMTP banner is handled by a getline() call so it cannot handle multilineGilles Chehade
2016-06-05delivery_lmtp does not know how to deal with LMTP servers returningGilles Chehade
2016-06-05Improve security by calling exec after fork.Renato Westphal
2016-06-03grammar fix;Jason McIntyre
2016-06-03correct synopsis to make -d usage clearer.Theo de Raadt
2016-06-03Add operators =, !=, - (range), >< (exclsive range) to the as-pathSebastian Benoit
2016-06-02transfer is not a smtpctl command, but mta isJoerg Jung
2016-06-02Rename findmbrlinux() to findmbrfat(). This function was originallyJonathan Gray
2016-06-01ntpd is too aggressive about retrying constraint connections. ThisTheo de Raadt
2016-05-31Add support for armv7. Fix an error message in the i386 support beforeMark Kettenis
2016-05-31with the kernel perm check fixed, we can do this kevent after setuid,Ted Unangst
2016-05-31Unbreak compilation with -DDEBUG.Joel Sing
2016-05-30Simplify address parsing code by only using inet_net_pton(3).Martin Pieuchot
2016-05-29Delete blocking/unblocking of signals, as the handlers now just set flagsPhilip Guenther
2016-05-28Implement the fork+exec pattern in smtpd.Eric Faurot
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano