Age | Commit message (Expand) | Author |
2016-02-16 | Pass down the initial value of CR0 down to the RESETCPU ioctl() as well. | Stefan Kempf |
2016-02-15 | Revert previous, semarie@ found a regression. | Martin Pieuchot |
2016-02-14 | ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding. | Reyk Floeter |
2016-02-14 | httpd patterns double free | Sebastien Marie |
2016-02-14 | Simplify address parsing code by only using inet_net_pton(3). | Martin Pieuchot |
2016-02-13 | tweak previous; | Jason McIntyre |
2016-02-13 | describe how 'listen on socket' works | Gilles Chehade |
2016-02-13 | handle enqueuer socket as a regular listener that can be configured with | Gilles Chehade |
2016-02-13 | remove some noop leftover code from an earlier cleanup | Gilles Chehade |
2016-02-13 | remove support for 'dbm' which is really 'recno' from our makemap, it can't | Gilles Chehade |
2016-02-12 | Call daemon(3) later, to catch errors from getpwnam and others. | Jeremie Courreges-Anglas |
2016-02-12 | Exit early with an error if the "_ftp_proxy" user does not exist. This prevents | Antoine Jacoutot |
2016-02-12 | pledge for "dns" if -A is passed, even with -n. | Sebastien Marie |
2016-02-12 | Cleanup getopt(3) mis-use in sendmail compat code. | Sunil Nimmagadda |
2016-02-12 | hexidecimal -> hexadecimal | mmcc |
2016-02-11 | Back out previous; requested by jung@ | Tim van der Molen |
2016-02-11 | Include the server port number in the common and combined logs. This is useful | Tim van der Molen |
2016-02-10 | Change imsg_read() return value checking from an if..else block to | Todd C. Miller |
2016-02-10 | when creating a db map, we use a temporary file to work on and atomically | Gilles Chehade |
2016-02-09 | add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queues | Gilles Chehade |
2016-02-09 | r1.16 accidentally masked retries on EAGAIN introduced in r1.15. | Sunil Nimmagadda |
2016-02-09 | rename variable sun to s_un to ease portability | Gilles Chehade |
2016-02-09 | tweak names | Marc Espie |
2016-02-09 | drop privs prior to running ftp | Marc Espie |
2016-02-09 | fix a use after free in an error path | Jonathan Gray |
2016-02-09 | another typo | Jeremie Courreges-Anglas |
2016-02-09 | Kill code to send unicast packets which never got enabled. | Jeremie Courreges-Anglas |
2016-02-08 | Kill trailing whitespace. | Jeremie Courreges-Anglas |
2016-02-08 | typos | Jeremie Courreges-Anglas |
2016-02-08 | Print MAX addresses padded with a leading zero. | Jeremie Courreges-Anglas |
2016-02-08 | sys/param.h -> sys/types.h. No need to drag in nitems() only to | Kenneth R Westerback |
2016-02-07 | Mark a few others functions as __dead; ok bluhm@ | Jeremie Courreges-Anglas |
2016-02-07 | avoid a use after free when parsing address ranges from a config | Jonathan Gray |
2016-02-07 | avoid a double free in an error path | Jonathan Gray |
2016-02-07 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-05 | remove no longer relevant ifndef | Joerg Jung |
2016-02-05 | use SMTPD_NAME define | Joerg Jung |
2016-02-05 | select -> poll in log message; ok bluhm@ florian@ | Jeremie Courreges-Anglas |
2016-02-05 | Bail out if an unknown option is passed. | Jeremie Courreges-Anglas |
2016-02-05 | Fix a possible use-after-free in vmd, forward the result to the | Reyk Floeter |
2016-02-05 | rtadvd used a strncpy with a src interface name from the command line | Reyk Floeter |
2016-02-04 | fix memory leak | Eric Faurot |
2016-02-04 | Make code more readable by putting the message parsing logic in a single place. | Eric Faurot |
2016-02-04 | Minor ldapd -r tweaks | Jeremie Courreges-Anglas |
2016-02-04 | When deleting a message, remove associated envelopes from the cache, | Eric Faurot |
2016-02-04 | Fix an infinite loop when printing a country element in a management | Stefan Sperling |
2016-02-03 | update the font cache by running fc-cache after removing packages | Robert Nagy |
2016-02-03 | Make tcpdump show 802.11 control frames. | Stefan Sperling |
2016-02-03 | be very careful accepting packets via bpf. First check that the | Kenneth R Westerback |