Code Style sbin tmp usr
Bits and pieces from sbin tmp and usr but not yet usr/local/www
unnecessary but lets just add this for safety
multiple allow/deny entries for UPnP (rowhelper)
remove old permission box fields
with this additional change we can allow infinite number of entriesrather than just 500 due to the for loop set to a max of 500 because therowhelper control doesnt post as an array but just adds a number at the...
This patch will allow the web GUI for UPnP to enter more user specifiedentries rather than just 4, I replaced the 4 boxes with one rowhelpercontrol
Time to let these go
Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code
Typo CIDR in UPnP GUI page
As reported by johnpoz https://forum.pfsense.org/index.php?topic=84964.0
Recent versions of miniupnpd does not accept IPv4 address anymore, use interface name always. It fixes #3874
Escape parameters passed to shell_exec()
make listening on interface rather than IP optional for miniupnp
Fix call-time pass-by-reference in UPnP
make miniupnpd listen on interface instead of IP
The 'listening_ip' option in miniupnpd.conf can accept an interface namedirectly instead of having to translate it to an IPv4 address first. (This isactually required if IPv6 support is enabled.)
standardize on https://www.pfsense.org, point to packages.pfsense.org
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
Remove sasycnd remenant file
Fix interface selections on UPnP to show the customized descriptions entered by the user. While here, add an external interface selection knob. Fixes #3141
Conflicts:
etc/inc/pkg-utils.inc
Remove RIP since it's a package again. See ticket #648
Fix indent and whitespaces
This seems to break upnp for IPv4 in other ways, and we have since disabled IPv6 in the daemon while compiling anyhow. Revert "In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow."...
Standardize hypenation and capitalization of Pre-Shared Key
More shortcuts
This works here, too...
In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow.
Bye, bye olsrd back to packages.
options for auto-summary/supernet
Use curlies to be very sure, yes
Add the subnet bits to the config
Move CARP settings from pkg XML to a real PHP page
https://redmine.pfsense.org/issues/647
Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158
Remove obsolete file lurking on installs.
Allow people to enter another user than admin for syncrhonizing in the carp settings page.
Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342
Fix #1277Wasn't able to remove the multicast RIPv2 discovery at startup, butall ripv1 response's are gone now.
Fixes #1514. Differentiate in the carp settings between layer7, limiter and queues so layer7 and limiters do not rely on queues being active.
Add GUI option to CARP settings for syncing certs. It was in the backend code but not the GUI. Fixes #1316
Remove custom code for checking ip_addr and use the pfsense provided one.
Do not be so drastic on normal failure.
More fixes to comments and code for upnpd. Also bring up to speed the stop/start logic.
Improve logging and some tests during miniupnpd config generation.
This is not true anymore as piece of code.
Correctly get only the interface mac address rather than any other found mac on this interface.
fix text
Fix routed starting. Reported-by: http://forum.pfsense.org/index.php/topic,29015.0.html
Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to understand and use.
Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items required additional files to be updated to reflect correct path.
Fix misc input validation errors. Move routed/* to same dir as pkg items
Add Captive Portal CARP configuration synchronization
Fix the end of this file.
Optionally sync users and groups via xmlrpc. Fixes #650
Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for the patch.
Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync.
Fix RIP code to be compliant with 2.0.
Catch up with php5 changes on array.
Fix typo
fix typos
Add listtopic. Remove tab
s/interfaces_carp_configure/interfaces_carp_setup/
Do not enable / disable javascript field. Resolves #41
Fix potential bug in UPnP config.If the shaper has never been used, the value being checked may not exist or not be an array.
Add traffic shaper queue field to UPnP config
Adding enablefields tag to enable/disable form elements
don't kill routed unless it's running to avoid error in system log
Add (s)
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Eliminate interfaces_carp_bring_up_final()
Shutdown client instances upon deleting.
Pass mode
Shutdown deleted process
clean up text
change default value, fix white space
shared key needs to be input field
fix wording
Begin adding OpenVPN users feature.
Differentiate between shared key and pki on the GUI.Fix some errors with the javascript
OpenVPN: remove keepalive, its already hardcoded
OpenVPN: added keepalive and infinite resolver options
OpenVPN: my fault... now its correct... the server pushes the commands...
OpenVPN: redirect-gateway added [for CSC]
OpenVPN: redirect-gateway added
Remove ugly hacks and use propper method for dispalying generated ciphers.
Correct typo.
Switch to using generated certificates for server mode.
Show the certificate tab in all openvpn configuration tabs.
Use the new introduced pages.
Introduce the Certificate generation tab for openvpn and use the certifacte generation page created by Scott.Add the table missing tab to the certificate generation page.
touch up text
Ticket #1644
Ticket #1577
Ticket #1569
OpenVPN-multi-interface-patches by Fernando Tarl? Cardoso Lemos
Ticket 1709: fixed typo in OpenVPN cfg-page
Ticket 1709: fexed typo in OpenVPN cfg-page
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
- clean up miniupnpd.inc use array directly instead of seperate function
MFC fix to RELENG_1