Age | Commit message (Expand) | Author |
2004-06-17 | UUpdate ISC copyright year to 2004 | Todd C. Miller |
2004-06-17 | Remove trailing whitespace and, for printf, uid/gid are unsigned | Todd C. Miller |
2004-06-17 | backup isakmpd keys too | Todd T. Fries |
2004-06-17 | print '<cr>' instead of '(nothing)' when we hit the end token in the | Henning Brauer |
2004-06-17 | Yet another bunch of memleask found and fixed by Patrick Latifi. Thanks! | Hans-Joerg Hoexer |
2004-06-17 | Plug a memleak. Found and fixed (and some cleanup) by Patrick Latifi. | Hans-Joerg Hoexer |
2004-06-17 | Evaluate result of X509_verify_cert() more carefully. | Hans-Joerg Hoexer |
2004-06-17 | provide most of the client functionality. | Henning Brauer |
2004-06-17 | provide log_sockaddr, from bgpd | Henning Brauer |
2004-06-17 | err on calloc failure; ok henning@ | Alexander Guy |
2004-06-17 | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening | Damien Miller |
2004-06-17 | shared connection env passing regress test | Damien Miller |
2004-06-17 | support environment passing over shared connections; ok markus@ | Damien Miller |
2004-06-17 | betterer swapdev | Michael Shalayeff |
2004-06-17 | correct multicast handling for special groups (like solicited node multicast). | Jun-ichiro itojun Hagino |
2004-06-17 | Add small description of failing test to failure message; ok djm@ | Darren Tucker |
2004-06-17 | reset both irr's; put a barrier upon imr reset such that icr is reset properl... | Michael Shalayeff |
2004-06-17 | Use and for test data rather than hard-coded paths; ok djm@ | Darren Tucker |
2004-06-17 | Remove datafile between and after tests, kill sshd rather than wait; ok djm@ | Darren Tucker |
2004-06-17 | fix coalescing config writes errata | Michael Shalayeff |
2004-06-17 | pretty cpu spinup message | Theo de Raadt |
2004-06-17 | ldcw does a store too | Michael Shalayeff |
2004-06-17 | use local var copy of frame->tf_iir everywhere and fix one panic | Michael Shalayeff |
2004-06-16 | Add a new -n option that replaces the old -number option (which now | Todd C. Miller |
2004-06-16 | make safe for inclusion in C++ code; ok millert@, deraadt@ | Christian Weisgerber |
2004-06-16 | regen | Matthieu Herrb |
2004-06-16 | + nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@. | Matthieu Herrb |
2004-06-16 | We need __splbarrier to compile kernel, tho it should be | Alexander Yurchenko |
2004-06-16 | Use i386_ipi_db only with DDB | Alexander Yurchenko |
2004-06-16 | Missing ifdef DDB | Alexander Yurchenko |
2004-06-16 | db_mp.c requires ddb | Alexander Yurchenko |
2004-06-16 | grok 4 new instructions which will show up in VIA C3 Esther, which | Theo de Raadt |
2004-06-16 | export cpu# instead of apid#; art ok | Theo de Raadt |
2004-06-16 | Fix wrong pointer dereference and plug memleak. Found and patch by | Hans-Joerg Hoexer |
2004-06-16 | fix ipv6-address and ipv6-address-mask mixup. | Hans-Joerg Hoexer |
2004-06-16 | Silence multiplex sftp and scp tests. ok markus@ | Darren Tucker |
2004-06-16 | Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@ | Darren Tucker |
2004-06-16 | Fix -S flag with new show code. ok claudio@ | Cedric Berger |
2004-06-16 | missing paren in macro def. Patrick Latifi | Jun-ichiro itojun Hagino |
2004-06-16 | handle zero division for userland as well; from otto@ | Michael Shalayeff |
2004-06-16 | new mirrors in Argentina, Belgium, and Russia | David Krause |
2004-06-15 | knf | Theo de Raadt |
2004-06-15 | machdep.xcrypt now has a different meaning: Instead of > 0 indicating | Theo de Raadt |
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | Theo de Raadt |
2004-06-15 | Be more careful about what value we check for crypto capability bits | Tom Cosgrove |
2004-06-15 | export actual xcrypt feature set bitmask | Theo de Raadt |
2004-06-15 | grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions | Theo de Raadt |
2004-06-15 | Cleanup last commit here: | Todd C. Miller |
2004-06-15 | do not crash on 'route flush' | Theo de Raadt |
2004-06-15 | also use MSG_AUTHENTICATED flag. | Hans-Joerg Hoexer |