Age | Commit message (Expand) | Author |
2016-06-11 | Fixed "then" vs "than" typo. | Tobias Stoeckmann |
2016-06-11 | Parse the whole Hello packet before processing it. | Renato Westphal |
2016-06-11 | Add missing ntohl() when recording a label request. | Renato Westphal |
2016-06-11 | Send an 'Unknown FEC' Notification for unexpected wildcard FECs. | Renato Westphal |
2016-06-11 | Make all TLV parsing functions look the same for consistency. | Renato Westphal |
2016-06-11 | Make it possible to parse unknown TLVs in the future. | Renato Westphal |
2016-06-11 | Use uint16_t for notification type. | Renato Westphal |
2016-06-11 | Fix parsing of multiple optional TLVs in label and notification messages. | Renato Westphal |
2016-06-10 | grammar fix; from nick permyakov | Jason McIntyre |
2016-06-10 | Access 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-09 | Do set the Message ID for Hello messages too. | Renato Westphal |
2016-06-09 | Do not shut down the session upon receiving unknown messages. | Renato Westphal |
2016-06-09 | Send a fatal notification when the last hello adjacency is deleted. | Renato Westphal |
2016-06-08 | Fix quick reconnect when the transport address is changed. | Renato Westphal |
2016-06-08 | Discard Hello packet if advertised transport address is of different AF. | Renato Westphal |
2016-06-08 | Change what we consider a NACK for our Initialization messages. | Renato Westphal |
2016-06-08 | Add one more safety check for Initialization messages. | Renato Westphal |
2016-06-08 | quote space-containing values in smtpd logs or they become hard to parse | Gilles Chehade |
2016-06-07 | Allocate RAM for guest VM in vmd(8) and pass it to vmm(4) | Stefan Kempf |
2016-06-07 | use io_set_nonblocking() instead of SOCK_NONBLOCKING to reduce delta with | Gilles Chehade |
2016-06-06 | do not return on EAGAIN otherwise the event is never reloaded. | Eric Faurot |
2016-06-06 | Fix imsg parameter passing | Renato Westphal |
2016-06-06 | Add format attributes to the proper functions and then fix the warning in | Sebastian Benoit |
2016-06-06 | add format attributes to the proper functions and then fix the | Sebastian Benoit |
2016-06-06 | add format attributes to the proper functions and then fix the | Sebastian Benoit |
2016-06-06 | Speed up session establishment after config reload. | Renato Westphal |
2016-06-06 | band-aid for pkg_check, some options need to be mixin. | Marc Espie |
2016-06-06 | fix somewhat broken inheritance: the actual -i/-I interactive dance is | Marc Espie |
2016-06-05 | previous change (r1.27) converted to using non blocking sockets and | Ted Unangst |
2016-06-05 | Fix potential SIGBUS in startup. | Renato Westphal |
2016-06-05 | Call if_update() only when necessary for IPv6 address changes. | Renato Westphal |
2016-06-05 | Reset the interface uptime when it is restarted. | Renato Westphal |
2016-06-05 | reduce confusion about -p option. parse it, but only permit port 53, and | Ted Unangst |
2016-06-05 | LMTP banner is handled by a getline() call so it cannot handle multiline | Gilles Chehade |
2016-06-05 | delivery_lmtp does not know how to deal with LMTP servers returning | Gilles Chehade |
2016-06-05 | Improve security by calling exec after fork. | Renato Westphal |
2016-06-03 | grammar fix; | Jason McIntyre |
2016-06-03 | correct synopsis to make -d usage clearer. | Theo de Raadt |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2016-06-02 | transfer is not a smtpctl command, but mta is | Joerg Jung |
2016-06-02 | Rename findmbrlinux() to findmbrfat(). This function was originally | Jonathan Gray |
2016-06-01 | ntpd is too aggressive about retrying constraint connections. This | Theo de Raadt |
2016-05-31 | Add support for armv7. Fix an error message in the i386 support before | Mark Kettenis |
2016-05-31 | with the kernel perm check fixed, we can do this kevent after setuid, | Ted Unangst |
2016-05-31 | Unbreak compilation with -DDEBUG. | Joel Sing |
2016-05-30 | Simplify address parsing code by only using inet_net_pton(3). | Martin Pieuchot |
2016-05-29 | Delete blocking/unblocking of signals, as the handlers now just set flags | Philip Guenther |
2016-05-28 | Implement the fork+exec pattern in smtpd. | Eric Faurot |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |