summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct array path to deterimine if a false entry exists.Scott Ullrich2007-04-212-2/+2
|
* Only check for server or client respectively instead of checking for both. ↵Scott Ullrich2007-04-212-4/+0
| | | | Otherwise if a operator is only running server or client openvpn entries we do not show the configuration.
* Correct the copy() logicScott Ullrich2007-04-211-1/+1
|
* * Use copy instead of system() * Lock the configuration before doing this ↵Scott Ullrich2007-04-211-1/+5
| | | | operation * Unlink config.cache if it exists * Send the image to RO after this operation
* xmlparse now returns -1 when a file is corrupt. Detect this situation ↵Scott Ullrich2007-04-211-0/+8
| | | | during parse_config() and trigger a backup. Note to the user this occurance.
* xmlparse now returns -1 when a file is corrupt. Detect this situatioon and ↵Scott Ullrich2007-04-211-0/+5
| | | | notify the user that we are unlinking the file.
* When we iterate through the backup cache we call out to parse the ↵Scott Ullrich2007-04-211-1/+2
| | | | configuration file. This can be fatal if the xml contents is corrupted and the process will die out. Instead of dieing, return -1 and let the process continue since we have further logic to detect these issues and restore a previous configuration, etc.
* Do correct locking when cleaning the backup cacheScott Ullrich2007-04-211-0/+2
|
* We really need to lock the configuration when outputting the config.cacheScott Ullrich2007-04-211-0/+2
|
* We should anti spoof on the wan interface as well.Scott Ullrich2007-04-211-0/+1
|
* Snapshot 1.2-BETA-1. We need to get a new version out for testing before ↵Scott Ullrich2007-04-211-1/+1
| | | | 1.2-BETA-1.
* Block traffic from source port 0 or destination port 0. Some crafty folks ↵Scott Ullrich2007-04-201-0/+4
| | | | try to evade packet filters by using this type of trickery. See http://www.securityfocus.com/archive/75/402099/30/0/threaded for more information.
* Note that we use the username admin when syncing in the error messagesScott Ullrich2007-04-191-2/+2
|
* Correctly define the state timeout value.Scott Ullrich2007-04-191-1/+2
|
* Silence ftp proxy debugging statements for 1.2.Scott Ullrich2007-04-181-2/+4
|
* Silence setting up route log errorScott Ullrich2007-04-181-1/+2
|
* Woops, we need to show this error. Reminded-by: SethScott Ullrich2007-04-181-2/+1
|
* Do not output TDR debug information to system logsScott Ullrich2007-04-181-1/+2
|
* Load balancing seems to be fairly stable. Stop outputting so much debug ↵Scott Ullrich2007-04-181-7/+14
| | | | information to the system logs.
* Do not echo out extra text when reloading the filter rules and correctly ↵Scott Ullrich2007-04-181-2/+2
| | | | detect pftpx already started.
* Remove trailing spaceScott Ullrich2007-04-181-1/+1
|
* Do not carriage return in the middle of a shell commandScott Ullrich2007-04-181-2/+1
|
* MFC 17445Scott Ullrich2007-04-181-1/+6
| | | | Don't round-robin on failover lb pools
* Turn off hard drive write caching correctlyScott Ullrich2007-04-172-2/+4
|
* hw.ata.wc is a read-only /boot/loader.conf value. Remove.Scott Ullrich2007-04-171-1/+0
|
* Correctly note the filter configure item when removing the schedule feature ↵Scott Ullrich2007-04-161-1/+2
| | | | from cron
* Add xml sync schedules optionScott Ullrich2007-04-152-5/+14
|
* Remove stray ;Scott Ullrich2007-04-151-1/+1
|
* Uncomment pass rule logic. Fixes a problem report from the forum. ↵Scott Ullrich2007-04-141-2/+2
| | | | Reminded-by: Holger
* Add some text breaks.Scott Ullrich2007-04-141-1/+4
|
* Remove <br/> from schedule strong note.Scott Ullrich2007-04-141-1/+1
|
* Wrap text in <pre></pre>Scott Ullrich2007-04-141-2/+2
|
* Add a note about firewall rule schedule logic that will pop up in a new ↵Scott Ullrich2007-04-142-1/+9
| | | | window describing how pass rules work when they are outside of the schedule window, etc.
* Disable ATA write caching which should help with loosing configuration on ↵Scott Ullrich2007-04-131-0/+1
| | | | invalid power off events.
* Hide "ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding ↵Scott Ullrich2007-04-111-1/+4
| | | | | | enabled, default to accept, logging disabled" while enabling time based rules Noticed-by: Ryan Wagoner
* Check for array type before foreach()Scott Ullrich2007-04-111-4/+5
| | | | Reminded-by: Ryan Wagoner/Seth Mos
* Remove time based rule debugging statements.Scott Ullrich2007-04-111-16/+0
| | | | Reminded-by: Ryan Wagoner
* Do not sort dns server list.Scott Ullrich2007-04-111-1/+0
| | | | Reported-by: Goffredo Andreone
* If we cannot deterimine interrupts a second for an interface, do not recycle ↵Scott Ullrich2007-04-101-0/+3
| | | | last known values.
* Do not show blank openvpn configuration items.Scott Ullrich2007-04-100-0/+0
|
* Do not show blank openvpn configuration items.Scott Ullrich2007-04-102-0/+8
|
* Set RELENG_1 version to 1.3. 1.2 will be released form RELENG_1_2.Scott Ullrich2007-04-091-1/+1
|
* Time for 1.2-BETA-1Root_RELENG_1_2Scott Ullrich2007-04-091-1/+1
|
* If the interface is "lan" and bridging is enabled then skip creation of the ↵Scott Ullrich2007-04-091-0/+3
| | | | DHCP Server subnet. Ticket #1281
* Remove configuration lock that would be acquired when you login to ssh after ↵Scott Ullrich2007-04-081-0/+2
| | | | a firmware update. Ticket #1258
* Correct sysctl name.. it is movements not movement.Scott Ullrich2007-04-081-2/+2
|
* startup routed on boot if it's enabledBill Marquette2007-04-081-0/+4
|
* Correct rrd_gateway pathSeth Mos2007-04-081-1/+1
|
* Skip rule creation when interface_ip or remote_gateway is unknownScott Ullrich2007-04-071-0/+4
|
* When a 0 byte configuration file is found, remove it (unlink) and continue ↵Scott Ullrich2007-04-071-12/+17
| | | | processing.
OpenPOWER on IntegriCloud