summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
...
* * Fix get_interface_list()Scott Ullrich2007-04-232-14/+14
* Correctly use all interfaces.Seth Mos2007-04-231-2/+2
* Add trailing slashes to upload directoryScott Ullrich2007-04-231-1/+1
* Apply OpenVPN patch from Martin Fuchs which adds outgoing tunnel bandwidthg c...Scott Ullrich2007-04-231-0/+6
* Do not reload ipfw if it is already loaded.Scott Ullrich2007-04-221-2/+5
* If $config['system']['dummynetshaper'] is set then load ipfw and dummynet ear...Scott Ullrich2007-04-221-13/+19
* Make the ordering of the IPFW time based rules exactly the same as PF so ther...Scott Ullrich2007-04-222-0/+10
* Correctly incriment skipto rule number.Scott Ullrich2007-04-221-1/+2
* Fix tdr_get_next_ipfw_rule to not return 2 every time.Scott Ullrich2007-04-221-1/+1
* Add anti-lockout rule to ipfw so that you cannot lock yourself out of the GUI...Scott Ullrich2007-04-221-1/+11
* Bootstrap php.ini on non-cdrom platforms to *GUARANTEE* that we can invoke ph...Scott Ullrich2007-04-221-0/+27
* Do proper locking when writing out php.ini. Sync the disk contents to force ...Scott Ullrich2007-04-221-0/+4
* When dhclient renews the ip address and the ip has not changed then old_ip_ad...Scott Ullrich2007-04-221-2/+4
* Call sync with the lock held before allowing a new party to come along and st...Scott Ullrich2007-04-221-2/+2
* Handle dhclient case on optX interfaces and map nat correctly.Scott Ullrich2007-04-221-1/+1
* Correctly setup nat interface mappings when AON is disabled and a gateway is ...Scott Ullrich2007-04-221-1/+1
* Correct is_array() check. Suggested-by: Bill MScott Ullrich2007-04-211-1/+1
* Use skipto type ipfw rules so that the pass type rules will not bail out of t...Scott Ullrich2007-04-212-4/+37
* Fix another major bug in time based rules. When a * * * rule is in affect on...Scott Ullrich2007-04-211-2/+6
* Fix a major time based rule bug. We need to match packets *INCOMING* to the ...Scott Ullrich2007-04-211-1/+1
* Correct the copy() logicScott Ullrich2007-04-211-1/+1
* * Use copy instead of system() * Lock the configuration before doing this ope...Scott Ullrich2007-04-211-2/+6
* xmlparse now returns -1 when a file is corrupt. Detect this situation during...Scott Ullrich2007-04-211-0/+8
* xmlparse now returns -1 when a file is corrupt. Detect this situatioon and n...Scott Ullrich2007-04-211-0/+5
* When we iterate through the backup cache we call out to parse the configurati...Scott Ullrich2007-04-211-1/+2
* 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
* Block traffic from source port 0 or destination port 0. Some crafty folks tr...Scott Ullrich2007-04-201-0/+4
* 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
* Do not echo out extra text when reloading the filter rules and correctly dete...Scott Ullrich2007-04-181-1/+1
* Remove trailing spaceScott Ullrich2007-04-181-1/+1
* Do not carriage return in the middle of a shell commandScott Ullrich2007-04-181-2/+1
* Don not use round-robin on failover lb poolsSeth Mos2007-04-181-2/+7
* 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 f...Scott Ullrich2007-04-161-1/+2
* Add xml sync schedules optionScott Ullrich2007-04-151-0/+3
* Remove stray ;Scott Ullrich2007-04-151-1/+1
* Uncomment pass rule logic. Fixes a problem report from the forum. Reminded-...Scott Ullrich2007-04-141-2/+2
* Disable ATA write caching which should help with loosing configuration on inv...Scott Ullrich2007-04-131-0/+1
* Backport usermanager code from HEAD so I can get it in the snaps andBill Marquette2007-04-136-120/+1071
* Hide "ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabl...Scott Ullrich2007-04-111-1/+4
* Check for array type before foreach()Scott Ullrich2007-04-111-4/+5
* Remove time based rule debugging statements.Scott Ullrich2007-04-111-20/+0
* Do not sort dns server list.Scott Ullrich2007-04-111-1/+0
* 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 D...Scott Ullrich2007-04-091-0/+3
* Remove configuration lock that would be acquired when you login to ssh after ...Scott Ullrich2007-04-081-0/+2
OpenPOWER on IntegriCloud