summaryrefslogtreecommitdiffstats
path: root/usr
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
|
* 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
|
* Show correct interface.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.
* Catch up with function renaming.Ermal Luçi2008-09-101-6/+6
|
* * 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.
* Array checks too.Ermal Luçi2008-09-091-1/+2
|
* 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.
* * 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-091-4/+27
| | | | to be specified. Upgraded 1.2.x configurations will default to 1024 bits.
* 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
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-095-5/+6
| | | | for all assigned interface configuration.
* 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.
* 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-093-7/+7
|
* 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.
* Whitespace and html cleanup of the configuration history page.Matthew Grooms2008-09-091-59/+65
|
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-093-135/+146
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* Add "Services" to the page titleBill Marquette2008-09-099-9/+9
|
* * Rename to interfaces.phpScott Ullrich2008-09-081-2/+2
| | | | * Fix tab style issues
* Rename to interfaces.phpScott Ullrich2008-09-081-1/+1
| | | | Repocopy following up to this commit.
* Add my name to the copyrights, i think i changed enough of this file!Ermal Luçi2008-09-072-0/+2
|
* Delete interfaces_lan.php we have a unified interface config.Ermal Luçi2008-09-071-235/+0
|
* Try to reconfigure interfaces if assigned when edited. For gif and gre this ↵Ermal Luçi2008-09-072-0/+9
| | | | does not make sense.
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-076-36/+37
| | | | | | configuration of all other assigned interfaces.
* Use different names for pppoe and pptp fields so that problems reported byErmal Luçi2008-09-072-32/+48
| | | | | | | http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even on config conversion part. Add even some code in preparation of merging even lan on the same page.
* Add an action even onChange so something can be done even without a mouse.Ermal Luçi2008-09-072-2/+2
|
* * (Re)Implement a 'None' type for interface config which allows to assign ↵Ermal Luçi2008-09-072-458/+270
| | | | | | | | interfaces like GRE/GIF and filter on them. * Show the configuration for an interface only after it is enabled. * Show only the configuration option regarding the selected type using some 'sick' javascript 'stolen' on the new loadbalancer.
* Remove references to lbpool - this is no longer in use in 1.3Bill Marquette2008-09-072-46/+0
| | | | | Not sure what the correct input validation is here (possibly nothing), but this is definitely not it.
* uncomment the commented out functionality that actually restarts sshdBill Marquette2008-09-071-2/+2
| | | | when it's enabled
* WPA is optional, hence shouldn't be <strong>Chris Buechler2008-09-071-1/+1
|
* Correctly use defaultsSeth Mos2008-09-061-3/+3
|
* Remove modulate state per ticket 1730Seth Mos2008-09-061-2/+0
|
* Minor re-work of OpenVPN configuration. Use operational modes to determineMatthew Grooms2008-09-062-105/+379
| | | | | | | | | | | | | | | | | | | | what configuration options are appropriate. The operational mode dictates the authentication method. They are defines as follows ... Peer to Peer ( SSL/TLS ) Peer to Peer ( Shared Key ) Remote Access ( SSL/TLS ) Remote Access ( User Auth ) Remote Access ( SSL/TLS + User Auth ) Some of these modes allow for user authentication using passwords. We now use the etc/inc/openvpn.auth-user.php file to facilitate this by checking the username and password supplied by OpenVPN against our centralized user database. The Server and Client user interfaces have also been updated to support TLS packet authentication. This is an additional security option that is optional.
* Disallow creation of user certificates until the user has actually beenMatthew Grooms2008-09-041-3/+3
| | | | created. This obviously won't work.
* More array checks.Ermal Luçi2008-09-041-11/+26
|
* Correct array depth in is_array checkSeth Mos2008-09-041-1/+1
|
OpenPOWER on IntegriCloud