summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-2827-27/+27
| | | | some rare cases.
* Add option to specify client management port for OpenVPN client export usePhil Davis2013-08-251-0/+46
| | | | See forum http://forum.pfsense.org/index.php/topic,63668.0.html and OpenVPN Manager GitHub discussion https://github.com/jochenwierum/openvpn-manager/issues/17 This allows a different client management port to be specified for use by OpenVPN client export when generating a client config for use with OpenVPN manager. Typically a company could have multiple offices with OpenVPN "road-warrior" access. Some users might need to connect to different offices at different times, so they would have multiple OpenVPN client configs installed on their laptop. For this to work with OpenVPN Manager, each client config needs to have a different management channel - only 1 can use the default of "166". The company can chooose a different number in the road-warrior server "client parameters" section at each office. Then the generated client config from each office will have a unique management channel port number.
* Certificate Manager, for 'Create an internal Certificate' use the correct ↵PiBa-NL2013-08-231-7/+12
| | | | 'Digest Algorithm'
* fix text to remove non-applicable copy/paste from v4 relayChris Buechler2013-08-211-1/+1
|
* Remove this particular form tag that doesn't appear to serve any purpose on ↵jim-p2013-08-201-2/+0
| | | | this page, and breaks the drop-down zone selector. Fixes #3153
* Add patch from the ticket to fix #3149jim-p2013-08-201-3/+15
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-4/+13
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-2/+8
|
* remove cssCharlie Marshall2013-08-181-1/+1
|
* Strip off scope before attempting to resolve the IPv6 IP here.jim-p2013-08-171-0/+1
|
* Use ntpdate from ports also and obsolete base oneRenato Botelho2013-08-161-2/+2
|
* Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.jim-p2013-08-161-0/+1
|
* Merge pull request #776 from CharlieMarshall/helperRenato Botelho2013-08-1510-12/+12
|\ | | | | improve the look of the pop up helper widget
| * improve the look of the pop up helper widgetCharlie Marshall2013-08-1410-12/+12
| |
* | Merge pull request #772 from CharlieMarshall/jQueryWidgetsRenato Botelho2013-08-153-43/+45
|\ \ | | | | | | convert dashboard progress bars to jqueryUI
| * | fix swap & tempCharlie Marshall2013-08-151-7/+8
| | |
| * | reduce height of progress barsCharlie Marshall2013-08-141-1/+1
| | |
| * | convert dashboard progress bars to jqueryUICharlie Marshall2013-08-142-40/+41
| | |
| * | ammend css for jquery progressbarsCharlie Marshall2013-08-141-2/+2
| |/
* | When renaming or deleting a virtual server, clean up the old relayd anchor ↵jim-p2013-08-152-2/+9
| | | | | | | | name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.
* | Improve sh syntax using ${} for all variablesRenato Botelho2013-08-151-29/+29
| |
* | Also take dhcpv6 into consideration even here.Ermal2013-08-151-1/+1
| |
* | Display pfSense interface name on status interfacesPhil Davis2013-08-141-1/+1
| | | | | | | | | | | | Sometimes it is a bit difficult to work out which interface descriptive name is which pfSense internal interface name (wan, lan, opt1, opt2...). It is useful to know for: a) hardware that has wan, lan, opt1... pre-printed on the case (some Alix cases for example), making it easier for less-trained remote office staff to work out which cable corresponds to which interface in pfSense. b) looking in config.xml or other techo places where the internal pfSense name is stored/referenced - knowing that straight from a status GUI display saves having to first find the descriptive name in the config, then the pfSense internal name. What do you think? Is this a worthwhile place to display this data?
* | Relax advanced options firewall rules testsPhil Davis2013-08-141-12/+3
| | | | | | | | Various advanced options are now possible for any protocol since https://github.com/pfsense/pfsense/commit/653bde345e8f960de5bc745fe74e64d8ef3fd2d3 So allow these through the front-end GUI validation also.
* | Fix double-click to edit on OpenVPN CSC entriesjim-p2013-08-141-1/+1
| |
* | Remove prior CSC entry when cleaning up. Fixes #3143jim-p2013-08-141-2/+5
| |
* | Make sure an alias is not used by a static route before delete, ticket #2941Renato Botelho2013-08-141-0/+2
| |
* | Merge pull request #770 from individual-it/masterRenato Botelho2013-08-131-1/+2
|\ \ | |/ |/| Fix check for existing IP Address in DHCP mapping
| * Fix check for existing IP Address in DHCP mappingIndividual IT Services2013-08-131-1/+2
| | | | | | Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped
* | Merge pull request #768 from CharlieMarshall/dynRenato Botelho2013-08-131-7/+7
|\ \ | |/ |/| tiny cosmetic change
| * remove whitespacesCharlie Marshall2013-08-121-6/+6
| |
| * change to span all cellsCharlie Marshall2013-08-121-1/+1
| |
* | Prevent assigned vlans from being changed the tag.Ermal2013-08-121-0/+6
|/
* Fix interface selections on UPnP to show the customized descriptions entered ↵jim-p2013-08-122-4/+37
| | | | | | | | by the user. While here, add an external interface selection knob. Fixes #3141 Conflicts: etc/inc/pkg-utils.inc
* Remove datetimepicker.js since it's not used anymoreRenato Botelho2013-08-121-486/+0
|
* change to plus 100 years as opposed to hard coded dateCharlie Marshall2013-08-111-1/+1
|
* remove whitespacesCharlie Marshall2013-08-111-7/+7
|
* improve datePicker on usermanger pageCharlie Marshall2013-08-111-10/+12
|
* Warn user that change will not take effect immediatelyRenato Botelho2013-08-081-0/+9
|
* Do not call -f twice (thx eri)Renato Botelho2013-08-071-1/+0
|
* Fix whitespacesRenato Botelho2013-08-071-8/+8
|
* Improvements on Diagnostics -> RoutesRenato Botelho2013-08-071-50/+151
| | | | | | | * Add filter expression * Add limit number of rows option (default 100) * Run one netstat for each section * Load netstat result using ajax after page is loaded
* remove whitespaces from widgetsCharlie Marshall2013-08-067-95/+95
|
* Show apinger as a service when active, and display its status on ↵jim-p2013-08-061-0/+1
| | | | gateway-related pages.
* Add the MAC manufacturer code to the CP status pagejim-p2013-08-061-1/+13
|
* Add the MAC manufacturer code to the DHCPv6 leases view.jim-p2013-08-061-1/+11
|
* Add the MAC manufacturer code to the NDP table.jim-p2013-08-061-1/+11
|
* disable horizontal resizingCharlie Marshall2013-08-059-0/+9
|
* remove whitespacesCharlie Marshall2013-08-051-17/+17
|
* fix / make textarea full widthCharlie Marshall2013-08-0510-1/+73
|
OpenPOWER on IntegriCloud