Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Hiding mediaopt under Advanced button | Evgeny Yurchenko | 2011-05-27 | 1 | -0/+14 | |
| | | ||||||
| * | Adding gui to choose media options for interfaces. | Evgeny Yurchenko | 2011-05-21 | 1 | -0/+44 | |
| | | ||||||
* | | Add note about voucher sync (only enable on slave nodes). | Scott Ullrich | 2011-05-27 | 1 | -1/+2 | |
| | | ||||||
* | | Clarify auth option to include Vouchers | Scott Ullrich | 2011-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #1277 | Bill Marquette | 2011-05-26 | 1 | -4/+9 | |
| | | | | | | | | | | Wasn't able to remove the multicast RIPv2 discovery at startup, but all ripv1 response's are gone now. | |||||
* | | Free ipfw rule number after mac pass-through deletion. | Ermal | 2011-05-26 | 1 | -0/+1 | |
| | | ||||||
* | | Bring more consistent style to CP edit mac and ip passthrough pages. | Ermal | 2011-05-26 | 2 | -0/+6 | |
| | | ||||||
* | | Remove decimals from cumulative users graph. | Warren Baker | 2011-05-26 | 1 | -2/+3 | |
| | | ||||||
* | | Adding a new hook system for firewall nat edit and firewall rules edit page. | Scott Ullrich | 2011-05-25 | 2 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basically if the directory exists it will suck in the files to extend these pags. /usr/local/pkg/firewall_nat/input_validation /usr/local/pkg/firewall_nat/pre_write_config /usr/local/pkg/firewall_nat/htmlphpearly /usr/local/pkg/firewall_nat/htmlphplate /usr/local/pkg/firewall_rules/input_validation /usr/local/pkg/firewall_rules/pre_write_config /usr/local/pkg/firewall_rules/htmlphpearly /usr/local/pkg/firewall_rules/htmlphplate | |||||
* | | * Add is_ipaddr_configured() so that people do not need to reinvent the ↵ | Scott Ullrich | 2011-05-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | wheel for this task * Check to make sure the administrator is not entering the IP address of the same host preventing a issue where the firewall will sync the voucher database to itself and cause the webConfigurator to crash. | |||||
* | | Disable csrf checks when posting from scripts. | Ermal | 2011-05-25 | 1 | -0/+2 | |
| | | ||||||
* | | Provide a voucher_expire function so that voucher can be expired through a POST. | Ermal | 2011-05-25 | 1 | -0/+6 | |
| | | ||||||
* | | Update some code to be more readble and more compliant to php5 | Ermal | 2011-05-25 | 1 | -2/+1 | |
| | | ||||||
* | | Fix automatic and manual outbound NAT for PPTP. Fixes #954 | jim-p | 2011-05-24 | 1 | -8/+4 | |
| | | ||||||
* | | Fixes #1444. Implements the same fix that issue ermal made in #1522 to the ↵ | lgcosta | 2011-05-23 | 1 | -1/+1 | |
|/ | | | | console menu | |||||
* | Fix config sync issue. Resolves #1547 Fixed-by: Ermal | jim-p | 2011-05-20 | 1 | -1/+1 | |
| | ||||||
* | Fix clearing of PPTP/PPPoE/L2TP server raw logs. Fixes #1340 | jim-p | 2011-05-19 | 1 | -15/+32 | |
| | ||||||
* | Correct password variable name for input validation test on PPTP users. ↵ | jim-p | 2011-05-19 | 1 | -1/+1 | |
| | | | | Fixes #1239 | |||||
* | Reject alias names that are too long. Fixes #1510 | jim-p | 2011-05-19 | 1 | -1/+1 | |
| | ||||||
* | Fixes #1514. Differentiate in the carp settings between layer7, limiter and ↵ | Ermal | 2011-05-18 | 1 | -3/+15 | |
| | | | | queues so layer7 and limiters do not rely on queues being active. | |||||
* | Micro optimization. | Ermal | 2011-05-18 | 1 | -1/+1 | |
| | ||||||
* | Fixes #1522. Call interface reconfigure so we bring down the interface and ↵ | Ermal | 2011-05-18 | 1 | -1/+1 | |
| | | | | than re-configure it. | |||||
* | Ticket #1534, #1433. Remove custom sync code for vip, since it array_merge() ↵ | Ermal | 2011-05-18 | 1 | -14/+8 | |
| | | | | replaces same keys data when merging. But make the code for reloading only changed vips after merge better and some more checks. | |||||
* | Ticket #1534, #1433. Properly merge carp interfaces and do not reload carp ↵ | Ermal | 2011-05-18 | 1 | -30/+68 | |
| | | | | interfaces that have not change any configuration parameter. Also make merge_config_section_xmlrpc() an alias for restore_config_section_xmlrpc() since that what it is. | |||||
* | fix missing images for CRLs | Chris Buechler | 2011-05-17 | 1 | -1/+1 | |
| | ||||||
* | Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. ↵ | Ermal | 2011-05-17 | 1 | -0/+4 | |
| | | | | Seems such request can stomp into each other and create either corruption of xmlrpc request or other issues. | |||||
* | Make sure all CP form elements are disabled/enabled with the master checkbox. | jim-p | 2011-05-17 | 1 | -0/+2 | |
| | ||||||
* | Fixup MAC display on this other path too | jim-p | 2011-05-16 | 1 | -1/+1 | |
| | ||||||
* | Print the MAC mfg on another line in a smaller font if it's found. Less ↵ | jim-p | 2011-05-16 | 2 | -3/+3 | |
| | | | | obtrusive than completely replacing the MAC. | |||||
* | Use base 1000 on user graphs and display cumulative of Total users logged in ↵ | Warren Baker | 2011-05-16 | 1 | -31/+11 | |
| | | | | over the 'x' period. | |||||
* | Ensure that $timestamp is only ever written out if it contains a value and ↵ | Warren Baker | 2011-05-16 | 1 | -6/+8 | |
| | | | | let file be retained through reboots. | |||||
* | MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, ↵ | Evgeny | 2011-05-14 | 3 | -5/+32 | |
| | | | | Diagnostics->ARP table | |||||
* | Merge branch 'axscode-pfs' | Bill Marquette | 2011-05-14 | 1 | -2/+6 | |
|\ | ||||||
| * | Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465) | Albert S. Causing | 2011-03-16 | 1 | -2/+6 | |
| | | ||||||
* | | Merge branch 'master' into yakatz-ssl | Bill Marquette | 2011-05-14 | 1145 | -265/+369 | |
|\ \ | ||||||
| * \ | Merge branch 'drcookie-he.net' | Bill Marquette | 2011-05-14 | 2 | -4/+4 | |
| |\ \ | ||||||
| | * | | Added HE.net (dns.he.net) to the list of available dyndns services. | Chris Wells | 2011-05-14 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | Fix interface recognition for diag > arp. It was't seeing wireless ↵ | jim-p | 2011-05-13 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | interfaces properly. | |||||
| * | | | Fix whitespace. | jim-p | 2011-05-13 | 1 | -107/+106 | |
| | | | | ||||||
| * | | | Sync with dhcp leases reading code. | jim-p | 2011-05-13 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Fix comment | jim-p | 2011-05-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Also skip the rewind binding state or leases show expired. Reported at ↵ | jim-p | 2011-05-12 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,36657.0.html | |||||
| * | | | Revert this change. reload_all() already sends a reload message. ↵ | Scott Ullrich | 2011-05-12 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | Unfortunately there is still something else lurking that causes a delay when loading the wizard step | |||||
| * | | | Use send_event() | Scott Ullrich | 2011-05-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Use send_message and issue the reload all operation in the background | Scott Ullrich | 2011-05-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Make autocomplete on the login form optional. | jim-p | 2011-05-12 | 1 | -1/+19 | |
| | | | | ||||||
| * | | | Skip step #9 for non pfSense branded installations | Scott Ullrich | 2011-05-11 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | Various CRL fixes, handle empty internal CRLs better. | jim-p | 2011-05-11 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Reload the wizard and then redirect to a wizard completed step. Prompt the ↵ | Scott Ullrich | 2011-05-11 | 1 | -3/+19 | |
| |/ / | | | | | | | | | | user to donate to the project. | |||||
| * | | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone ↵ | Chris Buechler | 2011-05-07 | 1119 | -0/+0 | |
| |\ \ | | | | | | | | | | | | | into review/master |