| Commit message (Expand) | Author | Age | Files | Lines |
* | Include Id and copyright headers. Not sure how this slipped past. | Scott Ullrich | 2006-09-21 | 1 | -2/+36 |
* | The interface le absolutely supports ALTQ. Make it so. | Scott Ullrich | 2006-09-21 | 1 | -1/+1 |
* | When running with verbose mode, tcpdump deocdes sip traffic. Bad boy. | Scott Ullrich | 2006-09-20 | 1 | -1/+1 |
* | Ensure filter reloads after openvpn state changes | Scott Ullrich | 2006-09-20 | 1 | -4/+4 |
* | Allow CTRL-C, CTRL-Z on console, etc. | Scott Ullrich | 2006-09-19 | 1 | -3/+3 |
* | Version bump | Scott Ullrich | 2006-09-18 | 1 | -1/+1 |
* | Note that the shaper is not compatible with bridging in the opening warning | Scott Ullrich | 2006-09-18 | 1 | -10/+10 |
* | Disable firmware check, we are not using it in RELENG_1 | Scott Ullrich | 2006-09-18 | 1 | -55/+46 |
* | Version bump from outter space | Scott Ullrich | 2006-09-17 | 1 | -1/+1 |
* | Dont allow items to run together | Scott Ullrich | 2006-09-17 | 1 | -22/+22 |
* | Add (y/n) hint | Scott Ullrich | 2006-09-17 | 1 | -1/+1 |
* | Explain to the user that the developer bootstrap process populates /usr/src, ... | Scott Ullrich | 2006-09-17 | 1 | -2/+5 |
* | We log to a ram disk, so change text to read to a local ram disk instead of l... | Scott Ullrich | 2006-09-16 | 1 | -6/+6 |
* | Don't try to filter records that have strange date / time stamps. | Scott Ullrich | 2006-09-16 | 1 | -2/+0 |
* | * Only run the commands.txt file if it exists. | Scott Ullrich | 2006-09-15 | 1 | -1/+4 |
* | Execute after commands via sh & | Scott Ullrich | 2006-09-14 | 1 | -2/+5 |
* | Version bump | Scott Ullrich | 2006-09-14 | 1 | -1/+1 |
* | Kill correct process | Scott Ullrich | 2006-09-13 | 1 | -1/+1 |
* | Woops, only change the first occurance of 19999 | Scott Ullrich | 2006-09-12 | 1 | -2/+2 |
* | Start at 19000 since we are ++'ing at the end of the loop. | Scott Ullrich | 2006-09-12 | 1 | -1/+1 |
* | Version bump from outter space! | Scott Ullrich | 2006-09-12 | 1 | -1/+1 |
* | Match on the beginning of the string so that the 110 network is included | Scott Ullrich | 2006-09-12 | 1 | -1/+1 |
* | We ++ the starting port at the end of the for loop. Do not ++ it at the begi... | Scott Ullrich | 2006-09-12 | 1 | -2/+0 |
* | Correctly deterimine the previous ip address when running under pppoe, as wel... | Scott Ullrich | 2006-09-12 | 1 | -62/+75 |
* | Clear the filter cache before reloading. Now that Bill has worked his cachin... | Scott Ullrich | 2006-09-12 | 1 | -0/+1 |
* | Expand special character descrption search and replace for xmlrpc to all desc... | Scott Ullrich | 2006-09-12 | 1 | -9/+29 |
* | $starting_localhost_port++ for tcp/udp rules | Scott Ullrich | 2006-09-11 | 1 | -0/+1 |
* | Install both tcp and udp reflection helper entries | Scott Ullrich | 2006-09-11 | 1 | -6/+6 |
* | * Whitespace cleanup | Scott Ullrich | 2006-09-10 | 1 | -33/+35 |
* | * Cleanup -u whitespace | Scott Ullrich | 2006-09-10 | 1 | -3/+3 |
* | We already check for $g['booting'] at the beginning of the function. Do not ... | Scott Ullrich | 2006-09-10 | 1 | -3/+0 |
* | Version bump | Scott Ullrich | 2006-09-10 | 1 | -1/+1 |
* | Do not install vpn helper entries on Optional interfaces that are disabled | Scott Ullrich | 2006-09-10 | 1 | -3/+3 |
* | Do not install vpn helper entries on Optional interfaces that are disabled | Scott Ullrich | 2006-09-10 | 1 | -0/+3 |
* | Version bump | Scott Ullrich | 2006-09-10 | 1 | -1/+1 |
* | Convert interface to friendly name, actually use it. | Scott Ullrich | 2006-09-10 | 1 | -0/+1 |
* | Actually redirect traffic when no vpn's are defined, too. | Scott Ullrich | 2006-09-10 | 1 | -1/+2 |
* | Backout last commit | Scott Ullrich | 2006-09-10 | 1 | -3/+0 |
* | Cover the tcp case since Alan swears up and down it is not being invoked corr... | Scott Ullrich | 2006-09-09 | 1 | -0/+3 |
* | * Setup pass connections for correct protocols when reflection is in use. | Scott Ullrich | 2006-09-09 | 1 | -3/+12 |
* | Back out last commit | Scott Ullrich | 2006-09-09 | 1 | -1/+1 |
* | Fix reflection typo. | Scott Ullrich | 2006-09-09 | 1 | -1/+1 |
* | Missed commits | Scott Ullrich | 2006-09-08 | 1 | -1/+1 |
* | Our compatibility code raelly needs to go into functions.inc so it can get in... | Scott Ullrich | 2006-09-08 | 2 | -15/+15 |
* | Correctly write out ttyd0 entry | Scott Ullrich | 2006-09-08 | 1 | -4/+4 |
* | Actually enable the serial port correctly and present the menu when needed. | Scott Ullrich | 2006-09-08 | 2 | -0/+19 |
* | Set export VARMFS_COPYDBPKG=yes during varmfs mounting so that we can see the... | Scott Ullrich | 2006-09-06 | 1 | -1/+3 |
* | Version bump | Scott Ullrich | 2006-09-06 | 1 | -1/+1 |
* | We only need to match connections coming in on the interface | Scott Ullrich | 2006-09-06 | 1 | -1/+0 |
* | Only define $vpns if there are vpns defined. | Scott Ullrich | 2006-09-06 | 1 | -2/+3 |