Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-06-17 | sync usage() and SYNPOSIS with connection sharing changes | 2 | -9/+11 | ||
2004-06-17 | UUpdate ISC copyright year to 2004 | 20 | -206/+206 | ||
Remove unused macros Skip_Line and MkLower Remove trailing whitespace | |||||
2004-06-17 | Remove trailing whitespace and, for printf, uid/gid are unsigned | 3 | -21/+22 | ||
2004-06-17 | backup isakmpd keys too | 1 | -1/+3 | ||
ok msf@ hshoexer@ krw@ millert@ | |||||
2004-06-17 | print '<cr>' instead of '(nothing)' when we hit the end token in the | 1 | -2/+2 | ||
context-dependent usage help | |||||
2004-06-17 | Yet another bunch of memleask found and fixed by Patrick Latifi. Thanks! | 1 | -5/+28 | ||
ok ho@ | |||||
2004-06-17 | Plug a memleak. Found and fixed (and some cleanup) by Patrick Latifi. | 1 | -4/+7 | ||
Thanks! ok ho@ | |||||
2004-06-17 | Evaluate result of X509_verify_cert() more carefully. | 1 | -4/+13 | ||
ok cloder@ | |||||
2004-06-17 | provide most of the client functionality. | 7 | -13/+243 | ||
hook the descriptors into the main poll and such. we're not doing anything with the reply we recive yet, tho. mostly hacked on the Frankfurt->Montreal flight, as batteries and those horrible air canada seats permitted... | |||||
2004-06-17 | provide log_sockaddr, from bgpd | 1 | -1/+13 | ||
2004-06-17 | err on calloc failure; ok henning@ | 1 | -5/+4 | ||
2004-06-17 | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening | 6 | -12/+60 | ||
shared connections; ok markus@ | |||||
2004-06-17 | shared connection env passing regress test | 1 | -2/+10 | ||
2004-06-17 | support environment passing over shared connections; ok markus@ | 3 | -18/+42 | ||
2004-06-17 | betterer swapdev | 1 | -2/+2 | ||
2004-06-17 | correct multicast handling for special groups (like solicited node multicast). | 1 | -72/+56 | ||
from jinmei@kame | |||||
2004-06-17 | Add small description of failing test to failure message; ok djm@ | 1 | -9/+9 | ||
2004-06-17 | reset both irr's; put a barrier upon imr reset such that icr is reset properly and do it once | 1 | -2/+4 | ||
2004-06-17 | Use and for test data rather than hard-coded paths; ok djm@ | 1 | -18/+21 | ||
2004-06-17 | Remove datafile between and after tests, kill sshd rather than wait; ok djm@ | 1 | -2/+8 | ||
2004-06-17 | fix coalescing config writes errata | 1 | -1/+6 | ||
2004-06-17 | pretty cpu spinup message | 1 | -2/+2 | ||
2004-06-17 | ldcw does a store too | 1 | -4/+5 | ||
2004-06-17 | use local var copy of frame->tf_iir everywhere and fix one panic | 1 | -6/+6 | ||
2004-06-16 | Add a new -n option that replaces the old -number option (which now | 2 | -13/+25 | ||
only exists for backwards compat). Based on a diff from robert@; OK robert@ and deraadt@ | |||||
2004-06-16 | make safe for inclusion in C++ code; ok millert@, deraadt@ | 1 | -1/+3 | ||
2004-06-16 | regen | 2 | -4/+9 | ||
2004-06-16 | + nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@. | 1 | -2/+3 | ||
2004-06-16 | We need __splbarrier to compile kernel, tho it should be | 1 | -1/+11 | ||
replaced with a real gcc barrier. ok deraadt@ | |||||
2004-06-16 | Use i386_ipi_db only with DDB | 1 | -1/+5 | ||
ok deraadt@ | |||||
2004-06-16 | Missing ifdef DDB | 1 | -1/+3 | ||
ok deraadt@ | |||||
2004-06-16 | db_mp.c requires ddb | 1 | -2/+2 | ||
ok deraadt@ | |||||
2004-06-16 | grok 4 new instructions which will show up in VIA C3 Esther, which | 1 | -1/+37 | ||
isn't that far away... xcrypt-ctr (AES ctr mode), montmul (montgomery multiply for 800 RSA sign/sec at 1024bit), and xsha1/xsha256 too. | |||||
2004-06-16 | export cpu# instead of apid#; art ok | 1 | -2/+2 | ||
2004-06-16 | Fix wrong pointer dereference and plug memleak. Found and patch by | 1 | -2/+4 | ||
Patrick Latifi. Thanks! ok ho@ | |||||
2004-06-16 | fix ipv6-address and ipv6-address-mask mixup. | 1 | -2/+2 | ||
Found by Patrick Latifi. Thanks! ok ho@ | |||||
2004-06-16 | Silence multiplex sftp and scp tests. ok markus@ | 1 | -3/+3 | ||
2004-06-16 | Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@ | 1 | -3/+5 | ||
2004-06-16 | Fix -S flag with new show code. ok claudio@ | 1 | -5/+5 | ||
2004-06-16 | missing paren in macro def. Patrick Latifi | 1 | -2/+2 | ||
2004-06-16 | handle zero division for userland as well; from otto@ | 1 | -1/+3 | ||
2004-06-16 | new mirrors in Argentina, Belgium, and Russia | 1 | -1/+3 | ||
(sync with rev 1.276 of www/ftp.html) | |||||
2004-06-15 | knf | 1 | -5/+5 | ||
2004-06-15 | machdep.xcrypt now has a different meaning: Instead of > 0 indicating | 2 | -28/+32 | ||
that AES is there, we now have 3 flag bits: C3_HAS_AES, C3_HAS_SHA (SHA1 & SHA256), and C3_HAS_MM (RSA). Change this code to only look at C3_HAS_AES for now. | |||||
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | 4 | -28/+51 | ||
2004-06-15 | Be more careful about what value we check for crypto capability bits | 1 | -1/+3 | ||
if the first cpuid returns too low a number. ok deraadt@ | |||||
2004-06-15 | export actual xcrypt feature set bitmask | 1 | -2/+2 | ||
2004-06-15 | grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions | 1 | -4/+10 | ||
2004-06-15 | Cleanup last commit here: | 1 | -6/+7 | ||
- pass netname4() a struct sockaddr_in * and check it for NULL - netname6() already deals with NULL mask so remove unneeded check in netname() OK deraadt@ | |||||
2004-06-15 | do not crash on 'route flush' | 1 | -4/+4 | ||