Age | Commit message (Expand) | Author |
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 |
2016-05-27 | tweak wording to avoid "firmware which are installed" | T.J. Townsend |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-27 | Return "400 Bad Request" instead of "500 Server Internal Error" for | Kenneth R Westerback |
2016-05-26 | Re-introduce vnode-to-filename mapping | Stefan Kempf |
2016-05-26 | Copy ELF headers into guest VM memory | Stefan Kempf |
2016-05-26 | Improve and clarify a few bits; with input from jmc@, ok yasuoka, jmc | Mike Belopuhov |
2016-05-25 | Must extract uvm_vnode from uvm_object first before reading the vnode | Stefan Kempf |
2016-05-25 | new sentence, new line, and avoid line wrap; | Jason McIntyre |
2016-05-25 | remove code to display MNT_EXKERB bit | Theo de Raadt |
2016-05-25 | flesh out "show summary" description a bit, from julien at dhaille.com via | Henning Brauer |
2016-05-23 | various tweaks; | Jason McIntyre |
2016-05-23 | Use PATH_MAX instead of a hardcoded minimal value. Stack space is cheap and | Mark Kettenis |
2016-05-23 | Add support for manually resetting neighbors. | Renato Westphal |
2016-05-23 | Improve security by calling exec after fork. | Renato Westphal |
2016-05-23 | Update copyright information. | Renato Westphal |
2016-05-23 | Remove superfluous includes. | Renato Westphal |
2016-05-23 | Make functions and variables static whenever possible. | Renato Westphal |
2016-05-23 | Introduce the 'ldpctl clear neighbors' command. | Renato Westphal |
2016-05-23 | Sync with the latest IPv6 bits in ldpd(8). | Renato Westphal |
2016-05-23 | Add function that print labels to avoid code duplication. | Renato Westphal |
2016-05-23 | Replace legacy bzero and bcopy by memset and memcpy. | Renato Westphal |
2016-05-23 | s/routes/labels | Renato Westphal |
2016-05-23 | Change ldpctl(8) to use C99-style fixed-width integers. | Renato Westphal |
2016-05-23 | Add support for IPv6 (RFC 7552). | Renato Westphal |
2016-05-23 | Assorted fixes and small cleanup. | Renato Westphal |