Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add another needed file. | Ermal Luçi | 2010-03-10 | 1 | -0/+1 |
| | |||||
* | Include necessary files. | Ermal Luçi | 2010-03-10 | 1 | -0/+2 |
| | |||||
* | Ticket #413. Hanlde cases when no authentication is specified. | Ermal Luçi | 2010-03-10 | 1 | -12/+14 |
| | |||||
* | Correctly configure the default route addition when interfaces are âµ | Ermal Luçi | 2010-03-09 | 2 | -4/+38 |
| | | | | configured for pppoe/pptp. Handle in system routing configure dynamic interfaces. Also when chaning or configuring the defaultgw reconfigure the underlying interface, this helps when this interfaces are dynamics one. | ||||
* | Implement the protocol functionality on nat rules. This i based on a port âµ | Ermal Luçi | 2010-03-09 | 1 | -3/+9 |
| | | | | that provides this functionality but with a lot more reduced patchset. | ||||
* | Ticket #406. Add openvpn tunnel networks to the auto generated nat rules. | Ermal Luçi | 2010-03-09 | 1 | -0/+17 |
| | |||||
* | Remove legacy code. | Ermal Luçi | 2010-03-09 | 1 | -18/+3 |
| | |||||
* | Upps use mpd5. | Ermal Luçi | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | Add a function to get user groups based on authentication server. Use this âµ | Ermal Luçi | 2010-03-09 | 1 | -0/+27 |
| | | | | function to show the groups the user i member of on Diag Authentication. | ||||
* | Return the data after unreference, it might be needed. | Ermal Luçi | 2010-03-09 | 1 | -0/+2 |
| | |||||
* | Add some more error checking to not have issues as reported on âµ | Ermal Luçi | 2010-03-09 | 2 | -9/+15 |
| | | | | http://forum.pfsense.org/index.php/topic,23435.0.html | ||||
* | Revert "Catch up with php changes." | Ermal Luçi | 2010-03-09 | 1 | -12/+12 |
| | | | | This reverts commit 907b435ac8559c4e353dbdd4fb969c465973d142. | ||||
* | Actually put it to background. | Ermal Luçi | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Put this on background to avoid delays. | Ermal Luçi | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Add skip white space. To avoid erroring out on accidental blank space. | Ermal Luçi | 2010-03-08 | 1 | -0/+1 |
| | |||||
* | Enable mpd5 for pppoe/pptp client connections. It brings improvements with it. | Ermal Luçi | 2010-03-08 | 1 | -70/+45 |
| | |||||
* | Move check upper to suit the platforms not needing it better. | Ermal Luçi | 2010-03-08 | 1 | -4/+4 |
| | |||||
* | Ticket #395. Add the path to the openssl.cnf to avoid errors. âµ | Ermal Luçi | 2010-03-08 | 1 | -0/+2 |
| | | | | /etc/ssl/openssl.cnf needs to be tuned more to suit pfSense. | ||||
* | Add missing unmount calls. | Ermal Luçi | 2010-03-08 | 1 | -1/+2 |
| | |||||
* | Do not test for booting in here for mount points. | Ermal Luçi | 2010-03-08 | 1 | -2/+1 |
| | |||||
* | Match conf_mount_rw with conf_mount_ro call. | Ermal Luçi | 2010-03-08 | 1 | -0/+2 |
| | |||||
* | Use shmop module to implement reference count calls. | Ermal Luçi | 2010-03-08 | 1 | -0/+29 |
| | |||||
* | Place conf_mount_ro() calls where supposed too. | Ermal Luçi | 2010-03-08 | 1 | -0/+6 |
| | |||||
* | Move call up to where it belongs. | Ermal Luçi | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | Do not spread checking for value accross code. Do it in the function that is âµ | Ermal Luçi | 2010-03-08 | 3 | -16/+10 |
| | | | | supposed to do it. | ||||
* | Catch up with php5. | Ermal Luçi | 2010-03-08 | 1 | -0/+4 |
| | |||||
* | Make sure the channel list for a mode does not get cleared if it already exists. | Erik Fonnesbeck | 2010-03-08 | 1 | -4/+8 |
| | |||||
* | Silence errors. | Ermal Luçi | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | Fixes for 11g Turbo and 11a Turbo modes. | Erik Fonnesbeck | 2010-03-07 | 1 | -5/+4 |
| | |||||
* | Add space between class | Scott Ullrich | 2010-03-07 | 1 | -2/+3 |
| | |||||
* | Disable ampdu for now on mwl when running in 11n mode to prevent massive âµ | Erik Fonnesbeck | 2010-03-07 | 1 | -0/+5 |
| | | | | packet loss under certain conditions. | ||||
* | Adding support for using IP ranges aliases. If you input an IP Range such as âµ | jim-p | 2010-03-07 | 1 | -0/+121 |
| | | | | 192.168.0.1-192.168.0.254, it will instead turn that into a number of CIDR networks which will completely fill the range. | ||||
* | Ensure string is cleared out if needed | Scott Ullrich | 2010-03-07 | 1 | -0/+2 |
| | |||||
* | Only include wpa_passphrase= line if a string has been entered. Ticket #404 | Scott Ullrich | 2010-03-07 | 1 | -1/+3 |
| | |||||
* | Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when âµ | Erik Fonnesbeck | 2010-03-07 | 1 | -0/+7 |
| | | | | those modes aren't available. | ||||
* | The mode must be specified in a separate command before ifconfig will allow âµ | Erik Fonnesbeck | 2010-03-06 | 1 | -0/+4 |
| | | | | the mode and channel to be changed. | ||||
* | Add support for 802.11n in get_wireless_modes and the channels list. | Erik Fonnesbeck | 2010-03-06 | 1 | -0/+7 |
| | |||||
* | Ensure prefix directory exists before downloading and installing additional file | Scott Ullrich | 2010-03-06 | 1 | -22/+24 |
| | |||||
* | Till the flock issue is fixed open the races doors, place your bets please! | Ermal Luçi | 2010-03-05 | 1 | -3/+3 |
| | |||||
* | Default to http. | Ermal Luçi | 2010-03-05 | 1 | -1/+4 |
| | |||||
* | Propperly initialize variables so they function is as expected. | Ermal Luçi | 2010-03-05 | 4 | -3/+10 |
| | |||||
* | Fixed variable definition. | Ermal Luçi | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | Make sure we have initialized vars. | Ermal Luçi | 2010-03-05 | 1 | -0/+3 |
| | |||||
* | Catch up with php changes. | Ermal Luçi | 2010-03-05 | 1 | -12/+12 |
| | |||||
* | Do not try to load radius extension through PEAR because it will fail. | Ermal Luçi | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Ticket #402. Check for external address of "any" on port forwards, since âµ | Erik Fonnesbeck | 2010-03-04 | 1 | -0/+2 |
| | | | | alias_expand only returns null in that case, and the port forward code would then use the IP address as the fallback. | ||||
* | Do not show pppoe/pptp/l2tp interfaces for assignment. | Ermal Luçi | 2010-03-05 | 1 | -0/+3 |
| | |||||
* | Ticket #400. Commit partial patch from this ticket. | Ermal Luçi | 2010-03-04 | 1 | -6/+6 |
| | |||||
* | Remove the authentication fallback it does not have any meaning now. | Ermal Luçi | 2010-03-04 | 1 | -1/+0 |
| | |||||
* | Remove test code. | Ermal Luçi | 2010-03-04 | 1 | -4/+0 |
| |