Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-06-23 | Small nits from pjanzen. | Hans Insulander | |
2001-06-23 | do not do sync if too cold; niklas@ arrived | Michael Shalayeff | |
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2001-06-23 | make use of ether_input_mbuf, easy | Michael Shalayeff | |
2001-06-23 | Make sure screen is big enough to play. | Paul Janzen | |
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2001-06-23 | Ok, when cards with vlan hw tagging are used in bridged configurations | Jason Wright | |
and the tag doesn't match a child interface, reinsert the tag and call ether_input() so that bridges can still function. | |||
2001-06-23 | copydata, not copyback | Angelos D. Keromytis | |
2001-06-23 | Adjust length. | Angelos D. Keromytis | |
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-06-23 | ether_input_mbuf() | Jason Wright | |
2001-06-23 | Use ether_input_mbuf instead. | Federico G. Schwindt | |
2001-06-23 | Build libkafs after make includes has been done. | Hans Insulander | |
2001-06-23 | Add ether_input_mbuf to help us remove the ether_header from | Federico G. Schwindt | |
ether_input; all drivers should start migrating to this. Discussed with jason@, deraadt@ more or les ok'ed. | |||
2001-06-23 | remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use ↵ | Todd C. Miller | |
volatile instead | |||
2001-06-23 | consistent with ssh2: skip key if empty passphrase is entered, | Markus Friedl | |
retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@ | |||
2001-06-23 | Use C-style comments... | Angelos D. Keromytis | |
2001-06-23 | Initialize crd_skip | Angelos D. Keromytis | |
2001-06-23 | skeyzero() now takes 1 arg | Todd C. Miller | |
2001-06-23 | sync skeyzero proto with recent changes | Todd C. Miller | |
2001-06-23 | Don't lie about Kerberos and encryption. | Hans Insulander | |
Result of a conversation with pjanzen@ ok deraadt@ | |||
2001-06-23 | Glancing over my fortunes file, I had to add this quote. | Miod Vallat | |
2001-06-23 | More constants cleaning. | Federico G. Schwindt | |
2001-06-23 | Correctly handle the IV_PRESENT flag. | Angelos D. Keromytis | |
2001-06-23 | Break out pool printing into a separate function. | Artur Grabowski | |
2001-06-23 | Updates to the todo list, and some random updates and fixes. | Hans Insulander | |
2001-06-23 | Remove unneeded crp_iv field, set the right flags for IV handling in | Angelos D. Keromytis | |
the crypto device. | |||
2001-06-23 | Remove repeated ethernet constants; use if_ether.h for it instead. | Federico G. Schwindt | |
2001-06-23 | Add I for indirect reference (alias to other symbol). | Federico G. Schwindt | |
2001-06-23 | Build verify_krb5_conf | Hans Insulander | |
2001-06-23 | be sure to clear (by writing 1) the public done by in the status register | Jason Wright | |
2001-06-23 | remove debug printf | Michael Shalayeff | |
2001-06-23 | skeyzero() never uses its 2nd arg so remove it. Since the only thing | Todd C. Miller | |
that calls skeyzero() is skeyinit and I just updated the libskey major I am not going to bump the major again here... | |||
2001-06-23 | oops. unbreak after the last change. | Artur Grabowski | |
2001-06-23 | Document our S/Key library. | Todd C. Miller | |
2001-06-23 | Put some constants together and calculate max/min mtu based on those; | Federico G. Schwindt | |
jason@ ok. This should be moved to net, tho, it's not inet specific. | |||
2001-06-23 | under some circumstances, such as on ppc, signature does not read all 32 ↵ | Michael Shalayeff | |
bits, check low 16 only | |||
2001-06-23 | remove some debugging prints. | Dale Rahn | |
2001-06-23 | getskeyprompt() is gone | Todd C. Miller | |
2001-06-23 | add missing -D to SYNOPSIS line | Peter Valchev | |
2001-06-23 | Conform to new crypto_register() prototype | Angelos D. Keromytis | |
2001-06-23 | Get rid of f_HASH() and fold its functionality into keycrunch_HASH(). | Todd C. Miller | |
This means we now only need to add one new function when adding a new hash type. Somehow missed from last S/Key commit (changes are static to skeysubr.c). | |||
2001-06-23 | New prototype for crypto_register(), to take into account maximum key | Angelos D. Keromytis | |
length (for PK operations) and various flags. Structures for public key operations (DH, RSA, DSA). A lot of this work was done by jgarfiel@seas.upenn.edu | |||
2001-06-23 | Conform to new prototype for crypto_register() | Angelos D. Keromytis | |
2001-06-23 | Go ahead and add the output checksum handling for tcp/udp (commented out) | Jason Wright | |
2001-06-23 | add some infrastructure for the public engine | Jason Wright | |
require reworking interrupt enable and status checking as well as a bit of initialization | |||
2001-06-23 | make this on everything | Michael Shalayeff | |
2001-06-23 | this is not i386-only | Michael Shalayeff | |