add TCP 1119 for battle.net
Validate time server. Should be the last thing that fixes #464
Do more strict validation on WAN setup fields. Ticket #464
Do some more strict validation on hostname, domain, and DNS servers. Ticket #464
Validate MTU in setup wizard. Ticket #464
Fix some errors in spelling, punctuation, grammar, etc.
Remove remote network from wizard, it is not used for a Remote Access VPN.
Fix more inconsistent capitalization.
Fix punctuation.
Fix some inconsistent capitalization on labels
fix "Invalid argument supplied for foreach"
Add dynamic IP option to OpenVPN wizard.
Perform IP/Host and Port number validation for Authentication servers in the OpenVPN Wizard.
Restrict country code entry in the OpenVPN wizard to two letters.
Fix default port choices for LDAP/RADIUS server in OpenVPN wizard.
Fix OpenVPN port default choice in Wizard. Also fix protocol specification. (Should be Uppercase)
Fix CA cert dupe detection when no certs yet exist.
Add titles to wizard steps, change some wording to be more consistent.
Perform more strict validation on CA and Cert names before proceeding in the wizard.
Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket #500.
OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and some backend bits for RADIUS. Ticket #500.
Fixup OpenVPN wizard LDAP settings. Ticket #500.
Add/fix wording of descriptions in OpenVPN wizard.While I'm here, convert leading spaces to tabs.
fix text
Default to on for address pools.
Add some descriptions. Default to local port 1194 when no other server is configured.
Correctly show cipher list
Add the counterpart of enablefields.
Actually get values from the CA based on what was choosen during wizard.
Try to prefill values if creating a certificate.
Merge common name fields with descriptive name. Default to 3650 days of lifetime and 2048 bits key length.
The Openvpn rule does not need proto.
Fix rule creation.
Remove the special char from the name it makes the xml parser bail.
Fix my name
Add my copyright
Correct field name.
Fix index.
Final touches.
Correct check.
Correct logic.
Add globals vars.
More improvements.
Improve wizard.
Improve wizard by adding more steps and cleaness.
Improve the wizard. Make it produce a correct openvpn server config.
More fixes.
Fix name of input.
Add openvpn server wizard.
Ticket #314. Commit somewhat variant of patch provided on ticket to allow checking allow dns override.
Do not skip lan on the multi lan wizard.
Use propper field names.
Bind to correct fields for the PPPoE/PPTP credentials.
Resolves #220. Fixed because of missed changes as in Ticket #170.
Set location of header request
When working with one interface only, do not attempt to setup lan during setup wizard. Ticket #158
Resolves #169. Show interface friendly names during the wizards. Some more cosemtics is needed in this wizard but this is a first step.
Fix problems with traffic shaper wizards not propperly handling the parameter at first step.
Unbreak the wizards. Some one enabled this disabled parts without even testing! Pointy-hat-to: scott@?!
Uncomment safety-belt checks that are required to avoid filter errors. Not sure why they are uncommented? Unfinished testing is my first guess.
Fixed a few typos, expanded HCBI description, Expanded other descriptions.
Expanded on the description of the wizard so it is clearer about the situation it is to be used for.Added the LAN acronym to the number of interfaces question, so it would be clearer.
Reformat file
Remove extra listtopic
Restore correct variable
Add listtopics for VoIP screen cleaning it up
Humans are not mathematicians by default so telling them interface 0 does not compute. Use +1
We know these interfaces are WAN, rename interface to WAN
Break each interface up into their own listoptics
Change variables to match the form
Change 'Interface of this connection' to 'Select interface #X that you would like to shape'
Change numberconnections to Enter number of XXX type connections
game was canceled... no longer available...
Set the penalty box color to red Resolves #25 on 2.0.
Fix some typos in wizard.php code introduced by previous commit.Add 'displayname' even to option fields of select.Convert traffic_shaper_wizard to use display better names with the introduced 'displayname'
move after reload_all
Skip sleep if argument is specified, and update bogons at end of setup wizard.
Fix pptp dial on demand and idle timeout wizard fields which haveNEVER worked correctly to begin with. Oops.
Savew timeout and dial on demand
Fix ticket #1837.
Use ECN for the queues created by the wizard which is a more recent technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA release!
The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.
Correct a problem with the setup wizzard. It was using a legacy method toset the administrative password. This was causing failures while parsingthe xml file.
Unbreak wizard.
Pointy-hat-to: me
fix traffic_shaper_wizard.xml error in line 57
Cleanup authentication code. The basic auth method, the passwd, htpasswdand pam backing functions have been removed. The basic auth method waslegacy code and the backing functions were redundant with no added valuethat I could see. A simplified replacement backing function named...
readd HBCI & ArchLord to the shaper
Reactivate setting the root queue bandwidth so rules created by wizards do not failwith interfaces that cannot report their bandwidth.This involves people to do some manual setup on multi-lan setups but it is better than failingand telling them to fix everything by hand.
Fix typo noted in ticket #1657MFC: for 1.2.1
Add initial code to allow user to record installation hardware info(dmesg -a).
Make the wizards up to date.
Fixup wizards queue generation.
Fixup wizards
Temporarily change my name partially to unbreak the wizards of the shaper.XML parser does not like it for now..