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