summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* include required files for when widget is being loaded by AJAX calls.Scott Dale2007-12-3011-75/+192
|
* Use AJAX for loading of new widgets. Now most widgets will use AJAX for new ↵Scott Dale2007-12-302-78/+152
| | | | data. Also improved performance
* moved widget tab function to guiconfig.incScott Dale2007-12-301-0/+36
|
* show dns values correctlyScott Dale2007-12-301-1/+2
|
* new ajax functions for dashboardScott Dale2007-12-301-0/+48
|
* Correctly display product name.Scott Ullrich2007-12-291-1/+1
|
* Clarify the notes/examples for each of the ldap options. This should makeScott Ullrich2007-12-291-2/+4
| | | | | | | | | it pretty clear until I finish the fancy LDAP tree viewer control. I should also note that as of this commit the LDAP auth functions are now working beautifully against a Windows 2000 Server Active Directory! Work sponsored-by: Centipede Networks <www.centipedenetworks.com>
* * Allow LDAP users to login to pfSense.Scott Ullrich2007-12-291-11/+11
| | | | | | * Cross reference Active Directory user groups with pfSense groups, apply groups where names match * Clarify some of the settings items and give examples
* Use correct varSeth Mos2007-12-281-1/+1
|
* Allow multiple groups to be assigned per user.Scott Ullrich2007-12-281-14/+21
| | | | Work sponsored-by: Centipede Networks
* * Hide search baseScott Ullrich2007-12-281-4/+10
| | | | | | * Use correct variable name Work sponsored-by: Centipede Networks
* Pretent we are a little bit more secure and hide the password from folksScott Ullrich2007-12-272-2/+2
| | | | that can look over your shoulder.
* Adding LDAP options:Scott Ullrich2007-12-271-1/+51
| | | | | | | | | * Binding username * Binding password * Filter * Search base Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* Adding LDAP settings:Scott Ullrich2007-12-271-10/+43
| | | | | | | * Authentication backend * LDAP Server:port Work sponsored-by: Centipede Networks
* add comment from RELENG_1_2Chris Buechler2007-12-261-0/+13
|
* fix typoChris Buechler2007-12-261-1/+1
|
* touchup textChris Buechler2007-12-251-1/+1
|
* * Only output one error message or save notice at a timeScott Ullrich2007-12-241-5/+11
| | | | | | * Correc the reboot workaround for kernel panics (CARP interface deletion) Ticket #1397
* Do not corrupt output when a space is in the SSID name.Scott Ullrich2007-12-241-7/+11
| | | | Ticket #1531
* freeradius and pptp changes by forum-user 'cybrsrfr'Martin Fuchs2007-12-211-0/+9
|
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-1718-26/+0
| | | | Ticket #1545
* Make DNS $pconfig variables more consistentScott Ullrich2007-12-171-1/+1
|
* Save all 4 DNS servers correctlyScott Ullrich2007-12-171-1/+18
|
* Adding dnswatch support.Scott Ullrich2007-12-171-5/+3
| | | | Obtained-from: m0n0wall
* Add product_copyright re-branding supportScott Ullrich2007-12-164-4/+4
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Add product_copyright re-branding supportScott Ullrich2007-12-1624-41/+33
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* change default kernel on upgrade to SMP. Virtually all installs are running ↵Chris Buechler2007-12-151-1/+1
| | | | | | the SMP kernel, defaulting to uniprocessor broke several systems. related to Ticket #1534
* s/Diagnostics/Status/Scott Ullrich2007-12-121-1/+1
|
* Correctly show and save DNS entriesScott Dale2007-12-121-1/+1
|
* Do not show hostname in page title.Scott Ullrich2007-12-101-1/+1
|
* Support DNS-O-MaticScott Dale2007-12-101-11/+11
|
* Convert the dns server code into a for loop and add 2 more dns servers on. ↵Scott Ullrich2007-12-091-27/+10
| | | | Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.
* Move route delete items to system.inc so they are performed on every changeScott Ullrich2007-12-091-4/+0
|
* Show interfaces. Cleanup presentation.Scott Ullrich2007-12-081-15/+35
|
* Populate $ints with the interface list correctlyScott Ullrich2007-12-081-1/+3
|
* When multiple gateways are present (muliwan) show a dropdown box next to ↵Scott Ullrich2007-12-081-3/+55
| | | | each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
* Clarify that the httpsname should resolve to the correct interface ip on the ↵Scott Ullrich2007-12-071-1/+1
| | | | captive portal interface.
* Increase maximum alias count to 299 from 99. ↵Scott Ullrich2007-12-061-1/+1
| | | | http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html
* The attached patch adds a field to the services_dyndns.php form.Scott Ullrich2007-12-061-0/+9
| | | | | | | | | | | | This field if provided will be written to the nscommands file (in services.inc) as "server <value>\n" This allows you to update an arbitrary DNS server. If not provided, the server line is omitted and the default behavior occurs. Submitted-by: Ben Timby
* Tell user which characters are badScott Ullrich2007-12-042-2/+2
|
* Use htmlentities() to detect html injections.Scott Ullrich2007-12-042-6/+8
|
* Do a check on all ID's > -1. When we a dup a rule with id 0 the checks ↵Scott Ullrich2007-12-032-2/+3
| | | | where bypassed. Spotted-by: billm
* * Run through all posted values and encode them to a temporary variable. IF ↵Scott Ullrich2007-12-032-0/+18
| | | | the contents differ then the operator is doing something bad. Simply reject the item with invalid character error and let them fix their XSS exploit attempt, etc.
* Move PPPoE to services area.Scott Ullrich2007-12-033-3/+3
|
* List opt interfaces correctly.Scott Ullrich2007-12-031-3/+3
|
* Add multi user firewall nat port forward capabilities.Scott Ullrich2007-12-033-4/+62
|
* Only show interfaces user has accss to.Scott Ullrich2007-12-031-0/+25
|
* When showing the firewall rules page without a interface default to the ↵Scott Ullrich2007-12-031-2/+3
| | | | first interface the user has access to.
* Only show interfaces that the user has access to edit on the firewall rules ↵Scott Ullrich2007-12-032-15/+25
| | | | edit page.
* * Add PPTP, IPSEC and PPPOE * Check for access to firewall interface tabs ↵Scott Ullrich2007-12-032-11/+40
| | | | correctly
OpenPOWER on IntegriCloud