summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-288-14/+138
| | | | http://redmine.pfsense.org/issues/2320
* prep work for feature #2320: tag for ipv4v6 fieldsDarren Embry2012-03-281-4/+4
|
* prep work for feature #2320: stub js functionDarren Embry2012-03-281-0/+15
|
* prep work for feature #2320: tag dynamic fields for ipv4v6Darren Embry2012-03-282-1/+18
|
* prep work for feature #2320: tag fields for ipv4v6Darren Embry2012-03-285-12/+12
|
* Ticket #2317: typo, use ipaddrv6 instead of ipaddrPierre POMES2012-03-271-1/+1
|
* Remove unused codeErmal2012-03-231-1/+0
|
* pull jquery-ui.custom.css from themes/THEME if it exists thereDarren Embry2012-03-231-1/+5
| | | | | otherwise pull /javascript/jquery/jquery-ui.custom.css, which contains defaults.
* Add date/time picker to Custom RRD graphs.Darren Embry2012-03-2332-4/+1925
| | | | from: http://trentrichardson.com/examples/timepicker/
* you are right, Ermal, system_hasync.php is obviously not part of m0n0wall. :-)Darren Embry2012-03-231-1/+1
|
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-229-245/+356
| | | | https://redmine.pfsense.org/issues/647
* correctly read/write the priority/path cost settings to the main XML ↵Darren Embry2012-03-221-17/+26
| | | | | | | | configuration file. code from mike bold. https://redmine.pfsense.org/issues/2261
* Add date picker to the Custom RRD graph page to translate to unix time.Darren Embry2012-03-221-7/+26
| | | | | | implements #1997. http://redmine.pfsense.org/issues/1997
* Improve the memory use while processing the leases file.smos2012-03-221-4/+8
|
* fix for: Captive Portal Login dies on empty inputDarren Embry2012-03-211-1/+1
| | | | | | Not actually tested because CP doesn't work right now. http://redmine.pfsense.org/issues/1874
* fix: Input validation problem with VIPs and "none" type interfacesDarren Embry2012-03-211-4/+4
| | | | http://redmine.pfsense.org/issues/2291
* Add per-rule delete ("X") button to Outbound NAT rulesDarren Embry2012-03-211-1/+12
| | | | http://redmine.pfsense.org/issues/1062
* fix for: The javascript to enable and disable the various config boxes fail ↵Darren Embry2012-03-211-6/+4
| | | | | | since adding the 6rd IPv6 config type http://redmine.pfsense.org/issues/2304
* Merge branch 'master' of github.com:bsdperimeter/pfsenseDarren Embry2012-03-211-1/+1
|\
| * fix textChris Buechler2012-03-211-1/+1
| |
* | fix for: Output from CSRF magic mangles files in Diagnostics > Edit FileDarren Embry2012-03-211-0/+3
|/ | | | http://redmine.pfsense.org/issues/2294
* Fix pattern upload, button text check was incorrect.jim-p2012-03-201-1/+1
|
* Do not show tabs for interfaces with 'link local' address (fe80::...)Pierre POMES2012-03-171-2/+2
|
* Do not show tabs for interfaces with 'link local' address (fe80::...)Pierre POMES2012-03-171-2/+2
|
* Fix a logical bug on gettextVinicius Coque2012-03-151-2/+6
| | | | | The parameter showapply determines when the apply button should be displayed Ticket #1686
* Correct population of the temp version of this variable. Fixes #2158 ↵jim-p2012-03-151-1/+1
| | | | (drop-down preselection issue)
* Update help text for Host alaises to indicate FQDNs are allowed.jim-p2012-03-151-1/+1
|
* Merge pull request #53 from jeandebogue/patch-1Jim P2012-03-151-2/+2
|\ | | | | Move the echo "UP|DOWN" earlier
| * Update usr/local/bin/ping_hosts.shjeandebogue2012-02-211-2/+2
| |
* | Fix the link local check when trying to add a link local gatewaysmos2012-03-131-7/+7
| | | | | | | | Ticket #2071
* | Enable the NTP server fields for our DHCP6 server.smos2012-03-131-6/+2
| |
* | Fix some checks in dhcpv6 screen. Still need to validate static mappings ↵Pierre POMES2012-03-041-13/+14
| | | | | | | | against delegated networks
* | Add the ability to disable static routes without deleting themWarren Baker2012-03-022-3/+27
| |
* | Fix formatting and move setting back to system.Erik Fonnesbeck2012-02-281-4/+9
| |
* | Moved beep option to notifications pageYehuda Katz2012-02-282-15/+22
| |
* | Merge pull request #59 from Joecowboy/Time-format-changeJim P2012-02-284-21/+31
|\ \ | | | | | | Time format change
| * | Commenting those lines out because the form fields are not generated because ↵Joecowboy2012-02-261-4/+4
| | | | | | | | | | | | they are commented out in the code. This fixes javascript error and now will disable all form fields when interface is disabled.
| * | need to break out of foreach loop once it finds there is a local time has ↵Joecowboy2012-02-251-1/+4
| | | | | | | | | | | | been selected by any interface of DHCP.
| * | I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 ↵Joecowboy2012-02-251-5/+9
| | | | | | | | | | | | lease is using local time if not defaults to UTC time.
| * | I now parses the xml tags in the dhcpd to check if an interface for DHCP ↵Joecowboy2012-02-251-6/+7
| | | | | | | | | | | | lease is using local time if not defaults to UTC time.
| * | Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime ↵Joecowboy2012-02-251-3/+4
| | | | | | | | | | | | per jim-p request and it will now write the xml dhcpv6leaseinlocaltime in the dhcpv6 sub catagory in the config.xml file.
| * | Changed the variable name to dhcpleaseinlocaltime from timeformatchange per ↵Joecowboy2012-02-251-3/+4
| | | | | | | | | | | | jim-p request and moved xml tag into dhcpd.
* | | Show lagg protocol and member interfaces on Status > Interfaces. Implements ↵jim-p2012-02-281-0/+16
| | | | | | | | | | | | #2242
* | | Adding multi-language support to WebGUIVinicius Coque2012-02-272-0/+33
| | |
* | | Redirect stderr to stdout on exec.php so errors are visible.jim-p2012-02-271-1/+1
| | |
* | | Ticket #2205 - Add prefork settingPierre POMES2012-02-271-3/+22
| | |
* | | Add small patch from #466 to make interface names clickable on Interfaces > ↵jim-p2012-02-271-1/+1
| | | | | | | | | | | | (assign). Implements #466
* | | Fix gen_subnetv6_max(), used to display the end of available range in dhcp ↵Pierre POMES2012-02-261-2/+1
| | | | | | | | | | | | server ipv6
* | | Fix code that was accidentally replaced with an older version of the code.Erik Fonnesbeck2012-02-261-4/+6
|/ /
* | Added the the choice for DHCPv6 leases of local time over default UTC time.Joecowboy2012-02-251-1/+14
| |
OpenPOWER on IntegriCloud