summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* switch to using the fullbogons-ipv4.txt from Cymru, and standardize paths to ↵Chris Buechler2012-12-091-8/+8
| | | | /lists/
* Add extra checks for reading and saving certain wireless settings and fix an ↵Erik Fonnesbeck2012-12-081-4/+4
| | | | existing check.
* ARP Table Static Entries from Individual DHCP Static MappingsN0YB2012-12-071-0/+7
| | | | | Assign individual DHCP static mappings as ARP table static entries. Useful / necessary for sending WoL magic packets from external services / sources, and for any other purpose that needs a static ARP table entry.
* Fixes #2703 correctly remove ips from v6 interfaces. Also cleanup the srd0 ↵Ermal2012-12-071-22/+12
| | | | bits here
* Merge pull request #273 from N0YB/Widget-Firewall-Logs-FilteringJim P2012-12-071-1/+15
|\ | | | | Widget Firewall Logs Filtering
| * Update etc/inc/filter_log.incN0YB2012-12-071-1/+15
| | | | | | Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
* | Also consider 0.0.0.0/0 here since it fails both these tests but is still a ↵jim-p2012-12-071-1/+1
|/ | | | valid/special config.
* If the old configuration is present there use the new one for local usersErmal2012-12-061-0/+2
|
* Cleanup the php session data.Ermal2012-12-061-0/+1
|
* Use functions to reduce code duplication; Add function to clear route to the ↵jim-p2012-12-051-18/+40
| | | | interface IP before starting openvpn, otherwise the process cannot start. Ticket #2712
* Merge pull request #262 from PiBa-NL/cleanupJim P2012-12-051-2/+4
|\ | | | | code formatting, and extra newline for message and rule generation
| * code cleanup, and extra newline for message and rule generationPiBa-NL2012-11-181-2/+4
| |
* | Unbreak console menujim-p2012-12-041-2/+1
| |
* | Make 11/111 console menu options both kill php, lighty, and then restart the ↵jim-p2012-12-041-2/+0
| | | | | | | | GUI. Not perfect, but better than 11 not working for the times most people need it. Ticket #2709
* | Activate choices for UDP6 and TCP6 for OpenVPN. Make sure interface IP ↵jim-p2012-12-041-6/+9
| | | | | | | | selection chooses the proper IP and sets the proper protocol string. May need some GUI input validation to prevent someone from selecting a *6 proto with an IPv4 VIP and vice versa.
* | Do not echo any messages here as this would otherwise end up through the XML ↵smos2012-12-041-3/+3
| | | | | | | | of the XMLRPC server.
* | Use the IPv6 tunnel network for peer to peer OpenVPN modes.jim-p2012-12-031-0/+28
| |
* | Add a couple more (small, optional) snmp modules.jim-p2012-11-291-1/+12
| |
* | Make this a bit more easier to readErmal2012-11-261-23/+25
| |
* | No need to duplicate all this code here. If vouchers are enabled just ↵Ermal2012-11-261-134/+76
| | | | | | | | display even the voucher input box along side the user/pass ones.
* | The context creation and memmber interfaces are only used during rules ↵Ermal2012-11-231-7/+19
| | | | | | | | creation so make that contained only in init_rules and rule creation functions
* | Update copyrightErmal2012-11-231-1/+1
| |
* | Update copyrightErmal2012-11-231-1/+1
| |
* | Resolves #2529. Load the ipfw module before any commands are executed on CP. ↵Ermal2012-11-223-36/+31
| | | | | | | | Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)
* | Fix in/out packet count reportingPhil Davis2012-11-221-2/+2
| | | | | | | | There were a couple of wrong var names in the code, causing out packet counts to be reported wrong. Should fix forum post http://forum.pfsense.org/index.php/topic,55933.0.html
* | Create these dirs earlier rather than later to avoid the errors reported on ↵Ermal2012-11-221-10/+10
| | | | | | | | http://forum.pfsense.org/index.php/topic,55998.0.html
* | Correct checkErmal2012-11-211-1/+1
| |
* | The pppoe handle scriptErmal2012-11-211-68/+60
| |
* | Well seems its useful at list for bringing a link up with a phone call :)Ermal2012-11-211-0/+1
| | | | | | | | | | | | Revert "Ringback is a feature only for listening on incoming calls which is not supported for now." This reverts commit f459427fcf104776fbb59a4d2231f289855d2787.
* | Fix typoErik Fonnesbeck2012-11-211-1/+1
| |
* | Wrap dir creation for openvpn in a function to reduce duplication, and use ↵jim-p2012-11-211-13/+14
| | | | | | | | the function before places that could potentially write in the dir.
* | Create directory if it does not existsErmal2012-11-211-2/+4
| |
* | Presence of a directory does not mean anthing. Just continue up. Pointy-hat: ↵Ermal2012-11-211-5/+4
| | | | | | | | myself
* | Add unsetErmal2012-11-211-0/+6
| |
* | Add unsetErmal2012-11-211-0/+1
| |
* | Unbreak install_cron_job function so it is actually usable when ↵Ermal2012-11-211-2/+5
| | | | | | | | config['cron'] has no entry. This should remove all those package hand rolled copy/paste functions
* | Sprinkle some unsets and s/fopen,fwrite,fclose/file_put_contents/ where it ↵Ermal2012-11-211-14/+16
| | | | | | | | makes sense
* | Fix location of banner file for ipsec and also sprinkle some unset to avoid ↵Ermal2012-11-211-6/+22
| | | | | | | | php keeping data in memory
* | Unset config varErmal2012-11-211-0/+1
| |
* | Remoev spurious \r used hereErmal2012-11-211-1/+1
| |
* | Ringback is a feature only for listening on incoming calls which is not ↵Ermal2012-11-211-1/+0
| | | | | | | | supported for now.
* | Unbreak the openvpn reading of configs. A dir needs to be executable to be ↵Ermal2012-11-211-2/+2
| | | | | | | | searchable and readble inside. Reported-by: http://forum.pfsense.org/index.php/topic,55934.0/topicseen.html
* | Honor /var/run path specified in globals.inc. Probably this needs a bit ↵Ermal2012-11-201-10/+10
| | | | | | | | better handling
* | Remove openvpn setups since they do not belong here. Also check before ↵Ermal2012-11-201-9/+3
| | | | | | | | removing newsyslog.conf
* | Create necessary dir and unset conf string after writing to fileErmal2012-11-201-1/+6
| |
* | Remove sasyncd related code from rcErmal2012-11-201-9/+0
| |
* | Remove newsyslog.conf seems its responsible for overrideing ppp.log and ↵Ermal2012-11-201-0/+1
| | | | | | | | gives warnings on bootup
* | Remove all previous configurations stored on /var/etc during a bootup to ↵Ermal2012-11-201-0/+6
| | | | | | | | avoid confusion
* | Cleanup a bit the syslog generationErmal2012-11-201-16/+11
| |
* | Its useless to write the debug file always. Put it under g['debug'] beltErmal2012-11-201-1/+5
| |
OpenPOWER on IntegriCloud