Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the multi instance CP to master branch. This allows to define CP with ↵ | Ermal | 2011-09-07 | 1 | -21/+33 |
| | | | | different properties on different interfaces. | ||||
* | Misc fixups | Scott Ullrich | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | Prevent drop down menu creation | Scott Ullrich | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | Adding tab for allowed hostnames | Scott Ullrich | 2011-01-25 | 1 | -0/+1 |
| | |||||
* | gettext fixes | Renato Botelho | 2010-08-12 | 1 | -2/+2 |
| | |||||
* | Merge remote branch 'mainline/master' into 4_load_balancer_and_services | Renato Botelho | 2010-08-03 | 1 | -6/+26 |
|\ | | | | | | | | | | | | | | | | | Conflicts: usr/local/www/services_captiveportal_ip_edit.php usr/local/www/services_captiveportal_mac_edit.php usr/local/www/services_dhcp_edit.php usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php | ||||
| * | fix several cosmetic issues. add an icon type for the "both" direction, fix ↵ | Chris Buechler | 2010-07-28 | 1 | -6/+20 |
| | | | | | | | | icons for other directions | ||||
| * | Add a subnet option to allowed ip addresses on CP. | Ermal | 2010-07-22 | 1 | -0/+6 |
| | | |||||
* | | Corrections gettext implementation on services_captiveportal_ip.php | Carlos Eduardo Ramos | 2010-07-21 | 1 | -1/+1 |
| | | |||||
* | | Implement gettext() calls on services_captiveportal_ip.php | Carlos Eduardo Ramos | 2010-07-13 | 1 | -18/+19 |
|/ | |||||
* | Remove auth logs tab, since it is handled by the log link above. | jim-p | 2010-06-02 | 1 | -1/+0 |
| | |||||
* | Add status/log links to Captive Portal pages | jim-p | 2010-06-02 | 1 | -0/+3 |
| | |||||
* | Revert "add a status tab to the CP screens as well", this is just a tad too long | Chris Buechler | 2010-05-28 | 1 | -1/+0 |
| | | | | This reverts commit 881eb09217613337da4dd5376a038446a0e18b1c. | ||||
* | add a status tab to the CP screens as well | Chris Buechler | 2010-05-28 | 1 | -0/+1 |
| | |||||
* | add auth logs tab to CP screens | Chris Buechler | 2010-05-28 | 1 | -0/+1 |
| | |||||
* | Ticket #566. Reimplement the allowed ips keeping previous funcitonality and ↵ | Ermal | 2010-05-03 | 1 | -2/+10 |
| | | | | improving by adding a both direction. The problem with previous commit is that it always assumes that allowed ip address would have a pipe configured and entires without one would just get dropped. | ||||
* | add double click to edit | Chris Buechler | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | Remove all code for directions it is not needed any more on passthrough ip's. | Ermal | 2010-04-22 | 1 | -6/+0 |
| | |||||
* | Add a new option which allows the admin user to configure CP so that it ↵ | Ermal | 2010-04-20 | 1 | -2/+3 |
| | | | | automatically enters an MAC passthru entry. The MAC is taken from login details and has to be removed manually. Also do improvements on rules handling and pipes. Add some optmizations. Teach the GUI/backend on ip/mac passthrough to configure a bw limit for this entries. | ||||
* | Include commonly used .inc files such as filter.inc, shaper.inc, etc | Scott Ullrich | 2009-11-24 | 1 | -1/+4 |
| | |||||
* | Rework includes/require. This saves about 4 megabytes. | Scott Ullrich | 2009-11-21 | 1 | -0/+1 |
| | | | | Simplify get_memory(). Tested on mips/i386 | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+4 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Use ipfw tables for allowed ips. This reduces the number of rules needed for ↵ | Ermal Luçi | 2009-08-13 | 1 | -19/+6 |
| | | | | them and speedups things when this list is big. This simplifies even deleteing an allowed ip from services->captiveportal->allowedips since we just need to remove them from the table. | ||||
* | Clear guiconfig from all sort junk functions and put them on the specific ↵ | Ermal Luçi | 2009-06-30 | 1 | -1/+0 |
| | | | | | | pages where they are needed. Remove some sort functions not used. | ||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -7/+4 |
| | | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification | ||||
* | Port voucher login ability on CaptivePortal from M0n0Wall. | Charlie | 2009-06-13 | 1 | -0/+1 |
| | | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall. | ||||
* | * Create two new functions lock($subsystem)/unlock() to have more reliable ↵ | Ermal Luçi | 2009-05-08 | 1 | -2/+0 |
| | | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too. | ||||
* | Modify captive portal to use centralized user management. The user manager has | mgrooms | 2009-03-15 | 1 | -1/+0 |
| | | | | been modified to include an account expiration option to support this service. | ||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -0/+8 |
| | | | | | | | | 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 | ||||
* | Ticket #1703 - fix image tags | Bill Marquette | 2008-05-17 | 1 | -2/+2 |
| | | | | MFC: for 1.2.1 | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Add a plus button on the top header of these pages. | Seth Mos | 2007-05-08 | 1 | -2/+16 |
| | | | | This to make it easier on large configurations. | ||||
* | correct the html structure, and show errors properly | Scott Dale | 2007-04-26 | 1 | -0/+3 |
| | | | | MFC: asap | ||||
* | Reload allowed ip addresses upon saving. We do not need to control a reboot ↵ | Scott Ullrich | 2007-02-25 | 1 | -3/+3 |
| | | | | scenario here. | ||||
* | MFC 14070 | Scott Ullrich | 2006-08-31 | 1 | -12/+11 |
| | | | | fix: removed redundant Apply Changes button | ||||
* | not the file manager tabs, don't highlight | Scott Ullrich | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Sync w/ m0n0wall 1.21 | Scott Ullrich | 2006-01-04 | 1 | -12/+11 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Remove reboot required checks | Scott Ullrich | 2005-12-14 | 1 | -3/+3 |
| | |||||
* | Remove "Extra" Apply button | Scott Ullrich | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | Remove double <br/> ... It was not the correct fix. The correct fix was ↵ | Scott Ullrich | 2005-09-16 | 1 | -2/+0 |
| | | | | the Title | ||||
* | Output page title | Scott Ullrich | 2005-09-16 | 1 | -0/+1 |
| | | | | Ticket #511 | ||||
* | Update image locations | Scott Ullrich | 2005-09-15 | 1 | -7/+7 |
| | |||||
* | Themeify image locations | Scott Ullrich | 2005-09-15 | 1 | -7/+7 |
| | |||||
* | <br/> twice before tables. no funny pun, sorry. | Scott Ullrich | 2005-09-15 | 1 | -0/+2 |
| | |||||
* | Convert back to our tab system | Scott Ullrich | 2005-09-14 | 1 | -7/+9 |
| | |||||
* | Add back pfSense header. | Scott Ullrich | 2005-09-13 | 1 | -0/+5 |
| | |||||
* | Sync with m0n0wall 1.2b10: | Scott Ullrich | 2005-09-13 | 1 | -54/+30 |
| | | | | | | | | TODO: * Add back sexy curved tabs, etc * Change image locations to themes * Add back pfSense header information and set page titles | ||||
* | updating files to use theme images | Erik Kristensen | 2005-07-21 | 1 | -7/+7 |
| | | | | | removing images from /usr/local/www adding specific images into the correct theme directories | ||||
* | Fix bottom rounds | Bill Marquette | 2005-07-04 | 1 | -8/+4 |
| |