Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos | |
okay markus@, deraadt@ | |||
2001-03-27 | some more quircks | Michael Shalayeff | |
2001-03-27 | Allocate a buffer large enough to contain the generated assertion. | Hakan Olsson | |
Found with ElectricFence. | |||
2001-03-27 | (c)-2001 | Hakan Olsson | |
2001-03-27 | Fix a problem with how TDB timeouts were used in pfkeyv2. | Artur Grabowski | |
When we allocated a tdb we did a timeout_add before a timeout_set. This was a problem in itself, but it shouldn't hurt too much. What did hurt was that we did a timeout_set after the timeout_add, timeout_set marked the timeout as not being on the timeout list and if we did a timeout_del (or timeout_add) later (before the timeout fired) we ended up with a chunk of freed memory on the timeout queue or maybe even dangling pointers (or a circular list). This should probably cure the timeout queue corruption some people were seeing lately. | |||
2001-03-27 | some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5 | Markus Friedl | |
signatures in SSH protocol 2, ok djm@ | |||
2001-03-27 | use EVP_get_digestbynid, reorder some calls and fix missing free. | Markus Friedl | |
2001-03-27 | clean more dangling spaces | Artur Grabowski | |
2001-03-27 | regen | Peter Galbavy | |
2001-03-27 | Add an old 'ne' compatible card from Greycell and the matching data | Peter Galbavy | |
to if_ne_pcmcia.c. OK mickey@ | |||
2001-03-27 | __weak_alias, __warn_references, __indr_reference are unimplemented now; from d@ | Michael Shalayeff | |
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | just found another one | Michael Shalayeff | |
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | a few more if_wi-compatible devices | Michael Shalayeff | |
2001-03-27 | sync | Theo de Raadt | |
2001-03-27 | Make this compile correctly for non-mvme187 compatible kernel | Miod Vallat | |
configurations. | |||
2001-03-27 | a few typos in comments, and uhm, size mismatches | Michael Shalayeff | |
2001-03-26 | try to read private f-secure ssh v2 rsa keys. | Markus Friedl | |
2001-03-26 | KNF | Markus Friedl | |
2001-03-26 | Fix bug I introduced... if m_pullup fails, don't try to free the result. | Jason Wright | |
2001-03-26 | Replacement for original tsort. | Marc Espie | |
The old code suffers from a few defects: - it does not even implement the standard optimal topological sort algorithm. It's much slower. - its longest cycle computation is completely bogus. This is clean-slate code, that does implement the actual standard optimal topological sort, together with a correct graph traversal to find longest cycles. It does also feature a `stable tsort' mode, where it uses a heap to yield the least disturbed permutation of input nodes that satisfies the ordering constraints (in particular, try tsort -f). Thanks to the nature of the problem, the actual output won't exactly match the old one, but it does pass the regression suite (and it is a topological sorter). Ok millert@ | |||
2001-03-26 | fix scsi_done calling, locking, quartz_done | Michael Shalayeff | |
2001-03-26 | Support for Ultra/66 on Highpoint HPT366 and Ultra/100 on HPT370 | Chris Cappuccio | |
2001-03-26 | sync | Theo de Raadt | |
2001-03-26 | cyclom update | Theo de Raadt | |
2001-03-26 | - move if_vlan back to a default if_type of IFT_PROPVIRTUAL | Jason Wright | |
- change if_type to match parent at vlan_configure time - comment typo - implement promiscuous mode for vlan interfaces (from NetBSD) - change if_flags inheritance mask to UP|BROADCAST|SIMPLE|MULTICAST (upshot of all this: bridging vlan interfaces works, with some limitations... documentation soon) | |||
2001-03-26 | spelling | Todd T. Fries | |
2001-03-26 | document more defaults; misc. cleanup. ok markus@ | Kevin Steves | |
2001-03-26 | cosmetic changes from tzcode2001a | Todd C. Miller | |
2001-03-26 | Fix comments, it is "daylight saving time", not "daylight savings time" | Todd C. Miller | |
2001-03-26 | tzdata2001a from elsie.nci.nih.gov | Todd C. Miller | |
2001-03-26 | spelling | Todd T. Fries | |
2001-03-26 | Add to ifdef confusion. | Artur Grabowski | |
The _pmap_enter kludge only applies to i386. | |||
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl | |
2001-03-26 | sync | Theo de Raadt | |
2001-03-26 | Remove BUGS section since pool(9) will now work with old VM system. | Aaron Campbell | |
2001-03-26 | Typo: paramters -> parameters | Aaron Campbell | |
2001-03-26 | Typo: parition -> partition | Aaron Campbell | |
2001-03-26 | mdoc'ifying manpages is a really easy way to kill loads of time on the plane. | Aaron Campbell | |
2001-03-25 | Sync with reality. | Angelos D. Keromytis | |
2001-03-25 | Typos: neccesary -> necessary, desireable -> desirable | Kenneth R Westerback | |
2001-03-25 | Add -DUVM if we are using UVM. Fixes problem where the "WHAT" field | Todd C. Miller | |
was empty on current i386 and alpha kernels. | |||
2001-03-25 | extern __progname; from bob | Michael Shalayeff | |
2001-03-25 | Missing irqack, cleanup DMA error handling | Constantine Sapuntzakis | |
2001-03-25 | Reintroduce wakeup call | Constantine Sapuntzakis | |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves | |
changes by me. ok markus@ | |||
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA ↵ | Constantine Sapuntzakis | |
functions to return status flags. Note: Changing code to have DMA interface indicate when I/O is done (a la NetBSD) was considered. It was rejected due to questionable backward compatability with ISA DMA and MAC obio DMA Added irqack from NetBSD (though this feature should really be in the PCI interrupt handlers) Use pool | |||
2001-03-25 | Remove an extraneous decl | brian | |
2001-03-25 | Add some style(9) to alias*.h | brian | |