Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 7 | -199/+1636 |
| | | | | | | | | 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 | ||||
* | Update list of hardware that supports vlan natively. | Ermal Luçi | 2008-07-31 | 1 | -1/+1 |
| | |||||
* | Try to do some more validation at old bridge creation till things settle for ↵ | Ermal Luçi | 2008-07-31 | 1 | -2/+2 |
| | | | | the other parts. | ||||
* | Remove bogus parameter in the vlanmtu command wrongly setted by me. | Ermal Luçi | 2008-07-31 | 1 | -1/+1 |
| | | | | Noteced-by: billm | ||||
* | Remove stale comments. | Ermal Luçi | 2008-07-30 | 1 | -2/+0 |
| | |||||
* | Remove generating entries when <bridge> knob is set forinterfaces. | Ermal Luçi | 2008-07-30 | 1 | -23/+8 |
| | | | | | 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. | ||||
* | Channel 0 is no longer a valid option, use any per Sam L | Scott Ullrich | 2008-07-30 | 1 | -0/+3 |
| | |||||
* | Take into account that pptp might be configured for redir mode too!(Is this ↵ | Ermal Luçi | 2008-07-30 | 1 | -1/+1 |
| | | | | mode still needed or should it be set at the port forward tab?!) | ||||
* | * Fix 7.x uploads | Scott Ullrich | 2008-07-27 | 1 | -22/+7 |
| | | | | * Include forgotten speedup commit | ||||
* | Compress javascript directory too | Scott Ullrich | 2008-07-27 | 1 | -0/+1 |
| | |||||
* | Add missing , | Scott Ullrich | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | Turn on Lighty caching and tell it what to cache | Scott Ullrich | 2008-07-27 | 1 | -1/+13 |
| | |||||
* | Sync laggs with all configs when needed. | Ermal Luçi | 2008-07-25 | 1 | -0/+2 |
| | |||||
* | Lagg needs all mtus to be the same as the first member. | Ermal Luçi | 2008-07-25 | 1 | -1/+2 |
| | |||||
* | Actually lagg(4) uses physical interfaces as vlan doesn't have to do with ↵ | Ermal Luçi | 2008-07-25 | 1 | -3/+2 |
| | | | | configured one. | ||||
* | Black list lagg. | Ermal Luçi | 2008-07-25 | 1 | -1/+2 |
| | |||||
* | knob for lagg. | Ermal Luçi | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | Set up proto before members. | Ermal Luçi | 2008-07-25 | 1 | -3/+2 |
| | |||||
* | Correct typo. | Ermal Luçi | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | Backend support for lagg(4). | Ermal Luçi | 2008-07-25 | 1 | -0/+58 |
| | |||||
* | Blacklist even gre now that we fill entries automatically for these interfaces. | Ermal Luçi | 2008-07-25 | 1 | -0/+1 |
| | |||||
* | Teach parser about bridge knob. | Ermal Luçi | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | Sync even bridges when resyncing all other configs | Ermal Luçi | 2008-07-25 | 1 | -0/+2 |
| | |||||
* | Backend support for bridges. | Ermal Luçi | 2008-07-25 | 1 | -0/+138 |
| | |||||
* | Rewrite portions of the user manager to ensure data is properly synced to | Matthew Grooms | 2008-07-25 | 6 | -600/+605 |
| | | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area. | ||||
* | Log carp state changes to system logging. Why we haven't done this prior | Scott Ullrich | 2008-07-24 | 1 | -0/+1 |
| | | | | is a oversight on my part. | ||||
* | fix typo | Chris Buechler | 2008-07-24 | 1 | -11/+11 |
| | |||||
* | Propperly handle reconfiguration of all interfaces for VLAN/GRE/GIF. | Ermal Luçi | 2008-07-24 | 1 | -0/+14 |
| | | | | VLAN's where wrongly removed by me previously. | ||||
* | Return null return value so we know when we did not find any match. | Ermal Luçi | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | DRY up the code a tad, download_file_with_progress_bar isn't related to | Bill Marquette | 2008-07-24 | 2 | -61/+62 |
| | | | | | | packages only anymore, move into pfsense-utils and allow for multiple file write functions (firmware upgrades use a different one than our standard) | ||||
* | Move Inline CSS and JS functions to guiconfig.inc. | Scott Ullrich | 2008-07-23 | 1 | -30/+1 |
| | |||||
* | Check if cuntions exists bvefore defining them to preven errors with some ↵ | Ermal Luçi | 2008-07-23 | 1 | -22/+26 |
| | | | | scripts mostly from console. | ||||
* | Add the new knobs to the parser | Ermal Luçi | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Backend support for GRE/GIF tunnels. | Ermal Luçi | 2008-07-23 | 1 | -0/+100 |
| | |||||
* | Output . instead of random jibberish on bootup. | Scott Ullrich | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | Make the GUI fast and capable of working in environments with RAM less than 128. | Ermal Luçi | 2008-07-22 | 1 | -6/+13 |
| | | | | | | Actually this make the GUI on this system respond faster than in an ALIX with 256MB RAM. Tested on: Soekris, Wrap, VMware environments | ||||
* | Revert to previous version it was incorrectly patched. | Ermal Luçi | 2008-07-22 | 1 | -2/+1 |
| | |||||
* | Say hello to outputJavaScriptFileInline() and outputCSSFileInline which | Scott Ullrich | 2008-07-22 | 1 | -0/+25 |
| | | | | | | | can take a css and or javascript file and pass it through the php parser without forking and return the results inline. This is still faster then a round trip back to Lighttpd. Soon I will be changing portions of the webConfigurator to use these functions. | ||||
* | General whitespace and style cleanup of the auth.inc file. I was having a | Matthew Grooms | 2008-07-21 | 1 | -704/+721 |
| | | | | | hard time following some of the code logic due to poor formatting. There should be no functional change. | ||||
* | Fix NO-IP dyndns client the url has changed according to the source code of ↵ | Ermal Luçi | 2008-07-20 | 1 | -4/+4 |
| | | | | the client distributed by no-ip.com and from my test. Use urlencode() for usernames when passed directly on url. | ||||
* | Split dyndns client configuration to its own function so we do not retry to ↵ | Ermal Luçi | 2008-07-20 | 1 | -18/+24 |
| | | | | | | update all other configured clients when add a new one from the GUI. | ||||
* | Make dyndns reset more specific since its only consumer is the edit GUI page. | Ermal Luçi | 2008-07-20 | 1 | -2/+2 |
| | |||||
* | Now that the cache file is back to config path use it. | Ermal Luçi | 2008-07-20 | 1 | -2/+3 |
| | |||||
* | Use interface name rather than ip address as a better option. | Ermal Luçi | 2008-07-20 | 1 | -2/+1 |
| | |||||
* | Correct function call. | Ermal Luçi | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | * Make some sanity checks before using CURLOPT_SETINTERFACE | Ermal Luçi | 2008-07-20 | 1 | -1/+3 |
| | | | | * close the curl instance after using it. With CURLOPT_SETINTERFACE a new instance is needed to correcly use it. | ||||
* | * Revert cache file path to the config file one, it was braught to my ↵ | Ermal Luçi | 2008-07-20 | 1 | -8/+6 |
| | | | | | | attention that if we try to update very often might get blacklisted. * Use CURLOPT_SETINTERFACE so we correctly check the ip address for each configured interface. | ||||
* | Remove code used by ez-ipupdate, it is now obsolete. | Ermal Luçi | 2008-07-20 | 1 | -87/+2 |
| | |||||
* | Remove unnecessary copying of dyndns cache file for ez-ipudate program. It ↵ | Ermal Luçi | 2008-07-20 | 1 | -20/+3 |
| | | | | is only a cache file after all and i do not think ez-ipupdate is used anymore. | ||||
* | Now that the cache file is moved to /var/etc no need to mount rw since that ↵ | Ermal Luçi | 2008-07-20 | 1 | -2/+2 |
| | | | | part is writable even on embedded by default. |