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