summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
Commit message (Collapse)AuthorAgeFilesLines
* 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
* OpenVPN: remove keepalive, its already hardcodedMartin Fuchs2008-04-052-12/+0
|
* OpenVPN: added keepalive and infinite resolver optionsMartin Fuchs2008-04-053-0/+18
|
* OpenVPN: my fault... now its correct... the server pushes the commands...Martin Fuchs2008-04-042-6/+6
|
* OpenVPN: redirect-gateway added [for CSC]Martin Fuchs2008-04-031-1/+6
|
* OpenVPN: redirect-gateway addedMartin Fuchs2008-04-031-0/+6
|
* Remove ugly hacks and use propper method for dispalying generated ciphers.Ermal Luçi2008-03-061-6/+1
|
* Correct typo.Ermal Luçi2008-03-061-1/+1
|
* Switch to using generated certificates for server mode.Ermal Luçi2008-03-062-65/+14
|
* Show the certificate tab in all openvpn configuration tabs.Ermal Luçi2008-03-052-0/+8
|
* Use the new introduced pages.Ermal Luçi2008-03-041-1/+1
|
* Introduce the Certificate generation tab for openvpn and use the certifacte ↵Ermal Luçi2008-03-021-0/+4
| | | | | | generation page created by Scott. Add the table missing tab to the certificate generation page.
* touch up textChris Buechler2008-02-141-1/+1
| | | | Ticket #1644
* touch up textChris Buechler2008-02-141-17/+17
| | | | Ticket #1644
* touch up textChris Buechler2008-01-111-1/+1
| | | | Ticket #1577
OpenPOWER on IntegriCloud