Age | Commit message (Collapse) | 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 | |
the former more managable/readable (an almost impossible task). | |||
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 | |
gigabit macs. (Not working for me yet.) From FreeBSD | |||
2001-06-08 | Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861) | Nathan Binkert | |
From FreeBSD (Unverified) | |||
2001-06-08 | Add some general support info for gigabit phys | Nathan Binkert | |
Fix some comments Remove some dead code From NetBSD | |||
2001-06-08 | Put back bus_dmaification of context's (seems to have been fixed by | Jason Wright | |
recent changes to cryptosoft.c). So, mcr and pktbuf handling to go... | |||
2001-06-07 | Update for recent wi(4) changes, include PCI support. | Todd C. Miller | |
Some parts adapted from NetBSD. | |||
2001-06-07 | Sync with the new options from NetBSD. Also fix gold card WEP description, | Todd C. Miller | |
it is 104-bit, not 128-bit. | |||
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 | |
delay deletion of the xauth cookie | |||
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 | |
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-07 | style is used for bsdauth. | Markus Friedl | |
disconnect on user/service change (ietf-drafts) | |||
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 | |
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-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 | |
o use correct db pointers o don't try to star out an empty password | |||
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 | |
Noticed and requested by aazubel@mail.ru and fgs@. | |||
2001-06-07 | Better warning fix, in line with the rest of the code | Marc Espie | |
(__attribute((__unused__)) denotes parameters that MAY be unused in the code, e.g., it's mostly a `shut up warnings' device). | |||
2001-06-07 | Depricate 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-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 | |
for outgoing policies -- so, just use USE on the remote. | |||
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 | |
in the SA. | |||
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 | |
-- just translate them to KeyNote. | |||
2001-06-07 | No need to allocate/free X509 policy information -- the certs are | Angelos D. Keromytis | |
converted as needed, and the CA certs are irrelevant. | |||
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 | |
local repository. | |||
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 | |
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-07 | Add some log_print() | Angelos D. Keromytis | |