summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add in a script and some changelog commentsBrandon Low2002-09-022-7/+12
|
* Version bump, closes #7039.Daniel Ahlberg2002-08-273-1/+43
|
* Adding sparc/sparc64 keywordsMaarten Thibaut2002-08-161-2/+2
|
* added ppc to keywordsMark Guertin2002-08-062-3/+6
|
* repoman'dSeemant Kulleen2002-07-173-41/+4
|
* header fixesDaniel Robbins2002-07-112-4/+2
|
* Slight fix, not enough to warrant new ebuild revWout Mertens2002-05-112-8/+15
|
* man page/LFH fixesSeemant Kulleen2002-03-273-1/+49
|
* initial changelogs for all packages and example skel.ChangeLogGeert Bevin2002-02-011-0/+13
|
* full digest recalculation with correct filesizesDaniel Robbins2002-01-301-1/+1
|
* digest fix-o-ramaDaniel Robbins2001-11-161-1/+1
|
* digest-o-ramaDaniel Robbins2001-11-151-1/+1
|
* massive digest update, part 2Daniel Robbins2001-10-251-0/+1
|
* massive digest cleanup/regenerationDaniel Robbins2001-10-251-1/+0
|
* Added two packages the first is hogwash which is a layer2 packet scrubber.Ben Lutgens2001-08-162-0/+35
It lives right on top of the network driver and will drop or sanitize packets based on signature. The authors installed it on an unpatched RH-6.2 box and entered it into the capture the flag competition at defcon 9 and the box came back unscathed. I've included the rules file too. as well as some documentation I copied off thier website. I may write a manpage for them too. The second is a supporting library for it that provides an API for commonly used low-level network functions (mainly packet injection). Used by packet scrubbers and the like, not to be confused with the perl libnet. They hogwash folks have a how-to on thier site for setting up an packet scrubber with no IP stack to protect your network, sortof a stealth firewall. Since it never modifies the mac address it's nearly impossible to detect and attack. Will prevent spoofing of IPs as well as 95% of the common attacks.