Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix javascript errors reported by: ↵ | Ermal | 2011-03-08 | 1 | -5/+5 |
| | | | | http://forum.pfsense.org/index.php/topic,34139.0.html | ||||
* | Add missing image. Fixes #1339 | jim-p | 2011-03-08 | 1 | -0/+0 |
| | |||||
* | Keep the output in a variable before passing it to rrdtool in case we also ↵ | jim-p | 2011-03-08 | 1 | -4/+6 |
| | | | | want to pass it to something else. | ||||
* | Only run pfctl once per interface for stats, rather than four times. | jim-p | 2011-03-08 | 1 | -4/+7 |
| | |||||
* | Use foreach here to be sure we do not reference unexisting results. | Ermal | 2011-03-08 | 1 | -42/+41 |
| | |||||
* | Do a proper test otherwise a override of the total_minutes var might happen. | Ermal | 2011-03-08 | 1 | -2/+2 |
| | |||||
* | Properly do testing of voucher existing or not rather than relying on an ↵ | Ermal | 2011-03-08 | 1 | -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. | Ermal | 2011-03-07 | 1 | -3/+1 |
| | |||||
* | Handle the case on some special configs with a gateway of all 1's otherwise ↵ | Ermal | 2011-03-07 | 1 | -1/+1 |
| | | | | strange thing happens. | ||||
* | Fix typo | jim-p | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | Add cas(4) | jim-p | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | When doing conf_mount_ro/rw on NanoBSD, pass sync,noatime to mount to ↵ | jim-p | 2011-03-07 | 1 | -6/+6 |
| | | | | preserve the options we have already set in fstab. Ticket #1279 and Ticket #444 | ||||
* | Enforce session establishment. | Ermal | 2011-03-04 | 1 | -1/+3 |
| | |||||
* | Enforce session establishment. | Ermal | 2011-03-04 | 1 | -0/+2 |
| | |||||
* | Enforce session establishment. | Ermal | 2011-03-04 | 2 | -1/+4 |
| | |||||
* | Add missing pages to the authentication system. | Ermal | 2011-03-04 | 3 | -2/+28 |
| | |||||
* | Be smart and remove the needs package sync toggle since the begining ↵ | Ermal | 2011-03-04 | 1 | -0/+2 |
| | | | | otherwise not behaving packages might mess up the whole thing. | ||||
* | Oops more make code correct. | Ermal | 2011-03-04 | 1 | -2/+2 |
| | |||||
* | Oops make code correct. | Ermal | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | * Prevent concurrent logins on CP to not be recorded on the DB. | Ermal | 2011-03-04 | 4 | -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 ↵ | Ermal | 2011-03-04 | 1 | -5/+16 |
| | | | | and the filter and exit. | ||||
* | Check if the protocol is empty, not just if it's set. Fixes #1323 | jim-p | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | Only change protocol if it's set and not empty. | jim-p | 2011-03-04 | 1 | -1/+2 |
| | |||||
* | Add upgrade code to ensure rule protocols are all lower case. | jim-p | 2011-03-03 | 2 | -1/+8 |
| | |||||
* | Make this lowercase before checking, or people who ended up with TCP or UDP ↵ | jim-p | 2011-03-03 | 1 | -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 ↵ | Ermal | 2011-03-03 | 1 | -0/+2 |
| | | | | laggs might get created. | ||||
* | Not needed anymore. | Ermal | 2011-03-03 | 1 | -5/+1 |
| | |||||
* | Ensure the protocol on the firewall rule from the OpenVPN wizard ends up ↵ | jim-p | 2011-03-03 | 1 | -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 MB | Chris Buechler | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | Simplify is_macaddr regex. | Erik Fonnesbeck | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Slight regex fix on is_macaddr - the previous regex was letting through a ↵ | jim-p | 2011-03-02 | 1 | -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. | Ermal | 2011-03-02 | 1 | -2/+8 |
| | |||||
* | Add GUI option to CARP settings for syncing certs. It was in the backend ↵ | jim-p | 2011-03-02 | 1 | -1/+7 |
| | | | | code but not the GUI. Fixes #1316 | ||||
* | Attempt to mitigate fork bombs of rc.newipsecdns. Alternatively we should ↵ | smos | 2011-03-02 | 1 | -0/+4 |
| | | | | | | probably bail out with a exit(0); instead. | ||||
* | Always write out the filterdns-ipsec.hosts file, otherwise deleted tunnels ↵ | smos | 2011-03-02 | 1 | -15/+15 |
| | | | | | | will never get removed from the filterdns-ipsec.hosts | ||||
* | Add the toggle to disable successful login messages, show actual help text ↵ | smos | 2011-03-02 | 1 | -1/+18 |
| | | | | for redirect item | ||||
* | Make it possible to turn off successful login messages, this should quiet ↵ | smos | 2011-03-02 | 1 | -1/+3 |
| | | | | the console, system logs | ||||
* | Add a check that should prevent configuration of racoon with duplicate phase ↵ | smos | 2011-03-02 | 1 | -1/+4 |
| | | | | 1 IP entries. | ||||
* | Fix page title text. Replace "Firewall" with "Interfaces" in title. | gnhb | 2011-03-02 | 6 | -6/+6 |
| | |||||
* | Remove custom code for checking ip_addr and use the pfsense provided one. | Ermal | 2011-03-02 | 1 | -5/+3 |
| | |||||
* | Do not be so drastic on normal failure. | Ermal | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Since its only called during bootup there is no need to do conditionals ↵ | Ermal | 2011-03-02 | 1 | -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 ↵ | Ermal | 2011-03-02 | 1 | -18/+11 |
| | | | | stop/start logic. | ||||
* | Improve logging and some tests during miniupnpd config generation. | Ermal | 2011-03-02 | 1 | -16/+11 |
| | |||||
* | This is not true anymore as piece of code. | Ermal | 2011-03-01 | 1 | -9/+0 |
| | |||||
* | Correctly get only the interface mac address rather than any other found mac ↵ | Ermal | 2011-03-01 | 1 | -1/+1 |
| | | | | on this interface. | ||||
* | Pass the -a parameters to pgrep to be certain we search ancestors as well. ↵ | Ermal | 2011-03-01 | 5 | -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 Fonnesbeck | 2011-03-01 | 1 | -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 Fonnesbeck | 2011-03-01 | 1 | -11/+11 |
| | |||||
* | Fix page title. | jim-p | 2011-02-28 | 1 | -1/+1 |
| |