summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-06-07syncTheo de Raadt
2001-06-06remove debug message; Darren.Moffat@eng.sun.comMarkus Friedl
2001-06-06typo in commentArtur Grabowski
2001-06-06cleanup, remove old codeMarkus Friedl
2001-06-06in bridge_filter(), pullup hlen, not sizeof(struct ip); ok jason@jasoni
2001-06-06NUL-terminate passphrase.Angelos D. Keromytis
2001-06-06be more consistant in codec i/o debug printsMichael Shalayeff
2001-06-06Call doshutdownhooks() in boot(). ok jj@ niklas@Miod Vallat
2001-06-06Reorder and tidy; partly from mpech@prosoft.org.lvPaul Janzen
2001-06-06Better formatting; removed extraneous right parenthesis.Paul Janzen
2001-06-06Let set_pkg kill trailing / in pkgname.Marc Espie
Saves poor angelos from getting his dependencies screwed when he does pkg_delete pkg_name/ Ok angelos@
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-06-06remove unnecessary quotes; mpech@prosoft.org.lvPaul Janzen
2001-06-06Do not dump core on empty commentMarc Espie
2001-06-06Use pool(9) for some of the structures, and splimp/splx to protectAngelos D. Keromytis
from ourselves. Should solve PR 1850.
2001-06-06We now disable interrupts in the bus-specific attach routine.Todd C. Miller
2001-06-06wi* @ pciTodd C. Miller
2001-06-06PCI shim for if_wi.c as promised. Magic for setting the PLX upTodd C. Miller
correctly take from the FreeBSD driver and explained by imp@ Currently this is hard-coded for PrismII cards but that will change when the PrismII auto-detect code is added to if_wi.c. Tested with a LinkSys WPC11 in a Global Sun GL24110P02 (aka LinSys WDT11)
2001-06-06regenTodd C. Miller
2001-06-06Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridgesTodd C. Miller
2001-06-06In -p mode, set directory times in post-order pass since otherwise theTodd C. Miller
times get squashed when we add files to the dir. Problem found by Christophe.Deroulers@ens.fr, fix by me.
2001-06-06more cleaningArtur Grabowski
2001-06-06cleaningArtur Grabowski