Commit Graph

4517 Commits

Author SHA1 Message Date
Ermal Luçi
2eedb54841 Remove debugging craft. 2008-08-11 16:31:58 +00:00
Ermal Luçi
0d3f3e9093 style(9)++. 2008-08-10 17:02:18 +00:00
Ermal Luçi
b8d1c38b2b Remove debugging code. 2008-08-10 16:59:49 +00:00
Ermal Luçi
b6f3005c2b Bring to functionality the editing of aliases.
* Cleanup uneccesary eval() use in php code
* Invrease on javascript the limits to 299 to really allow 299 entries
* Remove limitiation of not being able to delete the first entry
* Make all the rows dynamic. Now a new alias will not show any rows unless the plus sign is clicked.
* Fix bug where OpenVPN aliases where being selected in case of Port aliases
* Cleanup and style(9) here and there
2008-08-10 16:54:54 +00:00
Scott Ullrich
fb673a312f cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX 2008-08-09 22:06:18 +00:00
Scott Ullrich
621084b521 Use outputCSSPrintFileInline() function 2008-08-09 22:02:16 +00:00
Scott Ullrich
8d236bfb7c * Check if file exists
* Correct Javascript -> CSS incorrect assignment
* Restore inline functions
2008-08-09 21:49:25 +00:00
Chris Buechler
8ea4b40c9b fix typo 2008-08-09 20:39:34 +00:00
Scott Ullrich
fca80f8537 Do not inline niftycssCode.css 2008-08-09 04:15:19 +00:00
Scott Ullrich
5fca058353 Output product names correctly 2008-08-09 03:11:44 +00:00
Scott Ullrich
07648d5676 Unbreak 1.3 CP. 2008-08-09 02:29:27 +00:00
Matthew Grooms
64cc39d3dd Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority
- Create internal certificate authority

Certificate Manager:
- List certificates
- Import existing certificate
- Create internal certificate using an internal CA
- Generate certificate signing request for external CAs
- Process certificate signing response from external CAs

Certificate revocation is not currently implemented. The user system will
also be extended to allow for user specific certificate management in a
follow-up commit.
2008-08-09 00:06:08 +00:00
Martin Fuchs
90ee3f4d6e add MSN to well-known-ports 2008-08-08 11:43:25 +00:00
Matthew Grooms
080cda0f91 Add a right arrow icon supplied by hoba. This compliments the existing
left arrow icon. Use the left and right arrow icons instead of the plus
and x icons for moving users and groups between selection lists in the
user and group manager screens.
2008-08-06 21:58:03 +00:00
Scott Ullrich
5285a0e316 Adding php5-openssl 2008-08-06 06:24:32 +00:00
Ermal Luçi
4318cee1da Do not show assigned interfaces on lagg config. 2008-08-05 22:43:25 +00:00
Ermal Luçi
3134528d84 Rename the bridge knob to bridged so that the upgrade code works correctly and we play by the rules of the parser. 2008-08-05 22:21:14 +00:00
Ermal Luçi
675aac3d62 Remove code for creating old way bridges. Anything has to be done through the new bridging code. Sorry not upgradable! 2008-08-05 16:32:23 +00:00
Scott Ullrich
3c43b72893 Fix error: Warning: Invalid argument supplied for foreach() in /usr/local/www/pkg_mgr_install.php on line 155 2008-08-05 16:17:59 +00:00
Ermal Luçi
ad048a139b No need for the 'filtering bridge' option with if_bridge(4). 2008-08-05 15:49:38 +00:00
Bill Marquette
50d86c1377 Bring in new server load balancing code, this introduces:
* The ability to create your own monitors (tcp, http, https, send/expect)
* A new way of displaying 'standard tables' - MainTable class
* monitor_type array type
2008-08-05 05:03:55 +00:00
Matthew Grooms
fbf672cbe9 Add an interface to manage external authentication servers. The two types
supported currently are LDAP and Radius.
2008-08-05 04:16:50 +00:00
Martin Fuchs
10fe861c87 fix traffic_shaper_wizard.xml error in line 57 2008-08-04 19:14:52 +00:00
Ermal Luçi
7d9dca1ca2 We know OpenDNS too now, add to the list. 2008-08-04 18:16:17 +00:00
Matthew Grooms
659fa7f23b Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named
local_backed has been added that authenticates to the local configuration
info which should be identical to system pwdb credentials. Since the
htpassword file is no longer required, sync_webgui_passwords and its
wrapper function system_password_configure have been removed.

The local account management functions were renamed for consistency. A few
minor bugs related to setting local passwords have also been corrected.
2008-08-03 17:54:35 +00:00
Martin Fuchs
5064cec767 readd HBCI & ArchLord to the shaper 2008-08-03 13:08:08 +00:00
Ermal Luçi
4ae45b1093 Add protocol definitions needed by ipfw-classifyd. Basically they are copied from the ipfw-classifyd pfPort which inherits them from l7-filter project on sf.net. 2008-08-02 22:24:45 +00:00
Bill Marquette
b5a7edb1ca update scriptaculous to version 1.8.1 2008-08-02 03:49:34 +00:00
Ermal Luçi
0e640f7604 Fixup FloatingRules creation. Not sure why it broke in the first place! 2008-08-01 15:21:08 +00:00
Matthew Grooms
6b07c15ad8 Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance
5) Cleaning up the related WebUI pages
2008-08-01 06:30:34 +00:00
Ermal Luçi
25b4e96822 Fix tab name displaying that can be obfuscated by stale <brdige/> knobs in the config. 2008-07-30 17:06:44 +00:00
Scott Ullrich
5dfaa6b355 increase textarea cols to 80 2008-07-30 00:45:25 +00:00
Scott Ullrich
afd8ae1e20 Not sure what a type of none is, it breaks our dropdown ordering. 2008-07-28 00:09:55 +00:00
Chris Buechler
f281e32e68 source OS is not required. 2008-07-27 18:56:31 +00:00
Scott Ullrich
0c318736e6 Post to correct page 2008-07-27 05:59:09 +00:00
Scott Ullrich
cb144a6d54 Include firebug lite if enablefirebug lite GET parm is set 2008-07-27 04:32:46 +00:00
Scott Ullrich
626544136e Adding firebug lite 2008-07-27 04:30:29 +00:00
Scott Ullrich
bc7f9241d0 Forgotten commit, inline javascript code. 2008-07-27 03:58:23 +00:00
Scott Ullrich
76cd0d8938 Add inline print style css output code and switch nifty to it. 2008-07-27 03:50:05 +00:00
Scott Ullrich
d1329286b4 REALLY unbreak niftycorners 2008-07-27 03:47:16 +00:00
Scott Ullrich
a2a3b97a39 Unbreak nifty corners 2008-07-27 03:44:08 +00:00
Scott Ullrich
b77e126b22 Add carriage returns 2008-07-27 03:26:45 +00:00
Scott Ullrich
2bd70ce4f3 Do not inline prototype and scriptaculous 2008-07-27 03:11:30 +00:00
Scott Ullrich
ceea61159c Inline scriptaculous 2008-07-27 02:20:49 +00:00
Scott Ullrich
e6eeebed2b Fix closing </script> so we can be inlined. 2008-07-27 02:20:33 +00:00
Scott Ullrich
10e33e53f7 Correction, prototype can be inlined but scriptaculous is having fun. 2008-07-27 02:18:07 +00:00
Scott Ullrich
c846d68436 Begin using inline CSS and JS functions. Prototype seems to not agree
but everything else does and I am seeing a very nice speedup using
these functions.
2008-07-27 02:16:04 +00:00
Scott Ullrich
9e62228081 Begin using inline CSS/JS including functions. 2008-07-27 02:11:52 +00:00
Scott Ullrich
0b6a453433 split up ending script so we do not confuse javascript 2008-07-27 02:03:39 +00:00
Scott Ullrich
18ffc13324 Only load IE helper if caller is IE 2008-07-27 01:31:25 +00:00