summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-20Update hotplug. Add qle_get_port_name_list, use it to discover localJonathan Matthew
2014-04-20Undo a calloc() replacement. It lacks the integer overflow check thatTheo de Raadt
2014-04-20move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.cHenning Brauer
2014-04-20nuke in_cksum_addword()Henning Brauer
2014-04-20Remove more commentary about recently removed des supportTheo de Raadt
2014-04-20Fix a small leak in the error path.Reyk Floeter
2014-04-20Add support for SSHFP DNS records for ED25519 key types.logan
2014-04-20KNF.Joel Sing
2014-04-20reset imprint to NULL to avoid double free. from mancha1 at zohoTed Unangst
2014-04-20add a canonical 6.6 + curve25519 bignum fix fake version that I canDamien Miller
2014-04-20use get/put_u32 to load values rather than *((UINT32 *)p) that breaks onDamien Miller
2014-04-20make the status handler more like rdac and emc. the big functional changeDavid Gwynne
2014-04-20emc on my cx500 works as well as rdac on all my rebadged engenio kit.David Gwynne
2014-04-19Hardware receive IP checksum offload for IPv4 is no longer supported.Christian Weisgerber
2014-04-19release buffers fix was lost in merge. put it back.Ted Unangst
2014-04-19remove hosts.equiv xrTed Unangst
2014-04-19delete .xr to hosts.equiv. there's still an unfortunate amount ofTed Unangst
2014-04-19stop talking about hosts.equivTed Unangst
2014-04-19COnveret the bcopy() to memcpy()Claudio Jeker
2014-04-19populateusrlocal() is used only once in finish_up(). Just fold it in there.Robert Peichaer
2014-04-19kill checksum offloading in sk.Henning Brauer
2014-04-19Replace a magic number.Claudio Jeker
2014-04-19remove some really old rsh referencesTed Unangst
2014-04-19change some rsh references to ssh. poke by jmcTed Unangst
2014-04-19More KNF.Joel Sing
2014-04-19these snprintf() calls can't possibly truncate because they copy data fromGilles Chehade
2014-04-19More KNF.Joel Sing
2014-04-19(void) cast snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() call used to craft fatalx() message from withinGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncate or for which earlier checksGilles Chehade
2014-04-19another attempt at fixing stale x509 data. since we don't know where theTed Unangst
2014-04-19(void) cast snprintf() calls that cannot truncate (and would be harmlessGilles Chehade
2014-04-19remove dead code ... in code that's not plugged in yet ;-)Gilles Chehade
2014-04-19(void) cast snprintf that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf call that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() calls that cannot truncateGilles Chehade
2014-04-19replace warnx messageGilles Chehade
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