Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-06-23 | more 7951 specific bits and definitions | Jason Wright | |
2001-06-23 | no more kernfs | Theo de Raadt | |
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo de Raadt | |
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week | |||
2001-06-23 | Replace our telnetd with the one from heimdal-0.3f, with the following changes: | Hans Insulander | |
- obvious buildsystem tweakes - our way to filter out bad environment variables | |||
2001-06-23 | Move to 24 bit minor numbers in a backwards compatible manner. | Todd C. Miller | |
dev_t has been 32 bits for a long long time, now we can use those bits. | |||
2001-06-23 | Use pool_cache for l1 ptes. | Artur Grabowski | |
From NetBSD. | |||
2001-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart | |
- thread_sleep_msg() -> uvm_sleep() - initialize reference count lock in uvm_anon_{init,add}() - add uao_flush() - replace boolean 'islocked' with 'lockflags' - in uvm_fault() change FALSE to TRUE to in 'wide' fault handling - get rid of uvm_km_get() - various bug fixes | |||
2001-06-23 | pidfile/sigterm race; bbraun@synack.net | Markus Friedl | |
2001-06-23 | Add comment on why checksum deferral is not useful in tcp_respond() | Angelos D. Keromytis | |
2001-06-23 | Clear the checksum flags after verification. Also, don't count | Angelos D. Keromytis | |
checksum errors as hardware checksum packets as well. | |||
2001-06-23 | Count input packets hardware-checksummed. | Angelos D. Keromytis | |
2001-06-23 | duh | Theo de Raadt | |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts ↵ | Theo de Raadt | |
inside OpenSSL codebase | |||
2001-06-23 | kill whitespace at EOL. | Jun-ichiro itojun Hagino | |
2001-06-23 | ooops. remove unfinished work in progress. | Artur Grabowski | |
2001-06-23 | turn off -Wstrict-prototypes (for atomicio.h) | Markus Friedl | |
2001-06-23 | fix import for (broken?) ssh.com/f-secure private keys | Markus Friedl | |
(i tested > 1000 RSA keys) | |||
2001-06-23 | sync | Theo de Raadt | |
2001-06-23 | reflect reality. | Artur Grabowski | |
Parts from NetBSD | |||
2001-06-23 | Remove unneeded ip_id convertions. | Federico G. Schwindt | |
Instead of using HTONS macro in some places, use htons directly in the struct member and save us a few bytes. Fix comment. | |||
2001-06-23 | Bring in a bunch of improvements from NetBSD. | Artur Grabowski | |
- pool_cache similar to the slab allocator in Solaris. - clean up locking a bit. - Don't pass __LINE__ and __FILE__ to pool_get and pool_put unless POOL_DIAGNOSTIC is defined. | |||
2001-06-23 | document USER_PCICONF in options(4) and xref it in pci(4) | Matthieu Herrb | |
2001-06-23 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |