summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mainline/master' into 4_load_balancer_and_servicesRenato Botelho2010-08-0356-303/+841
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/services_captiveportal_ip_edit.php usr/local/www/services_captiveportal_mac_edit.php usr/local/www/services_dhcp_edit.php usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php
| * Prevent enabling static ARP if there are static map entries that lack IP ↵jim-p2010-08-031-0/+7
| | | | | | | | addresses.
| * Fix this variable name and error message (It's Static ARP not Static map)jim-p2010-08-031-3/+3
| |
| * Change these to lower-case to match the lower-case names from the previous ↵Erik Fonnesbeck2010-08-022-2/+2
| | | | | | | | revert.
| * Optionally sync users and groups via xmlrpc. Fixes #650jim-p2010-08-022-0/+8
| |
| * Resync DNS forwarder post-sync. Fixes #117jim-p2010-08-021-0/+1
| |
| * Backout this commit, it was never intended to be committedScott Ullrich2010-08-021-1/+1
| |
| * Ensure static ARP is configured each time the DHCP service is configured. ↵jim-p2010-08-021-3/+0
| | | | | | | | Previously, it was not enabled after bootup, but was if saved from the GUI. Fixes #782
| * Hide the interface configuration when WAN or LAN are disabled, just like for ↵Erik Fonnesbeck2010-08-021-4/+1
| | | | | | | | OPT interfaces.
| * Actually find the first wireless interface like the code says it is supposed ↵Erik Fonnesbeck2010-08-021-1/+3
| | | | | | | | to do, rather than finding the last.
| * The pipe character is not valid for the interface description, so don't ↵Erik Fonnesbeck2010-08-021-1/+1
| | | | | | | | consider it valid. ( | is not an "or" in regular expression character classes)
| * The pipe character is not valid for the interface description, so don't ↵Erik Fonnesbeck2010-08-021-1/+1
| | | | | | | | consider it valid in the regular expression.
| * Update the VPN names in the reserved keywords list for aliases.Erik Fonnesbeck2010-08-012-2/+2
| |
| * Correct capitalization for PPTP and L2TP in a couple places.Erik Fonnesbeck2010-08-011-2/+2
| |
| * Fix interface name display for various cases on NAT rule listings.Erik Fonnesbeck2010-08-013-15/+9
| |
| * Unbreal exclam.gifScott Ullrich2010-08-011-2/+2
| |
| * Do not set tabcont classScott Ullrich2010-08-011-2/+2
| |
| * No need to set a class on these itemsScott Ullrich2010-08-011-2/+2
| |
| * Use exclam.gifScott Ullrich2010-08-011-3/+3
| |
| * Only enable ZFS mode if /boot/gptzfsboot existsScott Ullrich2010-08-011-15/+17
| |
| * Use product_nameScott Ullrich2010-08-011-9/+10
| |
| * WAN and LAN don't need to be specially added to $specialnets, since the code ↵Erik Fonnesbeck2010-08-011-2/+2
| | | | | | | | after can add them anyway.
| * Handle errorsScott Ullrich2010-08-011-4/+46
| |
| * Adding ZFSScott Ullrich2010-08-011-4/+14
| |
| * Check to see if we are already installedScott Ullrich2010-08-011-0/+2
| |
| * Missing \nScott Ullrich2010-08-011-1/+1
| |
| * Only check for file if install is completeScott Ullrich2010-08-011-5/+4
| |
| * Show all log contents and automatically scroll to end of textareaScott Ullrich2010-08-011-1/+2
| |
| * Ensure /tmp existsScott Ullrich2010-08-011-0/+1
| |
| * Fix display of optX addresses in rule lists.Erik Fonnesbeck2010-08-011-5/+2
| |
| * Handle umount outside of installer in phpScott Ullrich2010-08-011-1/+1
| |
| * Do not umountScott Ullrich2010-08-011-14/+18
| |
| * Do not kick off a install if we have already completedScott Ullrich2010-08-011-0/+2
| |
| * More installer improvements. Its looking hot!Scott Ullrich2010-08-011-5/+31
| |
| * Progress bar now works, installer looks pretty slick!Scott Ullrich2010-08-011-64/+72
| |
| * Don't use WAN/LAN if an interface descr exists ticket #783Chris Buechler2010-08-011-2/+2
| |
| * Make installer html look more like an installer, add progress bar. Output ↵Scott Ullrich2010-08-011-58/+180
| | | | | | | | javascript.
| * Add more text, general cleanups. Works pretty decently but still needs ↵Scott Ullrich2010-08-011-4/+18
| | | | | | | | custom install option and rescue config.
| * NAT is useful with single interface systems too, both rdr and outboundChris Buechler2010-08-011-2/+1
| |
| * Lower font size on create / overwrite lineScott Ullrich2010-07-301-3/+3
| |
| * Print out host correctly on the overwrite noticeScott Ullrich2010-07-301-1/+1
| |
| * Do not create blank entriesScott Ullrich2010-07-301-4/+6
| |
| * Oops, add /32 to addressScott Ullrich2010-07-301-2/+2
| |
| * Do not prompt to create an alias for items that cannot be resolvedScott Ullrich2010-07-301-8/+14
| |
| * Default to network and use /32 to make it easier to expand these into ↵Scott Ullrich2010-07-301-2/+2
| | | | | | | | blocking entire netblock rules, etc
| * Indent checksScott Ullrich2010-07-301-20/+20
| |
| * Add option to create an alias from a dns lookup. If the alias exists it ↵Scott Ullrich2010-07-301-0/+56
| | | | | | | | will prompt to overwtrite
| * Handle cases when source or destination is not enabled and you end up with ↵Scott Ullrich2010-07-301-0/+3
| | | | | | | | an offset error
| * Ooops, uncomment test caseScott Ullrich2010-07-301-2/+4
| |
| * Set ipaddr to first array entryScott Ullrich2010-07-301-1/+1
| |
OpenPOWER on IntegriCloud