summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix javascript errors reported by: ↵Ermal2011-03-081-5/+5
| | | | http://forum.pfsense.org/index.php/topic,34139.0.html
* Add missing image. Fixes #1339jim-p2011-03-081-0/+0
|
* Keep the output in a variable before passing it to rrdtool in case we also ↵jim-p2011-03-081-4/+6
| | | | want to pass it to something else.
* Only run pfctl once per interface for stats, rather than four times.jim-p2011-03-081-4/+7
|
* Use foreach here to be sure we do not reference unexisting results.Ermal2011-03-081-42/+41
|
* Do a proper test otherwise a override of the total_minutes var might happen.Ermal2011-03-081-2/+2
|
* Properly do testing of voucher existing or not rather than relying on an ↵Ermal2011-03-081-12/+12
| | | | obscure feature of php. Also do exclusive locking rather than shared one when writing dbs.
* Use racoonctl now that ipsec-0.8 is back to reload the config.Ermal2011-03-071-3/+1
|
* Handle the case on some special configs with a gateway of all 1's otherwise ↵Ermal2011-03-071-1/+1
| | | | strange thing happens.
* Fix typojim-p2011-03-071-1/+1
|
* Add cas(4)jim-p2011-03-071-1/+1
|
* When doing conf_mount_ro/rw on NanoBSD, pass sync,noatime to mount to ↵jim-p2011-03-071-6/+6
| | | | preserve the options we have already set in fstab. Ticket #1279 and Ticket #444
* Enforce session establishment.Ermal2011-03-041-1/+3
|
* Enforce session establishment.Ermal2011-03-041-0/+2
|
* Enforce session establishment.Ermal2011-03-042-1/+4
|
* Add missing pages to the authentication system.Ermal2011-03-043-2/+28
|
* Be smart and remove the needs package sync toggle since the begining ↵Ermal2011-03-041-0/+2
| | | | otherwise not behaving packages might mess up the whole thing.
* Oops more make code correct.Ermal2011-03-041-2/+2
|
* Oops make code correct.Ermal2011-03-041-1/+1
|
* * Prevent concurrent logins on CP to not be recorded on the DB.Ermal2011-03-044-97/+92
| | | | | | | * Make the locking more complex to avoid locking exclusively during pruning task which would hurt a lot CP performance. * Retire the disconnect_client and make all the disconnect functions use the sessionid as identifier. All this was triggered by: http://forum.pfsense.org/index.php/topic,33879.0.html
* If the interface triggering rc.newwanip is not assigned just reload packages ↵Ermal2011-03-041-5/+16
| | | | and the filter and exit.
* Check if the protocol is empty, not just if it's set. Fixes #1323jim-p2011-03-041-1/+1
|
* Only change protocol if it's set and not empty.jim-p2011-03-041-1/+2
|
* Add upgrade code to ensure rule protocols are all lower case.jim-p2011-03-032-1/+8
|
* Make this lowercase before checking, or people who ended up with TCP or UDP ↵jim-p2011-03-031-0/+1
| | | | in their config might end up with rules that have no port specified, leaving them a bit more open than expected.
* Make sure we tell the code that the interface exists otherwise multiple ↵Ermal2011-03-031-0/+2
| | | | laggs might get created.
* Not needed anymore.Ermal2011-03-031-5/+1
|
* Ensure the protocol on the firewall rule from the OpenVPN wizard ends up ↵jim-p2011-03-031-1/+1
| | | | lower case, or it causes some GUI irregularities. Seen http://forum.pfsense.org/index.php/topic,33865.0.html and elsewhere.
* lower limit to 101 MBChris Buechler2011-03-031-1/+1
|
* Simplify is_macaddr regex.Erik Fonnesbeck2011-03-021-1/+1
|
* Slight regex fix on is_macaddr - the previous regex was letting through a ↵jim-p2011-03-021-1/+1
| | | | mac without : separators, leading to improper validation and potentially invalid dhcp configs. Seen here http://forum.pfsense.org/index.php/topic,33830.0.html
* Show friendly names of interface for root queues of ALTQ.Ermal2011-03-021-2/+8
|
* 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
* Attempt to mitigate fork bombs of rc.newipsecdns. Alternatively we should ↵smos2011-03-021-0/+4
| | | | | | probably bail out with a exit(0); instead.
* Always write out the filterdns-ipsec.hosts file, otherwise deleted tunnels ↵smos2011-03-021-15/+15
| | | | | | will never get removed from the filterdns-ipsec.hosts
* Add the toggle to disable successful login messages, show actual help text ↵smos2011-03-021-1/+18
| | | | for redirect item
* Make it possible to turn off successful login messages, this should quiet ↵smos2011-03-021-1/+3
| | | | the console, system logs
* Add a check that should prevent configuration of racoon with duplicate phase ↵smos2011-03-021-1/+4
| | | | 1 IP entries.
* Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-026-6/+6
|
* 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
|
* Since its only called during bootup there is no need to do conditionals ↵Ermal2011-03-021-10/+5
| | | | here. Always sync config and start the miniupnpd process.
* 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.
* Pass the -a parameters to pgrep to be certain we search ancestors as well. ↵Ermal2011-03-015-7/+7
| | | | The side effects might be inoquos from the pfSense context.
* Use the call to basename to remove the extension rather than trim, since ↵Erik Fonnesbeck2011-03-011-1/+1
| | | | trim takes a list of characters, not the exact string to remove. Suggested by http://forum.pfsense.org/index.php/topic,32967.0.html
* This is not NAT, so put it under the Firewall Advanced heading instead.Erik Fonnesbeck2011-03-011-11/+11
|
* Fix page title.jim-p2011-02-281-1/+1
|
OpenPOWER on IntegriCloud