summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
the former more managable/readable (an almost impossible task).
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
gigabit macs. (Not working for me yet.) From FreeBSD
2001-06-08Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861)Nathan Binkert
From FreeBSD (Unverified)
2001-06-08Add some general support info for gigabit physNathan Binkert
Fix some comments Remove some dead code From NetBSD
2001-06-08Put back bus_dmaification of context's (seems to have been fixed byJason Wright
recent changes to cryptosoft.c). So, mcr and pktbuf handling to go...
2001-06-07Update for recent wi(4) changes, include PCI support.Todd C. Miller
Some parts adapted from NetBSD.
2001-06-07Sync with the new options from NetBSD. Also fix gold card WEP description,Todd C. Miller
it is 104-bit, not 128-bit.
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
delay deletion of the xauth cookie
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
it ended with a complete rewrite. XXX - Doesn't handle '-x' yet, but the old didn't do that either (and didn't even match the man page).
2001-06-07style is used for bsdauth.Markus Friedl
disconnect on user/service change (ietf-drafts)
2001-06-07enable libsectokTheo de Raadt
2001-06-07syncTheo de Raadt
2001-06-07o alphabetize getopt() options and wi_opt()Todd C. Miller
o print max data len, microwave oven robustness, roaming mode from NetBSD o endian fixes from NetBSD o print card and firmware info, adapted from wi_get_id() o Some minor KNF
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
o use correct db pointers o don't try to star out an empty password
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
Noticed and requested by aazubel@mail.ru and fgs@.
2001-06-07Better warning fix, in line with the rest of the codeMarc Espie
(__attribute((__unused__)) denotes parameters that MAY be unused in the code, e.g., it's mostly a `shut up warnings' device).
2001-06-07Depricate the -alias option (it's been -nat for a long time)brian
Handle carriage-return/line-feed stuff for ftp natting more generically Fix an alignment bug when logging DNS traffic Fix/add some copyrights
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
for outgoing policies -- so, just use USE on the remote.
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
in the SA.
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
-- just translate them to KeyNote.
2001-06-07No need to allocate/free X509 policy information -- the certs areAngelos D. Keromytis
converted as needed, and the CA certs are irrelevant.
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
local repository.
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
failed SAs don't cause the default policy context to be free'ed (and thus cause no end of trouble in establishing further Phase 1 SAs)
2001-06-07Add some log_print()Angelos D. Keromytis