summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Looking at pw code : chars are invalid in a comment fieldgit diff! Replace ↵Ermal2012-03-121-1/+2
| | | | | | | | those to just space
* | An empty file is created so that the table is availblke for rules refrencing ↵Ermal2012-03-121-6/+1
| | | | | | | | it so mark it as successful.
* | Prevent ruleset breaking from grep putting garbage on urltable files and as ↵Ermal2012-03-121-2/+5
| | | | | | | | a result creating unparsable files breaking rulesets
* | Simplify this code a little and make it easily extendible.Ermal2012-03-121-89/+15
| |
* | check for presense of file before trying to exec itErmal2012-03-121-1/+3
| |
* | Do not wipe logs on reboot on full installErmal2012-03-121-18/+54
| |
* | Fix wich roll to writeErmal2012-03-111-1/+1
| |
* | Use the latest functions from pfSense module for bridgeErmal2012-03-081-2/+2
| |
* | Use the latest functions from pfSense module for getting interface listErmal2012-03-082-4/+4
| |
* | Remove the DHCP6 service enable check, it's not valid for configuring router ↵smos2012-03-081-3/+0
| | | | | | | | advertisements.
* | fix bridge typosChris Buechler2012-03-081-5/+5
| |
* | Only run if this is an arrayjim-p2012-03-062-8/+13
| |
* | Be more intelligent when managing OpenVPN client connections bound to CARP ↵jim-p2012-03-063-0/+24
| | | | | | | | | | | | VIPs. If the interface is in BACKUP status, do not start the client. Add a section to rc.carpmaster and rc.carpbackup to trigger this start/stop. If an OpenVPN client is active on both the master and backup system, they will cause conflicting connections to the server. Servers do not care as they only accept, not initiate.
* | Fix some checks in dhcpv6 screen. Still need to validate static mappings ↵Pierre POMES2012-03-041-13/+14
| | | | | | | | against delegated networks
* | Correct send_multiple_events to conform with new check_reload_status behaviourErmal2012-03-031-10/+3
| |
* | Add the ability to disable static routes without deleting themWarren Baker2012-03-023-3/+32
| |
* | Correctly match ntpd syslog messagesErmal2012-03-021-2/+2
| |
* | 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
| |
* | Remove obsolete files after gitsyncErik Fonnesbeck2012-02-281-0/+6
| |
* | Merge pull request #59 from Joecowboy/Time-format-changeJim P2012-02-285-23/+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.
| * | removed the timeformate change and putting it in the dhcpd and dhcpdv6 which ↵Joecowboy2012-02-251-2/+0
| | | | | | | | | | | | will be generated by interface code. New XML tags will be <dhcpleaseinlocaltime/> and <dhcpv6leaseinlocaltime/>
* | | Allow specifying the branch name after the repository URL for gitsync ↵Erik Fonnesbeck2012-02-281-10/+22
| | | | | | | | | | | | command-line arguments and remove an unnecessary use of the backtick operator.
* | | Show lagg protocol and member interfaces on Status > Interfaces. Implements ↵jim-p2012-02-282-0/+22
| | | | | | | | | | | | #2242
* | | Fix filename used in check for existence of the uniprocessor kernel to match ↵Erik Fonnesbeck2012-02-281-1/+1
| | | | | | | | | | | | the one that was being used to extract.
* | | Fixup the kernel upgrade code a bit to be safer, and assume SMP in the ↵jim-p2012-02-281-22/+56
| | | | | | | | | | | | default case, and also warn if there was a problem. Should fix #1427
* | | Adding multi-language support to WebGUIVinicius Coque2012-02-273-0/+48
| | |
* | | Redirect stderr to stdout on exec.php so errors are visible.jim-p2012-02-271-1/+1
| | |
* | | Ticket #2205 - Add prefork settingPierre POMES2012-02-272-5/+31
| | |
* | | 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-262-45/+9
| | | | | | | | | | | | server ipv6
* | | Turn off suhosin in hunt for #2214Scott Ullrich2012-02-261-1/+1
| | |
* | | Crank up debug logging to help gear up for #2214Scott Ullrich2012-02-261-2/+2
| | |
* | | Fix code that was accidentally replaced with an older version of the code.Erik Fonnesbeck2012-02-261-4/+6
| | |
* | | Fix comment, unbreak interfaces.incjim-p2012-02-251-1/+1
| | |
* | | Merge pull request #58 from Joecowboy/Time-format-changeSeth Mos2012-02-255-3/+85
|\ \ \ | |/ / | | | Time format change
| * | Added the the choice for DHCPv6 leases of local time over default UTC time.Joecowboy2012-02-251-1/+14
| | |
| * | Added choice of UTC time or local time for DHCP leases.Joecowboy2012-02-251-2/+15
| | |
| * | Added check box for DHCPv6 lease time to select local time instead of the ↵Joecowboy2012-02-251-0/+27
| | | | | | | | | | | | default UTC time.
| * | Added check box for changing from UTC time to local time display on DHCP leases.Joecowboy2012-02-251-0/+27
| | |
| * | Added Time format change XML tag for both DHCP and DHCPv6 if you want to use ↵Joecowboy2012-02-251-0/+2
|/ / | | | | | | local time instead of UTC for leases.
* | Always configure a link local address when configuring a carp with a IPv6 ↵smos2012-02-251-0/+2
| | | | | | | | address.
* | Ticket #1917: fix typos, fix domain-search for dhcpv6Pierre POMES2012-02-253-4/+14
| |
* | Write out a default router file for the srd interfacesmos2012-02-251-1/+4
| |
OpenPOWER on IntegriCloud