summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
Commit message (Collapse)AuthorAgeFilesLines
* Add this fix here too for upnp, set the bits when specifying the listening IP.jim-p2013-01-041-1/+2
|
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-011-1/+1
|
* Remove obsolete file lurking on installs.Ermal2011-06-151-234/+0
|
* Allow people to enter another user than admin for syncrhonizing in the carp ↵Ermal2011-06-141-0/+8
| | | | settings page.
* Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342jim-p2011-06-081-1/+5
|
* Fix #1277Bill Marquette2011-05-261-4/+9
| | | | | Wasn't able to remove the multicast RIPv2 discovery at startup, but all ripv1 response's are gone now.
* Fixes #1514. Differentiate in the carp settings between layer7, limiter and ↵Ermal2011-05-181-3/+15
| | | | 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 ↵jim-p2011-03-021-1/+7
| | | | code but not the GUI. Fixes #1316
* Remove custom code for checking ip_addr and use the pfsense provided one.Ermal2011-03-021-5/+3
|
* Do not be so drastic on normal failure.Ermal2011-03-021-1/+1
|
* More fixes to comments and code for upnpd. Also bring up to speed the ↵Ermal2011-03-021-18/+11
| | | | stop/start logic.
* Improve logging and some tests during miniupnpd config generation.Ermal2011-03-021-16/+11
|
* This is not true anymore as piece of code.Ermal2011-03-011-9/+0
|
* Correctly get only the interface mac address rather than any other found mac ↵Ermal2011-03-011-1/+1
| | | | on this interface.
* fix textChris Buechler2011-01-051-1/+1
|
* Fix routed starting. Reported-by: ↵Ermal2010-12-221-19/+9
| | | | http://forum.pfsense.org/index.php/topic,29015.0.html
* Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to ↵jim-p2010-11-301-59/+61
| | | | understand and use.
* Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items ↵Warren Baker2010-11-081-5/+5
| | | | required additional files to be updated to reflect correct path.
* Fix misc input validation errors. Move routed/* to same dir as pkg itemsScott Ullrich2010-11-062-0/+0
|
* Add Captive Portal CARP configuration synchronizationScott Ullrich2010-08-291-0/+6
|
* Fix the end of this file.jim-p2010-08-031-2/+1
|
* Optionally sync users and groups via xmlrpc. Fixes #650jim-p2010-08-021-0/+7
|
* Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for ↵jim-p2010-07-142-11/+29
| | | | the patch.
* Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set ↵jim-p2010-06-111-2/+6
| | | | 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.Ermal Luçi2010-03-051-10/+9
|
* Catch up with php5 changes on array.Ermal Luçi2010-03-051-2/+6
|
* Fix typojim-p2010-02-261-1/+1
|
* fix typosChris Buechler2009-12-071-1/+1
|
* Add listtopic. Remove tabsullrich2009-11-281-7/+5
|
* s/interfaces_carp_configure/interfaces_carp_setup/Ermal Luçi2009-11-242-3/+3
|
* Do not enable / disable javascript field. Resolves #41Scott Ullrich2009-08-231-1/+0
|
* Fix potential bug in UPnP config.jim-p2009-08-151-1/+5
| | | | 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 configjim-p2009-07-092-1/+23
|
* Adding enablefields tag to enable/disable form elementsManoel Carvalho2009-06-261-0/+1
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-8/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* don't kill routed unless it's running to avoid error in system logChris Buechler2009-04-071-2/+3
|
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-7/+2
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* Add (s)Scott Ullrich2009-03-031-1/+1
|
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-232-4/+4
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-263-733/+0
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Eliminate interfaces_carp_bring_up_final()Scott Ullrich2008-07-071-1/+0
|
* Shutdown client instances upon deleting.Scott Ullrich2008-04-281-0/+3
|
* Pass modeScott Ullrich2008-04-281-1/+1
|
* Shutdown deleted processScott Ullrich2008-04-281-0/+3
|
* clean up textChris Buechler2008-04-271-8/+8
|
* change default value, fix white spaceChris Buechler2008-04-271-2/+2
|
* shared key needs to be input fieldChris Buechler2008-04-271-1/+1
|
* fix wordingChris Buechler2008-04-271-3/+3
|
* Begin adding OpenVPN users feature.Scott Ullrich2008-04-263-12/+24
|
* Differentiate between shared key and pki on the GUI.Ermal Luçi2008-04-111-1/+8
| | | | Fix some errors with the javascript
OpenPOWER on IntegriCloud