Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Micro-optimization, no need to fork here just to get the file contents. | Ermal | 2010-03-31 | 1 | -2/+1 |
| | |||||
* | Use stristr as a microoptimization. | Ermal | 2010-03-31 | 1 | -4/+4 |
| | |||||
* | Remove now unused code. | Ermal | 2010-03-31 | 1 | -16/+0 |
| | |||||
* | Fix packages rule generation. | Ermal | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Use new arguments passing style for dhcpleases. Ticket #374. | Ermal | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Ticket #462. Remove references to slbd it is not used anymore. | Ermal | 2010-03-31 | 1 | -6/+0 |
| | |||||
* | Fix hosts file generation. | Ermal | 2010-03-29 | 1 | -2/+1 |
| | |||||
* | Ticket #449. Teach OpenVPN to reload only tunnels for the specified ↵ | Ermal | 2010-03-29 | 1 | -5/+13 |
| | | | | interface. Use this is rc.newwanip script to reload only these tunnels. | ||||
* | Simplify code. | Ermal | 2010-03-29 | 1 | -4/+3 |
| | |||||
* | Remove PPP tab these all go to the system log now. | Ermal | 2010-03-29 | 1 | -8/+2 |
| | |||||
* | Remove bogus char. Spotted-by:gnoahb@ | Ermal | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Restore tun interface because it is still used by openvpn. | Ermal | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Do not enable fastforwarding with ipsec. Silence command because default gw ↵ | Ermal | 2010-03-29 | 1 | -2/+2 |
| | | | | might not exist yet. | ||||
* | Merge remote branch 'mainline/master' | gnhb | 2010-03-29 | 2 | -3/+6 |
|\ | |||||
| * | Be more strict on validations. | Ermal | 2010-03-29 | 1 | -2/+2 |
| | | |||||
| * | Make sure we do not error out and silence some errors. | Ermal | 2010-03-29 | 1 | -1/+4 |
| | | |||||
* | | Changes to make PPP work again. mpd5 fails to establish a ppp link without | gnhb | 2010-03-29 | 3 | -18/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | *some* username and password, so defaults are set if user enters nothing. Removed interface_ppp_configure call from interfaces_ppp_edit.php. It was useless there with the new structure, and it caused all PPP links to attempt to connect when user presses "Save" even before they are assigned to LAN/WAN, etc. Also, fix up pfsense-utils.inc and status_interfaces.php to display more info on status_interfaces.php. Changed util.inc to allow cua* interfaces to be recognized as real interfaces as pfSense got "interface mismatch" at boot and forced user to reassign. Maybe someone else has a better way to do this. | ||||
* | | Fix a few small bugs in new PPP code, and one type in pfsense-utils.inc | gnhb | 2010-03-29 | 2 | -7/+5 |
|/ | |||||
* | Remove bougs (. | Ermal | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Propperly choose interface name from correct variable. | Ermal | 2010-03-28 | 1 | -4/+4 |
| | |||||
* | Ticket #447. Handle multiple instances propperly. | Ermal | 2010-03-27 | 1 | -1/+2 |
| | |||||
* | Ticket #447. Allow multiple innstances to be run. | Ermal | 2010-03-27 | 1 | -2/+2 |
| | |||||
* | Kill hostapd and wpa_supplicant when bringing the interface down. | Erik Fonnesbeck | 2010-03-26 | 1 | -0/+7 |
| | |||||
* | Always kill both hostapd and wpa_supplicant, or they may stay running when ↵ | Erik Fonnesbeck | 2010-03-26 | 1 | -7/+3 |
| | | | | WPA is disabled or even both can end up running when switching between AP and station modes. | ||||
* | Fix killing mpd process for ppp. | Ermal | 2010-03-27 | 1 | -3/+2 |
| | |||||
* | Add enable bits. | Ermal | 2010-03-27 | 1 | -0/+2 |
| | |||||
* | Make lan/wan behave as all other interfaces. | Ermal | 2010-03-27 | 2 | -1/+8 |
| | |||||
* | Close console and web services for mpd. | Ermal | 2010-03-27 | 1 | -2/+12 |
| | |||||
* | Redo most of the ppp interface handling to be consistent with the other mpd5 ↵ | Ermal | 2010-03-27 | 2 | -218/+144 |
| | | | | configurations. This way there is no more special handling for ppp around. | ||||
* | Remove nonsense. | Ermal | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Trivial change in position of counter. | gnhb | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | I have PPP with mpd5 working really well now, including setting the APN and APN | gnhb | 2010-03-26 | 2 | -139/+243 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Number, and the SIM PIN and wait time for the SIM to settle after the PIN is entered. Still no work on multilink PPP with serial port links. Right now the code creates the mpd.secret file. I tested it using the set auth password <password> syntax in the mpd.conf file and got errors so I kept the mpd.secret file generation. PPP for modems does need the mpd.script file. It's the chat script file for the link establishment. Right now it has to be in /usr/local/sbin/mpd.script, and it's linked to /var/etc/ at boot time when ppp is first configured. I also took away the "Dialcmd" field in the PPP setup page (and a couple others) because the script is rather comprehensive and is designed to handle many modems. My two 3G modems worked without modification to the script. I did have to modify the scrip to handle the setting of APN and SIM PINs. I made the Init String field work, and the default init commands in the ATT&T, Verizion, and Sprint defaults now come up in the Init String field. You also no longer should put an "AT" at the beginning of modem commands entered in the web page because the script does that for you. I implemented interface renaming and that simplified the new code a lot, so that's nice. Now ppp interfaces start with ppp0 and go up as you add more. This patch refers to the ppp-linkup and linkdown scripts in the /usr/local/sbin/ directory so custom PPP linkup and linkdown scripts are not needed anymore. The persistent uptime tracking is still an open issue, but it works within each connected session. I'm already experiencing much smother conditions with mpd5 for PPP on 3G than I was with userland ppp. It's very nice. | ||||
* | Send signal to the dhcpleases daemon using its pidfile if it is running to ↵ | Ermal | 2010-03-26 | 1 | -2/+10 |
| | | | | reload. | ||||
* | Actually pass the parameter to the dnsmasq where to read its hosts file from. | Ermal | 2010-03-26 | 1 | -4/+3 |
| | |||||
* | Fix parameters | Ermal | 2010-03-26 | 1 | -2/+2 |
| | |||||
* | Use the new tool to monitor active leases. | Ermal | 2010-03-26 | 1 | -5/+4 |
| | |||||
* | Catch up with php5 | Ermal | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Ermal | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Upps use correct variable. Reported-by: kaarposoft(forum) | Ermal | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Prevent upgrade/spurious errors from happening. | Ermal | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Generate hosts entries for all ips configured. | Ermal | 2010-03-24 | 1 | -10/+7 |
| | |||||
* | backup_config() does not need to be wrapped with conf_mount_rw(). | Ermal | 2010-03-23 | 1 | -3/+0 |
| | |||||
* | Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵ | Ermal | 2010-03-23 | 2 | -3/+12 |
| | | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log. | ||||
* | Unbreak ACB | Scott Ullrich | 2010-03-23 | 1 | -0/+3 |
| | |||||
* | Resolve problems with dns server setup when allow override is set. Also add ↵ | Ermal | 2010-03-23 | 1 | -11/+7 |
| | | | | static routes for all nameservers to be friendly with multiwan. | ||||
* | The user owner of /dev/pf is root the group will be left to proxy to allow ↵ | Ermal | 2010-03-23 | 1 | -1/+1 |
| | | | | packages to become member of this group to modify firewall. | ||||
* | Add unzip support if unzip binary exists | Scott Ullrich | 2010-03-19 | 1 | -0/+21 |
| | |||||
* | Add alias data url option. This code existed but lacked a backend daemon to ↵ | Scott Ullrich | 2010-03-19 | 1 | -1/+70 |
| | | | | update the data every 24 hours. Adding this as well. | ||||
* | Unbreak aliases generation in the ruleset. Yesterday fixing large aliases ↵ | Ermal | 2010-03-19 | 1 | -0/+1 |
| | | | | broke shorter ones. | ||||
* | Fix parsign of packages xml. | Ermal | 2010-03-19 | 1 | -1/+4 |
| |