summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-27Separate code a little, making it clearer. From Gilles ChehadeRay Lai
2007-07-27Add ids for two Conexant codecs; not sure they're officialIan Darwin
2007-07-27oops, forgot to crank to 4.2Theo de Raadt
2007-07-26Combine http filter/expect cases to simplify code.Jonathan Gray
2007-07-26make FILES section entries line upTodd C. Miller
2007-07-26Remove the space after "Password:" in password prompts where echo isTodd C. Miller
2007-07-26STDIN_FILENO is better than fileno(stdin); zinovik@cs.karelia.ruTheo de Raadt
2007-07-26use calloc() instead of malloc(); zinovik@cs.karelia.ruTheo de Raadt
2007-07-26Add the correct file descriptor to rdfd when cycling throughTodd C. Miller
2007-07-26Update to sudo 1.6.9p1. Note that the environment handling in sudoTodd C. Miller
2007-07-26updates for:Jason McIntyre
2007-07-26apparently this function cannot return EBUSY, so back out -r1.7;Jason McIntyre
2007-07-25syncTheo de Raadt
2007-07-25Back out the tracking of procs in struct selinfo. There's one seriousArtur Grabowski
2007-07-25Add a missing splx() and while there update the printf() to match the formatClaudio Jeker
2007-07-25crank to 4.2-betaTheo de Raadt
2007-07-25Don't fatal if the imsg pipe is closed, this is often triggered in the parentClaudio Jeker
2007-07-25syncTodd T. Fries
2007-07-25Update synopsis. with help by jmc@Claudio Jeker
2007-07-25bthub for amd64, from johanTodd T. Fries
2007-07-25bthub for amd64, based on diff from johanTodd T. Fries
2007-07-25define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on theMarc Balmer
2007-07-25syncTodd T. Fries
2007-07-25same # of bthub devices created by default to match i386Todd T. Fries
2007-07-25syncTodd T. Fries
2007-07-25bthub for macppc, ok mk@Todd T. Fries
2007-07-25Make it possible to show alternate routing tables in netstat. This mostlyClaudio Jeker
2007-07-25Correctly handle the export command when writing to history file.Xavier Santolaria
2007-07-25document multipath options.Pierre-Yves Ritschard
2007-07-25syncTheo de Raadt
2007-07-24reindent, no binary changeMarc Espie
2007-07-24same uninit variable bug as in elf_syms.cTheo de Raadt
2007-07-24reindent (no binary change)Marc Espie
2007-07-24uninit variable causing crash; veins@evilkittens.orgTheo de Raadt
2007-07-24Bring back a few things from route/show.c which I like better.Claudio Jeker
2007-07-24new function to check the MIC of a received EAPOL-Key frame.Damien Bergamini
2007-07-24Sync closer to netstat/show.c this removes also the unneeded variableClaudio Jeker
2007-07-24use rc4_skip().Damien Bergamini
2007-07-24add rc4_skip() function that can be used to discard bytes fromDamien Bergamini
2007-07-24reformat to 8 chars tab, zap unneeded comment (no binary change)Marc Espie
2007-07-24zap unused variableMarc Espie
2007-07-24simplify computations in the var module: instead of advancing a char *Marc Espie
2007-07-24move the code that grabs a value in Var_Parse in its own function,Marc Espie
2007-07-24change Var_ParseSkip API to increment the position instead of returning aMarc Espie
2007-07-24remove some unused key derivation functions.Damien Bergamini
2007-07-24remove arc4_ compatibility macros.Damien Bergamini
2007-07-24syncTheo de Raadt
2007-07-24Quote digest otherwise it won't be parsed as a string.Pierre-Yves Ritschard
2007-07-24add functions to compute EAPOL-Key Key MIC fields and to encrypt/decryptDamien Bergamini
2007-07-24add ic_globalcnt to struct ieee80211com:Damien Bergamini