summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove (not parsed) from description. It IS parsed and checked for XSSScott Ullrich2008-09-101-1/+1
| | | | problems now that we can assign owners of interfaces.
* Backout last change, we need to think about this some more.Scott Ullrich2008-09-101-2/+2
|
* Learn how to spell "Acknowledge"Scott Ullrich2008-09-101-1/+1
| | | | Pointed-out-by: billm
* We already escape characters. Do not worry about notifying user thatScott Ullrich2008-09-101-2/+0
| | | | | the description field is invalid as it will be escaped again during firewall_rules.php
* Require_once instead of require.Scott Ullrich2008-09-101-4/+4
|
* Make the pointy-hat gods happy by fixing missing ) error.Scott Ullrich2008-09-101-2/+2
|
* Increment interface counter for wan too.Seth Mos2008-09-101-3/+9
|
* Add more optional debuggingSeth Mos2008-09-101-0/+2
|
* Increase the page redirect time after switching between http and https. ItMatthew Grooms2008-09-101-2/+2
| | | | can take longer on slower embedded systems.
* Whitespace and minor bug fixes for package manager pages.Matthew Grooms2008-09-102-188/+209
|
* Bring up to more sane config.Ermal Luçi2008-09-101-5/+13
|
* Show correct interface.Ermal Luçi2008-09-101-1/+1
|
* PPP forgotten knobs syncronization.Ermal Luçi2008-09-101-1/+1
|
* Catch up with backend modification and synchronize some fields in the GUI ↵Ermal Luçi2008-09-102-31/+18
| | | | itself.
* * Fixup stray dots('...') on bootup and add some comments since we do ↵Ermal Luçi2008-09-104-99/+129
| | | | | | | loading of the filters twice during bootup?! * Merge all interface related bootstraps under interfaces_configure so this allows us to handle propperly assigned bridge/gre/gif/.. devices that might are initialized later than assigned interfaces. * Make possible configuring multiple dial-out(ppp) interfaces/configs. Though i am not configdent on the quality of the ppp code that was imported before since GUI and backend have some inconsistencies in the fields. While i fixed most of them still 1 or 2 remain which needs propper investigation on the config.
* Catch up with function renaming.Ermal Luçi2008-09-101-6/+6
|
* * Remove the wan word from most of the functions in this file.Ermal Luçi2008-09-101-55/+43
| | | | | * Remove the 's' from functions that deal only with one interface. * Some other fixes in general.
* Remove uneeded and commented out code.Ermal Luçi2008-09-101-3/+0
|
* Correctly return gre/gif addresses if selected on the firewall rules or ↵Ermal Luçi2008-09-101-4/+13
| | | | needed elsewhere.
* * Correctly show dhcp tabs for the serviceErmal Luçi2008-09-101-16/+14
| | | | * Do not display tabs for the interface not elligible for running a dhcp service.
* Oops, typo. Thanks, http://forum.pfsense.org/index.php/topic,11442.0.htmlErmal Luçi2008-09-101-1/+1
|
* Make sure the /var/db/racoon path exists before starting racoon. This isMatthew Grooms2008-09-101-0/+4
| | | | needed to ensure racoonctl can communicate properly with racoon.
* Do not execute the command if interface is not configured at all(type = none).Ermal Luçi2008-09-091-4/+7
|
* Array checks too.Ermal Luçi2008-09-091-1/+2
|
* * Array checks too.Ermal Luçi2008-09-091-4/+10
| | | | | | * Add some style(9) NOTE: Maybe someone needs to verify these strange checks on this function!
* Add missing quote char.Ermal Luçi2008-09-091-1/+1
|
* Array checks too.Ermal Luçi2008-09-092-3/+6
|
* Add some check if we are working with arrays and fix the check for not ↵Ermal Luçi2008-09-091-32/+38
| | | | allowing dhcpd to be configured on nonstatic ip interfaces.
* Add validation for the ca configuration array presence. Minor style fixes.Matthew Grooms2008-09-091-9/+8
|
* Add validationSeth Mos2008-09-091-4/+7
|
* * Remove dead codeErmal Luçi2008-09-091-140/+19
| | | | | * Use the correct underlying interface when issuing command * Do not forget to bring the physical interface before creating a virtual one.
* * Introduce an apply button before the changes get effect.Ermal Luçi2008-09-091-37/+34
| | | | * Actually fix the form submit action to work correctly.
* Modify the OpenVPN server configuration to allow the DH parameter lengthMatthew Grooms2008-09-093-5/+32
| | | | to be specified. Upgraded 1.2.x configurations will default to 1024 bits.
* Comment out the code that creates a dh-parameters file at boot time andMatthew Grooms2008-09-094-1/+29
| | | | | add three new static parameters files to the /etc directory. In the near term OpenVPN configurations will use the 2048 bit file.
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-095-76/+56
| | | | are not displaced by this message.
* Whitespace and minor bug fixes for system general setup page.Matthew Grooms2008-09-091-133/+183
|
* If we are an single interface setup we need the anti-lockout rule for wan so ↵Ermal Luçi2008-09-091-1/+1
| | | | correct the parameter to find the right interface.
* Handle renaming of the pppoe/pptp username and password parameters.Ermal Luçi2008-09-091-4/+4
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-0910-11/+12
| | | | for all assigned interface configuration.
* Add interfaces_wlan.inc to the obsolete list.Ermal Luçi2008-09-091-1/+2
|
* Merge interfaces_wlan.inc into interfaces.php there is no need for the to be ↵Ermal Luçi2008-09-091-20/+464
| | | | different files so when one is edited the other can be broken.
* Insure this function returns always an array.Ermal Luçi2008-09-091-0/+2
|
* NOTE: Part of the interfaces history is located on interfaces_lan.php and ↵Ermal Luçi2008-09-091-1/+1
| | | | interfaces_opt.php.
* Catch up with file rename.Ermal Luçi2008-09-091-1/+1
|
* Catch up with file rename.Ermal Luçi2008-09-094-13/+13
|
* Oops, this is a test and not an assignment.Ermal Luçi2008-09-091-1/+1
|
* Oops, this is a test and not an assignment.Ermal Luçi2008-09-091-1/+1
|
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-096-963/+1013
| | | | | | The edges were square instead of rounded like most pfSense pages. Also make sure tabs and cancel buttons are present in the add privilege and add certificate pages.
* Cleanup the tab format of the system ca/certificate pages. The edges wereMatthew Grooms2008-09-092-617/+623
| | | | | square instead of rounded like most pfSense pages. While here, fix a bug that made the submit button disappear when it shouldn't.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-095-642/+643
| | | | instead of rounded like most pfSense pages.
OpenPOWER on IntegriCloud