summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* More typos/text fixes.jim-p2011-10-191-3/+3
|
* Fix typojim-p2011-10-191-1/+1
|
* Fix typojim-p2011-10-191-1/+1
|
* Modify code to remove memory usage to prevent a Out of Memory condition when ↵smos2011-10-181-12/+14
| | | | | | upgrading the RRD database on a 128MB system. Ticket #1758
* Add missing ?, fix uname display. Fixes #1960jim-p2011-10-171-1/+1
|
* Fixes #1948. Do not specify an interface for the Voip rules that intend a ↵Ermal2011-10-154-4/+4
| | | | source ip.
* Remove the old direct_networks table which is not used throughout the filter ↵smos2011-10-131-7/+20
| | | | | | | | | | code. Instead we now create a negate_networks table which contains both vpns, directly connected networks (static routes) which should never be tagged for policy routing which breaks traffic. This fixes Ticket #1950 and needs to be MFC to 2.0 for 2.0.1 Conflicts: etc/inc/filter.inc
* Add no nat/rdr rules for carp protocol so people do not screw their setups.Ermal2011-10-131-1/+3
|
* Move the old databases to the backup folder in confsmos2011-10-131-1/+1
| | | | Fixes ticket #1758
OpenPOWER on IntegriCloud