summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add loggingSeth Mos2008-12-201-1/+2
|
* rename varSeth Mos2008-12-201-3/+3
|
* Correct typoSeth Mos2008-12-201-1/+1
|
* Correct find commandSeth Mos2008-12-201-2/+2
|
* run enable_rrd_graphing() at the end to create a new updaterrd.shSeth Mos2008-12-201-1/+2
|
* Make listtags globalSeth Mos2008-12-191-0/+1
|
* RRD file conversion code. Needs testing ofcourse. So far early tests show ↵Seth Mos2008-12-191-23/+56
| | | | promising.
* remove stderr redirectSeth Mos2008-12-171-11/+9
|
* catch stderr for mwexecSeth Mos2008-12-171-9/+9
|
* add debugging so we can see what it's doingSeth Mos2008-12-171-11/+17
|
* Close comment tagSeth Mos2008-12-171-4/+2
|
* untested rrd upgrade codeSeth Mos2008-12-171-4/+44
|
* Use mwexec so we can see if it fails.Seth Mos2008-12-161-3/+3
|
* Format has changed for quality, traffic and packets. Remove these files. ↵Seth Mos2008-12-161-0/+8
| | | | They will be recreated
* Tell ftp-proxy to tag packets passing on its rules with the same tag rdr ↵Ermal Luçi2008-11-281-2/+2
| | | | rules does so at least some shaping policy can be applied on outbound packets through the Floating tab.
* Remove non-working checkScott Ullrich2008-11-231-4/+0
|
* Update firmware lock (upgrade) variableScott Ullrich2008-11-231-1/+1
|
* Do not allow ro mount when an upgrade is in progressScott Ullrich2008-11-231-0/+4
|
* Make nat reflection timeouts consistentScott Ullrich2008-11-191-1/+1
|
* Correct config pathSeth Mos2008-11-141-3/+3
|
* Unbreak.Scott Ullrich2008-11-141-2/+2
| | | | Pointy-hat-to-: @smos
* Gateway load balancer upgrade code courtesy of billm@Seth Mos2008-11-131-0/+42
|
* Surpress killall messagesSeth Mos2008-11-061-2/+2
|
* Turn off TSO for BCE, tooScott Ullrich2008-11-021-0/+4
|
* Remove copy / pasto errorScott Ullrich2008-11-021-2/+0
|
* Disable TSOScott Ullrich2008-11-021-0/+6
|
* Note that when enabling a LAN interface that enables "Full firewalling and ↵Scott Ullrich2008-10-271-1/+3
| | | | nat modes"
* If for some reason an invalid element gets written out in config.xmlScott Ullrich2008-10-251-0/+1
| | | | | | | such as a blank fieldname, pfSense resstores the previous configuration. However after restoring the configuration the WAN looses its configuration, default gateway goes bye-bye, etc. Call reload_all() if we restore a backup to ensure that the firewall is left in a working state.
* Increase icmplim to 750Scott Ullrich2008-10-251-1/+1
|
* Add newlineScott Ullrich2008-10-201-1/+1
|
* Look for <pfsense>Scott Ullrich2008-10-201-1/+1
|
* Check for bogus decrypted config.xmlScott Ullrich2008-10-201-0/+2
|
* Correct tagfile_deformat() callScott Ullrich2008-10-191-1/+1
|
* Only attempt to run plugins if directory existsScott Ullrich2008-10-191-4/+6
|
* * Add run_plugins() functionScott Ullrich2008-10-191-1/+51
| | | | | * Use run_plugins() function in filter.inc * Add plugin hook for parse_config and write_config
* When creating vlan interfaces from console fill all the needed information.Ermal Luçi2008-10-181-1/+4
|
* Use correct argumentsSeth Mos2008-09-211-2/+2
|
* Leave an XXX(note) for later on.Ermal Luçi2008-09-201-0/+1
|
* Reintegrate global minimum count setting enforcment.Ermal Luçi2008-09-201-5/+11
|
* Correctly determine interface mismatches.Ermal Luçi2008-09-201-23/+15
|
* Make the pointy-hat gods happy by fixing missing ) error.Scott Ullrich2008-09-101-2/+2
|
* Increment interface counter for wan too.Seth Mos2008-09-101-3/+9
|
* Modify the OpenVPN server configuration to allow the DH parameter lengthMatthew Grooms2008-09-091-0/+1
| | | | to be specified. Upgraded 1.2.x configurations will default to 1024 bits.
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-091-0/+36
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* fix 4.6->4.7 upgrade checkBill Marquette2008-09-081-1/+1
|
* Use different names for pppoe and pptp fields so that problems reported byErmal Luçi2008-09-071-6/+6
| | | | | | | http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even on config conversion part. Add even some code in preparation of merging even lan on the same page.
* Minor re-work of OpenVPN configuration. Use operational modes to determineMatthew Grooms2008-09-061-0/+17
| | | | | | | | | | | | | | | | | | | | what configuration options are appropriate. The operational mode dictates the authentication method. They are defines as follows ... Peer to Peer ( SSL/TLS ) Peer to Peer ( Shared Key ) Remote Access ( SSL/TLS ) Remote Access ( User Auth ) Remote Access ( SSL/TLS + User Auth ) Some of these modes allow for user authentication using passwords. We now use the etc/inc/openvpn.auth-user.php file to facilitate this by checking the username and password supplied by OpenVPN against our centralized user database. The Server and Client user interfaces have also been updated to support TLS packet authentication. This is an additional security option that is optional.
* Remove the page locking privileges after discussion with Scott on IRC. TheMatthew Grooms2008-09-031-6/+0
| | | | | | | feature was confusing and offered little utility that I could see. If we really need to provide serialized access to sections of the webui, IMO it should be a global lock option and enabled or disabled manually and not a privilege that is on all the time.
* Fix openvpn upgrade to look for right array.Seth Mos2008-09-031-3/+3
| | | | Prevents Fatal parse error
* Use newer php5 features, to be safer on upgrade side.Ermal Luçi2008-09-021-4/+4
|
OpenPOWER on IntegriCloud