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