summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-06-17sync usage() and SYNPOSIS with connection sharing changesdjm2-9/+11
2004-06-17UUpdate ISC copyright year to 2004millert20-206/+206
Remove unused macros Skip_Line and MkLower Remove trailing whitespace
2004-06-17Remove trailing whitespace and, for printf, uid/gid are unsignedmillert3-21/+22
2004-06-17backup isakmpd keys tootodd1-1/+3
ok msf@ hshoexer@ krw@ millert@
2004-06-17print '<cr>' instead of '(nothing)' when we hit the end token in thehenning1-2/+2
context-dependent usage help
2004-06-17Yet another bunch of memleask found and fixed by Patrick Latifi. Thanks!hshoexer1-5/+28
ok ho@
2004-06-17Plug a memleak. Found and fixed (and some cleanup) by Patrick Latifi.hshoexer1-4/+7
Thanks! ok ho@
2004-06-17Evaluate result of X509_verify_cert() more carefully.hshoexer1-4/+13
ok cloder@
2004-06-17provide most of the client functionality.henning7-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-17provide log_sockaddr, from bgpdhenning1-1/+13
2004-06-17err on calloc failure; ok henning@alexander1-5/+4
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingdjm6-12/+60
shared connections; ok markus@
2004-06-17shared connection env passing regress testdjm1-2/+10
2004-06-17support environment passing over shared connections; ok markus@djm3-18/+42
2004-06-17betterer swapdevmickey1-2/+2
2004-06-17correct multicast handling for special groups (like solicited node multicast).itojun1-72/+56
from jinmei@kame
2004-06-17Add small description of failing test to failure message; ok djm@dtucker1-9/+9
2004-06-17reset both irr's; put a barrier upon imr reset such that icr is reset properly and do it oncemickey1-2/+4
2004-06-17Use and for test data rather than hard-coded paths; ok djm@dtucker1-18/+21
2004-06-17Remove datafile between and after tests, kill sshd rather than wait; ok djm@dtucker1-2/+8
2004-06-17fix coalescing config writes erratamickey1-1/+6
2004-06-17pretty cpu spinup messagederaadt1-2/+2
2004-06-17ldcw does a store toomickey1-4/+5
2004-06-17use local var copy of frame->tf_iir everywhere and fix one panicmickey1-6/+6
2004-06-16Add a new -n option that replaces the old -number option (which nowmillert2-13/+25
only exists for backwards compat). Based on a diff from robert@; OK robert@ and deraadt@
2004-06-16make safe for inclusion in C++ code; ok millert@, deraadt@naddy1-1/+3
2004-06-16regenmatthieu2-4/+9
2004-06-16+ nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@.matthieu1-2/+3
2004-06-16We need __splbarrier to compile kernel, tho it should begrange1-1/+11
replaced with a real gcc barrier. ok deraadt@
2004-06-16Use i386_ipi_db only with DDBgrange1-1/+5
ok deraadt@
2004-06-16Missing ifdef DDBgrange1-1/+3
ok deraadt@
2004-06-16db_mp.c requires ddbgrange1-2/+2
ok deraadt@
2004-06-16grok 4 new instructions which will show up in VIA C3 Esther, whichderaadt1-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-16export cpu# instead of apid#; art okderaadt1-2/+2
2004-06-16Fix wrong pointer dereference and plug memleak. Found and patch byhshoexer1-2/+4
Patrick Latifi. Thanks! ok ho@
2004-06-16fix ipv6-address and ipv6-address-mask mixup.hshoexer1-2/+2
Found by Patrick Latifi. Thanks! ok ho@
2004-06-16Silence multiplex sftp and scp tests. ok markus@dtucker1-3/+3
2004-06-16Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@dtucker1-3/+5
2004-06-16Fix -S flag with new show code. ok claudio@cedric1-5/+5
2004-06-16missing paren in macro def. Patrick Latifiitojun1-2/+2
2004-06-16handle zero division for userland as well; from otto@mickey1-1/+3
2004-06-16new mirrors in Argentina, Belgium, and Russiadavid1-1/+3
(sync with rev 1.276 of www/ftp.html)
2004-06-15knfderaadt1-5/+5
2004-06-15machdep.xcrypt now has a different meaning: Instead of > 0 indicatingderaadt2-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-15first parts of how C3 Esther will be handled; ok tomderaadt4-28/+51
2004-06-15Be more careful about what value we check for crypto capability bitstom1-1/+3
if the first cpuid returns too low a number. ok deraadt@
2004-06-15export actual xcrypt feature set bitmaskderaadt1-2/+2
2004-06-15grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructionsderaadt1-4/+10
2004-06-15Cleanup last commit here:millert1-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-15do not crash on 'route flush'deraadt1-4/+4