summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* until 2.0.1 is tagged, Revert "Add a checkbox that disabled automatically ↵RELENG_2_0_1Chris Buechler2011-12-202-17/+1
| | | | | | generates negate rules for directly connected networks and VPNs" This reverts commit 9ae39b01fb7dfd9c27091e3fae7e034e9e115519.
* Add a checkbox that disabled automatically generates negate rules for ↵smos2011-12-202-1/+17
| | | | | | directly connected networks and VPNs Ticket #2057 in redmine
* Use quick on DHCP server rules. Should fix #2041jim-p2011-12-121-5/+5
|
* Some sections should just be copied and not merged or we end up unable to ↵jim-p2011-12-121-1/+14
| | | | sync the deletion of the last item in a section.
* Ensure we always write out a blank spd.conf if there are no phase 2 entries. ↵jim-p2011-12-091-11/+10
| | | | If you delete the last phase 2 and then apply, it will still be in spd.conf and used by racoon even with no phase 2's configured.
* Fixes this: http://redmine.pfsense.org/issues/2015Michele Di Maria2011-12-061-3/+5
| | | | I was checking, but if someone of the stuff give it a check it would be much better, since this is a core feature!
* Require guiconfig.incScott Ullrich2011-12-032-0/+4
|
* Fix multi_all wizard to properly verify VoIP bandwidth specified.Ermal2010-12-291-11/+13
|
* variable is not yet available so rebrands get a blank page on the last step ↵Warren Baker2011-11-301-1/+1
| | | | in the setup wizard
* Set PACKAGESITE for 8.1 packagesjim-p2011-11-292-0/+4
|
* When making a server certificate in the wizard, make sure we specify it must ↵jim-p2011-11-291-1/+1
| | | | be a server certificate.
* Describe the serial field on imported CA more clearly. Resolves #2031jim-p2011-11-291-1/+2
|
* Concatenate array, using array_merge() will clobber numerical gateway group ↵smos2011-11-271-1/+1
| | | | entries.
* Fix for redmine ticket #1993. Allow saving multiple dynamic entries.smos2011-11-272-12/+26
| | | | Make sure that return_gateways_status() also returns all gateways that have monitoring disabled as up.
* Ecnlose the host-name in quotes so that numerical values work.smos2011-11-221-1/+1
| | | | Fixes ticket #2020
* Resolves #2018. Add an id to the html object to make javascript workErmal2011-11-221-1/+1
|
* Select the newest of processes to make the command betterErmal2011-11-211-2/+2
|
* Add a ddb.conf that will trigger textdumps for all panics and similar ↵jim-p2011-11-161-0/+3
| | | | crashes, not leave some crashes at a db> prompt.
* Actually save the value typed in the bandwidth limit box for the openvpn ↵jim-p2011-11-161-0/+5
| | | | client instead of ignoring it.
* Check uppercase stringsScott Ullrich2011-11-161-1/+1
|
* Ensure style is set to a valid itemScott Ullrich2011-11-161-4/+10
|
* Ticket #1052. Merge patch referenced in ticket.Ermal2011-11-141-5/+5
|
* Fix order of client/server IPs and add a note, and clarify variable names. ↵jim-p2011-11-101-3/+4
| | | | Fixes #2004.
* When creating an internal certificate, offer the user a choice of what ↵jim-p2011-11-093-5/+54
| | | | constraints to place upon the certificate (CA, Server, or User).
* Prevent link cycling when spoofing mac + DHCP. Fixes #1572jim-p2011-11-081-2/+6
|
* Actually reflect the end time instead of always $now.smos2011-11-071-1/+1
| | | | Fix Ticket #1990
* Fix display of CARP widget to properly show Disabled status, bring code more ↵jim-p2011-11-071-30/+32
| | | | in line with the carp status page, and clean it up a bit.
* If sticky is enabled, show a tab under Diag > States to view the source ↵jim-p2011-11-043-6/+241
| | | | tracking table and clear it if needed.
* description is optionalChris Buechler2011-11-041-1/+1
|
* description is optionalChris Buechler2011-11-041-1/+1
|
* Bump to 2.0.1-Rjim-p2011-11-021-1/+1
|
* Fixes #1976. Correct passthrough mac entries to not overwrite each other ↵Ermal2011-11-021-5/+2
| | | | this is different from allowed ips that used tables.
* Convert MTU from 1.2.3 to MSS on 2.0, fixes #1886jim-p2011-11-011-0/+11
|
* Fix SMTP monitor check in upgrade code, too.jim-p2011-11-011-2/+2
|
* Fix default SMTP monitor parameters so they will properly check to see if an ↵jim-p2011-11-011-2/+2
| | | | SMTP banner is received.
* Relayd expects send/expect arguments to be quoted strings. (And expect must ↵jim-p2011-11-011-2/+2
| | | | be a pattern, not just a partial string)
* Reformat the DNS Forwarder page a bit so it conforms with the other pages. ↵jim-p2011-10-281-32/+50
| | | | Add some headers to make it more clear what each section does. Cosmetic changes only.
* Assume a default value of 1 for cert_depth to disallow chaining.jim-p2011-10-272-1/+7
|
* Add GUI option to limit the certificate depth allowed when OpenVPN clients ↵jim-p2011-10-273-0/+125
| | | | are connecting.
* Specify full path to openssl.cnf, and select the relevant section to use ↵jim-p2011-10-271-0/+6
| | | | when generating certificates.
* Fix up syslog settings a bit, add some missing options, fix formatting of ↵jim-p2011-10-262-134/+137
| | | | syslog.conf, correct behavior of 'everything', code cleanup.
* Increase the GROW for the 60 minute RRA so that we have atleast 2160 entries ↵smos2011-10-261-1/+1
| | | | for 3 months worth of data.
* Add back the accidentally removed xml rrd restore line, otherwise we still ↵smos2011-10-261-0/+2
| | | | | | don't have the new RRD file Ticket #1758
* Correct typo in command.smos2011-10-251-1/+1
| | | | Ticket #1758
* Ok, let's try not to corrupt the RRD files on upgrade. Leave the RRA ↵smos2011-10-251-2/+7
| | | | | | | archives for the 720 minutes average at 1000. Then run a rrdtool resize command to grow the RRA by 1000 and 2000 for the 60 and 720 average respectively. Attempts to further fix ticket #1758
* Do not pass the ldap port separately, but add it to the LDAP URL. PHP's ↵jim-p2011-10-251-24/+19
| | | | ldap_connect() ignores the passed port parameter if the first parameter is a URL instead of a hostname.
* Show RTT and Loss on Status > Gateways, not just on the widgetjim-p2011-10-241-1/+19
|
* Don't run ldap_urlchange on page load if there is a custom port, otherwise ↵jim-p2011-10-241-1/+2
| | | | it appears to ignore a custom LDAP port even when it's correct in the config.
* fix textChris Buechler2011-10-221-3/+3
|
* Shorten the NEGATE rule label as these are too longsmos2011-10-211-1/+1
|
OpenPOWER on IntegriCloud