Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup the regex used for iptables so it actually works | Eric Andersen | 2003-12-20 | 1 | -3/+2 |
| | |||||
* | automatically detect if we have a usable version of sed | Eric Andersen | 2003-11-19 | 1 | -1/+1 |
| | | | | installed. If not, we will now build our own version. | ||||
* | Change 'sed -ie' to 'sed -i -e' to avoid littering the build | Eric Andersen | 2003-11-18 | 1 | -1/+1 |
| | | | | | with lots of unwanted backup files with the letter "e" appended. -Erik | ||||
* | By popular demand, use 'sed' rather than 'perl' for doing | Eric Andersen | 2003-11-13 | 1 | -1/+1 |
| | | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways, | ||||
* | Thomas Cameron writes: | Eric Andersen | 2003-11-12 | 1 | -0/+2 |
| | | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. | ||||
* | Needs this to compile | Eric Andersen | 2003-09-14 | 1 | -0/+1 |
| | |||||
* | Make some more things compile | Eric Andersen | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | Make the whole usr/local/lib/iptables path. | Manuel Novoa III | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | Patch from Michael Shuler. Update to version 1.2.8 and remember to | Eric Andersen | 2003-07-27 | 1 | -2/+4 |
| | | | | | copy all the required shared libs -- without them iptables dosen't do very much. | ||||
* | several updates for wireless and firewall stuff, | Eric Andersen | 2003-01-19 | 1 | -0/+40 |
thanks to Michael Shuler |