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