summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-19as is short for atascsi, not abDavid Gwynne
2007-02-19pull in atascsi, a scsi to ata translation layer, so i can work on it inDavid Gwynne
tree. ive lost two large changes today thanks to my own stupidity which could have been avoided if they were in the tree. discussed with deraadt@ ok jsg@ grange@ an older version was ok marco@
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
things. now gcc -Wall and lint are more happy. ok joris@ xsa@
2007-02-19Teach Match how handle config directives that are used before authentication.Darren Tucker
This allows configurations such as permitting password authentication from the local net only while requiring pubkey from offsite. ok djm@, man page bits ok jmc@
2007-02-19add handling of skip steps for urpf-failed addresses.Pierre-Yves Ritschard
ok dharthmei@, henning@
2007-02-19add a test for null encryptionHans-Joerg Hoexer
2007-02-19we have to use '-k' now to show keys.Hans-Joerg Hoexer
2007-02-19Document NULL encryption.Hans-Joerg Hoexer
2007-02-19isakmpd bits for ESP+NULL encryption. This is useful, when AH canHans-Joerg Hoexer
not be used (when being behind NAT). With Martin Hedenfalk <martin.hedenfalk at gmail.com>, thanks!
2007-02-19Bits for ESP+NULL encryption. This is useful, when AH can not beHans-Joerg Hoexer
used (when being behind NAT). With Martin Hedenfalk <martin.hedenfalk at gmail.com>, thanks! ok markus@
2007-02-19minimum blocksize for ESP is 32 bit, so adjust blocksize of NULLHans-Joerg Hoexer
encryption accordingly. Makes NULL encryption useable with ESP. Noticed by Martin Hedenfalk <martin.hedenfalk at gmail.com>. ok markus@
2007-02-19do not display empty authkey/enckey line when -k option is notHans-Joerg Hoexer
specified. ok markus@
2007-02-19previous commit to parse.y was undone. adopt these two regression tests.Hans-Joerg Hoexer
2007-02-19undo previous commit and keep the original behaviour of the parser.Hans-Joerg Hoexer
asked for by deraadt@
2007-02-19syncTheo de Raadt
2007-02-19tidy up synopsis and usage();Jason McIntyre
2007-02-18tidy up synopsis and usage();Jason McIntyre
2007-02-18Use sizeof(buf) instead of hard coded numbers.Ray Lai
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@.
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); partly from Igor SobradoJason McIntyre
2007-02-18simplify synopsis and usage(); based on a diff from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and options list; from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre
2007-02-18unused extern declHenning Brauer
From: Mark Lumsden <mark@cyodesigns.com>
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre
2007-02-18unneeded .Op; from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18keep correct permissions on the RCS file when locking/unlocking the fileXavier Santolaria
with ci and co. fixes PR 5379. OK millert@ joris@.
2007-02-18order options and usage(); from Igor SobradoJason McIntyre
2007-02-18Add aml_evalnode.9 along with the required MLINKS.Michael Knudsen
Prodded by deraadt which made me notice I'd forgotten to update MLINKS as I added new functions.
2007-02-18- sync SYNOPSIS and usage()Jason McIntyre
- add args to the option list - I/O does not need .Tn - .Nm does not need an argument based on a diff from Igor Sobrado
2007-02-18strlen(3) returns size_t, not int.Ray Lai
Suggested by itojun@ in response to my getaddrinfo fixes. OK millert@.
2007-02-18sync usage() and synopsis; spotted by Igor SobradoJason McIntyre
2007-02-18oops, let synopsis and usage agree;Jason McIntyre
2007-02-18Use sizeof(buf) instead of magic numbers.Ray Lai
From Charles Longeau <chl at tuxfamily dot org> to tech@ back in November, reminded by deraadt@. OK moritz@.
2007-02-18Correct yo-yo shutdowns:Gordon Willem Klok
Apparently some machines don't detect a clean (i.e. software initiated) shutdown; and ignore the 'wake on AC loss' bit, meaning they wake up immediatly after being told to shutdown e.g. via shutdown -hp. So now we continue preserve the wake on AC loss behaivour, howerver if we initiate a clean shutdown we clear this bit so that it the machine does not immediately power back up again. ok kettenis@
2007-02-18syncTheo de Raadt
2007-02-18Add currently unused functions for getting EDID information (max supportedGordon Willem Klok
resolution, hsync, vsync etc) from the monitor using DDC. Cleanup a whole bunch of magic, ok deraadt
2007-02-18strlen(3) returns size_t.Ray Lai
OK itojun@.
2007-02-18Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256)Ray Lai
OK moritz@.
2007-02-18Don't ignore buffer size argument.Ray Lai
OK millert@.
2007-02-18Display the interrupt priority in dmesg, for frame buffers which registerMiod Vallat
interrupt handlers.
2007-02-18Make it more apparent these boards have (crippled version of) vga-compatibleMiod Vallat
crtc. No functional change.
2007-02-18Provide a working example of changing resolution.Miod Vallat
2007-02-18document -C option; ok jmcTheo de Raadt