Age | Commit message (Expand) | Author |
2014-04-19 | add missing strlcpy() check in create_filter_chain() that would cause smtpd | Gilles Chehade |
2014-04-19 | add missing strlcpy() checks in create_filter() that would cause smtpd to | Gilles Chehade |
2014-04-19 | add missing strlcpy() check in is_if_in_group() to detect and warn about | Gilles Chehade |
2014-04-19 | add missing strlcpy() check when parsing "backup hostname" in smtpd.conf, | Gilles Chehade |
2014-04-19 | (void) cast strlcpy() calls that cannot truncate | Gilles Chehade |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | certs are looked up by hostname, the size of the buffer should use the | Gilles Chehade |
2014-04-19 | Simplify things by using the return code of ask_yn() directly instead | Robert Peichaer |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | stop "advertising" disabling pmtud and window size increasing | Henning Brauer |
2014-04-19 | knf | Gilles Chehade |
2014-04-19 | add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, the | Gilles Chehade |
2014-04-19 | (void) cast strlcpy() calls that cannot truncate (copies between buffers of | Gilles Chehade |
2014-04-19 | (void) cast a strlcpy() that cannot truncate because lka.c ensures the | Gilles Chehade |
2014-04-19 | tweak previous; | Jason McIntyre |
2014-04-19 | (void) cast strlcpy() that cannot truncate, dns.c ensures the reply will | Gilles Chehade |
2014-04-19 | need to escape %U, since it is used in Re/Rs blocks; | Jason McIntyre |
2014-04-19 | sync | Theo de Raadt |
2014-04-19 | zap trailing whitespace; | Jason McIntyre |
2014-04-19 | remove the openssl_fdset wrapper, and a variety of VMS'ism's like | Theo de Raadt |
2014-04-19 | KNF. | Joel Sing |
2014-04-19 | (void) cast strlcpy() calls that cannot truncate or where the source data | Gilles Chehade |
2014-04-19 | KNF. | Joel Sing |
2014-04-19 | Remove a gethostbyname() cache layer. The internet works better these | Theo de Raadt |
2014-04-19 | ReadFile() and GetStdHandle() are not very POSIX. | Theo de Raadt |
2014-04-19 | (void) cast a snprintf() call that cannot truncate | Gilles Chehade |
2014-04-19 | Add missing description for IPv6 mtudisctimeout sysctl and | logan |
2014-04-19 | Dead stores in subr_hibernate.c | Mike Larkin |
2014-04-19 | truncation check some snprintf calls (over-cautiously in case) | Theo de Raadt |
2014-04-19 | can't actually do this. cause unknown. | Ted Unangst |
2014-04-19 | bye bye | Henning Brauer |
2014-04-19 | use "!received-on any" to absolutely ensure that we're not forwarding | Henning Brauer |
2014-04-19 | disgusting altq compat hack goes away | Henning Brauer |
2014-04-19 | altq includes are gone | Henning Brauer |
2014-04-19 | stop installing altq includes | Henning Brauer |
2014-04-19 | now that if_snd is a proper ifqueue, this cast dies | Henning Brauer |
2014-04-19 | ifnet's if_snd becomes a regular ifqueue instead of ifaltq, the need to | Henning Brauer |
2014-04-19 | minus altq tentacles, plus missing IF_DROP here as well | Henning Brauer |
2014-04-19 | Try to be clear why struct mrt_config nodes are allocated and | Claudio Jeker |
2014-04-19 | Fix some serious pointer-arithmatic-magic-number-unchecked-return eyebleed | Bob Beck |
2014-04-19 | KNF. | Joel Sing |
2014-04-19 | sync | Theo de Raadt |
2014-04-19 | Repair some indent to be more KNF, and break instead of fallthrough to | Theo de Raadt |
2014-04-19 | one small tweak to avoid ever going off the end of a string. | Ted Unangst |
2014-04-19 | improved checking for invalid hashes. from solar designer | Ted Unangst |
2014-04-19 | Once great men lived here... giants... gods... once, but long ago. | Ted Unangst |
2014-04-19 | the valkyries have come for rsh as well | Ted Unangst |
2014-04-19 | Delete futile calls to RAND_seed. ok djm | Ted Unangst |