summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-19require RTF_MPATH to enter a multipath route with RTM_ADD.Cedric Berger
2004-06-19Trim includes.Miod Vallat
2004-06-19No "machine prom" ddb command on the Luna.Miod Vallat
2004-06-19Share common ddb files accross m88k platforms.Miod Vallat
2004-06-19Remove unused and misleading defines.Miod Vallat
2004-06-19starting TDM T1->E3->whatever media interface model we will attemptTheo de Raadt
2004-06-19save curproc for further reference, otherwise we may end up in lockmgr()Pedro Martelletto
2004-06-19avoid a null pointer dereference if the .DEFAULT target has no commands;Robert Nagy
2004-06-18Correct range validation in sio_iointr().Miod Vallat
2004-06-18On architectures which have strict alignment, shift the entire mbuf chain byRyan Thomas McBride
2004-06-18Regen.Miod Vallat
2004-06-18Add /dev/crypto support.Miod Vallat
2004-06-18Fix jumbo frames.Ryan Thomas McBride
2004-06-18Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(),Ryan Thomas McBride
2004-06-18simplify license, ok niels matthieuHenning Brauer
2004-06-18Unbreak handling of standard diffs (which have an empty context).Otto Moerbeek
2004-06-18Make this better reflect reality; OK and with help from CedricTodd C. Miller
2004-06-18Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823Henning Brauer
2004-06-18syncHenning Brauer
2004-06-18Avlab 4 Serial pucHenning Brauer
2004-06-18clientloop.cDamien Miller
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-18delay signal handler setup until we have finished talking to the master.Damien Miller
2004-06-18tagortag -> tag or tag. From Fabio Olive Leite.Otto Moerbeek
2004-06-18If a new hunk immediately follows the previous one, merge themOtto Moerbeek
2004-06-18Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@Darren Tucker
2004-06-18Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@Darren Tucker
2004-06-18size struct pollfd and idx2peer dynamically instead of imposing an arbitaryHenning Brauer
2004-06-18ewps, add ntpd.conf.5Henning Brauer
2004-06-18bloody attempt at a manpageHenning Brauer
2004-06-17sync usage() and SYNPOSIS with connection sharing changesDamien Miller
2004-06-17UUpdate ISC copyright year to 2004Todd C. Miller
2004-06-17Remove trailing whitespace and, for printf, uid/gid are unsignedTodd C. Miller
2004-06-17backup isakmpd keys tooTodd T. Fries
2004-06-17print '<cr>' instead of '(nothing)' when we hit the end token in theHenning Brauer
2004-06-17Yet another bunch of memleask found and fixed by Patrick Latifi. Thanks!Hans-Joerg Hoexer
2004-06-17Plug a memleak. Found and fixed (and some cleanup) by Patrick Latifi.Hans-Joerg Hoexer
2004-06-17Evaluate result of X509_verify_cert() more carefully.Hans-Joerg Hoexer
2004-06-17provide most of the client functionality.Henning Brauer
2004-06-17provide log_sockaddr, from bgpdHenning Brauer
2004-06-17err on calloc failure; ok henning@Alexander Guy
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-17shared connection env passing regress testDamien Miller
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-17betterer swapdevMichael Shalayeff
2004-06-17correct multicast handling for special groups (like solicited node multicast).Jun-ichiro itojun Hagino
2004-06-17Add small description of failing test to failure message; ok djm@Darren Tucker
2004-06-17reset both irr's; put a barrier upon imr reset such that icr is reset properl...Michael Shalayeff
2004-06-17Use and for test data rather than hard-coded paths; ok djm@Darren Tucker
2004-06-17Remove datafile between and after tests, kill sshd rather than wait; ok djm@Darren Tucker