Commit Graph

9604 Commits

Author SHA1 Message Date
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
Matthew Grooms
0af7398aab Remove the vpn_endpoint_determine function. It did not work properly when
CARP devices were in use. Use the newer ipsec_get_phase1_src instead.
2008-08-02 02:04:05 +00:00
Matthew Grooms
5878ca478d Add an option to set_local_group to clear the system user member list. 2008-08-01 23:43:27 +00:00
Matthew Grooms
613cf46cdf When performing a user configuration upgrade, make sure the all group gets
created before syncing accounts to the system.
2008-08-01 23:20:28 +00:00
Ermal Luçi
97b8e3fc89 Do not generate antispoof for virtual interfaces. 2008-08-01 21:09:49 +00:00
Matthew Grooms
2f69e11c5e Correct a regression that caused non NAT-T IPsec tunnel communications to
fail.
2008-08-01 20:52:26 +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
Scott Ullrich
c9030aec22 Do not backup /var/empty 2008-07-31 21:54:45 +00:00
Scott Ullrich
9226ab399f Unlink files when restoring. 2008-07-31 21:50:41 +00:00
Scott Ullrich
d688f4e0d2 Break out text to new line, pause for 5 seconds after showing backup size. 2008-07-31 21:36:21 +00:00
Scott Ullrich
8388bbc67a Report backup size after completion. 2008-07-31 21:34:11 +00:00
Scott Ullrich
36db7251ea Add line break to make the text look tidy. 2008-07-31 21:30:06 +00:00
Scott Ullrich
e469df3dda Alert user we are restarting lighty and friends in 5 seconds. 2008-07-31 21:02:09 +00:00
Scott Ullrich
e265afd077 Launch helper script in background to relaunch lighty and friends. 2008-07-31 20:59:59 +00:00
Scott Ullrich
13d219d74d Output echos in the correct order. 2008-07-31 20:57:32 +00:00
Scott Ullrich
26aa0611ac Output more details during restart operations 2008-07-31 20:55:27 +00:00
Scott Ullrich
1bbb52e6bc Spell exclude correctly 2008-07-31 20:51:50 +00:00
Scott Ullrich
665bba7534 * Ignore /var/run during backups
* Exec restart commands in background
2008-07-31 20:50:52 +00:00
Scott Ullrich
8d136ee2fc Remove ermals testing branch. These changes have been merged. 2008-07-31 20:47:28 +00:00
Scott Ullrich
ff33e21f1f * Backup prior configuration before syncing. Tired of blowing up my
firewall and having to spend hours to get back online.  This is not
  exactly productive.
* Add a RESTORE option as a branch if we detect a previous CVSSYNC.

With these changes it should be easy as pie to revert to the last known
good working state.
2008-07-31 20:46:50 +00:00
Ermal Luçi
18f081726f Update list of hardware that supports vlan natively. 2008-07-31 17:57:31 +00:00
Ermal Luçi
0e1a94e7db Try to do some more validation at old bridge creation till things settle for the other parts. 2008-07-31 17:21:05 +00:00
Ermal Luçi
929b2de583 Remove bogus parameter in the vlanmtu command wrongly setted by me.
Noteced-by:	billm
2008-07-31 17:15:44 +00:00
Scott Ullrich
a8b1097cb0 * Switch XML tag from </pages> to <pages/>
* Sync the all group which appears to be missing
2008-07-30 23:31:18 +00:00
Ermal Luçi
a5f86ae08b Remove stale comments. 2008-07-30 18:10:41 +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
Ermal Luçi
ab900a0916 Remove generating entries when <bridge> knob is set forinterfaces.
It was awkward cause it tried to use the ip of the interface bridged with!
Furthemore we do bridging differently now so no need to keep that around too.
2008-07-30 16:53:28 +00:00
Scott Ullrich
fe7d3a1bdd Channel 0 is no longer a valid option, use any per Sam L 2008-07-30 16:42:50 +00:00
Ermal Luçi
49624309be Take into account that pptp might be configured for redir mode too!(Is this mode still needed or should it be set at the port forward tab?!) 2008-07-30 16:15:31 +00:00
Scott Ullrich
5dfaa6b355 increase textarea cols to 80 2008-07-30 00:45:25 +00:00
Scott Ullrich
a82db41db2 latest config.xml version is 4.9 2008-07-28 22:40:23 +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
c93ad7898c * Fix 7.x uploads
* Include forgotten speedup commit
2008-07-27 05:55: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
aa3f07e6b4 Compress javascript directory too 2008-07-27 04:13:42 +00:00
Scott Ullrich
61816bc649 Add missing , 2008-07-27 04:07:30 +00:00
Scott Ullrich
569f47e9c9 Turn on Lighty caching and tell it what to cache 2008-07-27 04:05:42 +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