summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* split dhcpv6 server and ra #2361Darren Embry2012-06-082-756/+27
|
* remove the RA stuff from services_dhcpv6 for #2361Darren Embry2012-06-081-69/+11
|
* rename menu item for #2361Darren Embry2012-06-081-1/+1
|
* prep work for splitting dhcpv6 and RA for #2361.Darren Embry2012-06-081-0/+963
|
* fix select_source optionMarcello Coutinho2012-06-071-26/+27
|
* do #2467 only show GWs from same addr fam oncreateDarren Embry2012-06-071-8/+72
|
* minor indentation fixDarren Embry2012-06-071-3/+3
|
* While I'm here, don't test these with isset, just test directly, since they ↵jim-p2012-06-072-6/+6
| | | | will be set to true/false in globals.inc
* Provide a way to disable the pkg info linkjim-p2012-06-072-2/+8
|
* Bye, bye olsrd back to packages.Ermal2012-06-071-1/+0
|
* Get rid of carpdev, it will never beErmal2012-06-075-61/+5
|
* Detour through check_reload_status and only when the settings get applied ↵Ermal2012-06-072-8/+2
| | | | not when the gateway has been changed.
* Change the DHCPv6 services page into a RA and DHCPv6 section, move some of ↵smos2012-06-061-19/+68
| | | | | | | | the variables. Add drop down to select carp vip for that interface for CARP advertisements Allow setting the RA priority. Redmine ticket #1829
* Make sure the page does match as we trying to match the page to the url path ↵Warren Baker2012-06-051-1/+1
| | | | and not the full url
* Enhance the gateways status widget. Show Pending when it's not ready yet, ↵smos2012-06-041-6/+13
| | | | show unknown when it really isn't online.
* Some minor enhancements from renaming the Gathering Data to Pending.smos2012-06-042-11/+14
| | | | When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
* Use "Pending" instead of gathering data, which is shortersmos2012-06-041-3/+3
|
* Allow for Null routessmos2012-06-042-2/+2
|
* Allow for /128 IPv6 route entries in static routes.smos2012-06-041-1/+1
| | | | Redmine ticket #2470
* Change style of this jquery call, the method that was used did not work ↵jim-p2012-06-031-4/+4
| | | | properly.
* Include github changelog link to package version when ↵Marcello Coutinho2012-06-031-31/+66
| | | | $g['disablepackagehistory'] is not set, domtt titles, remove package info column and move package info to description tab
* Include github changelog link to package version when ↵Marcello Coutinho2012-06-031-31/+52
| | | | $g['disablepackagehistory'] is not set , domtt titles, remove package info column and move package info to description tab
* Change jQuery function attr() to prop()ccesario2012-06-031-3/+3
|
* Add Gateway Group support to the IPsec interface drop down.smos2012-06-033-0/+29
| | | | | | Edit of gateway group correctly reflects the new IP Address. We need to make a blacklist for interface names in the gateway group edit page. Redmine ticket #1965
* Allow for failover DynDNS hostnames.smos2012-06-032-5/+11
| | | | | | replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow. We can't put the logic inside get_real_interface() as this would create a recursion Redmine ticket #1965
* Allow for selection of a gateway group as a interface to monitorsmos2012-06-022-12/+34
| | | | Redmine ticket #1965
* The gateway groups array now knows about vips to be tied into that gateway ↵smos2012-06-021-15/+26
| | | | | | group so we can tie the groups into services. Redmine ticket #1965
* Add a virtual IP field to a interface in the gateway groups edit screen.smos2012-06-021-3/+37
| | | | Redmine ticket #1965
* include more features to interfaces_selection Marcello Coutinho2012-06-011-29/+50
| | | | | | | | <showips> <showvirtualips> <showlistenall> <hideinterfaceregex> New features will show only with these new options on xml file
* Fixes #2428. Reference limiters in rules by name to avoid issues. Also put ↵Ermal2012-06-012-95/+105
| | | | upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.
* Fix function call namejim-p2012-06-011-1/+1
|
* Actually save the IPprotocol variable into the config, otherwise it stil ↵smos2012-06-011-0/+1
| | | | | | | | | | | won't work. People will likely need to edit and save their gateways now if they have double entries. e.g. both manual and automatically added entries, these will dissapear as soon as you save. If we know if the gateway or monitor is ipv4 or ipv6 we can autodetect which prevents this. Because we don't know what address family the gateway on a dual stack interface belongs to we better not guess, and let the user figure it out. Often, a edit and save is the fastest. For upgrading from 2.0 we could mark all gateways as being ipv4 which prevents half of the issues. Redmine ticket #2463
* Show current/updated repo package description instead of local/cached ↵Marcello Coutinho2012-05-311-3/+3
| | | | description.
* new pkg_edit.php code with revised functions, no 0-99 loop on row_helper, ↵Marcello Coutinho2012-05-311-578/+547
| | | | | | | movable rows, tootip with domtt. new field types button, info as well combinefileds working and colspan2 on nodisplaname option. jquery code improved too. tested on squid, dansguardian, sshdcond , filer , pfblocker package.
* Add a inet46 filter type on the firewall rules page. I have locked down a ↵smos2012-05-312-1/+26
| | | | | | | few of the most common limitations. Still arguing if we should lock this down even further to aliases only. Redmine ticket #2466
* Finally give in and sprout a Internet Protocol drop down on the gateways ↵smos2012-05-311-2/+22
| | | | | | | edit screen. With added validation and multiple detection parts to work when the value is not set yet. Redmine ticket #2463
* Rather than doig a string search do a proper matching of selected ↵Ermal2012-05-301-3/+4
| | | | interfaces. Fixes #2378
* Clarify comment. Fixes #2270Ermal2012-05-301-1/+1
|
* Fix copy/paste-ojim-p2012-05-301-2/+2
|
* Fix input validation and import test.jim-p2012-05-301-9/+6
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-303-4/+137
| | | | binding. Respect old ntp settings in the process.
* Fix filename (Ticket #2459)jim-p2012-05-301-1/+1
|
* Disable autocomplete on all but the login form. Fixes #2459jim-p2012-05-301-2/+9
|
* Fix a couple misdirected form submissionsjim-p2012-05-292-3/+3
|
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-291-0/+21
| | | | | | | | default of 1000 is too low for systems with >500 aliases. Conflicts: etc/inc/filter.inc
* Add missing div tagjim-p2012-05-281-0/+1
|
* Ticket #2455: do not check encryption algo for AH protocolPierre POMES2012-05-261-12/+17
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-252-87/+157
| | | | Implements #1986
* Make sure that we only perform validation if the GW name is filled as well ↵smos2012-05-251-5/+7
| | | | as a IP address
* drag and drop function to reorder lists on pkg framework using jquery. Marcello Coutinho2012-05-251-8/+119
| | | | | | also new features like base64,description, tooltip custom texts. tested with sorting features too. related post on forum http://forum.pfsense.org/index.php/topic,49322.msg264514.html#msg264514
OpenPOWER on IntegriCloud