summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Move to varrun_path for consistencyErmal2013-01-031-4/+4
|
* Minimise rewriting of /etc/gettytabPhil Davis2013-01-031-4/+38
| | | | See forum http://forum.pfsense.org/index.php/topic,57325.0.html Avoid possible problems with having a partial /etc/gettytab file by not rewriting it at every boot.
* Tell filterdns to reload the config rather than restart if its runningErmal2013-01-023-11/+22
|
* Make sure a device actually exists before trying to act on it. Fixes #2739jim-p2012-12-311-0/+3
|
* Merge pull request #293 from bcyrill/patch-11Chris Buechler2012-12-301-10/+22
|\ | | | | Add some unobtrusive IPv6 changes to CP
| * Determine subnet from address familybcyrill2012-12-281-4/+5
| |
| * Get IPv6 address for IPv6 clientsbcyrill2012-12-281-4/+11
| |
| * Add [] to IPv6 addressbcyrill2012-12-281-2/+6
| |
* | Merge pull request #294 from bcyrill/patch-12Chris Buechler2012-12-301-1/+1
|\ \ | | | | | | Fix: Invert if condition
| * | Fix: Invert if conditionbcyrill2012-12-281-1/+1
| |/
* | Merge pull request #298 from bcyrill/cp-sqliteChris Buechler2012-12-301-2/+2
|\ \ | | | | | | Various fixes to removal of pipes
| * | Fix: Remove entries from captiveportal DBbcyrill2012-12-291-1/+1
| | |
| * | Fix: Check for the existence of the rules filebcyrill2012-12-291-1/+1
| | |
* | | Merge pull request #301 from bcyrill/cp_patch3Chris Buechler2012-12-301-2/+4
|\ \ \ | | | | | | | | Fix: Voucher Sync
| * | | rename for clarificationbcyrill2012-12-291-2/+2
| | | |
| * | | serialize dbent arraybcyrill2012-12-291-1/+3
| | | |
| * | | Fix: Voucher Syncbcyrill2012-12-291-2/+2
| |/ /
* | | Fix: Disconnect CP clientbcyrill2012-12-291-7/+9
|/ /
* | Merge pull request #296 from bcyrill/patch-14Chris Buechler2012-12-281-5/+13
|\ \ | | | | | | Fix: SQlite in CP
| * | Fix: SQlite in CPbcyrill2012-12-291-5/+13
| |/
* | Merge pull request #286 from N0YB/bogonsv6_commentsChris Buechler2012-12-281-3/+3
|\ \ | |/ |/| pfctl is comment aware (#)
| * Add label to each pfctl logged result line, not just the first one.N0YB2012-12-241-2/+2
| | | | | | | | With this, log filtering can find both the addresses added and deleted bogon records.
| * pfctrl is comment aware (#).N0YB2012-12-181-1/+1
| | | | | | | | | | Leave comments in place so last update info can be retrieved by diagnostics tables. Instead ensure private space is not included.
* | Use file_put_contents for simplicity and concistencyErmal2012-12-281-5/+1
| |
* | Just check the file_exists let pkill decide if its a vaild file or not.Ermal2012-12-281-1/+1
| |
* | GC cmd_chain.inc it never found uses since pfSense module got used more. ↵Ermal2012-12-282-179/+18
| | | | | | | | Also fix the problem with pfsync on bootup waiting 30 seconds since cmd chain was executed after and pfsync was never brought up to compleete the sync.
* | Merge pull request #278 from phil-davis/masterChris Buechler2012-12-262-7/+26
|\ \ | | | | | | Support different package internal name - feature #2603
| * | Support different package internal namePhil Davis2012-12-141-2/+3
| | |
| * | Support different package internal namePhil Davis2012-12-141-5/+23
| | | | | | | | | Allow the package external name (e.g. Ipguard-dev or squid3) to be different from the internal name (ipguard or squid). In particular, this allows package start and stop code to know what the associated package service name and/or *.sh start/stop script name is when the external package name is different.
* | | Merge pull request #289 from phildd/masterErmal Luçi2012-12-261-8/+2
|\ \ \ | | | | | | | | Handle null parameter to services_dyndns_configure
| * | | Handle null parameter to services_dyndns_configurephildd2012-12-261-8/+2
| | | | | | | | | | | | | | | | When service_dyndns_configure is called with a null parameter, it should check/update the dyndns state of all interfaces configured for dyndns. But actually it is only updating gateway groups. e.g. the daily cron job /etc/rc.dyndns.update does not update an ordinary WAN interface. This fixes the problem.
* | | | Fix commentbcyrill2012-12-261-1/+1
|/ / /
* | | Since there is a firewall no need to do ingress checks in the routing tableErmal2012-12-211-0/+2
| | |
* | | Restore needed codeErmal2012-12-191-1/+5
| | |
* | | Various fixes to removal of pipesErmal2012-12-191-8/+4
| | |
* | | Properly setup arrayErmal2012-12-191-2/+2
| | |
* | | Make the script rc.linkuip compatible with ipv6 as well.Ermal2012-12-191-23/+24
| | |
* | | Add IP alias support to GIF interfacesbcyrill2012-12-191-5/+11
| | |
* | | Make gateways for assigned OpenVPN servers as well as clients.jim-p2012-12-182-5/+5
| |/ |/|
* | If there is no roll do not try to save anythingErmal2012-12-181-0/+3
| |
* | Correct field name and add an index for ipErmal2012-12-181-2/+3
| |
* | Convert the CP db to sqlite rather than a text file. Some more optimizations ↵Ermal2012-12-182-83/+109
| | | | | | | | might be needed and probably vouchers db might need conversion as well.
* | Correct limiter queue rule generationErmal2012-12-171-1/+1
| |
* | Put the CP call during reload of interface under function_exists its not ↵Ermal2012-12-171-1/+2
| | | | | | | | fatal and in some scripts captiveportal might not be included
* | Move down a bit of codeErmal2012-12-171-5/+5
| |
* | Add square brackets around IPv6 addressesbcyrill2012-12-171-3/+7
| |
* | Needs more thought - might route something an unintended path. Perhaps a ↵jim-p2012-12-171-2/+0
| | | | | | | | | | | | checkbox. Revert "Exclude the VPN peer from routes so as to not break connectivity to the actual VPN peer if a route includes its IP." This reverts commit 5d8e8c9d25b55c6d3260e69fcf4620f76488d173.
* | Do not flush tables on save of CP. This should allow the informations to be ↵Ermal2012-12-171-27/+15
| | | | | | | | retained during cp reconfigurations.
* | Handle even hostname through filterdns entries correctly now that only 3/4 ↵Ermal2012-12-171-52/+36
| | | | | | | | table exists and they consider pipe argument. While here adapt addinga hostname without reloading CP
* | There is no more table 7,8Ermal2012-12-171-2/+0
| |
OpenPOWER on IntegriCloud