summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Allow each interface to have ACL's so you can assign a user to be able to ↵Scott Ullrich2007-12-032-0/+23
| | | | edit just that interfaces rules.
* Add firewall rules edit interface entries.Scott Ullrich2007-12-031-0/+11
|
* /Routes/Static Routes/Scott Ullrich2007-12-021-4/+4
|
* Remove confusing *Scott Ullrich2007-12-021-1/+1
|
* Add check all and check none buttonsScott Ullrich2007-12-021-1/+23
|
* Remove blank entryScott Ullrich2007-12-021-1/+0
|
* Only show menu subitems that the user has access to.Scott Ullrich2007-12-021-65/+89
|
* Strip / out.Scott Ullrich2007-12-021-3/+3
|
* Show FreeBSD version as well.Scott Ullrich2007-12-021-0/+2
|
* /webConfigurator/Dashboard/Scott Ullrich2007-12-021-1/+1
|
* Do not output page title twiceScott Ullrich2007-12-021-1/+0
|
* unset() priv correctly.Scott Ullrich2007-12-021-1/+2
|
* Sync username / password database after priv changeScott Ullrich2007-12-021-1/+5
|
* Correctly assign uid to the user.Scott Ullrich2007-12-021-5/+9
|
* Remove XXX, it is fixed.Scott Ullrich2007-12-021-2/+0
|
* Minor fixesScott Ullrich2007-12-021-0/+3
|
* * Bring back privs. They are fare more feature complete than I thought they ↵Scott Ullrich2007-12-012-3/+2
| | | | where. * Convert javascript code from the HEAD system to RELENG_1_2
* Change pgtitle to an array. Do not print out the title twice as it has been ↵Scott Ullrich2007-12-011-3/+1
| | | | moved to fbegin.inc.
* Convert page title to use an array like all other pages where previously done.Scott Ullrich2007-12-011-3/+2
|
* Unset the session timeout if it is 0 or blank.Scott Ullrich2007-12-011-1/+5
|
* If the groupname is in use, do not allow the name to be edited.Scott Ullrich2007-12-011-0/+12
|
* Add more input validation to settings screen. * Do not allow < 1 * Do not ↵Scott Ullrich2007-12-011-3/+10
| | | | allow > 999 * Turn longs into integers
* Hide privs section. It will not be making it into 1.3.Scott Ullrich2007-12-011-1/+1
|
* Add missing ".Scott Ullrich2007-11-271-1/+1
| | | | Pointy-hat-to: Myself.
* add HBCI to traffic shaperMartin Fuchs2007-11-272-5/+30
|
* Move PPPoE Server to Services, VPN menu is misleadingChris Buechler2007-11-261-1/+1
|
OpenPOWER on IntegriCloud