Age | Commit message (Expand) | Author |
2011-01-12 | Reset the state member of the ata_xfer to ATA_S_SETUP before reusing it | Mark Kettenis |
2011-01-12 | Implement the roff .rm request (remove macro). | Ingo Schwarze |
2011-01-12 | A bunch more explicit_bzero calls for key material | Theo de Raadt |
2011-01-12 | stray tab | Marco Peereboom |
2011-01-12 | explicit zeroing of key information in the softraid ioctl code | Theo de Raadt |
2011-01-12 | more explicit_bzero to delete keys. | Marco Peereboom |
2011-01-12 | Add SATA capability. Use nitems() to decide if a capability is known or not. | Mark Kettenis |
2011-01-12 | lots of explicit_bzero for things which contain parts of keys | Theo de Raadt |
2011-01-12 | Never include SADB_X_EXT_REMOTE_AUTH (which is either a | Mike Belopuhov |
2011-01-12 | use explicit_bzero() for key materials, including that in the session. | Theo de Raadt |
2011-01-12 | use explicit_bzero() for the session, in drivers where struct session | Theo de Raadt |
2011-01-12 | explicit_bzero() of key material in drivers few people use | Theo de Raadt |
2011-01-12 | cleanup aes-ctr keystream after use; ok deraadt | Mike Belopuhov |
2011-01-12 | Kill struct rroute and move the metric to struct kroute. This | Claudio Jeker |
2011-01-12 | postpone processing of pfkey messages received in pfkey_reply instead of | Mike Belopuhov |
2011-01-12 | decouple flow deletion from the ikev2_childsa_delete; ok reyk | Mike Belopuhov |
2011-01-12 | fixup bogus check; ok reyk | Mike Belopuhov |
2011-01-12 | don't forget to specify spi sizes; ok reyk | Mike Belopuhov |
2011-01-12 | avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS | Damien Miller |
2011-01-11 | fix encryption for uio_iovcnt > 1 by passing the absolute offset 'count' | Markus Friedl |
2011-01-11 | use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan for Rx radiotap | Damien Bergamini |
2011-01-11 | oops! missing macro in previous; | Jason McIntyre |
2011-01-11 | Add Wake on Lan support to arp(8). This is partly based on the original | Jasper Lievisse Adriaanse |
2011-01-11 | key lengths are counted in bits | Theo de Raadt |
2011-01-11 | add explicit_bzero() calls before free()ing key material | Theo de Raadt |
2011-01-11 | in SHA1Final(), explicitly clear the local buffer | Theo de Raadt |
2011-01-11 | accidental commit of a pending diff relating to something else | Theo de Raadt |
2011-01-11 | in AES_GMAC_Final(), explicitly clear the local buffer | Theo de Raadt |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2011-01-11 | all the devices output same types of data | Theo de Raadt |
2011-01-11 | sync from mirrors.dat | Stuart Henderson |
2011-01-11 | Perform IP options check in pf_test_rule(), before creating state. | Ryan Thomas McBride |
2011-01-11 | Fix compiler warning in regression test. | Alexander Bluhm |
2011-01-11 | sync from mirrors.dat | Stuart Henderson |
2011-01-11 | Allow su -l to login to a user that has a non-existent home directory, | Robert Nagy |
2011-01-11 | delay deferred packets for a maximum of 20ms instead of 100 ticks (which | David Gwynne |
2011-01-11 | bring back carrying over state from the previous RC4 instance when | Damien Miller |
2011-01-11 | some unsigned long long casts that make things a bit easier for | Damien Miller |
2011-01-11 | all the bzeros in rnd are important, use explicit_bzero | Ted Unangst |
2011-01-11 | fd leak on error paths; from zinovik@ | Damien Miller |
2011-01-11 | When (cumulative) indentation requested by .in exceeds the right | Ingo Schwarze |
2011-01-10 | Refactoring in preparation for .rm support: | Ingo Schwarze |
2011-01-10 | add a new function, explicit_bzero, to be used for erasing "secret" stuff. | Ted Unangst |
2011-01-10 | tweak previous; ok millert | Jason McIntyre |
2011-01-10 | unbind-key -a is allowed no arguments. | Nicholas Marriott |
2011-01-10 | Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@ | Todd C. Miller |
2011-01-10 | delete embarrasingly horrid use of mktemp() brought in from upstream | Theo de Raadt |
2011-01-10 | mkdtemp() is present in POSIX 1003.1-2008 | Todd C. Miller |
2011-01-10 | If pf_test() was called recursively, the global variable pf_hdrs | Alexander Bluhm |
2011-01-10 | add the Buffalo WLI-UC-GNHP. | Damien Bergamini |