Age | Commit message (Expand) | Author |
2001-06-08 | Trim some unnecessary includes. | Angelos D. Keromytis |
2001-06-08 | Fork out some of the code in pfkeyv2.c to pfkeyv2_convert.c, to make | Angelos D. Keromytis |
2001-06-08 | Add pfkeyv2_convert.c | Angelos D. Keromytis |
2001-06-08 | Adjust to recent locking protocol changes; beck@ | Aaron Campbell |
2001-06-08 | Initial cut at a driver for the National Semiconductor DP83820 and DP83821 | Nathan Binkert |
2001-06-08 | Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861) | Nathan Binkert |
2001-06-08 | Add some general support info for gigabit phys | Nathan Binkert |
2001-06-08 | Put back bus_dmaification of context's (seems to have been fixed by | Jason Wright |
2001-06-07 | Update for recent wi(4) changes, include PCI support. | Todd C. Miller |
2001-06-07 | Sync with the new options from NetBSD. Also fix gold card WEP description, | Todd C. Miller |
2001-06-07 | regen | Todd C. Miller |
2001-06-07 | no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucent | Todd C. Miller |
2001-06-07 | don't overwrite errno | Markus Friedl |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-06-07 | import latest from CITI with Palm support | Jim Rees |
2001-06-07 | It started with trying to write code to avoid running static binaries, | Artur Grabowski |
2001-06-07 | style is used for bsdauth. | Markus Friedl |
2001-06-07 | enable libsectok | Theo de Raadt |
2001-06-07 | sync | Theo de Raadt |
2001-06-07 | o alphabetize getopt() options and wi_opt() | Todd C. Miller |
2001-06-07 | Kill #define duplicates between if_wireg.h and if_wi_ieee.h | Todd C. Miller |
2001-06-07 | Close PR 1854; mpech@prosoft.org.lv | Todd C. Miller |
2001-06-07 | Simplify SPD logic (and correct some input cases). | Angelos D. Keromytis |
2001-06-07 | fix compiler warnings | Jim Rees |
2001-06-07 | I hate cvs | Jim Rees |
2001-06-07 | libsectok for secure tokens (smartcard, iButton, etc) | Jim Rees |
2001-06-07 | Restore debugging to att format. | Marc Espie |
2001-06-07 | Better warning fix, in line with the rest of the code | Marc Espie |
2001-06-07 | Depricate the -alias option (it's been -nat for a long time) | brian |
2001-06-07 | Add instructions how to build libsl. | Hans Insulander |
2001-06-07 | Print the right port on error message. | Angelos D. Keromytis |
2001-06-07 | Actually, using ACQUIRE can cause lowering of security policy level | Angelos D. Keromytis |
2001-06-07 | Ingress flows should be ACQUIRE, not REQUIRE. | Angelos D. Keromytis |
2001-06-07 | log_error -> log_print | Angelos D. Keromytis |
2001-06-07 | remove extra space before ether address for Lucent wi boards | Todd C. Miller |
2001-06-07 | On a pfkeyv2_get(), allocate enough room for the extra stuff we store | Angelos D. Keromytis |
2001-06-07 | no, definately *wi.* does not work here | Michael Shalayeff |
2001-06-07 | Rogue debug printf. | Angelos D. Keromytis |
2001-06-07 | missed from last ci, all is from netbsd of course | Michael Shalayeff |
2001-06-07 | no longer need to set sc_prism2 manually | Todd C. Miller |
2001-06-07 | probe prism2 chips based on the probed card id, not cis | Michael Shalayeff |
2001-06-07 | fix typo in wi* at pci | Todd C. Miller |
2001-06-07 | Actually, don't re-insert X509 certs which we acquired from our store | Angelos D. Keromytis |
2001-06-07 | No need to allocate/free X509 policy information -- the certs are | Angelos D. Keromytis |
2001-06-07 | Get rid of useless x509_policy_asserts[] | Angelos D. Keromytis |
2001-06-07 | Get rid of the main policy session (unnecessary). | Angelos D. Keromytis |
2001-06-07 | Add an X509 cert in the policy session even if it was found in our | Angelos D. Keromytis |
2001-06-07 | use faster arc4random() instead of get_random_bytes(); jason@ ok | Michael Shalayeff |
2001-06-07 | Correctly initialize the policy_id field on SA structures, such that | Angelos D. Keromytis |
2001-06-07 | Add some log_print() | Angelos D. Keromytis |