summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Gateway Group support to the IPsec interface drop down.smos2012-06-034-1/+30
| | | | | | 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-034-10/+36
| | | | | | 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-022-15/+32
| | | | | | 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
* Add statistic functions for the ZTE modemssmos2012-06-022-7/+53
|
* Add support for the ZTE modem statssmos2012-06-021-4/+8
| | | | Should be generic enough for other modems too.
* Move the SIM Pin and APN settings to the modem setup since we need these ↵smos2012-06-021-2/+2
| | | | only once.
* Fix the PinReady command not found error.smos2012-06-021-2/+5
| | | | Add a log command to show where you are dialing to.
* Unbreak tree, add }smos2012-06-021-0/+1
|
* We are on FreeBSD 8.3 nowsmos2012-06-022-8/+13
|
* Escape the shell variablesmos2012-06-021-1/+1
|
* Merge pull request #119 from marcelloc/patch-15Scott Ullrich2012-06-011-29/+50
|\ | | | | include more features to interfaces_selection
| * 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-016-127/+232
| | | | upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.
* Include util.inc and IPv6.inc before config.lib.inc.smos2012-06-012-4/+3
| | | | Several parts of the config upgrade relay on functions in these.
* Make sure we include "util.inc" during config upgrade. We need is_ipaddrv4() ↵smos2012-06-011-0/+1
| | | | during upgrade which is triggered from gwlb.inc
* Fix function call namejim-p2012-06-011-1/+1
|
* Make sure to get the real interface in case we get passed a friendly interfacesmos2012-06-011-1/+2
| | | | Redmine ticket #2463
* Actually save the IPprotocol variable into the config, otherwise it stil ↵smos2012-06-012-2/+7
| | | | | | | | | | | 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
* Merge pull request #116 from marcelloc/patch-14Scott Ullrich2012-05-311-3/+3
|\ | | | | Show current/updated repo package description instead of local/cached de...
| * Show current/updated repo package description instead of local/cached ↵Marcello Coutinho2012-05-311-3/+3
|/ | | | description.
* Merge pull request #115 from marcelloc/patch-13Scott Ullrich2012-05-311-578/+547
|\ | | | | new pkg_edit.php code with revised functions, no 0-99 loop on row_helper...
| * 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.
* Rename old RRD quality database to the new GW name so we continue the graph.smos2012-05-311-0/+7
|
* Add a inet46 filter type on the firewall rules page. I have locked down a ↵smos2012-05-313-1/+29
| | | | | | | 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-312-11/+58
| | | | | | | edit screen. With added validation and multiple detection parts to work when the value is not set yet. Redmine ticket #2463
* Do not allow empty passwords since this might cause problems for some ↵Ermal2012-05-301-2/+2
| | | | authentication servers like ldap. Fixes #2326
* 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-302-10/+7
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-305-7/+158
| | | | binding. Respect old ntp settings in the process.
* Bump to 2.1-BETA0, let the fun begin.jim-p2012-05-301-1/+1
|
* Don't display a "mobile" user without a username.jim-p2012-05-301-1/+2
|
* Skip a few pieces of code earlier. Perform file test on dhcpd logs.smos2012-05-301-6/+11
|
* Fix filename (Ticket #2459)jim-p2012-05-301-1/+1
|
* Add a few micro optimizations, bail out when the file does not exist.smos2012-05-301-3/+6
|
* 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
|
* Up the default for tables to 3000jim-p2012-05-291-4/+3
|
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-293-0/+31
| | | | | | | | 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
|
* Update the link script to parse the arguments 6 and 7 differently.smos2012-05-281-14/+16
| | | | | | | Previously mpd supplied the dns1 string as $6 and the IP as $7. It is now a single argument $6. Apparently this changed somewhere so parse the IP out of there into the correct nameserver file. Also fix the IPv6 string simultaneously Redmine ticket #2458 Might need MFC to RELENG_2_0
* Do not add link-local address on carp interface manually. It causes them to ↵smos2012-05-271-3/+0
| | | | | | go double master. Redmine ticket #2278
* Ticket #2455: do not check encryption algo for AH protocolPierre POMES2012-05-261-12/+17
|
* More validation for ejecting CDrom devices for 3G sticks, needs extra ↵smos2012-05-261-3/+5
| | | | manufacturers. Less typos in variable names also helps a lot.
* Only attempt to remove stale LCK files if they exist.smos2012-05-261-1/+2
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-253-87/+194
| | | | Implements #1986
* Allow for atleast 15 seconds before considering it a timeout, 60 would mean ↵smos2012-05-251-2/+2
| | | | try once, since it would immediately hit the 60 second timeout
OpenPOWER on IntegriCloud